Trace number 1113417

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 253.45 260.692

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15c-13.xml
MD5SUM2e2238613188c0f9e19f75fabae3049a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints183
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16680
Maximum constraint arity2
Maximum domain size13
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16680
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.07	c 0	BEGIN Sat Jul 12 19:33:12 2008
0.04/0.07	c 0	PID 19248
0.04/0.07	c 0	HOST node27.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-1113417-1215883992.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113417-1215883992.xml' 'HOME/temp.csp'
1.06/1.19	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16680 constraints
1.15/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.23	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.16/1.31	c 1	Parsing HOME/temp.csp
1.16/1.62	c 2	parsed 10000 expressions
1.16/1.78	c 2	parsed 17132 expressions
1.16/1.78	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.16/1.94	c 2	MAX CSP: 16680 constraints
1.16/1.94	c 2	Converting to clausal form CSP
2.11/2.23	c 2	converted 3382 (10%) expressions
2.20/2.38	c 2	converted 6763 (20%) expressions
2.30/2.46	c 3	converted 10145 (30%) expressions
2.40/2.54	c 3	converted 13526 (40%) expressions
2.50/2.62	c 3	converted 16908 (50%) expressions
2.50/2.69	c 3	converted 20289 (60%) expressions
2.59/2.76	c 3	converted 23671 (70%) expressions
2.80/2.97	c 3	converted 27052 (80%) expressions
2.89/3.04	c 3	converted 30434 (90%) expressions
4.57/4.72	c 5	converted 33815 (100%) expressions
4.57/4.73	c 5	CSP : 33810 integers, 0 booleans, 50039 clauses, largest domain size 25021
4.57/4.73	c 5	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.73	c 5	Propagation in CSP
5.27/5.45	c 6	16676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.27/5.46	c 6	CSP : 33810 integers, 0 booleans, 50039 clauses, largest domain size 16681
5.27/5.46	c 6	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.27/5.48	c 6	Simplifing CSP by introducing new Boolean variables
5.87/6.07	c 6	CSP : 33810 integers, 33360 booleans, 83399 clauses, largest domain size 16681
5.87/6.07	c 6	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.26/6.45	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.36/6.51	c 7	3381 (10%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
6.36/6.51	c 7	6762 (20%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
6.36/6.52	c 7	10143 (30%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
6.36/6.52	c 7	13524 (40%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
6.36/6.53	c 7	16905 (50%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
6.67/6.82	c 7	20286 (60%) CSP integer variables are encoded (248052 clauses, 4041958 bytes)
6.67/6.89	c 7	23667 (70%) CSP integer variables are encoded (298979 clauses, 4907717 bytes)
6.76/6.96	c 7	27048 (80%) CSP integer variables are encoded (352501 clauses, 5817591 bytes)
6.86/7.02	c 7	30429 (90%) CSP integer variables are encoded (390925 clauses, 6470799 bytes)
6.86/7.08	c 7	33810 (100%) CSP integer variables are encoded (439227 clauses, 7291933 bytes)
7.16/7.31	c 7	8340 (10%) CSP clauses are encoded (514287 clauses, 8717707 bytes)
7.25/7.48	c 8	16680 (20%) CSP clauses are encoded (589347 clauses, 10166084 bytes)
7.46/7.66	c 8	25020 (30%) CSP clauses are encoded (664407 clauses, 11683750 bytes)
7.66/7.84	c 8	33360 (40%) CSP clauses are encoded (739467 clauses, 13204410 bytes)
7.85/8.02	c 8	41700 (50%) CSP clauses are encoded (814527 clauses, 14725070 bytes)
7.96/8.19	c 8	50040 (60%) CSP clauses are encoded (889587 clauses, 16245730 bytes)
252.36/258.33	c 258	ERROR Exception Too large HOME/temp.cnf
252.40/258.50	c 258	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
252.40/258.50	c 258	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
252.40/258.50	c 258	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
252.40/258.50	s UNKNOWN
252.41/258.75	c 259	CPU 236.22 (0.07 0.01 236.15 16.2)
252.41/258.75	c 259	END Sat Jul 12 19:37:31 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1113417-1215883992/watcher-1113417-1215883992 -o /tmp/evaluation-result-1113417-1215883992/solver-1113417-1215883992 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1113417-1215883992.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.67 2.73 2.69 4/81 19248
/proc/meminfo: memFree=1863568/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=12268 CPUtime=0
/proc/19248/stat : 19248 (sugar++) D 19246 19248 18183 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 44973651 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 233588882021 0 2147483391 4224 0 18446744072099863542 0 0 17 0 0 0
/proc/19248/statm: 3067 316 241 3 0 167 0

[startup+0.052355 s]
/proc/loadavg: 2.67 2.73 2.69 4/81 19248
/proc/meminfo: memFree=1863568/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=14908 CPUtime=0.04
/proc/19248/stat : 19248 (sugar++) R 19246 19248 18183 0 -1 4194304 887 0 0 0 4 0 0 0 18 0 1 0 44973651 15265792 855 996147200 4194304 4206940 548682068528 18446744073709551615 233606410800 0 0 4224 0 0 0 0 17 0 0 0
/proc/19248/statm: 3727 856 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.10236 s]
/proc/loadavg: 2.67 2.73 2.69 4/81 19248
/proc/meminfo: memFree=1863568/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=0.06
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1219 128 0 0 6 0 0 0 17 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.302378 s]
/proc/loadavg: 2.67 2.73 2.69 4/81 19248
/proc/meminfo: memFree=1863568/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=0.06
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1219 128 0 0 6 0 0 0 17 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.70242 s]
/proc/loadavg: 2.67 2.73 2.69 4/81 19248
/proc/meminfo: memFree=1863568/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=0.06
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1219 128 0 0 6 0 0 0 17 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.5015 s]
/proc/loadavg: 2.67 2.73 2.69 3/92 19260
/proc/meminfo: memFree=1832056/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.16
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 6 0 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 16740

[startup+3.10166 s]
/proc/loadavg: 2.70 2.74 2.69 4/92 19270
/proc/meminfo: memFree=1840120/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.16
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 6 0 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868436 CPUtime=1.83
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 12737 0 1 0 177 6 0 0 19 0 9 0 44973775 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 217109 11376 2540 9 0 211684 0
[pid=19262/tid=19263] ppid=19261 vsize=868436 CPUtime=1.03
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 2905 0 1 0 102 1 0 0 25 0 9 0 44973776 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4126463757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=868436 CPUtime=0.57
/proc/19262/task/19264/stat : 19264 (java) S 19261 19248 18183 0 -1 64 7667 0 0 0 54 3 0 0 16 0 9 0 44973777 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=868436 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=868436 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44973777 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=868436 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=868436 CPUtime=0.2
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1469 0 0 0 20 0 0 0 16 0 9 0 44973779 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=868436 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=868436 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 889278464 11376 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890532

[startup+6.30299 s]
/proc/loadavg: 2.70 2.74 2.69 3/92 19270
/proc/meminfo: memFree=1798648/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.17
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 0 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=879688 CPUtime=4.99
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 32899 0 1 0 484 15 0 0 19 0 9 0 44973775 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 219922 23056 2540 9 0 214497 0
[pid=19262/tid=19263] ppid=19261 vsize=879688 CPUtime=2.87
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 3205 0 1 0 285 2 0 0 25 0 9 0 44973776 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=879688 CPUtime=1.85
/proc/19262/task/19264/stat : 19264 (java) R 19261 19248 18183 0 -1 64 27500 0 0 0 173 12 0 0 16 0 9 0 44973777 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 102732002 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=879688 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=879688 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44973777 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=879688 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=879688 CPUtime=0.25
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1498 0 0 0 25 0 0 0 15 0 9 0 44973779 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=879688 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=879688 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 900800512 23056 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 901784

[startup+12.7026 s]
/proc/loadavg: 2.59 2.71 2.69 3/92 19270
/proc/meminfo: memFree=1744184/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.18
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 1 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868548 CPUtime=11.32
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 33571 0 1 0 1092 40 0 0 19 0 9 0 44973775 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 217137 20686 2565 9 0 211684 0
[pid=19262/tid=19263] ppid=19261 vsize=868548 CPUtime=8.9
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 3842 0 1 0 865 25 0 0 25 0 9 0 44973776 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4127139624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=868548 CPUtime=2.08
/proc/19262/task/19264/stat : 19264 (java) S 19261 19248 18183 0 -1 64 27501 0 0 0 195 13 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=868548 CPUtime=0.3
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890644

[startup+25.5029 s]
/proc/loadavg: 2.50 2.69 2.68 3/92 19270
/proc/meminfo: memFree=1743992/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.18
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 1 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868548 CPUtime=23.99
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 33771 0 1 0 2356 43 0 0 19 0 9 0 44973775 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 217137 20686 2565 9 0 211684 0
[pid=19262/tid=19263] ppid=19261 vsize=868548 CPUtime=21.48
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 4042 0 1 0 2122 26 0 0 25 0 9 0 44973776 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4126617968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=868548 CPUtime=2.16
/proc/19262/task/19264/stat : 19264 (java) S 19261 19248 18183 0 -1 64 27501 0 0 0 202 14 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=868548 CPUtime=0.3
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890644

[startup+51.1025 s]
/proc/loadavg: 2.33 2.63 2.66 3/92 19270
/proc/meminfo: memFree=1743672/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.18
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 1 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868548 CPUtime=49.35
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 34171 0 1 0 4887 48 0 0 19 0 9 0 44973775 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+230.303 s]
/proc/loadavg: 2.79 2.76 2.70 3/92 19270
/proc/meminfo: memFree=15928/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.18
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 1 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868548 CPUtime=223.98
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 42555 0 1 0 21000 1398 0 0 19 0 9 0 44973775 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 217137 20686 2565 9 0 211684 0
[pid=19262/tid=19263] ppid=19261 vsize=868548 CPUtime=217.19
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 12826 0 1 0 20398 1321 0 0 25 0 9 0 44973776 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=868548 CPUtime=6.44
/proc/19262/task/19264/stat : 19264 (java) S 19261 19248 18183 0 -1 64 27501 0 0 0 570 74 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=868548 CPUtime=0.3
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.16
Current children cumulated vsize (KiB) 890644

[startup+243.108 s]
/proc/loadavg: 2.69 2.74 2.69 3/92 19270
/proc/meminfo: memFree=14968/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.18
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 1 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868548 CPUtime=236.39
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 43184 0 1 0 22146 1493 0 0 19 0 9 0 44973775 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 217137 20686 2565 9 0 211684 0
[pid=19262/tid=19263] ppid=19261 vsize=868548 CPUtime=229.3
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 13455 0 1 0 21518 1412 0 0 25 0 9 0 44973776 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4127084540 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=868548 CPUtime=6.75
/proc/19262/task/19264/stat : 19264 (java) S 19261 19248 18183 0 -1 64 27501 0 0 0 596 79 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=868548 CPUtime=0.3
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 237.57
Current children cumulated vsize (KiB) 890644

[startup+249.502 s]
/proc/loadavg: 2.71 2.74 2.70 3/92 19270
/proc/meminfo: memFree=15032/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.18
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 1 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868548 CPUtime=242.62
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 43499 0 1 0 22717 1545 0 0 19 0 9 0 44973775 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 217137 20686 2565 9 0 211684 0
[pid=19262/tid=19263] ppid=19261 vsize=868548 CPUtime=235.38
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 13770 0 1 0 22075 1463 0 0 25 0 9 0 44973776 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 102064641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=868548 CPUtime=6.9
/proc/19262/task/19264/stat : 19264 (java) S 19261 19248 18183 0 -1 64 27501 0 0 0 610 80 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=868548 CPUtime=0.3
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 243.8
Current children cumulated vsize (KiB) 890644

[startup+255.902 s]
/proc/loadavg: 2.66 2.73 2.69 3/92 19270
/proc/meminfo: memFree=15736/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=1.18
/proc/19248/stat : 19248 (sugar++) S 19246 19248 18183 0 -1 4194304 1297 11749 0 1 7 1 103 7 15 0 1 0 44973651 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19248/statm: 4185 1104 409 3 0 764 0
[pid=19261] ppid=19248 vsize=5356 CPUtime=0
/proc/19261/stat : 19261 (sh) S 19248 19248 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44973775 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19261/statm: 1339 233 193 169 0 50 0
[pid=19262] ppid=19261 vsize=868548 CPUtime=248.85
/proc/19262/stat : 19262 (java) S 19261 19248 18183 0 -1 0 43813 0 1 0 23290 1595 0 0 19 0 9 0 44973775 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19262/statm: 217137 20686 2565 9 0 211684 0
[pid=19262/tid=19263] ppid=19261 vsize=868548 CPUtime=241.45
/proc/19262/task/19263/stat : 19263 (java) R 19261 19248 18183 0 -1 64 14084 0 1 0 22634 1511 0 0 25 0 9 0 44973776 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4126571534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19264] ppid=19261 vsize=868548 CPUtime=7.06
/proc/19262/task/19264/stat : 19264 (java) S 19261 19248 18183 0 -1 64 27501 0 0 0 624 82 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19265] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19265/stat : 19265 (java) S 19261 19248 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19266] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19266/stat : 19266 (java) S 19261 19248 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44973777 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19267] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19267/stat : 19267 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19268] ppid=19261 vsize=868548 CPUtime=0.3
/proc/19262/task/19268/stat : 19268 (java) S 19261 19248 18183 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19269] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19269/stat : 19269 (java) S 19261 19248 18183 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19262/tid=19270] ppid=19261 vsize=868548 CPUtime=0
/proc/19262/task/19270/stat : 19270 (java) S 19261 19248 18183 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44973779 889393152 20686 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 250.03
Current children cumulated vsize (KiB) 890644

[startup+259.102 s]
/proc/loadavg: 2.68 2.73 2.69 2/90 19270
/proc/meminfo: memFree=14968/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=252.59
/proc/19248/stat : 19248 (sugar++) R 19246 19248 18183 0 -1 4194304 1320 55966 0 2 7 17 23615 1620 16 0 1 0 44973651 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19248/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 252.59
Current children cumulated vsize (KiB) 16740

[startup+259.902 s]
/proc/loadavg: 2.68 2.73 2.69 3/82 19270
/proc/meminfo: memFree=1323400/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=253.34
/proc/19248/stat : 19248 (sugar++) D 19246 19248 18183 0 -1 4194304 1320 55966 0 2 7 92 23615 1620 16 0 1 0 44973651 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19248/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 253.34
Current children cumulated vsize (KiB) 16740

[startup+260.302 s]
/proc/loadavg: 2.68 2.73 2.69 3/82 19270
/proc/meminfo: memFree=1323400/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=253.4
/proc/19248/stat : 19248 (sugar++) D 19246 19248 18183 0 -1 4194304 1320 55966 0 2 7 98 23615 1620 15 0 1 0 44973651 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19248/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 253.4
Current children cumulated vsize (KiB) 16740

[startup+260.502 s]
/proc/loadavg: 2.68 2.73 2.69 3/82 19270
/proc/meminfo: memFree=1323400/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=253.41
/proc/19248/stat : 19248 (sugar++) D 19246 19248 18183 0 -1 4194304 1320 55966 0 2 7 99 23615 1620 15 0 1 0 44973651 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19248/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 253.41
Current children cumulated vsize (KiB) 16740

[startup+260.602 s]
/proc/loadavg: 2.68 2.73 2.69 2/82 19270
/proc/meminfo: memFree=1897864/2055920 swapFree=4178788/4192956
[pid=19248] ppid=19246 vsize=16740 CPUtime=253.42
/proc/19248/stat : 19248 (sugar++) R 19246 19248 18183 0 -1 4194304 1320 55966 0 2 7 100 23615 1620 15 0 1 0 44973651 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19248/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 253.42
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 260.692
CPU time (s): 253.45
CPU user time (s): 236.224
CPU system time (s): 17.2264
CPU usage (%): 97.2222
Max. virtual memory (cumulated for all children) (KiB): 901788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.224
system time used= 17.2264
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57342
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82551
involuntary context switches= 89023

runsolver used 0.368943 second user time and 0.876866 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 19:33:12
IDJOB=1113417
IDBENCH=61579
IDSOLVER=367
FILE ID=node27/1113417-1215883992
PBS_JOBID= 7903542
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15c-13.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113417-1215883992/watcher-1113417-1215883992 -o /tmp/evaluation-result-1113417-1215883992/solver-1113417-1215883992 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1113417-1215883992.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e2238613188c0f9e19f75fabae3049a
RANDOM SEED=1828053488

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1863984 kB
Buffers:         13980 kB
Cached:          54012 kB
SwapCached:       7488 kB
Active:         109140 kB
Inactive:        30248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863984 kB
SwapTotal:     4192956 kB
SwapFree:      4178788 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          87144 kB
Slab:            37484 kB
Committed_AS:   352564 kB
PageTables:       2012 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-12 19:37:33