Trace number 1113621

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? 186.228 198.426

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-5.xml
MD5SUMfbc2894f3f33407a5d3ddc17dc6e70f7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints2828
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.25	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.25	c 0	BEGIN Sat Jul 12 20:45:14 2008
0.04/0.25	c 0	PID 18293
0.04/0.25	c 0	HOST node26.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-1113621-1215888313.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113621-1215888313.xml' 'HOME/temp.csp'
3.65/3.97	c 4	1 domains, 1557 variables, 1 predicates, 0 relations, 65390 constraints
3.72/4.03	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.72/4.03	c 4	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'
3.74/4.11	c 4	Parsing HOME/temp.csp
4.10/4.43	c 4	parsed 10000 expressions
4.28/4.64	c 4	parsed 20000 expressions
4.48/4.85	c 5	parsed 30000 expressions
4.68/5.03	c 5	parsed 40000 expressions
4.87/5.26	c 5	parsed 50000 expressions
5.08/5.44	c 5	parsed 60000 expressions
5.17/5.55	c 5	parsed 66949 expressions
5.17/5.56	c 5	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.86/6.24	c 6	MAX CSP: 65390 constraints
5.86/6.24	c 6	Converting to clausal form CSP
6.36/6.73	c 7	converted 13235 (10%) expressions
6.65/7.03	c 7	converted 26469 (20%) expressions
6.95/7.31	c 7	converted 39703 (30%) expressions
7.55/7.94	c 8	converted 52937 (40%) expressions
7.84/8.21	c 8	converted 66171 (50%) expressions
8.04/8.50	c 8	converted 79406 (60%) expressions
8.34/8.79	c 9	converted 92640 (70%) expressions
8.63/9.08	c 9	converted 105874 (80%) expressions
8.93/9.36	c 9	converted 119108 (90%) expressions
17.43/17.94	c 18	converted 132342 (100%) expressions
17.43/17.95	c 18	CSP : 132337 integers, 0 booleans, 196169 clauses, largest domain size 98086
17.43/17.95	c 18	Heap : 176 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.43/17.95	c 18	Propagation in CSP
20.21/20.79	c 21	65377 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.30/20.81	c 21	CSP : 132337 integers, 0 booleans, 196169 clauses, largest domain size 65391
20.30/20.81	c 21	Heap : 180 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.30/20.87	c 21	Simplifing CSP by introducing new Boolean variables
21.10/21.62	c 21	CSP : 132337 integers, 130780 booleans, 326949 clauses, largest domain size 65391
21.10/21.62	c 21	Heap : 217 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.18/22.71	c 23	Encoding CSP to SAT : HOME/temp.cnf
22.18/22.79	c 23	13234 (10%) CSP integer variables are encoded (4671 clauses, 59126 bytes)
22.28/22.81	c 23	26468 (20%) CSP integer variables are encoded (4671 clauses, 59126 bytes)
22.28/22.82	c 23	39702 (30%) CSP integer variables are encoded (4671 clauses, 59126 bytes)
22.28/22.84	c 23	52935 (40%) CSP integer variables are encoded (4671 clauses, 59126 bytes)
22.28/22.85	c 23	66169 (50%) CSP integer variables are encoded (4671 clauses, 59126 bytes)
22.57/23.13	c 23	79403 (60%) CSP integer variables are encoded (214180 clauses, 3564018 bytes)
22.77/23.37	c 23	92636 (70%) CSP integer variables are encoded (390642 clauses, 6563872 bytes)
24.16/24.73	c 25	105870 (80%) CSP integer variables are encoded (1509033 clauses, 26789266 bytes)
24.35/24.96	c 25	119104 (90%) CSP integer variables are encoded (1685498 clauses, 30142101 bytes)
24.65/25.25	c 25	132337 (100%) CSP integer variables are encoded (1900849 clauses, 34233770 bytes)
25.04/25.69	c 25	32695 (10%) CSP clauses are encoded (2020732 clauses, 36500032 bytes)
25.44/26.09	c 26	65390 (20%) CSP clauses are encoded (2140615 clauses, 38930385 bytes)
25.84/26.49	c 26	98085 (30%) CSP clauses are encoded (2260494 clauses, 41360664 bytes)
26.23/26.89	c 27	130780 (40%) CSP clauses are encoded (2380377 clauses, 43791017 bytes)
26.63/27.29	c 27	163475 (50%) CSP clauses are encoded (2500260 clauses, 46221370 bytes)
27.02/27.68	c 27	196170 (60%) CSP clauses are encoded (2620139 clauses, 48651649 bytes)
185.22/192.92	c 193	ERROR Exception Too large HOME/temp.cnf
185.24/193.03	c 193	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
185.24/193.03	c 193	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
185.24/193.03	c 193	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
185.24/193.03	s UNKNOWN
185.28/193.38	c 193	CPU 172.04 (0.06 0.01 171.98 13.24)
185.28/193.38	c 193	END Sat Jul 12 20:48:27 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-1113621-1215888313/watcher-1113621-1215888313 -o /tmp/evaluation-result-1113621-1215888313/solver-1113621-1215888313 -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-1113621-1215888313.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.33 2.54 2.61 4/81 18293
/proc/meminfo: memFree=1920832/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=18572 CPUtime=0
/proc/18293/stat : 18293 (runsolver) R 18291 18293 18256 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45533307 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18293/statm: 4643 292 257 25 0 2626 0

[startup+0.00983596 s]
/proc/loadavg: 2.33 2.54 2.61 4/81 18293
/proc/meminfo: memFree=1920832/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=18572 CPUtime=0
/proc/18293/stat : 18293 (runsolver) D 18291 18293 18256 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45533307 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 269028486439 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18293/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.102848 s]
/proc/loadavg: 2.33 2.54 2.61 4/81 18293
/proc/meminfo: memFree=1920832/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=12676 CPUtime=0.01
/proc/18293/stat : 18293 (sugar++) D 18291 18293 18256 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 45533307 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18293/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.302865 s]
/proc/loadavg: 2.33 2.54 2.61 4/81 18293
/proc/meminfo: memFree=1920832/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=0.06
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.7029 s]
/proc/loadavg: 2.33 2.54 2.61 4/81 18293
/proc/meminfo: memFree=1920832/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=0.06
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50197 s]
/proc/loadavg: 2.33 2.54 2.61 4/92 18305
/proc/meminfo: memFree=1901232/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=0.06
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18296] ppid=18293 vsize=5356 CPUtime=0
/proc/18296/stat : 18296 (sh) S 18293 18293 18256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45533333 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18296/statm: 1339 233 193 169 0 50 0
[pid=18297] ppid=18296 vsize=865684 CPUtime=1.21
/proc/18297/stat : 18297 (java) S 18296 18293 18256 0 -1 0 12601 0 1 0 115 6 0 0 18 0 9 0 45533333 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18297/statm: 216421 10901 2529 9 0 211003 0
[pid=18297/tid=18298] ppid=18296 vsize=865684 CPUtime=0.8
/proc/18297/task/18298/stat : 18298 (java) R 18296 18293 18256 0 -1 64 2808 0 1 0 79 1 0 0 19 0 9 0 45533335 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18299] ppid=18296 vsize=865684 CPUtime=0.3
/proc/18297/task/18299/stat : 18299 (java) R 18296 18293 18256 0 -1 64 8604 0 0 0 27 3 0 0 16 0 9 0 45533336 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 103828985 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18300] ppid=18296 vsize=865684 CPUtime=0
/proc/18297/task/18300/stat : 18300 (java) S 18296 18293 18256 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 45533336 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18301] ppid=18296 vsize=865684 CPUtime=0
/proc/18297/task/18301/stat : 18301 (java) S 18296 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 45533336 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18302] ppid=18296 vsize=865684 CPUtime=0
/proc/18297/task/18302/stat : 18302 (java) S 18296 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45533338 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18303] ppid=18296 vsize=865684 CPUtime=0.08
/proc/18297/task/18303/stat : 18303 (java) S 18296 18293 18256 0 -1 64 489 0 0 0 8 0 0 0 15 0 9 0 45533338 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18304] ppid=18296 vsize=865684 CPUtime=0
/proc/18297/task/18304/stat : 18304 (java) S 18296 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533338 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18305] ppid=18296 vsize=865684 CPUtime=0
/proc/18297/task/18305/stat : 18305 (java) S 18296 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533338 886460416 10901 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 887780

[startup+3.10109 s]
/proc/loadavg: 2.33 2.54 2.61 3/92 18305
/proc/meminfo: memFree=1865968/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=0.06
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18296] ppid=18293 vsize=5356 CPUtime=0
/proc/18296/stat : 18296 (sh) S 18293 18293 18256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 45533333 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18296/statm: 1339 233 193 169 0 50 0
[pid=18297] ppid=18296 vsize=864692 CPUtime=2.79
/proc/18297/stat : 18297 (java) S 18296 18293 18256 0 -1 0 30159 0 1 0 265 14 0 0 18 0 9 0 45533333 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18297/statm: 216173 24755 2529 9 0 210755 0
[pid=18297/tid=18298] ppid=18296 vsize=864692 CPUtime=1.39
/proc/18297/task/18298/stat : 18298 (java) R 18296 18293 18256 0 -1 64 3862 0 1 0 137 2 0 0 25 0 9 0 45533335 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18299] ppid=18296 vsize=864692 CPUtime=1.26
/proc/18297/task/18299/stat : 18299 (java) R 18296 18293 18256 0 -1 64 25091 0 0 0 116 10 0 0 17 0 9 0 45533336 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 102514471 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18300] ppid=18296 vsize=864692 CPUtime=0
/proc/18297/task/18300/stat : 18300 (java) S 18296 18293 18256 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 45533336 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18301] ppid=18296 vsize=864692 CPUtime=0
/proc/18297/task/18301/stat : 18301 (java) S 18296 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533336 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18302] ppid=18296 vsize=864692 CPUtime=0
/proc/18297/task/18302/stat : 18302 (java) S 18296 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 45533338 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18303] ppid=18296 vsize=864692 CPUtime=0.11
/proc/18297/task/18303/stat : 18303 (java) S 18296 18293 18256 0 -1 64 506 0 0 0 11 0 0 0 16 0 9 0 45533338 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18304] ppid=18296 vsize=864692 CPUtime=0
/proc/18297/task/18304/stat : 18304 (java) S 18296 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533338 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18297/tid=18305] ppid=18296 vsize=864692 CPUtime=0
/proc/18297/task/18305/stat : 18305 (java) S 18296 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533338 885444608 24755 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 886788

[startup+6.30234 s]
/proc/loadavg: 2.39 2.54 2.62 4/92 18315
/proc/meminfo: memFree=1893232/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=3.75
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1295 32380 2 1 6 1 350 18 15 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18306] ppid=18293 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18293 18293 18256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45533711 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18306/statm: 1339 233 193 169 0 50 0
[pid=18307] ppid=18306 vsize=864264 CPUtime=2.22
/proc/18307/stat : 18307 (java) S 18306 18293 18256 0 -1 0 15822 0 1 0 212 10 0 0 18 0 9 0 45533711 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18307/statm: 216066 13629 2542 9 0 210641 0
[pid=18307/tid=18308] ppid=18306 vsize=864264 CPUtime=1.14
/proc/18307/task/18308/stat : 18308 (java) R 18306 18293 18256 0 -1 64 3234 0 1 0 112 2 0 0 25 0 9 0 45533712 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4125970290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18309] ppid=18306 vsize=864264 CPUtime=0.95
/proc/18307/task/18309/stat : 18309 (java) S 18306 18293 18256 0 -1 64 11534 0 0 0 89 6 0 0 16 0 9 0 45533713 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18310] ppid=18306 vsize=864264 CPUtime=0
/proc/18307/task/18310/stat : 18310 (java) S 18306 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533714 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18311] ppid=18306 vsize=864264 CPUtime=0
/proc/18307/task/18311/stat : 18311 (java) S 18306 18293 18256 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45533714 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18312] ppid=18306 vsize=864264 CPUtime=0
/proc/18307/task/18312/stat : 18312 (java) S 18306 18293 18256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45533716 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18313] ppid=18306 vsize=864264 CPUtime=0.1
/proc/18307/task/18313/stat : 18313 (java) S 18306 18293 18256 0 -1 64 357 0 0 0 10 0 0 0 16 0 9 0 45533716 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18314] ppid=18306 vsize=864264 CPUtime=0
/proc/18307/task/18314/stat : 18314 (java) S 18306 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533716 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18315] ppid=18306 vsize=864264 CPUtime=0
/proc/18307/task/18315/stat : 18315 (java) S 18306 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533716 885006336 13629 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 886360

[startup+12.7028 s]
/proc/loadavg: 2.43 2.55 2.62 3/92 18315
/proc/meminfo: memFree=1782960/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=3.75
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1295 32380 2 1 6 1 350 18 15 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18306] ppid=18293 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18293 18293 18256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45533711 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18306/statm: 1339 233 193 169 0 50 0
[pid=18307] ppid=18306 vsize=868432 CPUtime=8.55
/proc/18307/stat : 18307 (java) S 18306 18293 18256 0 -1 0 51097 0 1 0 828 27 0 0 18 0 9 0 45533711 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18307/statm: 217108 37799 2540 9 0 211683 0
[pid=18307/tid=18308] ppid=18306 vsize=868432 CPUtime=5.12
/proc/18307/task/18308/stat : 18308 (java) R 18306 18293 18256 0 -1 64 4377 0 1 0 508 4 0 0 25 0 9 0 45533712 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4126644439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18309] ppid=18306 vsize=868432 CPUtime=3.17
/proc/18307/task/18309/stat : 18309 (java) S 18306 18293 18256 0 -1 64 44544 0 0 0 297 20 0 0 16 0 9 0 45533713 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18310] ppid=18306 vsize=868432 CPUtime=0
/proc/18307/task/18310/stat : 18310 (java) S 18306 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533714 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18311] ppid=18306 vsize=868432 CPUtime=0
/proc/18307/task/18311/stat : 18311 (java) S 18306 18293 18256 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45533714 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18312] ppid=18306 vsize=868432 CPUtime=0
/proc/18307/task/18312/stat : 18312 (java) S 18306 18293 18256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45533716 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18313] ppid=18306 vsize=868432 CPUtime=0.23
/proc/18307/task/18313/stat : 18313 (java) S 18306 18293 18256 0 -1 64 1479 0 0 0 22 1 0 0 16 0 9 0 45533716 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18314] ppid=18306 vsize=868432 CPUtime=0
/proc/18307/task/18314/stat : 18314 (java) S 18306 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533716 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18315] ppid=18306 vsize=868432 CPUtime=0
/proc/18307/task/18315/stat : 18315 (java) S 18306 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533716 889274368 37799 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 890528

[startup+25.5029 s]
/proc/loadavg: 2.34 2.52 2.61 3/92 18315
/proc/meminfo: memFree=1642928/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=3.75
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1295 32380 2 1 6 1 350 18 15 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18306] ppid=18293 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18293 18293 18256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45533711 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18306/statm: 1339 233 193 169 0 50 0
[pid=18307] ppid=18306 vsize=868544 CPUtime=21.2
/proc/18307/stat : 18307 (java) S 18306 18293 18256 0 -1 0 87542 0 1 0 2061 59 0 0 18 0 9 0 45533711 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18307/statm: 217136 62054 2565 9 0 211683 0
[pid=18307/tid=18308] ppid=18306 vsize=868544 CPUtime=14.09
/proc/18307/task/18308/stat : 18308 (java) R 18306 18293 18256 0 -1 64 5225 0 1 0 1387 22 0 0 25 0 9 0 45533712 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4127146855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18309] ppid=18306 vsize=868544 CPUtime=6.77
/proc/18307/task/18309/stat : 18309 (java) S 18306 18293 18256 0 -1 64 80093 0 0 0 642 35 0 0 16 0 9 0 45533713 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18310] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18310/stat : 18310 (java) S 18306 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18311] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18311/stat : 18311 (java) S 18306 18293 18256 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+102.309 s]
/proc/loadavg: 2.92 2.66 2.65 3/92 18315
/proc/meminfo: memFree=663344/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=3.75
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1295 32380 2 1 6 1 350 18 15 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18306] ppid=18293 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18293 18293 18256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45533711 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18306/statm: 1339 233 193 169 0 50 0
[pid=18307] ppid=18306 vsize=868544 CPUtime=95.64
/proc/18307/stat : 18307 (java) S 18306 18293 18256 0 -1 0 88870 0 1 0 8928 636 0 0 18 0 9 0 45533711 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18307/statm: 217136 62054 2565 9 0 211683 0
[pid=18307/tid=18308] ppid=18306 vsize=868544 CPUtime=87.45
/proc/18307/task/18308/stat : 18308 (java) R 18306 18293 18256 0 -1 64 6553 0 1 0 8155 590 0 0 25 0 9 0 45533712 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4126569480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18309] ppid=18306 vsize=868544 CPUtime=7.86
/proc/18307/task/18309/stat : 18309 (java) S 18306 18293 18256 0 -1 64 80093 0 0 0 742 44 0 0 16 0 9 0 45533713 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18310] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18310/stat : 18310 (java) S 18306 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18311] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18311/stat : 18311 (java) S 18306 18293 18256 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18312] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18312/stat : 18312 (java) S 18306 18293 18256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18313] ppid=18306 vsize=868544 CPUtime=0.31
/proc/18307/task/18313/stat : 18313 (java) S 18306 18293 18256 0 -1 64 1527 0 0 0 30 1 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18314] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18314/stat : 18314 (java) S 18306 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18315] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18315/stat : 18315 (java) S 18306 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.39
Current children cumulated vsize (KiB) 890640

[startup+162.303 s]
/proc/loadavg: 3.13 2.76 2.68 3/92 18315
/proc/meminfo: memFree=16048/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=3.75
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1295 32380 2 1 6 1 350 18 15 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18306] ppid=18293 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18293 18293 18256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45533711 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18306/statm: 1339 233 193 169 0 50 0
[pid=18307] ppid=18306 vsize=868544 CPUtime=152.39
/proc/18307/stat : 18307 (java) S 18306 18293 18256 0 -1 0 89893 0 1 0 14162 1077 0 0 18 0 9 0 45533711 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18307/statm: 217136 62054 2565 9 0 211683 0
[pid=18307/tid=18308] ppid=18306 vsize=868544 CPUtime=143.36
/proc/18307/task/18308/stat : 18308 (java) R 18306 18293 18256 0 -1 64 7576 0 1 0 13312 1024 0 0 25 0 9 0 45533712 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4126569303 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18309] ppid=18306 vsize=868544 CPUtime=8.7
/proc/18307/task/18309/stat : 18309 (java) S 18306 18293 18256 0 -1 64 80093 0 0 0 819 51 0 0 16 0 9 0 45533713 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18310] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18310/stat : 18310 (java) S 18306 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18311] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18311/stat : 18311 (java) S 18306 18293 18256 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18312] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18312/stat : 18312 (java) S 18306 18293 18256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18313] ppid=18306 vsize=868544 CPUtime=0.31
/proc/18307/task/18313/stat : 18313 (java) S 18306 18293 18256 0 -1 64 1527 0 0 0 30 1 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18314] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18314/stat : 18314 (java) S 18306 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18315] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18315/stat : 18315 (java) S 18306 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.14
Current children cumulated vsize (KiB) 890640

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

[startup+179.403 s]
/proc/loadavg: 3.34 2.82 2.70 3/92 18315
/proc/meminfo: memFree=15664/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=3.75
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1295 32380 2 1 6 1 350 18 15 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18306] ppid=18293 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18293 18293 18256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45533711 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18306/statm: 1339 233 193 169 0 50 0
[pid=18307] ppid=18306 vsize=868544 CPUtime=168.48
/proc/18307/stat : 18307 (java) S 18306 18293 18256 0 -1 0 90182 0 1 0 15646 1202 0 0 18 0 9 0 45533711 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18307/statm: 217136 62054 2565 9 0 211683 0
[pid=18307/tid=18308] ppid=18306 vsize=868544 CPUtime=159.21
/proc/18307/task/18308/stat : 18308 (java) R 18306 18293 18256 0 -1 64 7865 0 1 0 14774 1147 0 0 25 0 9 0 45533712 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4126930952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18309] ppid=18306 vsize=868544 CPUtime=8.94
/proc/18307/task/18309/stat : 18309 (java) S 18306 18293 18256 0 -1 64 80093 0 0 0 841 53 0 0 16 0 9 0 45533713 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18310] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18310/stat : 18310 (java) S 18306 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18311] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18311/stat : 18311 (java) S 18306 18293 18256 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18312] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18312/stat : 18312 (java) S 18306 18293 18256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18313] ppid=18306 vsize=868544 CPUtime=0.31
/proc/18307/task/18313/stat : 18313 (java) S 18306 18293 18256 0 -1 64 1527 0 0 0 30 1 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18314] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18314/stat : 18314 (java) S 18306 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18315] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18315/stat : 18315 (java) S 18306 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 172.23
Current children cumulated vsize (KiB) 890640

[startup+192.202 s]
/proc/loadavg: 3.47 2.88 2.72 3/92 18315
/proc/meminfo: memFree=14832/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=3.75
/proc/18293/stat : 18293 (sugar++) S 18291 18293 18256 0 -1 4194304 1295 32380 2 1 6 1 350 18 15 0 1 0 45533307 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18293/statm: 4185 1104 409 3 0 764 0
[pid=18306] ppid=18293 vsize=5356 CPUtime=0
/proc/18306/stat : 18306 (sh) S 18293 18293 18256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45533711 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18306/statm: 1339 233 193 169 0 50 0
[pid=18307] ppid=18306 vsize=868544 CPUtime=180.78
/proc/18307/stat : 18307 (java) S 18306 18293 18256 0 -1 0 90403 0 1 0 16782 1296 0 0 18 0 9 0 45533711 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18307/statm: 217136 62054 2565 9 0 211683 0
[pid=18307/tid=18308] ppid=18306 vsize=868544 CPUtime=171.31
/proc/18307/task/18308/stat : 18308 (java) R 18306 18293 18256 0 -1 64 8086 0 1 0 15892 1239 0 0 25 0 9 0 45533712 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4127085138 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18309] ppid=18306 vsize=868544 CPUtime=9.13
/proc/18307/task/18309/stat : 18309 (java) S 18306 18293 18256 0 -1 64 80093 0 0 0 859 54 0 0 16 0 9 0 45533713 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18310] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18310/stat : 18310 (java) S 18306 18293 18256 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18311] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18311/stat : 18311 (java) S 18306 18293 18256 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45533714 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18312] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18312/stat : 18312 (java) S 18306 18293 18256 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18313] ppid=18306 vsize=868544 CPUtime=0.31
/proc/18307/task/18313/stat : 18313 (java) S 18306 18293 18256 0 -1 64 1527 0 0 0 30 1 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18314] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18314/stat : 18314 (java) S 18306 18293 18256 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18307/tid=18315] ppid=18306 vsize=868544 CPUtime=0
/proc/18307/task/18315/stat : 18315 (java) S 18306 18293 18256 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45533716 889389056 62054 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 184.53
Current children cumulated vsize (KiB) 890640

[startup+195.401 s]
/proc/loadavg: 3.43 2.88 2.72 2/82 18315
/proc/meminfo: memFree=1906752/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=186.05
/proc/18293/stat : 18293 (sugar++) D 18291 18293 18256 0 -1 4194304 1318 123094 2 2 6 77 17198 1324 15 0 1 0 45533307 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18293/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.05
Current children cumulated vsize (KiB) 16740

[startup+197.001 s]
/proc/loadavg: 3.43 2.88 2.72 2/82 18315
/proc/meminfo: memFree=1921664/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=186.06
/proc/18293/stat : 18293 (sugar++) D 18291 18293 18256 0 -1 4194304 1318 123094 2 2 6 78 17198 1324 15 0 1 0 45533307 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/18293/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.06
Current children cumulated vsize (KiB) 16740

[startup+197.808 s]
/proc/loadavg: 3.43 2.88 2.72 2/82 18315
/proc/meminfo: memFree=1940480/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=186.13
/proc/18293/stat : 18293 (sugar++) R 18291 18293 18256 0 -1 4194304 1318 123094 2 2 6 85 17198 1324 15 0 1 0 45533307 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18293/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.13
Current children cumulated vsize (KiB) 16740

[startup+198.201 s]
/proc/loadavg: 3.43 2.88 2.72 2/82 18315
/proc/meminfo: memFree=1947968/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=186.2
/proc/18293/stat : 18293 (sugar++) D 18291 18293 18256 0 -1 4194304 1318 123094 2 2 6 92 17198 1324 15 0 1 0 45533307 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18293/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.2
Current children cumulated vsize (KiB) 16740

[startup+198.401 s]
/proc/loadavg: 3.43 2.88 2.72 2/82 18315
/proc/meminfo: memFree=1947968/2055920 swapFree=4181272/4192956
[pid=18293] ppid=18291 vsize=16740 CPUtime=186.21
/proc/18293/stat : 18293 (sugar++) D 18291 18293 18256 0 -1 4194304 1318 123094 2 2 6 93 17198 1324 15 0 1 0 45533307 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18293/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 186.21
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 198.426
CPU time (s): 186.228
CPU user time (s): 172.045
CPU system time (s): 14.1828
CPU usage (%): 93.8523
Max. virtual memory (cumulated for all children) (KiB): 918144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.045
system time used= 14.1828
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124468
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28962
involuntary context switches= 31190

runsolver used 0.244962 second user time and 0.728889 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-12 20:45:14
IDJOB=1113621
IDBENCH=61613
IDSOLVER=367
FILE ID=node26/1113621-1215888313
PBS_JOBID= 7903666
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-5.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-1113621-1215888313/watcher-1113621-1215888313 -o /tmp/evaluation-result-1113621-1215888313/solver-1113621-1215888313 -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-1113621-1215888313.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fbc2894f3f33407a5d3ddc17dc6e70f7
RANDOM SEED=824659444

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1921312 kB
Buffers:          5608 kB
Cached:          54496 kB
SwapCached:       5856 kB
Active:          60348 kB
Inactive:        24356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921312 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            9036 kB
Writeback:           0 kB
Mapped:          40292 kB
Slab:            35148 kB
Committed_AS:   206564 kB
PageTables:       1900 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= 66460 MiB
End job on node26 at 2008-07-12 20:48:32