Trace number 1034067

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+picosatSAT 368.853 370.442

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.39094
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Tue Jul  1 23:58:11 2008
0.00/0.04	c 0	PID 26634
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1034067-1214949491.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-1034067-1214949491.xml' 'HOME/temp.csp'
0.04/0.26	c 0	3 domains, 126 variables, 0 predicates, 3 relations, 125 constraints
0.04/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.31	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.04/0.38	c 0	Parsing HOME/temp.csp
0.30/0.49	c 0	parsed 257 expressions
0.30/0.49	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.49	c 0	Converting to clausal form CSP
0.30/0.51	c 0	converted 26 (10%) expressions
0.30/0.51	c 0	converted 52 (20%) expressions
0.30/0.51	c 0	converted 78 (30%) expressions
0.30/0.51	c 0	converted 103 (40%) expressions
0.30/0.51	c 0	converted 129 (50%) expressions
0.30/1.04	c 1	converted 155 (60%) expressions
1.63/1.60	c 1	converted 180 (70%) expressions
2.24/2.26	c 2	converted 206 (80%) expressions
2.73/2.70	c 3	converted 232 (90%) expressions
3.43/3.49	c 3	converted 257 (100%) expressions
3.43/3.49	c 3	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.43/3.49	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.43/3.49	c 3	Propagation in CSP
3.43/3.49	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.43/3.49	c 3	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.43/3.49	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.43/3.49	c 3	Simplifing CSP by introducing new Boolean variables
3.43/3.49	c 3	CSP : 126 integers, 0 booleans, 125 clauses, largest domain size 2187
3.43/3.49	c 3	Heap : 80 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.82/3.88	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.93/3.93	c 4	13 (10%) CSP integer variables are encoded (26220 clauses, 371172 bytes)
3.93/3.96	c 4	26 (20%) CSP integer variables are encoded (54625 clauses, 797247 bytes)
3.93/3.98	c 4	38 (30%) CSP integer variables are encoded (80845 clauses, 1190547 bytes)
4.03/4.01	c 4	51 (40%) CSP integer variables are encoded (109250 clauses, 1635217 bytes)
4.03/4.04	c 4	63 (50%) CSP integer variables are encoded (135470 clauses, 2080957 bytes)
4.03/4.08	c 4	76 (60%) CSP integer variables are encoded (163875 clauses, 2563842 bytes)
4.13/4.11	c 4	89 (70%) CSP integer variables are encoded (192280 clauses, 3046727 bytes)
4.13/4.14	c 4	101 (80%) CSP integer variables are encoded (218500 clauses, 3492467 bytes)
4.13/4.17	c 4	114 (90%) CSP integer variables are encoded (246905 clauses, 3975352 bytes)
4.24/4.20	c 4	126 (100%) CSP integer variables are encoded (270940 clauses, 4383947 bytes)
23.40/23.49	c 23	13 (10%) CSP clauses are encoded (347589 clauses, 6124005 bytes)
42.70/42.84	c 43	25 (20%) CSP clauses are encoded (424233 clauses, 7960341 bytes)
63.21/63.42	c 63	38 (30%) CSP clauses are encoded (507264 clauses, 9949705 bytes)
81.89/82.17	c 82	50 (40%) CSP clauses are encoded (583908 clauses, 11865104 bytes)
102.28/102.51	c 102	63 (50%) CSP clauses are encoded (666939 clauses, 14135034 bytes)
121.14/121.43	c 121	75 (60%) CSP clauses are encoded (743583 clauses, 16230354 bytes)
142.86/143.30	c 143	88 (70%) CSP clauses are encoded (826614 clauses, 18500284 bytes)
162.44/163.09	c 163	100 (80%) CSP clauses are encoded (903258 clauses, 20595604 bytes)
184.41/185.14	c 185	113 (90%) CSP clauses are encoded (986289 clauses, 22865534 bytes)
202.41/203.28	c 203	125 (100%) CSP clauses are encoded (1056553 clauses, 24786386 bytes)
202.41/203.28	c 203	125 CSP clauses encoded
202.41/203.28	c 203	Writing map file : HOME/temp.map
202.41/203.28	c 203	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
202.41/203.28	c 203	SAT : 271066 SAT variables, 1056553 SAT clauses, 24786386 bytes
202.41/203.28	c 203	Heap : 105 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
202.50/203.35	c 203	SOLVING HOME/temp.cnf
202.50/203.35	c 203	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
368.44/370.00	c 370	DECODING HOME/temp.out WITH HOME/temp.map
368.44/370.00	c 370	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
368.44/370.09	c 370	Decoding HOME/temp.out
368.44/370.37	s SATISFIABLE
368.44/370.37	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.44/370.38	c 370	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
368.44/370.43	c 370	CPU 363.11 (0.03 0.01 363.08 5.69)
368.44/370.43	c 370	END Wed Jul  2 00:04:21 2008

Verifier Data (download as text)

OK

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-1034067-1214949491/watcher-1034067-1214949491 -o /tmp/evaluation-result-1034067-1214949491/solver-1034067-1214949491 -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/picosat -tmp=HOME/temp HOME/instance-1034067-1214949491.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: 0.00 0.00 0.00 3/68 26634
/proc/meminfo: memFree=1512296/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=12268 CPUtime=0
/proc/26634/stat : 26634 (sugar) R 26632 26634 26575 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1973920669 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26634/statm: 3067 316 241 3 0 167 0

[startup+0.101859 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 26634
/proc/meminfo: memFree=1512296/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.04
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1973920669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201874 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 26634
/proc/meminfo: memFree=1512296/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.04
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1973920669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301887 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 26634
/proc/meminfo: memFree=1512296/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.04
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 918 127 0 0 3 1 0 0 16 0 1 0 1973920669 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701962 s]
/proc/loadavg: 0.00 0.00 0.00 3/68 26634
/proc/meminfo: memFree=1512296/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.3
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 973 4560 0 1 3 1 22 4 16 0 1 0 1973920669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.5023 s]
/proc/loadavg: 0.00 0.00 0.00 2/79 26656
/proc/meminfo: memFree=1485904/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.3
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 973 4560 0 1 3 1 22 4 15 0 1 0 1973920669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 797 370 3 0 500 0
[pid=26647] ppid=26634 vsize=5356 CPUtime=0
/proc/26647/stat : 26647 (sh) S 26634 26634 26575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26647/statm: 1339 233 193 169 0 50 0
[pid=26648] ppid=26647 vsize=865052 CPUtime=1.24
/proc/26648/stat : 26648 (java) S 26647 26634 26575 0 -1 0 11628 0 1 0 118 6 0 0 18 0 9 0 1973920701 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 216263 10899 2540 9 0 210838 0
[pid=26648/tid=26649] ppid=26647 vsize=865052 CPUtime=0.49
/proc/26648/task/26649/stat : 26649 (java) S 26647 26634 26575 0 -1 64 2892 0 1 0 48 1 0 0 16 0 9 0 1973920702 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26650] ppid=26647 vsize=865052 CPUtime=0.66
/proc/26648/task/26650/stat : 26650 (java) R 26647 26634 26575 0 -1 64 7698 0 0 0 63 3 0 0 16 0 9 0 1973920703 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26647 26634 26575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1973920703 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26647 26634 26575 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920703 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26653] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1973920705 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26647 vsize=865052 CPUtime=0.05
/proc/26648/task/26654/stat : 26654 (java) S 26647 26634 26575 0 -1 64 344 0 0 0 5 0 0 0 16 0 9 0 1973920705 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26655] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26647 26634 26575 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1973920705 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973920705 885813248 10899 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 884008

[startup+3.10158 s]
/proc/loadavg: 0.08 0.02 0.01 2/79 26656
/proc/meminfo: memFree=1457680/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.3
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 973 4560 0 1 3 1 22 4 16 0 1 0 1973920669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26634/statm: 3400 797 370 3 0 500 0
[pid=26647] ppid=26634 vsize=5356 CPUtime=0
/proc/26647/stat : 26647 (sh) S 26634 26634 26575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26647/statm: 1339 233 193 169 0 50 0
[pid=26648] ppid=26647 vsize=865052 CPUtime=2.83
/proc/26648/stat : 26648 (java) S 26647 26634 26575 0 -1 0 22022 0 1 0 273 10 0 0 18 0 9 0 1973920701 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 216263 21275 2540 9 0 210838 0
[pid=26648/tid=26649] ppid=26647 vsize=865052 CPUtime=0.96
/proc/26648/task/26649/stat : 26649 (java) S 26647 26634 26575 0 -1 64 3182 0 1 0 94 2 0 0 16 0 9 0 1973920702 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26650] ppid=26647 vsize=865052 CPUtime=1.79
/proc/26648/task/26650/stat : 26650 (java) R 26647 26634 26575 0 -1 64 17802 0 0 0 172 7 0 0 19 0 9 0 1973920703 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 104457031 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26647 26634 26575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1973920703 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26647 26634 26575 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920703 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26653] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1973920705 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26647 vsize=865052 CPUtime=0.05
/proc/26648/task/26654/stat : 26654 (java) S 26647 26634 26575 0 -1 64 344 0 0 0 5 0 0 0 16 0 9 0 1973920705 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26655] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26647 26634 26575 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1973920705 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26647 vsize=865052 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973920705 885813248 21275 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 884008

[startup+6.30215 s]
/proc/loadavg: 0.08 0.02 0.01 2/79 26656
/proc/meminfo: memFree=1412816/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.3
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 974 4560 0 1 3 1 22 4 16 0 1 0 1973920669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26634/statm: 3400 797 370 3 0 500 0
[pid=26647] ppid=26634 vsize=5356 CPUtime=0
/proc/26647/stat : 26647 (sh) S 26634 26634 26575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26647/statm: 1339 233 193 169 0 50 0
[pid=26648] ppid=26647 vsize=865164 CPUtime=6.07
/proc/26648/stat : 26648 (java) S 26647 26634 26575 0 -1 0 26383 0 1 0 593 14 0 0 18 0 9 0 1973920701 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 216291 25570 2564 9 0 210838 0
[pid=26648/tid=26649] ppid=26647 vsize=865164 CPUtime=3.48
/proc/26648/task/26649/stat : 26649 (java) R 26647 26634 26575 0 -1 64 3775 0 1 0 344 4 0 0 24 0 9 0 1973920702 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 103215665 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26650] ppid=26647 vsize=865164 CPUtime=2.46
/proc/26648/task/26650/stat : 26650 (java) S 26647 26634 26575 0 -1 64 21543 0 0 0 238 8 0 0 16 0 9 0 1973920703 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26647 26634 26575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1973920703 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26647 26634 26575 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920703 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26653] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1973920705 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26647 vsize=865164 CPUtime=0.1
/proc/26648/task/26654/stat : 26654 (java) S 26647 26634 26575 0 -1 64 371 0 0 0 10 0 0 0 16 0 9 0 1973920705 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26655] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26647 26634 26575 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1973920705 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973920705 885927936 25570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.37
Current children cumulated vsize (KiB) 884120

[startup+12.7021 s]
/proc/loadavg: 0.29 0.06 0.02 2/79 26683
/proc/meminfo: memFree=1410128/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.3
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 974 4560 0 1 3 1 22 4 16 0 1 0 1973920669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26634/statm: 3400 797 370 3 0 500 0
[pid=26647] ppid=26634 vsize=5356 CPUtime=0
/proc/26647/stat : 26647 (sh) S 26634 26634 26575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26647/statm: 1339 233 193 169 0 50 0
[pid=26648] ppid=26647 vsize=865164 CPUtime=12.43
/proc/26648/stat : 26648 (java) S 26647 26634 26575 0 -1 0 26649 0 1 0 1228 15 0 0 18 0 9 0 1973920701 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 216291 25748 2564 9 0 210838 0
[pid=26648/tid=26649] ppid=26647 vsize=865164 CPUtime=9.71
/proc/26648/task/26649/stat : 26649 (java) R 26647 26634 26575 0 -1 64 3863 0 1 0 966 5 0 0 17 0 9 0 1973920702 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4126590333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26650] ppid=26647 vsize=865164 CPUtime=2.59
/proc/26648/task/26650/stat : 26650 (java) S 26647 26634 26575 0 -1 64 21720 0 0 0 251 8 0 0 16 0 9 0 1973920703 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26651] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26647 26634 26575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1973920703 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26647 26634 26575 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920703 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26653] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1973920705 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26647 vsize=865164 CPUtime=0.1
/proc/26648/task/26654/stat : 26654 (java) S 26647 26634 26575 0 -1 64 372 0 0 0 10 0 0 0 17 0 9 0 1973920705 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26655] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26647 26634 26575 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1973920705 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973920705 885927936 25748 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 884120

[startup+25.5024 s]
/proc/loadavg: 0.40 0.10 0.03 2/82 26765
/proc/meminfo: memFree=1404712/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=0.3
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 974 4560 0 1 3 1 22 4 16 0 1 0 1973920669 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26634/statm: 3400 797 370 3 0 500 0
[pid=26647] ppid=26634 vsize=5356 CPUtime=0
/proc/26647/stat : 26647 (sh) S 26634 26634 26575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26647/statm: 1339 233 193 169 0 50 0
[pid=26648] ppid=26647 vsize=865164 CPUtime=25.18
/proc/26648/stat : 26648 (java) S 26647 26634 26575 0 -1 0 27169 0 1 0 2500 18 0 0 18 0 9 0 1973920701 885927936 26092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 216291 26092 2564 9 0 210838 0
[pid=26648/tid=26649] ppid=26647 vsize=865164 CPUtime=22.18
/proc/26648/task/26649/stat : 26649 (java) R 26647 26634 26575 0 -1 64 4039 0 1 0 2211 7 0 0 16 0 9 0 1973920702 885927936 26092 996147200 134512640 134550740 4294955952 18446744073709551615 103215000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26650] ppid=26647 vsize=865164 CPUtime=2.87
/proc/26648/task/26650/stat : 26650 (java) S 26647 26634 26575 0 -1 64 22064 0 0 0 278 9 0 0 16 0 9 0 1973920703 885927936 26092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26647 26634 26575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1973920703 885927936 26092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26647 26634 26575 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920703 885927936 26092 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=26647] ppid=26634 vsize=5356 CPUtime=0
/proc/26647/stat : 26647 (sh) S 26634 26634 26575 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973920701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26647/statm: 1339 233 193 169 0 50 0
[pid=26648] ppid=26647 vsize=865164 CPUtime=161.44
/proc/26648/stat : 26648 (java) S 26647 26634 26575 0 -1 0 32690 0 1 0 16092 52 0 0 18 0 9 0 1973920701 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26648/statm: 216291 29720 2564 9 0 210838 0
[pid=26648/tid=26649] ppid=26647 vsize=865164 CPUtime=155.31
/proc/26648/task/26649/stat : 26649 (java) R 26647 26634 26575 0 -1 64 5933 0 1 0 15503 28 0 0 25 0 9 0 1973920702 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 103215053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26650] ppid=26647 vsize=865164 CPUtime=6
/proc/26648/task/26650/stat : 26650 (java) S 26647 26634 26575 0 -1 64 25687 0 0 0 578 22 0 0 16 0 9 0 1973920703 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26651] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26651/stat : 26651 (java) S 26647 26634 26575 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1973920703 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26652] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26652/stat : 26652 (java) S 26647 26634 26575 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1973920703 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26653] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26653/stat : 26653 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1973920705 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26654] ppid=26647 vsize=865164 CPUtime=0.11
/proc/26648/task/26654/stat : 26654 (java) S 26647 26634 26575 0 -1 64 376 0 0 0 11 0 0 0 16 0 9 0 1973920705 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26648/tid=26655] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26655/stat : 26655 (java) S 26647 26634 26575 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1973920705 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26648/tid=26656] ppid=26647 vsize=865164 CPUtime=0
/proc/26648/task/26656/stat : 26656 (java) S 26647 26634 26575 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973920705 885927936 29720 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.74
Current children cumulated vsize (KiB) 884120

[startup+222.307 s]
/proc/loadavg: 1.99 1.04 0.41 3/77 27192
/proc/meminfo: memFree=1398200/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=77796 CPUtime=18.85
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 13604 0 0 0 1390 495 0 0 25 0 1 0 1973941005 79663104 13588 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 19449 13588 48 102 0 19344 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 96752

[startup+282.301 s]
/proc/loadavg: 1.99 1.21 0.51 3/77 27192
/proc/meminfo: memFree=1385720/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=78716 CPUtime=78.58
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 13865 0 0 0 7363 495 0 0 25 0 1 0 1973941005 80605184 13849 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 19679 13849 48 102 0 19574 0
Current children cumulated CPU time (s) 281.11
Current children cumulated vsize (KiB) 97672

[startup+342.303 s]
/proc/loadavg: 1.99 1.36 0.60 3/77 27192
/proc/meminfo: memFree=1382328/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=78976 CPUtime=138.33
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 13933 0 0 0 13337 496 0 0 25 0 1 0 1973941005 80871424 13917 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 19744 13917 48 102 0 19639 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 97932

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

[startup+345.601 s]
/proc/loadavg: 1.99 1.36 0.60 3/77 27192
/proc/meminfo: memFree=1381752/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=79104 CPUtime=141.61
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 13964 0 0 0 13665 496 0 0 25 0 1 0 1973941005 81002496 13948 996147200 134512640 134931368 4294956256 18446744073709551615 134529900 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 19776 13948 48 102 0 19671 0
Current children cumulated CPU time (s) 344.14
Current children cumulated vsize (KiB) 98060

[startup+358.402 s]
/proc/loadavg: 1.99 1.39 0.62 3/77 27192
/proc/meminfo: memFree=1379448/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=80008 CPUtime=154.35
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 14189 0 0 0 14939 496 0 0 25 0 1 0 1973941005 81928192 14173 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 20002 14173 48 102 0 19897 0
Current children cumulated CPU time (s) 356.88
Current children cumulated vsize (KiB) 98964

[startup+364.802 s]
/proc/loadavg: 1.99 1.40 0.63 3/77 27192
/proc/meminfo: memFree=1378424/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=80404 CPUtime=160.73
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 14337 0 0 0 15577 496 0 0 25 0 1 0 1973941005 82333696 14321 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 20101 14321 48 102 0 19996 0
Current children cumulated CPU time (s) 363.26
Current children cumulated vsize (KiB) 99360

[startup+368.002 s]
/proc/loadavg: 1.99 1.41 0.64 3/77 27192
/proc/meminfo: memFree=1378232/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=80668 CPUtime=163.92
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 14376 0 0 0 15896 496 0 0 25 0 1 0 1973941005 82604032 14360 996147200 134512640 134931368 4294956256 18446744073709551615 134529700 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 20167 14360 48 102 0 20062 0
Current children cumulated CPU time (s) 366.45
Current children cumulated vsize (KiB) 99624

[startup+369.602 s]
/proc/loadavg: 1.99 1.41 0.64 3/77 27192
/proc/meminfo: memFree=1378232/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=80668 CPUtime=165.51
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194304 14376 0 0 0 16055 496 0 0 25 0 1 0 1973941005 82604032 14360 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 20167 14360 48 102 0 20062 0
Current children cumulated CPU time (s) 368.04
Current children cumulated vsize (KiB) 99624

[startup+370.002 s]
/proc/loadavg: 1.99 1.41 0.64 3/77 27192
/proc/meminfo: memFree=1378232/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=202.53
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1021 39166 0 2 3 1 20182 67 17 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
[pid=27191] ppid=26634 vsize=5356 CPUtime=0
/proc/27191/stat : 27191 (sh) S 26634 26634 26575 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1973941005 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27191/statm: 1339 232 193 169 0 50 0
[pid=27192] ppid=27191 vsize=0 CPUtime=165.91
/proc/27192/stat : 27192 (picosat) R 27191 26634 26575 0 -1 4194308 14384 0 0 0 16093 498 0 0 25 0 1 0 1973941005 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/27192/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 368.44
Current children cumulated vsize (KiB) 18956

[startup+370.402 s]
/proc/loadavg: 1.99 1.41 0.64 3/77 27192
/proc/meminfo: memFree=1378232/2055920 swapFree=4179440/4192956
[pid=26634] ppid=26632 vsize=13600 CPUtime=368.44
/proc/26634/stat : 26634 (sugar) S 26632 26634 26575 0 -1 4194304 1090 53835 0 2 3 1 36275 565 15 0 1 0 1973920669 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26634/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 368.44
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 370.442
CPU time (s): 368.853
CPU user time (s): 363.127
CPU system time (s): 5.72613
CPU usage (%): 99.5711
Max. virtual memory (cumulated for all children) (KiB): 884120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 363.127
system time used= 5.72613
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58852
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= 23235
involuntary context switches= 24538

runsolver used 0.45793 second user time and 1.25581 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-01 23:58:11
IDJOB=1034067
IDBENCH=53321
IDSOLVER=345
FILE ID=node56/1034067-1214949491
PBS_JOBID= 7870222
Free space on /tmp= 103228 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/hanoi/normalized-hanoi-7_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1034067-1214949491/watcher-1034067-1214949491 -o /tmp/evaluation-result-1034067-1214949491/solver-1034067-1214949491 -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/picosat" -tmp="HOME/temp" HOME/instance-1034067-1214949491.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eb96c548468c2556d48ce74fccf574fa
RANDOM SEED=415348146

node56.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.265
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	: 5931.00
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.265
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:       1511760 kB
Buffers:         49908 kB
Cached:         412872 kB
SwapCached:       7644 kB
Active:         138696 kB
Inactive:       333904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1511760 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          14864 kB
Slab:            57208 kB
Committed_AS:  3771752 kB
PageTables:       1716 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= 103224 MiB
End job on node56 at 2008-07-02 00:04:21