Trace number 1066366

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 19.613 19.9415

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-15_ext.xml
MD5SUM9e3de5ef0bb4f45d51435215e5fec983
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints30
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:02:21 2008
0.00/0.05	c 0	PID 31995
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066366-1215147740.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066366-1215147740.xml' 'HOME/temp.csp'
0.03/0.29	c 0	1 domains, 225 variables, 0 predicates, 1 relations, 30 constraints
0.03/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.33	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.29/0.43	c 0	Parsing HOME/temp.csp
0.29/0.57	c 0	parsed 257 expressions
0.29/0.57	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.57	c 0	Converting to clausal form CSP
0.29/0.59	c 0	converted 26 (10%) expressions
0.29/0.59	c 0	converted 52 (20%) expressions
0.29/0.59	c 0	converted 78 (30%) expressions
0.29/0.59	c 0	converted 103 (40%) expressions
0.29/0.59	c 0	converted 129 (50%) expressions
0.29/0.59	c 0	converted 155 (60%) expressions
0.29/0.59	c 0	converted 180 (70%) expressions
0.29/0.60	c 0	converted 206 (80%) expressions
0.29/0.75	c 0	converted 232 (90%) expressions
1.02/1.11	c 1	converted 257 (100%) expressions
1.02/1.11	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
1.02/1.11	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.11	c 1	Propagation in CSP
1.02/1.11	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.12	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
1.02/1.12	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.02/1.12	c 1	CSP : 225 integers, 0 booleans, 30 clauses, largest domain size 26
1.02/1.12	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.17	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.02/1.19	c 1	23 (10%) CSP integer variables are encoded (552 clauses, 5928 bytes)
1.02/1.20	c 1	45 (20%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
1.11/1.20	c 1	68 (30%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
1.11/1.20	c 1	90 (40%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
1.11/1.20	c 1	113 (50%) CSP integer variables are encoded (2712 clauses, 33193 bytes)
1.11/1.20	c 1	135 (60%) CSP integer variables are encoded (3240 clauses, 40057 bytes)
1.11/1.20	c 1	158 (70%) CSP integer variables are encoded (3792 clauses, 47233 bytes)
1.11/1.21	c 1	180 (80%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
1.11/1.21	c 1	203 (90%) CSP integer variables are encoded (4872 clauses, 61273 bytes)
1.11/1.21	c 1	225 (100%) CSP integer variables are encoded (5400 clauses, 68137 bytes)
2.80/2.91	c 2	3 (10%) CSP clauses are encoded (29715 clauses, 2095232 bytes)
4.49/4.63	c 4	6 (20%) CSP clauses are encoded (54030 clauses, 4292370 bytes)
6.07/6.24	c 6	9 (30%) CSP clauses are encoded (78345 clauses, 6520182 bytes)
7.75/7.96	c 7	12 (40%) CSP clauses are encoded (102660 clauses, 8763318 bytes)
9.34/9.58	c 9	15 (50%) CSP clauses are encoded (126975 clauses, 11036673 bytes)
11.02/11.25	c 11	18 (60%) CSP clauses are encoded (151290 clauses, 13108789 bytes)
12.60/12.86	c 12	21 (70%) CSP clauses are encoded (175605 clauses, 15475234 bytes)
14.28/14.55	c 14	24 (80%) CSP clauses are encoded (199920 clauses, 17841679 bytes)
15.87/16.15	c 16	27 (90%) CSP clauses are encoded (224235 clauses, 20208124 bytes)
17.54/17.86	c 17	30 (100%) CSP clauses are encoded (248550 clauses, 22574569 bytes)
17.54/17.86	c 17	30 CSP clauses encoded
17.54/17.86	c 17	Writing map file : HOME/temp.map
17.54/17.87	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.54/17.87	c 17	SAT : 5625 SAT variables, 248550 SAT clauses, 22574569 bytes
17.54/17.87	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.61/17.91	c 17	SOLVING HOME/temp.cnf
17.61/17.91	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.61/17.91	c 17	This is MiniSat 2.0 beta
17.61/17.91	c 17	WARNING: for repeatability, setting FPU to use double precision
17.61/17.92	c 17	============================[ Problem Statistics ]=============================
17.61/17.92	c 17	|                                                                             |
17.61/17.92	c 17	|  Number of variables:  5625                                                 |
17.61/17.92	c 17	|  Number of clauses:    248550                                               |
17.64/18.42	c 18	|  Parsing time:         0.43         s                                       |
17.64/18.45	c 18	============================[ Search Statistics ]==============================
17.64/18.45	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.64/18.45	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.64/18.45	c 18	===============================================================================
17.64/18.45	c 18	|         0 |    5509   245700  4152924 |    81900        0    nan |  0.000 % |
17.64/18.56	c 18	|       100 |    5506   245700  4152924 |    90090       97      6 |  2.116 % |
18.30/18.70	c 18	|       251 |    5504   245700  4152924 |    99099      247      6 |  2.151 % |
18.60/18.92	c 18	|       477 |    5500   245700  4152924 |   109008      472      7 |  2.258 % |
18.90/19.28	c 19	|       814 |    5497   245700  4152924 |   119909      807      7 |  2.329 % |
19.40/19.73	c 19	===============================================================================
19.40/19.73	c 19	restarts              : 5
19.40/19.73	c 19	conflicts             : 1237           (717 /sec)
19.40/19.74	c 19	decisions             : 1737           (1.84 % random) (1007 /sec)
19.40/19.74	c 19	propagations          : 153948         (89259 /sec)
19.40/19.74	c 19	conflict literals     : 8650           (30.09 % deleted)
19.40/19.74	c 19	Memory used           : 27.49 MB
19.40/19.74	c 19	CPU time              : 1.72474 s
19.40/19.74	c 19	
19.40/19.74	c 19	UNSATISFIABLE
19.40/19.74	c 19	DECODING HOME/temp.out WITH HOME/temp.map
19.40/19.74	c 19	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
19.44/19.82	c 19	Decoding HOME/temp.out
19.44/19.87	s UNSATISFIABLE
19.44/19.87	c 19	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
19.44/19.93	c 19	CPU 19.06 (0.04 0.01 19.02 0.52)
19.44/19.93	c 19	END Fri Jul  4 07:02:40 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066366-1215147740/watcher-1066366-1215147740 -o /tmp/evaluation-result-1066366-1215147740/solver-1066366-1215147740 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1066366-1215147740.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 31995
/proc/meminfo: memFree=1597728/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=12000 CPUtime=0
/proc/31995/stat : 31995 (sugar) R 31993 31995 30231 0 -1 4194304 173 0 0 0 0 0 0 0 22 0 1 0 1993747843 12288000 141 996147200 4194304 4206940 548682068608 18446744073709551615 221793961312 0 0 4224 0 0 0 0 17 1 0 0
/proc/31995/statm: 3000 141 106 3 0 100 0

[startup+0.0566919 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 31995
/proc/meminfo: memFree=1597728/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.03
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993747843 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104651 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 31995
/proc/meminfo: memFree=1597728/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.03
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993747843 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301121 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 31995
/proc/meminfo: memFree=1597728/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.03
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 918 127 0 0 3 0 0 0 15 0 1 0 1993747843 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701148 s]
/proc/loadavg: 1.98 1.98 1.99 4/81 31995
/proc/meminfo: memFree=1597728/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.29
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 973 4305 0 1 3 0 23 3 15 0 1 0 1993747843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.5022 s]
/proc/loadavg: 1.98 1.98 1.99 4/92 32017
/proc/meminfo: memFree=1581192/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.29
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 974 4305 0 1 3 0 23 3 15 0 1 0 1993747843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 797 370 3 0 500 0
[pid=32008] ppid=31995 vsize=5356 CPUtime=0
/proc/32008/stat : 32008 (sh) S 31995 31995 30231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993747877 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32008/statm: 1339 233 193 169 0 50 0
[pid=32009] ppid=32008 vsize=864280 CPUtime=1.12
/proc/32009/stat : 32009 (java) S 32008 31995 30231 0 -1 0 8209 0 1 0 108 4 0 0 19 0 9 0 1993747878 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32009/statm: 216070 7460 2563 9 0 210617 0
[pid=32009/tid=32010] ppid=32008 vsize=864280 CPUtime=0.76
/proc/32009/task/32010/stat : 32010 (java) R 32008 31995 30231 0 -1 64 2815 0 1 0 75 1 0 0 22 0 9 0 1993747879 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 103215081 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32011] ppid=32008 vsize=864280 CPUtime=0.25
/proc/32009/task/32011/stat : 32011 (java) S 32008 31995 30231 0 -1 64 4433 0 0 0 24 1 0 0 16 0 9 0 1993747880 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32012] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32012/stat : 32012 (java) S 32008 31995 30231 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993747880 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32013] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32013/stat : 32013 (java) S 32008 31995 30231 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993747880 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32014] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32014/stat : 32014 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993747883 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32015] ppid=32008 vsize=864280 CPUtime=0.09
/proc/32009/task/32015/stat : 32015 (java) S 32008 31995 30231 0 -1 64 268 0 0 0 9 0 0 0 16 0 9 0 1993747883 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32016] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32016/stat : 32016 (java) S 32008 31995 30231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993747883 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32017] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32017/stat : 32017 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993747883 885022720 7460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883236

[startup+3.1023 s]
/proc/loadavg: 1.98 1.98 1.99 3/92 32017
/proc/meminfo: memFree=1573128/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.3
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 974 4305 0 1 3 1 23 3 16 0 1 0 1993747843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 797 370 3 0 500 0
[pid=32008] ppid=31995 vsize=5356 CPUtime=0
/proc/32008/stat : 32008 (sh) S 31995 31995 30231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993747877 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32008/statm: 1339 233 193 169 0 50 0
[pid=32009] ppid=32008 vsize=864280 CPUtime=2.7
/proc/32009/stat : 32009 (java) S 32008 31995 30231 0 -1 0 9417 0 1 0 263 7 0 0 19 0 9 0 1993747878 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32009/statm: 216070 8538 2563 9 0 210617 0
[pid=32009/tid=32010] ppid=32008 vsize=864280 CPUtime=2.23
/proc/32009/task/32010/stat : 32010 (java) R 32008 31995 30231 0 -1 64 2945 0 1 0 220 3 0 0 25 0 9 0 1993747879 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 103214847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32011] ppid=32008 vsize=864280 CPUtime=0.35
/proc/32009/task/32011/stat : 32011 (java) S 32008 31995 30231 0 -1 64 5507 0 0 0 32 3 0 0 16 0 9 0 1993747880 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32012] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32012/stat : 32012 (java) S 32008 31995 30231 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993747880 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32013] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32013/stat : 32013 (java) S 32008 31995 30231 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993747880 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32014] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32014/stat : 32014 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993747883 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32015] ppid=32008 vsize=864280 CPUtime=0.09
/proc/32009/task/32015/stat : 32015 (java) S 32008 31995 30231 0 -1 64 272 0 0 0 9 0 0 0 16 0 9 0 1993747883 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32016] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32016/stat : 32016 (java) S 32008 31995 30231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993747883 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32017] ppid=32008 vsize=864280 CPUtime=0
/proc/32009/task/32017/stat : 32017 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993747883 885022720 8538 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883236

[startup+6.3025 s]
/proc/loadavg: 1.98 1.98 1.99 3/92 32017
/proc/meminfo: memFree=1562888/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.3
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 974 4305 0 1 3 1 23 3 16 0 1 0 1993747843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 797 370 3 0 500 0
[pid=32008] ppid=31995 vsize=5356 CPUtime=0
/proc/32008/stat : 32008 (sh) S 31995 31995 30231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993747877 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32008/statm: 1339 233 193 169 0 50 0
[pid=32009] ppid=32008 vsize=864368 CPUtime=5.87
/proc/32009/stat : 32009 (java) S 32008 31995 30231 0 -1 0 10461 0 1 0 574 13 0 0 19 0 9 0 1993747878 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32009/statm: 216092 9328 2563 9 0 210639 0
[pid=32009/tid=32010] ppid=32008 vsize=864368 CPUtime=5.09
/proc/32009/task/32010/stat : 32010 (java) R 32008 31995 30231 0 -1 64 3197 0 1 0 503 6 0 0 25 0 9 0 1993747879 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 102064408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32011] ppid=32008 vsize=864368 CPUtime=0.65
/proc/32009/task/32011/stat : 32011 (java) S 32008 31995 30231 0 -1 64 6296 0 0 0 60 5 0 0 16 0 9 0 1993747880 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32012] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32012/stat : 32012 (java) S 32008 31995 30231 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32013] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32013/stat : 32013 (java) S 32008 31995 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32014] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32014/stat : 32014 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993747883 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32015] ppid=32008 vsize=864368 CPUtime=0.1
/proc/32009/task/32015/stat : 32015 (java) S 32008 31995 30231 0 -1 64 275 0 0 0 10 0 0 0 16 0 9 0 1993747883 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32016] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32016/stat : 32016 (java) S 32008 31995 30231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993747883 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32017] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32017/stat : 32017 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993747883 885112832 9328 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883324

[startup+12.7019 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 32017
/proc/meminfo: memFree=1553224/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.31
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 974 4305 0 1 4 1 23 3 16 0 1 0 1993747843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 797 370 3 0 500 0
[pid=32008] ppid=31995 vsize=5356 CPUtime=0
/proc/32008/stat : 32008 (sh) S 31995 31995 30231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993747877 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32008/statm: 1339 233 193 169 0 50 0
[pid=32009] ppid=32008 vsize=864368 CPUtime=12.19
/proc/32009/stat : 32009 (java) S 32008 31995 30231 0 -1 0 13587 0 1 0 1194 25 0 0 19 0 9 0 1993747878 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32009/statm: 216092 9533 2563 9 0 210639 0
[pid=32009/tid=32010] ppid=32008 vsize=864368 CPUtime=10.85
/proc/32009/task/32010/stat : 32010 (java) R 32008 31995 30231 0 -1 64 3680 0 1 0 1072 13 0 0 25 0 9 0 1993747879 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4126568132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32011] ppid=32008 vsize=864368 CPUtime=1.22
/proc/32009/task/32011/stat : 32011 (java) S 32008 31995 30231 0 -1 64 8937 0 0 0 111 11 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32012] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32012/stat : 32012 (java) S 32008 31995 30231 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32013] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32013/stat : 32013 (java) S 32008 31995 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32014] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32014/stat : 32014 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32015] ppid=32008 vsize=864368 CPUtime=0.1
/proc/32009/task/32015/stat : 32015 (java) S 32008 31995 30231 0 -1 64 277 0 0 0 10 0 0 0 17 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32016] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32016/stat : 32016 (java) S 32008 31995 30231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32017] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32017/stat : 32017 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 883324

Solver just ended. Dumping a history of the last processes samples

[startup+15.9021 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 32017
/proc/meminfo: memFree=1548488/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.31
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 974 4305 0 1 4 1 23 3 16 0 1 0 1993747843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 797 370 3 0 500 0
[pid=32008] ppid=31995 vsize=5356 CPUtime=0
/proc/32008/stat : 32008 (sh) S 31995 31995 30231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993747877 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32008/statm: 1339 233 193 169 0 50 0
[pid=32009] ppid=32008 vsize=864368 CPUtime=15.35
/proc/32009/stat : 32009 (java) S 32008 31995 30231 0 -1 0 15043 0 1 0 1503 32 0 0 19 0 9 0 1993747878 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32009/statm: 216092 9533 2563 9 0 210639 0
[pid=32009/tid=32010] ppid=32008 vsize=864368 CPUtime=13.74
/proc/32009/task/32010/stat : 32010 (java) R 32008 31995 30231 0 -1 64 3928 0 1 0 1357 17 0 0 25 0 9 0 1993747879 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 103215260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32011] ppid=32008 vsize=864368 CPUtime=1.49
/proc/32009/task/32011/stat : 32011 (java) S 32008 31995 30231 0 -1 64 10145 0 0 0 135 14 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32012] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32012/stat : 32012 (java) S 32008 31995 30231 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32013] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32013/stat : 32013 (java) S 32008 31995 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32014] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32014/stat : 32014 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32015] ppid=32008 vsize=864368 CPUtime=0.1
/proc/32009/task/32015/stat : 32015 (java) S 32008 31995 30231 0 -1 64 277 0 0 0 10 0 0 0 17 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32016] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32016/stat : 32016 (java) S 32008 31995 30231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32017] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32017/stat : 32017 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.66
Current children cumulated vsize (KiB) 883324

[startup+17.5022 s]
/proc/loadavg: 1.99 1.98 1.99 3/92 32017
/proc/meminfo: memFree=1545288/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=0.31
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 974 4305 0 1 4 1 23 3 16 0 1 0 1993747843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 797 370 3 0 500 0
[pid=32008] ppid=31995 vsize=5356 CPUtime=0
/proc/32008/stat : 32008 (sh) S 31995 31995 30231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993747877 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32008/statm: 1339 233 193 169 0 50 0
[pid=32009] ppid=32008 vsize=864368 CPUtime=16.94
/proc/32009/stat : 32009 (java) S 32008 31995 30231 0 -1 0 16392 0 1 0 1658 36 0 0 19 0 9 0 1993747878 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32009/statm: 216092 9533 2563 9 0 210639 0
[pid=32009/tid=32010] ppid=32008 vsize=864368 CPUtime=15.12
/proc/32009/task/32010/stat : 32010 (java) R 32008 31995 30231 0 -1 64 4047 0 1 0 1493 19 0 0 25 0 9 0 1993747879 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4126551084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32011] ppid=32008 vsize=864368 CPUtime=1.68
/proc/32009/task/32011/stat : 32011 (java) S 32008 31995 30231 0 -1 64 11375 0 0 0 153 15 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32012] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32012/stat : 32012 (java) S 32008 31995 30231 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32013] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32013/stat : 32013 (java) S 32008 31995 30231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1993747880 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32014] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32014/stat : 32014 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32015] ppid=32008 vsize=864368 CPUtime=0.1
/proc/32009/task/32015/stat : 32015 (java) S 32008 31995 30231 0 -1 64 277 0 0 0 10 0 0 0 17 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32016] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32016/stat : 32016 (java) S 32008 31995 30231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32009/tid=32017] ppid=32008 vsize=864368 CPUtime=0
/proc/32009/task/32017/stat : 32017 (java) S 32008 31995 30231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993747883 885112832 9533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.25
Current children cumulated vsize (KiB) 883324

[startup+19.1023 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 32019
/proc/meminfo: memFree=1547080/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=17.64
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 1033 21033 0 2 4 1 1718 41 15 0 1 0 1993747843 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 799 370 3 0 500 0
[pid=32018] ppid=31995 vsize=5356 CPUtime=0
/proc/32018/stat : 32018 (sh) S 31995 31995 30231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993749635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32018/statm: 1339 232 193 169 0 50 0
[pid=32019] ppid=32018 vsize=27752 CPUtime=1.16
/proc/32019/stat : 32019 (minisat) R 32018 31995 30231 0 -1 4194304 6781 0 0 0 110 6 0 0 25 0 1 0 1993749635 28418048 6767 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/32019/statm: 6938 6767 74 150 0 6785 0
Current children cumulated CPU time (s) 18.8
Current children cumulated vsize (KiB) 46708

[startup+19.5023 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 32019
/proc/meminfo: memFree=1547080/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=17.64
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 1033 21033 0 2 4 1 1718 41 15 0 1 0 1993747843 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 799 370 3 0 500 0
[pid=32018] ppid=31995 vsize=5356 CPUtime=0
/proc/32018/stat : 32018 (sh) S 31995 31995 30231 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993749635 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32018/statm: 1339 232 193 169 0 50 0
[pid=32019] ppid=32018 vsize=28016 CPUtime=1.56
/proc/32019/stat : 32019 (minisat) R 32018 31995 30231 0 -1 4194304 6859 0 0 0 149 7 0 0 25 0 1 0 1993749635 28688384 6845 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32019/statm: 7004 6845 74 150 0 6851 0
Current children cumulated CPU time (s) 19.2
Current children cumulated vsize (KiB) 46972

[startup+19.9023 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 32019
/proc/meminfo: memFree=1545672/2055920 swapFree=4180452/4192956
[pid=31995] ppid=31993 vsize=13600 CPUtime=19.44
/proc/31995/stat : 31995 (sugar) S 31993 31995 30231 0 -1 4194304 1092 28209 0 2 4 1 1890 49 15 0 1 0 1993747843 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31995/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 19.44
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 19.9415
CPU time (s): 19.613
CPU user time (s): 19.0641
CPU system time (s): 0.548916
CPU usage (%): 98.3525
Max. virtual memory (cumulated for all children) (KiB): 885892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0641
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33044
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10235
involuntary context switches= 10761

runsolver used 0.033994 second user time and 0.082987 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-04 07:02:20
IDJOB=1066366
IDBENCH=55119
IDSOLVER=346
FILE ID=node29/1066366-1215147740
PBS_JOBID= 7877369
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg15-15_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066366-1215147740/watcher-1066366-1215147740 -o /tmp/evaluation-result-1066366-1215147740/solver-1066366-1215147740 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1066366-1215147740.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9e3de5ef0bb4f45d51435215e5fec983
RANDOM SEED=1321663266

node29.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.220
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1598208 kB
Buffers:         63544 kB
Cached:         309432 kB
SwapCached:       6872 kB
Active:         203216 kB
Inactive:       197044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598208 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          43036 kB
Slab:            42400 kB
Committed_AS:  3405924 kB
PageTables:       2072 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node29 at 2008-07-04 07:02:41