Trace number 1113375

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? 174.454 548.97

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25c-05.xml
MD5SUM44f6ce05738d5a49cbd05931ab1caa74
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2408
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints17343
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension17343
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.30	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.30	c 0	BEGIN Thu Aug  7 20:45:27 2008
0.06/0.30	c 0	PID 14457
0.06/0.30	c 0	HOST node85.alineos.net
0.06/0.30	c 0	CONVERTING HOME/instance-1113375-1218134727.xml TO HOME/temp.csp
0.06/0.30	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113375-1218134727.xml' 'HOME/temp.csp'
1.13/1.41	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 17343 constraints
1.13/1.45	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.13/1.45	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.15/1.53	c 1	Parsing HOME/temp.csp
1.15/1.86	c 2	parsed 10000 expressions
1.15/2.02	c 2	parsed 17795 expressions
1.15/2.02	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.78/2.18	c 2	MAX CSP: 17343 constraints
1.78/2.18	c 2	Converting to clausal form CSP
2.08/2.45	c 2	converted 3515 (10%) expressions
2.27/2.61	c 2	converted 7029 (20%) expressions
2.27/2.68	c 3	converted 10543 (30%) expressions
2.38/2.76	c 3	converted 14057 (40%) expressions
2.48/2.83	c 3	converted 17571 (50%) expressions
2.48/2.90	c 3	converted 21085 (60%) expressions
2.58/2.97	c 3	converted 24599 (70%) expressions
2.79/3.18	c 3	converted 28113 (80%) expressions
2.89/3.24	c 3	converted 31627 (90%) expressions
4.48/4.85	c 5	converted 35141 (100%) expressions
4.48/4.86	c 5	CSP : 35136 integers, 0 booleans, 52028 clauses, largest domain size 26015
4.48/4.86	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.48/4.86	c 5	Propagation in CSP
5.19/5.55	c 5	17333 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.19/5.55	c 5	CSP : 35136 integers, 0 booleans, 52028 clauses, largest domain size 17344
5.19/5.55	c 5	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.19/5.57	c 5	Simplifing CSP by introducing new Boolean variables
5.38/5.75	c 6	CSP : 35136 integers, 34686 booleans, 86714 clauses, largest domain size 17344
5.38/5.75	c 6	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.79/6.15	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.79/6.20	c 6	3514 (10%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.88/6.20	c 6	7028 (20%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.88/6.21	c 6	10541 (30%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.88/6.21	c 6	14055 (40%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.88/6.21	c 6	17568 (50%) CSP integer variables are encoded (1350 clauses, 15953 bytes)
5.88/6.27	c 6	21082 (60%) CSP integer variables are encoded (50640 clauses, 755303 bytes)
5.98/6.32	c 6	24596 (70%) CSP integer variables are encoded (90803 clauses, 1385806 bytes)
5.98/6.38	c 6	28109 (80%) CSP integer variables are encoded (138053 clauses, 2189056 bytes)
6.08/6.43	c 6	31623 (90%) CSP integer variables are encoded (178246 clauses, 2872337 bytes)
6.38/6.78	c 7	35136 (100%) CSP integer variables are encoded (454197 clauses, 7563504 bytes)
6.59/6.91	c 7	8672 (10%) CSP clauses are encoded (485997 clauses, 8120388 bytes)
6.69/7.00	c 7	17343 (20%) CSP clauses are encoded (517788 clauses, 8693268 bytes)
6.78/7.10	c 7	26015 (30%) CSP clauses are encoded (549588 clauses, 9268102 bytes)
6.78/7.19	c 7	34686 (40%) CSP clauses are encoded (581379 clauses, 9848065 bytes)
6.88/7.29	c 7	43357 (50%) CSP clauses are encoded (613174 clauses, 10437535 bytes)
6.98/7.38	c 7	52029 (60%) CSP clauses are encoded (644970 clauses, 11047442 bytes)
38.89/41.79	c 42	60700 (70%) CSP clauses are encoded (19546557 clauses, 416740212 bytes)
139.77/404.89	c 405	69372 (80%) CSP clauses are encoded (76067277 clauses, 1757028959 bytes)
173.60/506.71	c 507	ERROR Exception Too large HOME/temp.cnf
173.60/506.71	c 507	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
173.60/506.71	c 507	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
173.60/506.71	c 507	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
173.60/506.71	s UNKNOWN
173.63/544.90	c 545	CPU 158.79 (0.05 0.02 158.74 14.83)
173.63/544.90	c 545	END Thu Aug  7 20:54:32 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-1113375-1218134727/watcher-1113375-1218134727 -o /tmp/evaluation-result-1113375-1218134727/solver-1113375-1218134727 -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-1113375-1218134727.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: 6.92 8.24 6.30 5/86 14457
/proc/meminfo: memFree=1917752/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=18572 CPUtime=0
/proc/14457/stat : 14457 (runsolver) R 14455 14457 13434 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140557506 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 214945033511 0 0 4096 24578 0 0 0 17 0 0 0
/proc/14457/statm: 4643 292 257 25 0 2626 0

[startup+0.041111 s]
/proc/loadavg: 6.92 8.24 6.30 5/86 14457
/proc/meminfo: memFree=1917752/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=13336 CPUtime=0.02
/proc/14457/stat : 14457 (sugar++) D 14455 14457 13434 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 140557506 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14457/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.103194 s]
/proc/loadavg: 6.92 8.24 6.30 5/86 14457
/proc/meminfo: memFree=1917752/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=13336 CPUtime=0.02
/proc/14457/stat : 14457 (sugar++) D 14455 14457 13434 0 -1 4194304 733 0 0 0 2 0 0 0 18 0 1 0 140557506 13656064 701 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/14457/statm: 3334 701 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.301214 s]
/proc/loadavg: 6.92 8.24 6.30 5/86 14457
/proc/meminfo: memFree=1917752/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=0.06
/proc/14457/stat : 14457 (sugar++) R 14455 14457 13434 0 -1 4194304 1097 0 3 0 5 1 0 0 18 0 1 0 140557506 17141760 1068 996147200 4194304 4206940 548682068528 18446744073709551615 214962536183 0 0 4224 0 0 0 0 17 1 0 0
/proc/14457/statm: 4185 1068 380 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701263 s]
/proc/loadavg: 6.92 8.24 6.30 5/86 14457
/proc/meminfo: memFree=1917752/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=0.06
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1216 128 3 0 5 1 0 0 18 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50135 s]
/proc/loadavg: 6.92 8.24 6.30 4/97 14469
/proc/meminfo: memFree=1880480/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.15
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1276 11921 3 1 5 1 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16740

[startup+3.10254 s]
/proc/loadavg: 6.92 8.24 6.30 4/96 14479
/proc/meminfo: memFree=1878184/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1294 11921 3 1 5 2 102 7 15 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868948 CPUtime=1.63
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 12150 0 1 0 156 7 0 0 20 0 9 0 140557653 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217237 10920 2540 9 0 211812 0
[pid=14471/tid=14472] ppid=14470 vsize=868948 CPUtime=0.9
/proc/14471/task/14472/stat : 14472 (java) R 14470 14457 13434 0 -1 64 2776 0 1 0 88 2 0 0 25 0 9 0 140557654 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868948 CPUtime=0.51
/proc/14471/task/14473/stat : 14473 (java) R 14470 14457 13434 0 -1 64 7211 0 0 0 48 3 0 0 16 0 9 0 140557655 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 102731991 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868948 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140557655 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868948 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140557655 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868948 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868948 CPUtime=0.18
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1467 0 0 0 18 0 0 0 16 0 9 0 140557657 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868948 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14479] ppid=14470 vsize=868948 CPUtime=0
/proc/14471/task/14479/stat : 14479 (java) S 14470 14457 13434 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140557657 889802752 10920 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 891044

[startup+6.30289 s]
/proc/loadavg: 6.61 8.16 6.28 3/96 14479
/proc/meminfo: memFree=1790632/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1294 11921 3 1 5 2 102 7 15 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=4.82
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 27575 0 1 0 466 16 0 0 20 0 9 0 140557653 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217139 20405 2565 9 0 211686 0
[pid=14471/tid=14472] ppid=14470 vsize=868556 CPUtime=2.96
/proc/14471/task/14472/stat : 14472 (java) R 14470 14457 13434 0 -1 64 3301 0 1 0 293 3 0 0 25 0 9 0 140557654 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4127100913 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868556 CPUtime=1.59
/proc/14471/task/14473/stat : 14473 (java) S 14470 14457 13434 0 -1 64 22068 0 0 0 147 12 0 0 16 0 9 0 140557655 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140557655 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140557655 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868556 CPUtime=0.26
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1510 0 0 0 25 1 0 0 16 0 9 0 140557657 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14479] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14479/stat : 14479 (java) S 14470 14457 13434 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140557657 889401344 20405 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 890652

[startup+12.7026 s]
/proc/loadavg: 6.32 8.07 6.26 2/95 14479
/proc/meminfo: memFree=1643768/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1294 11921 3 1 5 2 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=10.26
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 27956 0 1 0 971 55 0 0 20 0 9 0 140557653 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217139 20424 2565 9 0 211686 0
[pid=14471/tid=14472] ppid=14470 vsize=868556 CPUtime=8.19
/proc/14471/task/14472/stat : 14472 (java) D 14470 14457 13434 0 -1 64 3665 0 1 0 780 39 0 0 25 0 9 0 140557654 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868556 CPUtime=1.76
/proc/14471/task/14473/stat : 14473 (java) S 14470 14457 13434 0 -1 64 22068 0 0 0 162 14 0 0 16 0 9 0 140557655 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140557655 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140557655 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868556 CPUtime=0.29
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1527 0 0 0 28 1 0 0 16 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14479] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14479/stat : 14479 (java) S 14470 14457 13434 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 890652

[startup+25.5011 s]
/proc/loadavg: 5.90 7.89 6.23 3/96 14481
/proc/meminfo: memFree=1340848/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1294 11921 3 1 5 2 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=22.21
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 28770 0 1 0 2075 146 0 0 20 0 9 0 140557653 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217139 20424 2565 9 0 211686 0
[pid=14471/tid=14472] ppid=14470 vsize=868556 CPUtime=19.73
/proc/14471/task/14472/stat : 14472 (java) R 14470 14457 13434 0 -1 64 4479 0 1 0 1849 124 0 0 25 0 9 0 140557654 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868556 CPUtime=2.16
/proc/14471/task/14473/stat : 14473 (java) S 14470 14457 13434 0 -1 64 22068 0 0 0 197 19 0 0 16 0 9 0 140557655 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140557655 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140557655 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868556 CPUtime=0.29
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1527 0 0 0 28 1 0 0 16 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14479] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14479/stat : 14479 (java) S 14470 14457 13434 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.37
Current children cumulated vsize (KiB) 890652

[startup+51.102 s]
/proc/loadavg: 8.40 8.31 6.42 3/103 14490
/proc/meminfo: memFree=803376/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1294 11921 3 1 5 2 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=45.27
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 30348 0 1 0 4198 329 0 0 20 0 9 0 140557653 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1527 0 0 0 28 1 0 0 16 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14479] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14479/stat : 14479 (java) S 14470 14457 13434 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 140557657 889401344 20424 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 151.83
Current children cumulated vsize (KiB) 890652

[startup+522.301 s]
/proc/loadavg: 7.24 6.70 6.39 1/100 14504
/proc/meminfo: memFree=19960/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1295 11921 3 1 5 2 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=172.45
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 39045 0 3 0 15771 1474 0 0 20 0 8 0 140557653 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217139 20428 2566 9 0 211686 0
[pid=14471/tid=14472] ppid=14470 vsize=868556 CPUtime=165.44
/proc/14471/task/14472/stat : 14472 (java) S 14470 14457 13434 0 -1 64 14754 0 2 0 15154 1390 0 0 16 0 8 0 140557654 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868556 CPUtime=6.7
/proc/14471/task/14473/stat : 14473 (java) D 14470 14457 13434 0 -1 64 22068 0 0 0 588 82 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868556 CPUtime=0.29
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1527 0 0 0 28 1 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.61
Current children cumulated vsize (KiB) 890652

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

[startup+527.803 s]
/proc/loadavg: 7.62 6.79 6.42 1/100 14504
/proc/meminfo: memFree=21304/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1295 11921 3 1 5 2 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=172.45
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 39045 0 3 0 15771 1474 0 0 20 0 8 0 140557653 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217139 20428 2566 9 0 211686 0
[pid=14471/tid=14472] ppid=14470 vsize=868556 CPUtime=165.44
/proc/14471/task/14472/stat : 14472 (java) S 14470 14457 13434 0 -1 64 14754 0 2 0 15154 1390 0 0 16 0 8 0 140557654 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868556 CPUtime=6.7
/proc/14471/task/14473/stat : 14473 (java) D 14470 14457 13434 0 -1 64 22068 0 0 0 588 82 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868556 CPUtime=0.29
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1527 0 0 0 28 1 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.61
Current children cumulated vsize (KiB) 890652

[startup+540.601 s]
/proc/loadavg: 8.59 7.05 6.51 1/100 14504
/proc/meminfo: memFree=24184/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1295 11921 3 1 5 2 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=172.45
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 39045 0 3 0 15771 1474 0 0 20 0 8 0 140557653 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217139 20428 2566 9 0 211686 0
[pid=14471/tid=14472] ppid=14470 vsize=868556 CPUtime=165.44
/proc/14471/task/14472/stat : 14472 (java) S 14470 14457 13434 0 -1 64 14754 0 2 0 15154 1390 0 0 16 0 8 0 140557654 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868556 CPUtime=6.7
/proc/14471/task/14473/stat : 14473 (java) D 14470 14457 13434 0 -1 64 22068 0 0 0 588 82 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868556 CPUtime=0.29
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1527 0 0 0 28 1 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.61
Current children cumulated vsize (KiB) 890652

[startup+543.803 s]
/proc/loadavg: 8.59 7.05 6.51 1/100 14504
/proc/meminfo: memFree=25208/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=1.16
/proc/14457/stat : 14457 (sugar++) S 14455 14457 13434 0 -1 4194304 1295 11921 3 1 5 2 102 7 16 0 1 0 140557506 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14457/statm: 4185 1104 409 3 0 764 0
[pid=14470] ppid=14457 vsize=5356 CPUtime=0
/proc/14470/stat : 14470 (sh) S 14457 14457 13434 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140557652 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14470/statm: 1339 233 193 169 0 50 0
[pid=14471] ppid=14470 vsize=868556 CPUtime=172.45
/proc/14471/stat : 14471 (java) S 14470 14457 13434 0 -1 0 39045 0 3 0 15771 1474 0 0 20 0 8 0 140557653 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14471/statm: 217139 20428 2566 9 0 211686 0
[pid=14471/tid=14472] ppid=14470 vsize=868556 CPUtime=165.44
/proc/14471/task/14472/stat : 14472 (java) S 14470 14457 13434 0 -1 64 14754 0 2 0 15154 1390 0 0 16 0 8 0 140557654 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14473] ppid=14470 vsize=868556 CPUtime=6.7
/proc/14471/task/14473/stat : 14473 (java) D 14470 14457 13434 0 -1 64 22068 0 0 0 588 82 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=14471/tid=14474] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14474/stat : 14474 (java) S 14470 14457 13434 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14475] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14475/stat : 14475 (java) S 14470 14457 13434 0 -1 64 9 0 0 0 0 0 0 0 16 0 8 0 140557655 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14476] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14476/stat : 14476 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14471/tid=14477] ppid=14470 vsize=868556 CPUtime=0.29
/proc/14471/task/14477/stat : 14477 (java) S 14470 14457 13434 0 -1 64 1527 0 0 0 28 1 0 0 16 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14471/tid=14478] ppid=14470 vsize=868556 CPUtime=0
/proc/14471/task/14478/stat : 14478 (java) S 14470 14457 13434 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 140557657 889401344 20428 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 173.61
Current children cumulated vsize (KiB) 890652

[startup+547.002 s]
/proc/loadavg: 8.22 7.00 6.50 1/91 14504
/proc/meminfo: memFree=97416/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=174.29
/proc/14457/stat : 14457 (sugar++) D 14455 14457 13434 0 -1 4194304 1317 51252 3 5 5 67 15874 1483 16 0 1 0 140557506 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14457/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.29
Current children cumulated vsize (KiB) 16740

[startup+547.801 s]
/proc/loadavg: 8.22 7.00 6.50 1/90 14504
/proc/meminfo: memFree=1170896/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=174.29
/proc/14457/stat : 14457 (sugar++) D 14455 14457 13434 0 -1 4194304 1317 51252 3 5 5 67 15874 1483 15 0 1 0 140557506 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563478208 0 0 17 1 0 0
/proc/14457/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.29
Current children cumulated vsize (KiB) 16740

[startup+548.601 s]
/proc/loadavg: 8.22 7.00 6.50 1/90 14504
/proc/meminfo: memFree=1176464/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=174.3
/proc/14457/stat : 14457 (sugar++) D 14455 14457 13434 0 -1 4194304 1317 51252 3 5 5 68 15874 1483 15 0 1 0 140557506 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14457/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.3
Current children cumulated vsize (KiB) 16740

[startup+548.801 s]
/proc/loadavg: 8.22 7.00 6.50 1/90 14504
/proc/meminfo: memFree=1176464/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=174.3
/proc/14457/stat : 14457 (sugar++) D 14455 14457 13434 0 -1 4194304 1317 51252 3 5 5 68 15874 1483 15 0 1 0 140557506 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14457/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.3
Current children cumulated vsize (KiB) 16740

[startup+548.905 s]
/proc/loadavg: 8.22 7.00 6.50 1/90 14504
/proc/meminfo: memFree=1176464/2055920 swapFree=4181032/4192956
[pid=14457] ppid=14455 vsize=16740 CPUtime=174.36
/proc/14457/stat : 14457 (sugar++) R 14455 14457 13434 0 -1 4194304 1317 51252 3 5 5 74 15874 1483 15 0 1 0 140557506 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14457/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 174.36
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 548.97
CPU time (s): 174.454
CPU user time (s): 158.803
CPU system time (s): 15.6516
CPU usage (%): 31.7785
Max. virtual memory (cumulated for all children) (KiB): 901792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.803
system time used= 15.6516
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52625
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83319
involuntary context switches= 77789

runsolver used 0.572912 second user time and 1.64275 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-08-07 20:45:27
IDJOB=1113375
IDBENCH=61572
IDSOLVER=367
FILE ID=node85/1113375-1218134727
PBS_JOBID= 8000806
Free space on /tmp= 126868 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25c-05.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-1113375-1218134727/watcher-1113375-1218134727 -o /tmp/evaluation-result-1113375-1218134727/solver-1113375-1218134727 -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-1113375-1218134727.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44f6ce05738d5a49cbd05931ab1caa74
RANDOM SEED=451216239

node85.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.236
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.236
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:       1918560 kB
Buffers:          5384 kB
Cached:          40852 kB
SwapCached:       4696 kB
Active:          66344 kB
Inactive:        17084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918560 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            5920 kB
Writeback:           0 kB
Mapped:          55204 kB
Slab:            39032 kB
Committed_AS:   196700 kB
PageTables:       1916 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 125244 MiB
End job on node85 at 2008-08-07 20:54:36