Trace number 1113418

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? 241.212 251.082

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.00/0.19	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Sat Jul 12 19:33:31 2008
0.00/0.19	c 0	PID 13586
0.03/0.20	c 0	HOST node81.alineos.net
0.03/0.20	c 0	CONVERTING HOME/instance-1113418-1215884010.xml TO HOME/temp.csp
0.03/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113418-1215884010.xml' 'HOME/temp.csp'
0.98/1.29	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16680 constraints
1.07/1.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.33	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.08/1.41	c 1	Parsing HOME/temp.csp
1.08/1.72	c 1	parsed 10000 expressions
1.08/1.87	c 1	parsed 17132 expressions
1.08/1.87	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/2.02	c 1	MAX CSP: 16680 constraints
1.08/2.02	c 1	Converting to clausal form CSP
1.93/2.28	c 2	converted 3382 (10%) expressions
2.13/2.45	c 2	converted 6763 (20%) expressions
2.23/2.52	c 2	converted 10145 (30%) expressions
2.23/2.59	c 2	converted 13526 (40%) expressions
2.32/2.66	c 2	converted 16908 (50%) expressions
2.42/2.73	c 2	converted 20289 (60%) expressions
2.42/2.80	c 2	converted 23671 (70%) expressions
2.63/2.99	c 2	converted 27052 (80%) expressions
2.73/3.06	c 2	converted 30434 (90%) expressions
4.34/4.63	c 4	converted 33815 (100%) expressions
4.34/4.63	c 4	CSP : 33810 integers, 0 booleans, 50039 clauses, largest domain size 25021
4.34/4.63	c 4	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.34/4.64	c 4	Propagation in CSP
5.03/5.30	c 5	16676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.03/5.31	c 5	CSP : 33810 integers, 0 booleans, 50039 clauses, largest domain size 16681
5.03/5.31	c 5	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.03/5.33	c 5	Simplifing CSP by introducing new Boolean variables
5.53/5.80	c 5	CSP : 33810 integers, 33360 booleans, 83399 clauses, largest domain size 16681
5.53/5.80	c 5	Heap : 56 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.83/6.19	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.94/6.23	c 6	3381 (10%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
5.94/6.24	c 6	6762 (20%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
5.94/6.24	c 6	10143 (30%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
5.94/6.25	c 6	13524 (40%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
5.94/6.25	c 6	16905 (50%) CSP integer variables are encoded (4950 clauses, 62385 bytes)
6.23/6.53	c 6	20286 (60%) CSP integer variables are encoded (248052 clauses, 4041958 bytes)
6.23/6.59	c 6	23667 (70%) CSP integer variables are encoded (298979 clauses, 4907717 bytes)
6.33/6.66	c 6	27048 (80%) CSP integer variables are encoded (352501 clauses, 5817591 bytes)
6.43/6.71	c 6	30429 (90%) CSP integer variables are encoded (390925 clauses, 6470799 bytes)
6.43/6.77	c 6	33810 (100%) CSP integer variables are encoded (439227 clauses, 7291933 bytes)
6.62/6.98	c 6	8340 (10%) CSP clauses are encoded (514287 clauses, 8717707 bytes)
6.82/7.15	c 6	16680 (20%) CSP clauses are encoded (589347 clauses, 10166084 bytes)
7.02/7.31	c 7	25020 (30%) CSP clauses are encoded (664407 clauses, 11683750 bytes)
7.13/7.48	c 7	33360 (40%) CSP clauses are encoded (739467 clauses, 13204410 bytes)
7.33/7.64	c 7	41700 (50%) CSP clauses are encoded (814527 clauses, 14725070 bytes)
7.52/7.81	c 7	50040 (60%) CSP clauses are encoded (889587 clauses, 16245730 bytes)
240.17/247.77	c 247	ERROR Exception Too large HOME/temp.cnf
240.17/247.78	c 247	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
240.17/247.78	c 247	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
240.17/247.78	c 247	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
240.17/247.78	s UNKNOWN
240.24/247.84	c 247	CPU 224.65 (0.03 0.01 224.62 15.61)
240.24/247.84	c 247	END Sat Jul 12 19:37:38 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-1113418-1215884010/watcher-1113418-1215884010 -o /tmp/evaluation-result-1113418-1215884010/solver-1113418-1215884010 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113418-1215884010.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.38 2.59 2.61 4/106 13586
/proc/meminfo: memFree=1780488/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=18572 CPUtime=0
/proc/13586/stat : 13586 (runsolver) D 13584 13586 13287 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45098521 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 269807578407 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/13586/statm: 4643 292 257 25 0 2626 0

[startup+0.021597 s]
/proc/loadavg: 2.38 2.59 2.61 4/106 13586
/proc/meminfo: memFree=1780488/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=124 CPUtime=0
/proc/13586/stat : 13586 (sugar) D 13584 13586 13287 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 45098521 126976 23 996147200 4194304 4206940 548682068592 18446744073709551615 269804959209 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/13586/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101613 s]
/proc/loadavg: 2.38 2.59 2.61 4/106 13586
/proc/meminfo: memFree=1780488/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=12272 CPUtime=0
/proc/13586/stat : 13586 (sugar) D 13584 13586 13287 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 45098521 12566528 368 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/13586/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301657 s]
/proc/loadavg: 2.38 2.59 2.61 4/106 13586
/proc/meminfo: memFree=1780488/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=0.03
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 45098521 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13586/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701736 s]
/proc/loadavg: 2.38 2.59 2.61 4/106 13586
/proc/meminfo: memFree=1780488/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=0.03
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 898 127 0 0 2 1 0 0 16 0 1 0 45098521 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13586/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.35 2.58 2.61 4/117 13598
/proc/meminfo: memFree=1752624/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.08
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 2 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10118 s]
/proc/loadavg: 2.35 2.58 2.61 4/117 13608
/proc/meminfo: memFree=1760880/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868436 CPUtime=1.74
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 12632 0 1 0 168 6 0 0 20 0 9 0 45098655 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217109 11270 2540 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868436 CPUtime=0.97
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 2910 0 1 0 96 1 0 0 25 0 9 0 45098656 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4126401703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868436 CPUtime=0.56
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 7563 0 0 0 53 3 0 0 16 0 9 0 45098657 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868436 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868436 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45098657 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868436 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868436 CPUtime=0.18
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1461 0 0 0 18 0 0 0 16 0 9 0 45098659 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868436 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868436 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889278464 11270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 887392

[startup+6.30278 s]
/proc/loadavg: 2.32 2.57 2.60 5/117 13608
/proc/meminfo: memFree=1713712/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=4.94
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 28288 0 1 0 480 14 0 0 20 0 9 0 45098655 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217137 20666 2565 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868548 CPUtime=2.81
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 3633 0 1 0 279 2 0 0 25 0 9 0 45098656 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868548 CPUtime=1.86
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 22451 0 0 0 176 10 0 0 16 0 9 0 45098657 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868548 CPUtime=0.26
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1506 0 0 0 25 1 0 0 16 0 9 0 45098659 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889393152 20666 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 887504

[startup+12.702 s]
/proc/loadavg: 2.29 2.56 2.60 3/117 13608
/proc/meminfo: memFree=1661744/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=11.31
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 28531 0 1 0 1090 41 0 0 20 0 9 0 45098655 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217137 20685 2565 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868548 CPUtime=9.04
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 3858 0 1 0 877 27 0 0 25 0 9 0 45098656 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4127132172 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868548 CPUtime=1.96
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 22451 0 0 0 185 11 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868548 CPUtime=0.29
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1524 0 0 0 28 1 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 887504

[startup+25.5024 s]
/proc/loadavg: 2.23 2.53 2.59 3/117 13608
/proc/meminfo: memFree=1661680/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=24.1
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 28745 0 1 0 2367 43 0 0 20 0 9 0 45098655 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217137 20685 2565 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868548 CPUtime=21.75
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 4072 0 1 0 2146 29 0 0 25 0 9 0 45098656 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4126617696 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868548 CPUtime=2.05
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 22451 0 0 0 193 12 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868548 CPUtime=0.29
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1524 0 0 0 28 1 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887504

[startup+51.1022 s]
/proc/loadavg: 2.15 2.49 2.57 3/117 13608
/proc/meminfo: memFree=1661296/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=49.68
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 29175 0 1 0 4921 47 0 0 20 0 9 0 45098655 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[startup+222.301 s]
/proc/loadavg: 2.31 2.40 2.52 3/117 13608
/proc/meminfo: memFree=14896/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=214.77
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 37592 0 1 0 20133 1344 0 0 20 0 9 0 45098655 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217137 20685 2565 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868548 CPUtime=208.06
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 12919 0 1 0 19534 1272 0 0 25 0 9 0 45098656 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4126932945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868548 CPUtime=6.4
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 22451 0 0 0 570 70 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868548 CPUtime=0.29
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1524 0 0 0 28 1 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.86
Current children cumulated vsize (KiB) 887504

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

[startup+230.303 s]
/proc/loadavg: 2.29 2.40 2.52 3/117 13608
/proc/meminfo: memFree=16048/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=222.47
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 37998 0 1 0 20838 1409 0 0 20 0 9 0 45098655 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217137 20685 2565 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868548 CPUtime=215.58
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 13325 0 1 0 20224 1334 0 0 25 0 9 0 45098656 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4127087114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868548 CPUtime=6.59
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 22451 0 0 0 586 73 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868548 CPUtime=0.29
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1524 0 0 0 28 1 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.56
Current children cumulated vsize (KiB) 887504

[startup+243.108 s]
/proc/loadavg: 2.38 2.41 2.52 3/117 13608
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=234.62
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 38641 0 1 0 21947 1515 0 0 20 0 9 0 45098655 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217137 20685 2565 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868548 CPUtime=227.39
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 13968 0 1 0 21303 1436 0 0 25 0 9 0 45098656 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4126617805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868548 CPUtime=6.91
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 22451 0 0 0 615 76 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868548 CPUtime=0.29
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1524 0 0 0 28 1 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.71
Current children cumulated vsize (KiB) 887504

[startup+246.303 s]
/proc/loadavg: 2.35 2.40 2.52 3/117 13608
/proc/meminfo: memFree=15472/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=1.09
/proc/13586/stat : 13586 (sugar) S 13584 13586 13287 0 -1 4194304 974 11747 0 1 3 1 98 7 15 0 1 0 45098521 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13586/statm: 3400 797 370 3 0 500 0
[pid=13599] ppid=13586 vsize=5356 CPUtime=0
/proc/13599/stat : 13599 (sh) S 13586 13586 13287 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45098655 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13599/statm: 1339 233 193 169 0 50 0
[pid=13600] ppid=13599 vsize=868548 CPUtime=237.72
/proc/13600/stat : 13600 (java) S 13599 13586 13287 0 -1 0 38802 0 1 0 22229 1543 0 0 20 0 9 0 45098655 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13600/statm: 217137 20685 2565 9 0 211684 0
[pid=13600/tid=13601] ppid=13599 vsize=868548 CPUtime=230.42
/proc/13600/task/13601/stat : 13601 (java) R 13599 13586 13287 0 -1 64 14129 0 1 0 21580 1462 0 0 25 0 9 0 45098656 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4127088439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13602] ppid=13599 vsize=868548 CPUtime=6.99
/proc/13600/task/13602/stat : 13602 (java) S 13599 13586 13287 0 -1 64 22451 0 0 0 621 78 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13600/tid=13603] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13603/stat : 13603 (java) S 13599 13586 13287 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13604] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13604/stat : 13604 (java) S 13599 13586 13287 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45098657 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13605] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13605/stat : 13605 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13606] ppid=13599 vsize=868548 CPUtime=0.29
/proc/13600/task/13606/stat : 13606 (java) S 13599 13586 13287 0 -1 64 1524 0 0 0 28 1 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13607] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13607/stat : 13607 (java) S 13599 13586 13287 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13600/tid=13608] ppid=13599 vsize=868548 CPUtime=0
/proc/13600/task/13608/stat : 13608 (java) S 13599 13586 13287 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45098659 889393152 20685 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.81
Current children cumulated vsize (KiB) 887504

[startup+249.544 s]
/proc/loadavg: 2.35 2.40 2.52 3/107 13608
/proc/meminfo: memFree=1470720/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=241.13
/proc/13586/stat : 13586 (sugar) D 13584 13586 13287 0 -1 4194304 998 50912 0 2 3 87 22462 1561 15 0 1 0 45098521 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13586/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.13
Current children cumulated vsize (KiB) 13600

[startup+250.302 s]
/proc/loadavg: 2.35 2.40 2.52 2/107 13608
/proc/meminfo: memFree=1807296/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=241.16
/proc/13586/stat : 13586 (sugar) D 13584 13586 13287 0 -1 4194304 998 50912 0 2 3 90 22462 1561 15 0 1 0 45098521 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13586/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.16
Current children cumulated vsize (KiB) 13600

[startup+250.702 s]
/proc/loadavg: 2.32 2.40 2.51 2/107 13608
/proc/meminfo: memFree=1806728/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=241.18
/proc/13586/stat : 13586 (sugar) D 13584 13586 13287 0 -1 4194304 998 50912 0 2 3 92 22462 1561 15 0 1 0 45098521 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13586/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.18
Current children cumulated vsize (KiB) 13600

[startup+250.902 s]
/proc/loadavg: 2.32 2.40 2.51 2/107 13608
/proc/meminfo: memFree=1806728/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=241.18
/proc/13586/stat : 13586 (sugar) D 13584 13586 13287 0 -1 4194304 998 50912 0 2 3 92 22462 1561 15 0 1 0 45098521 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13586/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.18
Current children cumulated vsize (KiB) 13600

[startup+251.002 s]
/proc/loadavg: 2.32 2.40 2.51 2/107 13608
/proc/meminfo: memFree=1806728/2055920 swapFree=4192812/4192956
[pid=13586] ppid=13584 vsize=13600 CPUtime=241.19
/proc/13586/stat : 13586 (sugar) D 13584 13586 13287 0 -1 4194304 998 50912 0 2 3 93 22462 1561 15 0 1 0 45098521 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13586/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.19
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 251.082
CPU time (s): 241.212
CPU user time (s): 224.66
CPU system time (s): 16.5525
CPU usage (%): 96.0691
Max. virtual memory (cumulated for all children) (KiB): 898644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.66
system time used= 16.5525
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51940
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= 82477
involuntary context switches= 85860

runsolver used 0.409937 second user time and 1.18682 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-12 19:33:30
IDJOB=1113418
IDBENCH=61579
IDSOLVER=368
FILE ID=node81/1113418-1215884010
PBS_JOBID= 7903609
Free space on /tmp= 126816 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e2238613188c0f9e19f75fabae3049a
RANDOM SEED=935343483

node81.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.281
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.281
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1781032 kB
Buffers:          5364 kB
Cached:          45092 kB
SwapCached:          0 kB
Active:         198316 kB
Inactive:         8800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3432 kB
Writeback:           0 kB
Mapped:         178136 kB
Slab:            49712 kB
Committed_AS:   543440 kB
PageTables:       4344 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126812 MiB
End job on node81 at 2008-07-12 19:37:41