Trace number 2056957

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.14.6+picosatSAT 368.494 370.197

General information on the benchmark

Namecsp/hanoi/
normalized-hanoi-7_ext.xml
MD5SUMeb96c548468c2556d48ce74fccf574fa
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.326949
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints125
Maximum constraint arity2
Maximum domain size2187
Number of constraints which are defined in extension125
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.14	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.14	c 0	BEGIN Sat Jul 11 15:08:06 2009
0.03/0.14	c 0	PID 11425
0.03/0.14	c 0	HOST node47.alineos.net
0.03/0.14	c 0	CONVERTING HOME/instance-2056957-1247317686.xml TO HOME/temp.csp
0.03/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2056957-1247317686.xml' 'HOME/temp.csp'
0.07/0.35	c 0	3 domains, 126 variables, 0 predicates, 3 relations, 125 constraints
0.07/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.36	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.32/0.44	c 0	Parsing HOME/temp.csp
0.32/0.52	c 0	parsed 257 expressions
0.32/0.53	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.32/0.53	c 0	Converting to clausal form CSP
0.32/0.55	c 0	converted 26 (10%) expressions
0.32/0.55	c 0	converted 52 (20%) expressions
0.32/0.55	c 0	converted 78 (30%) expressions
0.32/0.55	c 1	converted 103 (40%) expressions
0.32/0.55	c 1	converted 129 (50%) expressions
1.03/1.12	c 1	converted 155 (60%) expressions
1.52/1.62	c 2	converted 180 (70%) expressions
2.12/2.29	c 2	converted 206 (80%) expressions
2.52/2.65	c 3	converted 232 (90%) expressions
3.31/3.46	c 3	converted 257 (100%) expressions
3.31/3.46	c 3	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.31/3.46	c 3	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.46	c 3	Propagation in CSP
3.31/3.46	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.31/3.46	c 3	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.31/3.46	c 3	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.31/3.46	c 3	Simplifing CSP by introducing new Boolean variables
3.31/3.46	c 3	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.31/3.46	c 3	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.71/3.89	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.81/3.94	c 4	13 (10%) CSP integer variables are encoded (26220 clauses, 371172 bytes)
3.81/3.97	c 4	26 (20%) CSP integer variables are encoded (54625 clauses, 797247 bytes)
3.81/4.00	c 4	38 (30%) CSP integer variables are encoded (80845 clauses, 1190547 bytes)
3.92/4.03	c 4	51 (40%) CSP integer variables are encoded (109250 clauses, 1635217 bytes)
3.92/4.06	c 4	63 (50%) CSP integer variables are encoded (135470 clauses, 2080957 bytes)
3.92/4.09	c 4	76 (60%) CSP integer variables are encoded (163875 clauses, 2563842 bytes)
4.02/4.12	c 4	89 (70%) CSP integer variables are encoded (192280 clauses, 3046727 bytes)
4.02/4.15	c 4	101 (80%) CSP integer variables are encoded (218500 clauses, 3492467 bytes)
4.02/4.18	c 4	114 (90%) CSP integer variables are encoded (246905 clauses, 3975352 bytes)
4.12/4.21	c 4	126 (100%) CSP integer variables are encoded (270940 clauses, 4383947 bytes)
24.08/24.28	c 24	13 (10%) CSP clauses are encoded (347589 clauses, 6124005 bytes)
44.11/44.33	c 44	25 (20%) CSP clauses are encoded (424233 clauses, 7960341 bytes)
65.54/65.85	c 66	38 (30%) CSP clauses are encoded (507264 clauses, 9949705 bytes)
85.47/85.85	c 86	50 (40%) CSP clauses are encoded (583908 clauses, 11865104 bytes)
107.18/107.70	c 108	63 (50%) CSP clauses are encoded (666939 clauses, 14135034 bytes)
127.11/127.66	c 128	75 (60%) CSP clauses are encoded (743583 clauses, 16230354 bytes)
148.33/148.99	c 149	88 (70%) CSP clauses are encoded (826614 clauses, 18500284 bytes)
167.85/168.54	c 168	100 (80%) CSP clauses are encoded (903258 clauses, 20595604 bytes)
188.54/189.37	c 189	113 (90%) CSP clauses are encoded (986289 clauses, 22865534 bytes)
206.14/207.09	c 207	125 (100%) CSP clauses are encoded (1056553 clauses, 24786386 bytes)
206.14/207.09	c 207	125 CSP clauses encoded
206.14/207.09	c 207	Writing map file : HOME/temp.map
206.14/207.09	c 207	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
206.14/207.09	c 207	SAT : 271066 SAT variables, 1056553 SAT clauses, 24786386 bytes
206.14/207.09	c 207	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
206.23/207.12	c 207	SOLVING HOME/temp.cnf
206.23/207.12	c 207	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
368.02/369.70	c 370	DECODING HOME/temp.out WITH HOME/temp.map
368.02/369.70	c 370	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
368.02/369.78	c 370	Decoding HOME/temp.out
368.04/370.12	s SATISFIABLE
368.04/370.13	v 2 5 4 22 21 24 26 53 52 46 45 36 38 41 40 202 201 204 206 197 196 190 189 216 218 221 220 238 237 240 242 485 484 478 477 468 470 473 472 418 417 420 422 413 412 406 405 324 326 329 328 346 345 348 350 377 376 370 369 360 362 365 364 1822 1821 1824 1826 1817 1816 1810 1809 1836 1838 1841 1840 1858 1857 1860 1862 1781 1780 1774 1773 1764 1766 1769 1768 1714 1713 1716 1718 1709 1708 1702 1701 1944 1946 1949 1948 1966 1965 1968 1970 1997 1996 1990 1989 1980 1982 1985 1984 2146 2145 2148 2150 2141 2140 2134 2133 2160 2162 2165 2164 2182 2181 2184
368.04/370.13	c 370	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
368.04/370.19	c 370	CPU 368.46 (0.05 0.02 362.73 5.66)
368.04/370.19	c 370	END Sat Jul 11 15:14:16 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2056957-1247317686/watcher-2056957-1247317686 -o /tmp/evaluation-result-2056957-1247317686/solver-2056957-1247317686 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2056957-1247317686.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11425
/proc/meminfo: memFree=768264/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=12268 CPUtime=0
/proc/11425/stat : 11425 (sugar) D 11423 11425 11346 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 18832304 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/11425/statm: 3067 316 241 3 0 167 0

[startup+0.048929 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11425
/proc/meminfo: memFree=768264/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=13336 CPUtime=0.02
/proc/11425/stat : 11425 (sugar) D 11423 11425 11346 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 18832304 13656064 691 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/11425/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101932 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11425
/proc/meminfo: memFree=768264/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=13600 CPUtime=0.03
/proc/11425/stat : 11425 (sugar) D 11423 11425 11346 0 -1 4194304 787 0 0 0 2 1 0 0 18 0 1 0 18832304 13926400 755 996147200 4194304 4206940 548682068608 18446744073709551615 208717707877 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/11425/statm: 3400 755 341 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30196 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11425
/proc/meminfo: memFree=768264/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.07
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702002 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11425
/proc/meminfo: memFree=768264/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.32
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1309 4621 0 1 5 2 22 3 15 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 11447
/proc/meminfo: memFree=743920/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.32
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1309 4621 0 1 5 2 22 3 15 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
[pid=11438] ppid=11425 vsize=5356 CPUtime=0
/proc/11438/stat : 11438 (sh) S 11425 11425 11346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11438/statm: 1339 233 193 169 0 50 0
[pid=11439] ppid=11438 vsize=865152 CPUtime=1.11
/proc/11439/stat : 11439 (java) S 11438 11425 11346 0 -1 0 11351 0 3 0 106 5 0 0 18 0 9 0 18832340 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11439/statm: 216288 10614 2566 9 0 210793 0
[pid=11439/tid=11440] ppid=11438 vsize=865152 CPUtime=0.46
/proc/11439/task/11440/stat : 11440 (java) S 11438 11425 11346 0 -1 64 2970 0 1 0 45 1 0 0 16 0 9 0 18832341 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11441] ppid=11438 vsize=865152 CPUtime=0.59
/proc/11439/task/11441/stat : 11441 (java) R 11438 11425 11346 0 -1 64 7372 0 2 0 56 3 0 0 16 0 9 0 18832343 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11442] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11442/stat : 11442 (java) S 11438 11425 11346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832343 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11443] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11443/stat : 11443 (java) S 11438 11425 11346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832343 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11444] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11444/stat : 11444 (java) S 11438 11425 11346 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832346 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11445] ppid=11438 vsize=865152 CPUtime=0.04
/proc/11439/task/11445/stat : 11445 (java) S 11438 11425 11346 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 18832346 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11446] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11446/stat : 11446 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832346 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11447] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11447/stat : 11447 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18832346 885915648 10614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887376

[startup+3.10226 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 11447
/proc/meminfo: memFree=714864/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.32
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1309 4621 0 1 5 2 22 3 15 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
[pid=11438] ppid=11425 vsize=5356 CPUtime=0
/proc/11438/stat : 11438 (sh) S 11425 11425 11346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11438/statm: 1339 233 193 169 0 50 0
[pid=11439] ppid=11438 vsize=865152 CPUtime=2.7
/proc/11439/stat : 11439 (java) S 11438 11425 11346 0 -1 0 22955 0 3 0 261 9 0 0 18 0 9 0 18832340 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11439/statm: 216288 22198 2566 9 0 210793 0
[pid=11439/tid=11440] ppid=11438 vsize=865152 CPUtime=0.98
/proc/11439/task/11440/stat : 11440 (java) S 11438 11425 11346 0 -1 64 3326 0 1 0 97 1 0 0 16 0 9 0 18832341 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11441] ppid=11438 vsize=865152 CPUtime=1.66
/proc/11439/task/11441/stat : 11441 (java) R 11438 11425 11346 0 -1 64 18620 0 2 0 159 7 0 0 19 0 9 0 18832343 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 102768178 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11442] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11442/stat : 11442 (java) S 11438 11425 11346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832343 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11443] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11443/stat : 11443 (java) S 11438 11425 11346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832343 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11444] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11444/stat : 11444 (java) S 11438 11425 11346 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832346 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11445] ppid=11438 vsize=865152 CPUtime=0.04
/proc/11439/task/11445/stat : 11445 (java) S 11438 11425 11346 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 18832346 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11446] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11446/stat : 11446 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832346 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11447] ppid=11438 vsize=865152 CPUtime=0
/proc/11439/task/11447/stat : 11447 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18832346 885915648 22198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887376

[startup+6.3016 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 11447
/proc/meminfo: memFree=666544/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.32
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1310 4621 0 1 5 2 22 3 16 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
[pid=11438] ppid=11425 vsize=5356 CPUtime=0
/proc/11438/stat : 11438 (sh) S 11425 11425 11346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11438/statm: 1339 233 193 169 0 50 0
[pid=11439] ppid=11438 vsize=865264 CPUtime=5.92
/proc/11439/stat : 11439 (java) S 11438 11425 11346 0 -1 0 26522 0 3 0 579 13 0 0 18 0 9 0 18832340 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11439/statm: 216316 25706 2590 9 0 210793 0
[pid=11439/tid=11440] ppid=11438 vsize=865264 CPUtime=3.44
/proc/11439/task/11440/stat : 11440 (java) R 11438 11425 11346 0 -1 64 4149 0 1 0 340 4 0 0 17 0 9 0 18832341 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11441] ppid=11438 vsize=865264 CPUtime=2.38
/proc/11439/task/11441/stat : 11441 (java) S 11438 11425 11346 0 -1 64 21337 0 2 0 230 8 0 0 15 0 9 0 18832343 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11442] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11442/stat : 11442 (java) S 11438 11425 11346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11443] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11443/stat : 11443 (java) S 11438 11425 11346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11444] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11444/stat : 11444 (java) S 11438 11425 11346 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832346 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11445] ppid=11438 vsize=865264 CPUtime=0.07
/proc/11439/task/11445/stat : 11445 (java) S 11438 11425 11346 0 -1 64 338 0 0 0 7 0 0 0 15 0 9 0 18832346 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11446] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11446/stat : 11446 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832346 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11447] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11447/stat : 11447 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18832346 886030336 25706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 887488

[startup+12.7023 s]
/proc/loadavg: 0.15 0.03 0.01 2/78 11447
/proc/meminfo: memFree=665264/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.32
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1310 4621 0 1 5 2 22 3 16 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
[pid=11438] ppid=11425 vsize=5356 CPUtime=0
/proc/11438/stat : 11438 (sh) S 11425 11425 11346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11438/statm: 1339 233 193 169 0 50 0
[pid=11439] ppid=11438 vsize=865264 CPUtime=12.3
/proc/11439/stat : 11439 (java) S 11438 11425 11346 0 -1 0 26783 0 3 0 1215 15 0 0 18 0 9 0 18832340 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11439/statm: 216316 25882 2590 9 0 210793 0
[pid=11439/tid=11440] ppid=11438 vsize=865264 CPUtime=9.69
/proc/11439/task/11440/stat : 11440 (java) R 11438 11425 11346 0 -1 64 4234 0 1 0 964 5 0 0 17 0 9 0 18832341 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4126568456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11441] ppid=11438 vsize=865264 CPUtime=2.51
/proc/11439/task/11441/stat : 11441 (java) S 11438 11425 11346 0 -1 64 21512 0 2 0 242 9 0 0 15 0 9 0 18832343 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11442] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11442/stat : 11442 (java) S 11438 11425 11346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11443] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11443/stat : 11443 (java) S 11438 11425 11346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11444] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11444/stat : 11444 (java) S 11438 11425 11346 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832346 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11445] ppid=11438 vsize=865264 CPUtime=0.08
/proc/11439/task/11445/stat : 11445 (java) S 11438 11425 11346 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 18832346 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11446] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11446/stat : 11446 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832346 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11447] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11447/stat : 11447 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18832346 886030336 25882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 887488

[startup+25.5026 s]
/proc/loadavg: 0.34 0.08 0.02 3/78 11447
/proc/meminfo: memFree=662768/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.32
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1310 4621 0 1 5 2 22 3 16 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
[pid=11438] ppid=11425 vsize=5356 CPUtime=0
/proc/11438/stat : 11438 (sh) S 11425 11425 11346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11438/statm: 1339 233 193 169 0 50 0
[pid=11439] ppid=11438 vsize=865264 CPUtime=25.05
/proc/11439/stat : 11439 (java) S 11438 11425 11346 0 -1 0 27269 0 3 0 2488 17 0 0 18 0 9 0 18832340 886030336 26200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11439/statm: 216316 26200 2590 9 0 210793 0
[pid=11439/tid=11440] ppid=11438 vsize=865264 CPUtime=22.19
/proc/11439/task/11440/stat : 11440 (java) R 11438 11425 11346 0 -1 64 4402 0 1 0 2213 6 0 0 17 0 9 0 18832341 886030336 26200 996147200 134512640 134550932 4294955936 18446744073709551615 102524011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11441] ppid=11438 vsize=865264 CPUtime=2.76
/proc/11439/task/11441/stat : 11441 (java) S 11438 11425 11346 0 -1 64 21830 0 2 0 266 10 0 0 15 0 9 0 18832343 886030336 26200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11442] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11442/stat : 11442 (java) S 11438 11425 11346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 26200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11443] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11443/stat : 11443 (java) S 11438 11425 11346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 26200 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11444] ppid=11438 vsize=865264 CPUtime=0

################
# More data... #
################

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 3/92 11470
/proc/meminfo: memFree=564800/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=0.32
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1310 4621 0 1 5 2 22 3 16 0 1 0 18832304 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11425/statm: 4217 1111 409 3 0 796 0
[pid=11438] ppid=11425 vsize=5356 CPUtime=0
/proc/11438/stat : 11438 (sh) S 11425 11425 11346 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18832340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11438/statm: 1339 233 193 169 0 50 0
[pid=11439] ppid=11438 vsize=865264 CPUtime=161.37
/proc/11439/stat : 11439 (java) S 11438 11425 11346 0 -1 0 32574 0 3 0 16095 42 0 0 18 0 9 0 18832340 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11439/statm: 216316 29689 2590 9 0 210793 0
[pid=11439/tid=11440] ppid=11438 vsize=865264 CPUtime=155.82
/proc/11439/task/11440/stat : 11440 (java) R 11438 11425 11346 0 -1 64 6218 0 1 0 15562 20 0 0 22 0 9 0 18832341 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 102524001 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11441] ppid=11438 vsize=865264 CPUtime=5.44
/proc/11439/task/11441/stat : 11441 (java) S 11438 11425 11346 0 -1 64 25314 0 2 0 523 21 0 0 16 0 9 0 18832343 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11442] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11442/stat : 11442 (java) S 11438 11425 11346 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11443] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11443/stat : 11443 (java) S 11438 11425 11346 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18832343 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11444] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11444/stat : 11444 (java) S 11438 11425 11346 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 18832346 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11445] ppid=11438 vsize=865264 CPUtime=0.08
/proc/11439/task/11445/stat : 11445 (java) S 11438 11425 11346 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 18832346 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11439/tid=11446] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11446/stat : 11446 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 18832346 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11439/tid=11447] ppid=11438 vsize=865264 CPUtime=0
/proc/11439/task/11447/stat : 11447 (java) S 11438 11425 11346 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 18832346 886030336 29689 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 887488

[startup+222.302 s]
/proc/loadavg: 1.66 0.71 0.27 3/84 11472
/proc/meminfo: memFree=623296/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=77796 CPUtime=15.09
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 13604 0 0 0 1008 501 0 0 25 0 1 0 18853017 79663104 13588 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 19449 13588 48 102 0 19344 0
Current children cumulated CPU time (s) 221.35
Current children cumulated vsize (KiB) 100020

[startup+282.302 s]
/proc/loadavg: 1.87 0.94 0.37 3/84 11472
/proc/meminfo: memFree=622464/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=78716 CPUtime=74.8
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 13865 0 0 0 6979 501 0 0 25 0 1 0 18853017 80605184 13849 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 19679 13849 48 102 0 19574 0
Current children cumulated CPU time (s) 281.06
Current children cumulated vsize (KiB) 100940

[startup+342.301 s]
/proc/loadavg: 1.95 1.13 0.47 3/84 11472
/proc/meminfo: memFree=622144/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=78976 CPUtime=134.49
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 13930 0 0 0 12948 501 0 0 25 0 1 0 18853017 80871424 13914 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 19744 13914 48 102 0 19639 0
Current children cumulated CPU time (s) 340.75
Current children cumulated vsize (KiB) 101200

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

[startup+345.502 s]
/proc/loadavg: 1.95 1.15 0.48 3/84 11472
/proc/meminfo: memFree=622144/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=79104 CPUtime=137.68
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 13961 0 0 0 13267 501 0 0 25 0 1 0 18853017 81002496 13945 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 19776 13945 48 102 0 19671 0
Current children cumulated CPU time (s) 343.94
Current children cumulated vsize (KiB) 101328

[startup+358.302 s]
/proc/loadavg: 1.96 1.17 0.50 3/84 11472
/proc/meminfo: memFree=621184/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=80008 CPUtime=150.42
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 14188 0 0 0 14541 501 0 0 25 0 1 0 18853017 81928192 14172 996147200 134512640 134931368 4294956256 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 20002 14172 48 102 0 19897 0
Current children cumulated CPU time (s) 356.68
Current children cumulated vsize (KiB) 102232

[startup+364.703 s]
/proc/loadavg: 1.96 1.19 0.50 3/84 11472
/proc/meminfo: memFree=620608/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=80536 CPUtime=156.78
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 14352 0 0 0 15177 501 0 0 25 0 1 0 18853017 82468864 14336 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 20134 14336 48 102 0 20029 0
Current children cumulated CPU time (s) 363.04
Current children cumulated vsize (KiB) 102760

[startup+367.902 s]
/proc/loadavg: 1.97 1.20 0.51 3/84 11472
/proc/meminfo: memFree=620544/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=80668 CPUtime=159.97
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 14376 0 0 0 15496 501 0 0 25 0 1 0 18853017 82604032 14360 996147200 134512640 134931368 4294956256 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 20167 14360 48 102 0 20062 0
Current children cumulated CPU time (s) 366.23
Current children cumulated vsize (KiB) 102892

[startup+369.501 s]
/proc/loadavg: 1.97 1.20 0.51 3/84 11472
/proc/meminfo: memFree=620544/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=206.26
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1366 39295 0 4 5 2 20561 58 17 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
[pid=11471] ppid=11425 vsize=5356 CPUtime=0
/proc/11471/stat : 11471 (sh) S 11425 11425 11346 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18853016 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11471/statm: 1339 232 193 169 0 50 0
[pid=11472] ppid=11471 vsize=80668 CPUtime=161.56
/proc/11472/stat : 11472 (picosat) R 11471 11425 11346 0 -1 4194304 14376 0 0 0 15655 501 0 0 25 0 1 0 18853017 82604032 14360 996147200 134512640 134931368 4294956256 18446744073709551615 134544845 0 0 4096 0 0 0 0 17 0 0 0
/proc/11472/statm: 20167 14360 48 102 0 20062 0
Current children cumulated CPU time (s) 367.82
Current children cumulated vsize (KiB) 102892

[startup+369.901 s]
/proc/loadavg: 1.97 1.20 0.51 3/84 11472
/proc/meminfo: memFree=620544/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=368.04
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1449 53964 0 4 5 2 36235 562 16 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 368.04
Current children cumulated vsize (KiB) 16868

[startup+370.101 s]
/proc/loadavg: 1.97 1.20 0.51 3/84 11472
/proc/meminfo: memFree=620544/2055920 swapFree=4192956/4192956
[pid=11425] ppid=11423 vsize=16868 CPUtime=368.04
/proc/11425/stat : 11425 (sugar) S 11423 11425 11346 0 -1 4194304 1449 53964 0 4 5 2 36235 562 16 0 1 0 18832304 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11425/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 368.04
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 370.197
CPU time (s): 368.494
CPU user time (s): 362.795
CPU system time (s): 5.69913
CPU usage (%): 99.5399
Max. virtual memory (cumulated for all children) (KiB): 887488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 362.795
system time used= 5.69913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59421
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19451
involuntary context switches= 17124

runsolver used 0.45493 second user time and 1.25081 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-11 15:08:06
IDJOB=2056957
IDBENCH=53321
IDSOLVER=738
FILE ID=node47/2056957-1247317686
PBS_JOBID= 9506536
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/hanoi/normalized-hanoi-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2056957-1247317686/watcher-2056957-1247317686 -o /tmp/evaluation-result-2056957-1247317686/solver-2056957-1247317686 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2056957-1247317686.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= eb96c548468c2556d48ce74fccf574fa
RANDOM SEED=2115799195

node47.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.218
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.218
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:        768744 kB
Buffers:         54416 kB
Cached:        1148708 kB
SwapCached:          0 kB
Active:         448224 kB
Inactive:       770164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        768744 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          25064 kB
Slab:            54432 kB
Committed_AS:   110104 kB
PageTables:       1676 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= 66436 MiB
End job on node47 at 2009-07-11 15:14:16