Trace number 1113693

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? 293.808 309.729

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-3.xml
MD5SUMe6686b7ac7c1f0a673b1dea10c95cca7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints100
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.22	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.22	c 0	BEGIN Sat Jul 12 21:03:31 2008
0.05/0.22	c 0	PID 14388
0.05/0.22	c 0	HOST node35.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-1113693-1215889410.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113693-1215889410.xml' 'HOME/temp.csp'
1.01/1.28	c 1	1 domains, 1406 variables, 1 predicates, 0 relations, 9695 constraints
1.10/1.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.10/1.32	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.11/1.40	c 1	Parsing HOME/temp.csp
1.11/1.71	c 1	parsed 10000 expressions
1.11/1.73	c 1	parsed 11103 expressions
1.11/1.74	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.11/1.85	c 1	MAX CSP: 9695 constraints
1.11/1.85	c 1	Converting to clausal form CSP
1.11/2.05	c 1	converted 2081 (10%) expressions
1.86/2.14	c 2	converted 4161 (20%) expressions
1.97/2.25	c 2	converted 6241 (30%) expressions
1.97/2.29	c 2	converted 8321 (40%) expressions
2.05/2.34	c 2	converted 10401 (50%) expressions
2.05/2.39	c 2	converted 12481 (60%) expressions
2.15/2.44	c 2	converted 14561 (70%) expressions
2.26/2.56	c 2	converted 16641 (80%) expressions
2.35/2.60	c 2	converted 18721 (90%) expressions
3.24/3.55	c 3	converted 20801 (100%) expressions
3.24/3.56	c 3	CSP : 20796 integers, 0 booleans, 29084 clauses, largest domain size 14543
3.24/3.56	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.24/3.56	c 3	Propagation in CSP
3.64/3.95	c 3	9685 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.64/3.96	c 3	CSP : 20796 integers, 0 booleans, 29084 clauses, largest domain size 9696
3.64/3.96	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.64/3.97	c 3	Simplifing CSP by introducing new Boolean variables
3.94/4.25	c 4	CSP : 20796 integers, 19390 booleans, 48474 clauses, largest domain size 9696
3.94/4.25	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.13/4.43	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.13/4.47	c 4	2080 (10%) CSP integer variables are encoded (1406 clauses, 17235 bytes)
4.13/4.48	c 4	4160 (20%) CSP integer variables are encoded (1406 clauses, 17235 bytes)
4.13/4.48	c 4	6239 (30%) CSP integer variables are encoded (1406 clauses, 17235 bytes)
4.13/4.48	c 4	8319 (40%) CSP integer variables are encoded (1406 clauses, 17235 bytes)
4.13/4.48	c 4	10398 (50%) CSP integer variables are encoded (1406 clauses, 17235 bytes)
4.23/4.51	c 4	12478 (60%) CSP integer variables are encoded (23380 clauses, 346845 bytes)
4.23/4.54	c 4	14558 (70%) CSP integer variables are encoded (43950 clauses, 655395 bytes)
4.23/4.57	c 4	16637 (80%) CSP integer variables are encoded (71391 clauses, 1067010 bytes)
4.33/4.60	c 4	18717 (90%) CSP integer variables are encoded (93318 clauses, 1418082 bytes)
4.42/4.79	c 4	20796 (100%) CSP integer variables are encoded (237103 clauses, 3862427 bytes)
4.53/4.88	c 4	4848 (10%) CSP clauses are encoded (248415 clauses, 4049747 bytes)
4.62/4.93	c 4	9695 (20%) CSP clauses are encoded (259726 clauses, 4242313 bytes)
4.62/4.98	c 4	14543 (30%) CSP clauses are encoded (271038 clauses, 4439469 bytes)
4.73/5.02	c 4	19390 (40%) CSP clauses are encoded (282347 clauses, 4643025 bytes)
4.73/5.07	c 4	24237 (50%) CSP clauses are encoded (293656 clauses, 4847481 bytes)
4.82/5.12	c 5	29085 (60%) CSP clauses are encoded (304968 clauses, 5052713 bytes)
15.45/15.90	c 15	33932 (70%) CSP clauses are encoded (6233155 clauses, 132144379 bytes)
47.21/48.87	c 48	38780 (80%) CSP clauses are encoded (23922587 clauses, 512039787 bytes)
58.25/60.19	c 60	43627 (90%) CSP clauses are encoded (29850774 clauses, 647632905 bytes)
292.66/307.99	c 307	ERROR Exception Too large HOME/temp.cnf
292.66/307.99	c 307	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
292.66/307.99	c 307	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
292.66/307.99	c 307	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
292.66/307.99	s UNKNOWN
292.74/308.08	c 307	CPU 187.26 (0.06 0.01 187.2 105.49)
292.74/308.08	c 307	END Sat Jul 12 21:08:38 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113693-1215889410/watcher-1113693-1215889410 -o /tmp/evaluation-result-1113693-1215889410/solver-1113693-1215889410 -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-1113693-1215889410.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.08 2.25 2.12 4/81 14388
/proc/meminfo: memFree=1919504/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=18572 CPUtime=0
/proc/14388/stat : 14388 (runsolver) D 14386 14388 13423 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 45642272 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 266134416679 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/14388/statm: 4643 292 257 25 0 2626 0

[startup+0.0947899 s]
/proc/loadavg: 2.08 2.25 2.12 4/81 14388
/proc/meminfo: memFree=1919504/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=12544 CPUtime=0
/proc/14388/stat : 14388 (sugar++) R 14386 14388 13423 0 -1 4194304 466 0 0 0 0 0 0 0 18 0 1 0 45642272 12845056 434 996147200 4194304 4206940 548682068528 18446744073709551615 266152475077 0 0 4224 0 0 0 0 17 1 0 0
/proc/14388/statm: 3136 434 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101789 s]
/proc/loadavg: 2.08 2.25 2.12 4/81 14388
/proc/meminfo: memFree=1919504/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=12676 CPUtime=0.01
/proc/14388/stat : 14388 (sugar++) D 14386 14388 13423 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 45642272 12980224 501 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/14388/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301817 s]
/proc/loadavg: 2.08 2.25 2.12 4/81 14388
/proc/meminfo: memFree=1919504/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=0.06
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701859 s]
/proc/loadavg: 2.08 2.25 2.12 4/81 14388
/proc/meminfo: memFree=1919504/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=0.06
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50195 s]
/proc/loadavg: 2.08 2.25 2.12 4/92 14400
/proc/meminfo: memFree=1899392/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 16 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16740

[startup+3.10213 s]
/proc/loadavg: 2.08 2.25 2.12 3/92 14410
/proc/meminfo: memFree=1897728/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 15 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868612 CPUtime=1.74
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 11679 0 1 0 168 6 0 0 19 0 9 0 45642405 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217153 10645 2540 9 0 211728 0
[pid=14402/tid=14403] ppid=14401 vsize=868612 CPUtime=1.03
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 2785 0 1 0 102 1 0 0 25 0 9 0 45642406 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868612 CPUtime=0.46
/proc/14402/task/14404/stat : 14404 (java) R 14401 14388 13423 0 -1 64 6730 0 0 0 44 2 0 0 16 0 9 0 45642407 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 102721963 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868612 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868612 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45642408 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868612 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868612 CPUtime=0.21
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1467 0 0 0 21 0 0 0 16 0 9 0 45642409 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868612 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868612 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) R 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889458688 10645 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890708

[startup+6.30149 s]
/proc/loadavg: 2.15 2.26 2.12 3/92 14410
/proc/meminfo: memFree=1861184/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 15 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=4.9
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 15678 0 1 0 468 22 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217118 13974 2565 9 0 211665 0
[pid=14402/tid=14403] ppid=14401 vsize=868472 CPUtime=3.47
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 3373 0 1 0 333 14 0 0 25 0 9 0 45642406 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868472 CPUtime=1.09
/proc/14402/task/14404/stat : 14404 (java) S 14401 14388 13423 0 -1 64 10097 0 0 0 104 5 0 0 16 0 9 0 45642407 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 890568

[startup+12.7032 s]
/proc/loadavg: 2.14 2.25 2.12 3/92 14410
/proc/meminfo: memFree=1782144/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 15 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=11.22
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 16179 0 1 0 1055 67 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217118 13974 2565 9 0 211665 0
[pid=14402/tid=14403] ppid=14401 vsize=868472 CPUtime=9.58
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 3874 0 1 0 903 55 0 0 25 0 9 0 45642406 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4127061408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868472 CPUtime=1.29
/proc/14402/task/14404/stat : 14404 (java) S 14401 14388 13423 0 -1 64 10097 0 0 0 121 8 0 0 16 0 9 0 45642407 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 890568

[startup+25.5026 s]
/proc/loadavg: 2.11 2.24 2.12 3/92 14410
/proc/meminfo: memFree=1627648/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 16 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=23.77
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 17170 0 1 0 2212 165 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217118 13974 2565 9 0 211665 0
[pid=14402/tid=14403] ppid=14401 vsize=868472 CPUtime=21.71
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 4865 0 1 0 2023 148 0 0 25 0 9 0 45642406 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4126568871 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868472 CPUtime=1.72
/proc/14402/task/14404/stat : 14404 (java) S 14401 14388 13423 0 -1 64 10097 0 0 0 158 14 0 0 16 0 9 0 45642407 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.88
Current children cumulated vsize (KiB) 890568

[startup+51.1025 s]
/proc/loadavg: 2.07 2.22 2.11 3/92 14410
/proc/meminfo: memFree=1337984/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 16 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=48.33
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 19105 0 1 0 4484 349 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 267.68
Current children cumulated vsize (KiB) 890568

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

[startup+294.303 s]
/proc/loadavg: 2.84 2.45 2.21 3/92 14410
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 16 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=278.27
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 30249 0 1 0 18272 9555 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217118 13974 2565 9 0 211665 0
[pid=14402/tid=14403] ppid=14401 vsize=868472 CPUtime=270.63
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 17944 0 1 0 17609 9454 0 0 25 0 9 0 45642406 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868472 CPUtime=7.3
/proc/14402/task/14404/stat : 14404 (java) S 14401 14388 13423 0 -1 64 10097 0 0 0 632 98 0 0 16 0 9 0 45642407 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.38
Current children cumulated vsize (KiB) 890568

[startup+300.703 s]
/proc/loadavg: 2.86 2.47 2.22 3/92 14410
/proc/meminfo: memFree=16072/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 16 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=284.51
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 30389 0 1 0 18437 10014 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217118 13974 2565 9 0 211665 0
[pid=14402/tid=14403] ppid=14401 vsize=868472 CPUtime=276.81
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 18084 0 1 0 17769 9912 0 0 25 0 9 0 45642406 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868472 CPUtime=7.36
/proc/14402/task/14404/stat : 14404 (java) S 14401 14388 13423 0 -1 64 10097 0 0 0 637 99 0 0 16 0 9 0 45642407 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 285.62
Current children cumulated vsize (KiB) 890568

[startup+303.903 s]
/proc/loadavg: 2.86 2.47 2.22 3/92 14410
/proc/meminfo: memFree=14920/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 16 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=287.64
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 30460 0 1 0 18518 10246 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217118 13974 2565 9 0 211665 0
[pid=14402/tid=14403] ppid=14401 vsize=868472 CPUtime=279.91
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 18155 0 1 0 17848 10143 0 0 25 0 9 0 45642406 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868472 CPUtime=7.4
/proc/14402/task/14404/stat : 14404 (java) S 14401 14388 13423 0 -1 64 10097 0 0 0 640 100 0 0 16 0 9 0 45642407 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 288.75
Current children cumulated vsize (KiB) 890568

[startup+307.104 s]
/proc/loadavg: 2.87 2.48 2.22 3/92 14410
/proc/meminfo: memFree=16200/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=1.11
/proc/14388/stat : 14388 (sugar++) S 14386 14388 13423 0 -1 4194304 1297 9111 0 1 6 1 97 7 16 0 1 0 45642272 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14388/statm: 4185 1104 409 3 0 764 0
[pid=14401] ppid=14388 vsize=5356 CPUtime=0
/proc/14401/stat : 14401 (sh) S 14388 14388 13423 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45642405 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14401/statm: 1339 233 193 169 0 50 0
[pid=14402] ppid=14401 vsize=868472 CPUtime=290.76
/proc/14402/stat : 14402 (java) S 14401 14388 13423 0 -1 0 30530 0 1 0 18600 10476 0 0 19 0 9 0 45642405 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14402/statm: 217118 13974 2565 9 0 211665 0
[pid=14402/tid=14403] ppid=14401 vsize=868472 CPUtime=283.01
/proc/14402/task/14403/stat : 14403 (java) R 14401 14388 13423 0 -1 64 18225 0 1 0 17927 10374 0 0 25 0 9 0 45642406 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14404] ppid=14401 vsize=868472 CPUtime=7.42
/proc/14402/task/14404/stat : 14404 (java) S 14401 14388 13423 0 -1 64 10097 0 0 0 642 100 0 0 16 0 9 0 45642407 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14405] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14401 14388 13423 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14406] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14401 14388 13423 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45642408 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14407] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14401 14388 13423 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14408] ppid=14401 vsize=868472 CPUtime=0.3
/proc/14402/task/14408/stat : 14408 (java) S 14401 14388 13423 0 -1 64 1511 0 0 0 29 1 0 0 16 0 9 0 45642409 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14409] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14401 14388 13423 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14402/tid=14410] ppid=14401 vsize=868472 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14401 14388 13423 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45642410 889315328 13974 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.87
Current children cumulated vsize (KiB) 890568

[startup+308.702 s]
/proc/loadavg: 2.87 2.48 2.22 3/92 14410
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=293.36
/proc/14388/stat : 14388 (sugar++) R 14386 14388 13423 0 -1 4194304 1320 39959 0 2 6 61 18720 10549 17 0 1 0 45642272 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14388/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.36
Current children cumulated vsize (KiB) 16740

[startup+309.207 s]
/proc/loadavg: 2.87 2.48 2.22 3/82 14410
/proc/meminfo: memFree=1934616/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=293.76
/proc/14388/stat : 14388 (sugar++) D 14386 14388 13423 0 -1 4194304 1320 39959 0 2 6 101 18720 10549 15 0 1 0 45642272 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14388/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.76
Current children cumulated vsize (KiB) 16740

[startup+309.601 s]
/proc/loadavg: 2.87 2.48 2.22 3/82 14410
/proc/meminfo: memFree=1934616/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=293.78
/proc/14388/stat : 14388 (sugar++) D 14386 14388 13423 0 -1 4194304 1320 39959 0 2 6 103 18720 10549 15 0 1 0 45642272 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14388/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.78
Current children cumulated vsize (KiB) 16740

[startup+309.701 s]
/proc/loadavg: 2.87 2.48 2.22 3/82 14410
/proc/meminfo: memFree=1934616/2055920 swapFree=4192812/4192956
[pid=14388] ppid=14386 vsize=16740 CPUtime=293.79
/proc/14388/stat : 14388 (sugar++) D 14386 14388 13423 0 -1 4194304 1320 39959 0 2 6 104 18720 10549 15 0 1 0 45642272 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 266134590505 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/14388/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 293.79
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 309.729
CPU time (s): 293.808
CPU user time (s): 187.273
CPU system time (s): 106.536
CPU usage (%): 94.8597
Max. virtual memory (cumulated for all children) (KiB): 891212

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

runsolver used 0.638902 second user time and 1.48177 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-12 21:03:30
IDJOB=1113693
IDBENCH=61625
IDSOLVER=367
FILE ID=node35/1113693-1215889410
PBS_JOBID= 7903572
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-3.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-1113693-1215889410/watcher-1113693-1215889410 -o /tmp/evaluation-result-1113693-1215889410/solver-1113693-1215889410 -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-1113693-1215889410.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e6686b7ac7c1f0a673b1dea10c95cca7
RANDOM SEED=566335623

node35.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.229
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.229
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:       1919984 kB
Buffers:          8388 kB
Cached:          47984 kB
SwapCached:          0 kB
Active:          66856 kB
Inactive:        17472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          48136 kB
Slab:            36568 kB
Committed_AS:   177600 kB
PageTables:       2024 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= 66480 MiB
End job on node35 at 2008-07-12 21:08:40