Trace number 1112631

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? 191.837 207.206

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-6.xml
MD5SUM2e0c449e9fcf4011cd4abe4683793658
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints33675
Maximum constraint arity2
Maximum domain size150
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33675
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.74	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.77	c 0	BEGIN Sat Jul 12 16:04:48 2008
0.05/0.77	c 0	PID 17673
0.05/0.79	c 0	HOST node5.alineos.net
0.05/0.79	c 0	CONVERTING HOME/instance-1112631-1215871487.xml TO HOME/temp.csp
0.05/0.79	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112631-1215871487.xml' 'HOME/temp.csp'
1.85/3.79	c 3	1 domains, 300 variables, 2 predicates, 0 relations, 33675 constraints
1.95/3.82	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.95/3.82	c 3	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.96/3.90	c 3	Parsing HOME/temp.csp
2.52/4.41	c 4	parsed 10000 expressions
2.71/4.62	c 4	parsed 20000 expressions
2.92/4.84	c 4	parsed 30000 expressions
3.03/4.91	c 4	parsed 33978 expressions
3.03/4.91	c 4	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.21/5.19	c 5	MAX CSP: 33675 constraints
3.21/5.19	c 5	Converting to clausal form CSP
4.01/5.96	c 5	converted 6766 (10%) expressions
4.61/6.58	c 6	converted 13532 (20%) expressions
5.00/6.97	c 6	converted 20297 (30%) expressions
5.40/7.37	c 7	converted 27063 (40%) expressions
6.10/8.09	c 7	converted 33828 (50%) expressions
6.49/8.49	c 8	converted 40594 (60%) expressions
6.90/8.88	c 8	converted 47360 (70%) expressions
7.29/9.28	c 9	converted 54125 (80%) expressions
7.69/9.68	c 9	converted 60891 (90%) expressions
11.87/13.86	c 13	converted 67656 (100%) expressions
11.87/13.87	c 13	CSP : 67650 integers, 67050 booleans, 235124 clauses, largest domain size 50513
11.87/13.87	c 13	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.87/13.87	c 13	Propagation in CSP
15.75/17.76	c 17	33668 values, 0 unsatisfiable literals, and 0 valid clauses are removed
15.75/17.78	c 17	CSP : 67650 integers, 67050 booleans, 235124 clauses, largest domain size 33676
15.75/17.78	c 17	Heap : 155 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.85/17.83	c 17	Simplifing CSP by introducing new Boolean variables
16.64/18.65	c 18	CSP : 67650 integers, 201444 booleans, 369518 clauses, largest domain size 33676
16.64/18.65	c 18	Heap : 197 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.84/19.82	c 19	Encoding CSP to SAT : HOME/temp.cnf
17.94/19.94	c 19	6765 (10%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
17.94/19.95	c 19	13530 (20%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
17.94/19.96	c 19	20295 (30%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
17.94/19.96	c 19	27060 (40%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
17.94/19.97	c 19	33825 (50%) CSP integer variables are encoded (44400 clauses, 644002 bytes)
18.13/20.11	c 19	40590 (60%) CSP integer variables are encoded (147782 clauses, 2358249 bytes)
18.23/20.22	c 20	47355 (70%) CSP integer variables are encoded (231567 clauses, 3782594 bytes)
18.33/20.34	c 20	54120 (80%) CSP integer variables are encoded (329439 clauses, 5446418 bytes)
18.43/20.46	c 20	60885 (90%) CSP integer variables are encoded (413495 clauses, 6875370 bytes)
19.12/21.15	c 20	67650 (100%) CSP integer variables are encoded (989122 clauses, 16774572 bytes)
24.15/26.49	c 26	36952 (10%) CSP clauses are encoded (3517876 clauses, 78797458 bytes)
29.09/31.41	c 31	73904 (20%) CSP clauses are encoded (6099734 clauses, 143555553 bytes)
34.22/36.81	c 36	110856 (30%) CSP clauses are encoded (8776918 clauses, 211178484 bytes)
39.91/42.62	c 42	147808 (40%) CSP clauses are encoded (11542932 clauses, 283485638 bytes)
45.69/49.18	c 49	184759 (50%) CSP clauses are encoded (14428585 clauses, 359931177 bytes)
51.58/55.13	c 54	221711 (60%) CSP clauses are encoded (17424752 clauses, 439524536 bytes)
57.63/61.65	c 61	258663 (70%) CSP clauses are encoded (20567563 clauses, 523294077 bytes)
64.09/68.65	c 68	295615 (80%) CSP clauses are encoded (23922725 clauses, 613101501 bytes)
190.85/203.15	c 202	ERROR Exception Too large HOME/temp.cnf
190.90/203.31	c 202	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
190.90/203.31	c 202	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
190.90/203.31	c 202	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
190.90/203.31	s UNKNOWN
190.94/203.71	c 203	CPU 177.11 (0.06 0.02 177.05 13.82)
190.94/203.71	c 203	END Sat Jul 12 16:08:11 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-1112631-1215871487/watcher-1112631-1215871487 -o /tmp/evaluation-result-1112631-1215871487/solver-1112631-1215871487 -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-1112631-1215871487.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

[startup+0 s]
/proc/loadavg: 3.96 2.95 2.39 4/80 17673
/proc/meminfo: memFree=1788248/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=18572 CPUtime=0
/proc/17673/stat : 17673 (runsolver) R 17671 17586 17586 0 -1 4194368 10 0 0 0 0 0 0 0 19 0 1 0 43852035 19017728 290 996147200 4194304 4296836 548682068192 18446744073709551615 226910862834 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17673/statm: 4643 290 255 25 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.0395249 s]
/proc/loadavg: 3.96 2.95 2.39 4/80 17673
/proc/meminfo: memFree=1788248/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=12268 CPUtime=0
/proc/17673/stat : 17673 (sugar++) D 17671 17673 17586 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 43852035 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 226913647205 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/17673/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.106072 s]
/proc/loadavg: 3.96 2.95 2.39 4/80 17673
/proc/meminfo: memFree=1788248/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=12272 CPUtime=0
/proc/17673/stat : 17673 (sugar++) R 17671 17673 17586 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 43852035 12566528 327 996147200 4194304 4206940 548682068528 18446744073709551615 226931407616 0 0 4224 0 0 0 0 17 1 0 0
/proc/17673/statm: 3068 327 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302095 s]
/proc/loadavg: 3.96 2.95 2.39 4/80 17673
/proc/meminfo: memFree=1788248/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=12412 CPUtime=0
/proc/17673/stat : 17673 (sugar++) R 17671 17673 17586 0 -1 4194304 427 0 0 0 0 0 0 0 18 0 1 0 43852035 12709888 395 996147200 4194304 4206940 548682068528 18446744073709551615 226913325793 0 0 4224 0 0 0 0 17 1 0 0
/proc/17673/statm: 3103 396 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.701138 s]
/proc/loadavg: 3.96 2.95 2.39 4/80 17673
/proc/meminfo: memFree=1788248/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=15948 CPUtime=0.05
/proc/17673/stat : 17673 (sugar++) R 17671 17673 17586 0 -1 4194304 915 0 0 0 3 2 0 0 18 0 1 0 43852035 16330752 883 996147200 4194304 4206940 548682068528 18446744073709551615 226931539961 0 0 4224 0 0 0 0 17 1 0 0
/proc/17673/statm: 3987 883 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+1.50123 s]
/proc/loadavg: 3.96 2.95 2.39 4/84 17678
/proc/meminfo: memFree=1783224/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=0.07
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17676] ppid=17673 vsize=5356 CPUtime=0
/proc/17676/stat : 17676 (sh) S 17673 17673 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43852114 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17676/statm: 1339 233 193 169 0 50 0
[pid=17677] ppid=17676 vsize=863724 CPUtime=0.09
/proc/17677/stat : 17677 (java) S 17676 17673 17586 0 -1 0 3235 0 1 0 7 2 0 0 18 0 9 0 43852115 884453376 2715 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17677/statm: 215931 2715 1647 9 0 210513 0
[pid=17677/tid=17678] ppid=17676 vsize=863724 CPUtime=0.07
/proc/17677/task/17678/stat : 17678 (java) R 17676 17673 17586 0 -1 64 2316 0 1 0 5 2 0 0 23 0 9 0 43852130 884453376 2715 996147200 134512640 134550740 4294956000 18446744073709551615 104252402 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 885820

[startup+3.10241 s]
/proc/loadavg: 3.96 2.95 2.39 5/91 17685
/proc/meminfo: memFree=1776640/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=0.07
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1219 128 0 0 5 2 0 0 16 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17676] ppid=17673 vsize=5356 CPUtime=0
/proc/17676/stat : 17676 (sh) S 17673 17673 17586 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43852114 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17676/statm: 1339 233 193 169 0 50 0
[pid=17677] ppid=17676 vsize=864656 CPUtime=1.19
/proc/17677/stat : 17677 (java) S 17676 17673 17586 0 -1 0 16237 0 1 0 109 10 0 0 18 0 9 0 43852115 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17677/statm: 216164 13784 2529 9 0 210746 0
[pid=17677/tid=17678] ppid=17676 vsize=864656 CPUtime=0.57
/proc/17677/task/17678/stat : 17678 (java) R 17676 17673 17586 0 -1 64 3007 0 1 0 54 3 0 0 25 0 9 0 43852130 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4126690158 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17677/tid=17679] ppid=17676 vsize=864656 CPUtime=0.48
/proc/17677/task/17679/stat : 17679 (java) S 17676 17673 17586 0 -1 64 12030 0 0 0 43 5 0 0 16 0 9 0 43852157 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17677/tid=17680] ppid=17676 vsize=864656 CPUtime=0
/proc/17677/task/17680/stat : 17680 (java) S 17676 17673 17586 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 43852157 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17677/tid=17681] ppid=17676 vsize=864656 CPUtime=0
/proc/17677/task/17681/stat : 17681 (java) S 17676 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43852157 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17677/tid=17682] ppid=17676 vsize=864656 CPUtime=0
/proc/17677/task/17682/stat : 17682 (java) S 17676 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 43852176 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17677/tid=17683] ppid=17676 vsize=864656 CPUtime=0.1
/proc/17677/task/17683/stat : 17683 (java) S 17676 17673 17586 0 -1 64 500 0 0 0 10 0 0 0 16 0 9 0 43852176 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17677/tid=17684] ppid=17676 vsize=864656 CPUtime=0
/proc/17677/task/17684/stat : 17684 (java) S 17676 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 43852176 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17677/tid=17685] ppid=17676 vsize=864656 CPUtime=0
/proc/17677/task/17685/stat : 17685 (java) S 17676 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43852176 885407744 13784 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 886752

[startup+6.30276 s]
/proc/loadavg: 3.88 2.95 2.39 6/91 17695
/proc/meminfo: memFree=1750464/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=1.97
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1297 19442 0 1 6 2 176 13 15 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17686] ppid=17673 vsize=5356 CPUtime=0
/proc/17686/stat : 17686 (sh) S 17673 17673 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852417 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17686/statm: 1339 233 193 169 0 50 0
[pid=17687] ppid=17686 vsize=868432 CPUtime=2.44
/proc/17687/stat : 17687 (java) S 17686 17673 17586 0 -1 0 15654 0 1 0 233 11 0 0 18 0 9 0 43852417 889274368 13962 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17687/statm: 217108 13963 2540 9 0 211683 0
[pid=17687/tid=17688] ppid=17686 vsize=868432 CPUtime=1.47
/proc/17687/task/17688/stat : 17688 (java) R 17686 17673 17586 0 -1 64 2971 0 1 0 145 2 0 0 24 0 9 0 43852418 889274368 13963 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17689] ppid=17686 vsize=868432 CPUtime=0.74
/proc/17687/task/17689/stat : 17689 (java) R 17686 17673 17586 0 -1 64 10520 0 0 0 67 7 0 0 15 0 9 0 43852419 889274368 13964 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17690] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17690/stat : 17690 (java) S 17686 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852420 889274368 13966 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17691] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17691/stat : 17691 (java) S 17686 17673 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852420 889274368 13967 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17692] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17692/stat : 17692 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852422 889274368 13968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17693] ppid=17686 vsize=868432 CPUtime=0.2
/proc/17687/task/17693/stat : 17693 (java) S 17686 17673 17586 0 -1 64 1469 0 0 0 20 0 0 0 16 0 9 0 43852422 889274368 13968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17694] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17694/stat : 17694 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852422 889274368 13968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17695] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17695/stat : 17695 (java) S 17686 17673 17586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43852422 889274368 13968 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 890528

[startup+12.7025 s]
/proc/loadavg: 3.97 2.99 2.40 3/91 17695
/proc/meminfo: memFree=1647744/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=1.97
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1297 19442 0 1 6 2 176 13 15 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17686] ppid=17673 vsize=5356 CPUtime=0
/proc/17686/stat : 17686 (sh) S 17673 17673 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852417 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17686/statm: 1339 233 193 169 0 50 0
[pid=17687] ppid=17686 vsize=868432 CPUtime=8.8
/proc/17687/stat : 17687 (java) S 17686 17673 17586 0 -1 0 50825 0 1 0 852 28 0 0 18 0 9 0 43852417 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17687/statm: 217108 38887 2540 9 0 211683 0
[pid=17687/tid=17688] ppid=17686 vsize=868432 CPUtime=5.25
/proc/17687/task/17688/stat : 17688 (java) R 17686 17673 17586 0 -1 64 4330 0 1 0 522 3 0 0 25 0 9 0 43852418 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4126642483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17689] ppid=17686 vsize=868432 CPUtime=3.3
/proc/17687/task/17689/stat : 17689 (java) S 17686 17673 17586 0 -1 64 44315 0 0 0 307 23 0 0 16 0 9 0 43852419 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17690] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17690/stat : 17690 (java) S 17686 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852420 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17691] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17691/stat : 17691 (java) S 17686 17673 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852420 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17692] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17692/stat : 17692 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852422 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17693] ppid=17686 vsize=868432 CPUtime=0.22
/proc/17687/task/17693/stat : 17693 (java) S 17686 17673 17586 0 -1 64 1484 0 0 0 22 0 0 0 16 0 9 0 43852422 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17694] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17694/stat : 17694 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852422 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17695] ppid=17686 vsize=868432 CPUtime=0
/proc/17687/task/17695/stat : 17695 (java) S 17686 17673 17586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43852422 889274368 38887 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.77
Current children cumulated vsize (KiB) 890528

[startup+25.5029 s]
/proc/loadavg: 3.69 2.97 2.41 3/91 17695
/proc/meminfo: memFree=1499072/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=1.97
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1297 19442 0 1 6 2 176 13 15 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17686] ppid=17673 vsize=5356 CPUtime=0
/proc/17686/stat : 17686 (sh) S 17673 17673 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852417 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17686/statm: 1339 233 193 169 0 50 0
[pid=17687] ppid=17686 vsize=868544 CPUtime=21.3
/proc/17687/stat : 17687 (java) S 17686 17673 17586 0 -1 0 83514 0 1 0 2050 80 0 0 18 0 9 0 43852417 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17687/statm: 217136 57057 2565 9 0 211683 0
[pid=17687/tid=17688] ppid=17686 vsize=868544 CPUtime=14.38
/proc/17687/task/17688/stat : 17688 (java) R 17686 17673 17586 0 -1 64 5274 0 1 0 1397 41 0 0 24 0 9 0 43852418 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4127096728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17689] ppid=17686 vsize=868544 CPUtime=6.6
/proc/17687/task/17689/stat : 17689 (java) S 17686 17673 17586 0 -1 64 76012 0 0 0 623 37 0 0 16 0 9 0 43852419 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17690] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17690/stat : 17690 (java) S 17686 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17691] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17691/stat : 17691 (java) S 17686 17673 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17692] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17692/stat : 17692 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17693] ppid=17686 vsize=868544 CPUtime=0.3
/proc/17687/task/17693/stat : 17693 (java) S 17686 17673 17586 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17694] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17694/stat : 17694 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17695] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17695/stat : 17695 (java) S 17686 17673 17586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.27
Current children cumulated vsize (KiB) 890640

[startup+51.1028 s]
/proc/loadavg: 3.73 3.04 2.44 4/91 17695
/proc/meminfo: memFree=1185600/2055920 swapFree=4181128/4192956

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

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

[startup+179.702 s]
/proc/loadavg: 4.04 3.41 2.65 4/91 17695
/proc/meminfo: memFree=15168/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=1.97
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1297 19442 0 1 6 2 176 13 16 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17686] ppid=17673 vsize=5356 CPUtime=0
/proc/17686/stat : 17686 (sh) S 17673 17673 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852417 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17686/statm: 1339 233 193 169 0 50 0
[pid=17687] ppid=17686 vsize=868544 CPUtime=166.82
/proc/17687/stat : 17687 (java) S 17686 17673 17586 0 -1 0 85943 0 1 0 15484 1198 0 0 18 0 9 0 43852417 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17687/statm: 217136 57057 2565 9 0 211683 0
[pid=17687/tid=17688] ppid=17686 vsize=868544 CPUtime=157.85
/proc/17687/task/17688/stat : 17688 (java) R 17686 17673 17586 0 -1 64 7703 0 1 0 14643 1142 0 0 25 0 9 0 43852418 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17689] ppid=17686 vsize=868544 CPUtime=8.65
/proc/17687/task/17689/stat : 17689 (java) S 17686 17673 17586 0 -1 64 76012 0 0 0 811 54 0 0 16 0 9 0 43852419 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17690] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17690/stat : 17690 (java) S 17686 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17691] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17691/stat : 17691 (java) S 17686 17673 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17692] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17692/stat : 17692 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17693] ppid=17686 vsize=868544 CPUtime=0.3
/proc/17687/task/17693/stat : 17693 (java) S 17686 17673 17586 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17694] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17694/stat : 17694 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17695] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17695/stat : 17695 (java) S 17686 17673 17586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.79
Current children cumulated vsize (KiB) 890640

[startup+192.503 s]
/proc/loadavg: 4.11 3.45 2.67 3/91 17695
/proc/meminfo: memFree=15616/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=1.97
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1297 19442 0 1 6 2 176 13 16 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17686] ppid=17673 vsize=5356 CPUtime=0
/proc/17686/stat : 17686 (sh) S 17673 17673 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852417 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17686/statm: 1339 233 193 169 0 50 0
[pid=17687] ppid=17686 vsize=868544 CPUtime=178.82
/proc/17687/stat : 17687 (java) S 17686 17673 17586 0 -1 0 86146 0 1 0 16591 1291 0 0 18 0 9 0 43852417 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17687/statm: 217136 57057 2565 9 0 211683 0
[pid=17687/tid=17688] ppid=17686 vsize=868544 CPUtime=169.68
/proc/17687/task/17688/stat : 17688 (java) R 17686 17673 17586 0 -1 64 7906 0 1 0 15735 1233 0 0 25 0 9 0 43852418 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17689] ppid=17686 vsize=868544 CPUtime=8.81
/proc/17687/task/17689/stat : 17689 (java) S 17686 17673 17586 0 -1 64 76012 0 0 0 825 56 0 0 16 0 9 0 43852419 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17690] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17690/stat : 17690 (java) S 17686 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17691] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17691/stat : 17691 (java) S 17686 17673 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17692] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17692/stat : 17692 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17693] ppid=17686 vsize=868544 CPUtime=0.3
/proc/17687/task/17693/stat : 17693 (java) S 17686 17673 17586 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17694] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17694/stat : 17694 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17695] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17695/stat : 17695 (java) S 17686 17673 17586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.79
Current children cumulated vsize (KiB) 890640

[startup+198.903 s]
/proc/loadavg: 4.10 3.46 2.69 3/91 17695
/proc/meminfo: memFree=15552/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=1.97
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1297 19442 0 1 6 2 176 13 16 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17686] ppid=17673 vsize=5356 CPUtime=0
/proc/17686/stat : 17686 (sh) S 17673 17673 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852417 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17686/statm: 1339 233 193 169 0 50 0
[pid=17687] ppid=17686 vsize=868544 CPUtime=184.78
/proc/17687/stat : 17687 (java) S 17686 17673 17586 0 -1 0 86246 0 1 0 17144 1334 0 0 18 0 9 0 43852417 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17687/statm: 217136 57057 2565 9 0 211683 0
[pid=17687/tid=17688] ppid=17686 vsize=868544 CPUtime=175.55
/proc/17687/task/17688/stat : 17688 (java) R 17686 17673 17586 0 -1 64 8006 0 1 0 16280 1275 0 0 25 0 9 0 43852418 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17689] ppid=17686 vsize=868544 CPUtime=8.89
/proc/17687/task/17689/stat : 17689 (java) S 17686 17673 17586 0 -1 64 76012 0 0 0 833 56 0 0 16 0 9 0 43852419 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17690] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17690/stat : 17690 (java) S 17686 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17691] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17691/stat : 17691 (java) S 17686 17673 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17692] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17692/stat : 17692 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17693] ppid=17686 vsize=868544 CPUtime=0.3
/proc/17687/task/17693/stat : 17693 (java) S 17686 17673 17586 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17694] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17694/stat : 17694 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17695] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17695/stat : 17695 (java) S 17686 17673 17586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.75
Current children cumulated vsize (KiB) 890640

[startup+202.103 s]
/proc/loadavg: 4.10 3.46 2.69 3/91 17695
/proc/meminfo: memFree=15424/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=1.97
/proc/17673/stat : 17673 (sugar++) S 17671 17673 17586 0 -1 4194304 1297 19442 0 1 6 2 176 13 16 0 1 0 43852035 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17673/statm: 4185 1104 409 3 0 764 0
[pid=17686] ppid=17673 vsize=5356 CPUtime=0
/proc/17686/stat : 17686 (sh) S 17673 17673 17586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43852417 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17686/statm: 1339 233 193 169 0 50 0
[pid=17687] ppid=17686 vsize=868544 CPUtime=187.89
/proc/17687/stat : 17687 (java) S 17686 17673 17586 0 -1 0 86299 0 1 0 17433 1356 0 0 18 0 9 0 43852417 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17687/statm: 217136 57057 2565 9 0 211683 0
[pid=17687/tid=17688] ppid=17686 vsize=868544 CPUtime=178.63
/proc/17687/task/17688/stat : 17688 (java) R 17686 17673 17586 0 -1 64 8059 0 1 0 16566 1297 0 0 25 0 9 0 43852418 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17689] ppid=17686 vsize=868544 CPUtime=8.94
/proc/17687/task/17689/stat : 17689 (java) S 17686 17673 17586 0 -1 64 76012 0 0 0 837 57 0 0 16 0 9 0 43852419 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17687/tid=17690] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17690/stat : 17690 (java) S 17686 17673 17586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17691] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17691/stat : 17691 (java) S 17686 17673 17586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43852420 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17692] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17692/stat : 17692 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17693] ppid=17686 vsize=868544 CPUtime=0.3
/proc/17687/task/17693/stat : 17693 (java) S 17686 17673 17586 0 -1 64 1532 0 0 0 30 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17694] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17694/stat : 17694 (java) S 17686 17673 17586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17687/tid=17695] ppid=17686 vsize=868544 CPUtime=0
/proc/17687/task/17695/stat : 17695 (java) S 17686 17673 17586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43852422 889389056 57057 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 189.86
Current children cumulated vsize (KiB) 890640

[startup+205.301 s]
/proc/loadavg: 4.25 3.51 2.70 3/81 17695
/proc/meminfo: memFree=1775440/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=191.64
/proc/17673/stat : 17673 (sugar++) D 17671 17673 17586 0 -1 4194304 1320 106053 0 2 6 71 17705 1382 15 0 1 0 43852035 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/17673/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.64
Current children cumulated vsize (KiB) 16740

[startup+206.101 s]
/proc/loadavg: 4.25 3.51 2.70 3/81 17695
/proc/meminfo: memFree=1775440/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=191.77
/proc/17673/stat : 17673 (sugar++) D 17671 17673 17586 0 -1 4194304 1320 106053 0 2 6 84 17705 1382 15 0 1 0 43852035 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17673/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.77
Current children cumulated vsize (KiB) 16740

[startup+206.901 s]
/proc/loadavg: 4.25 3.51 2.70 3/81 17695
/proc/meminfo: memFree=1799632/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=191.8
/proc/17673/stat : 17673 (sugar++) D 17671 17673 17586 0 -1 4194304 1320 106053 0 2 6 87 17705 1382 15 0 1 0 43852035 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17673/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.8
Current children cumulated vsize (KiB) 16740

[startup+207.101 s]
/proc/loadavg: 4.25 3.51 2.70 3/81 17695
/proc/meminfo: memFree=1799632/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=191.81
/proc/17673/stat : 17673 (sugar++) D 17671 17673 17586 0 -1 4194304 1320 106053 0 2 6 88 17705 1382 15 0 1 0 43852035 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17673/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.81
Current children cumulated vsize (KiB) 16740

[startup+207.201 s]
/proc/loadavg: 4.25 3.51 2.70 3/81 17695
/proc/meminfo: memFree=1799632/2055920 swapFree=4181128/4192956
[pid=17673] ppid=17671 vsize=16740 CPUtime=191.81
/proc/17673/stat : 17673 (sugar++) D 17671 17673 17586 0 -1 4194304 1320 106053 0 2 6 88 17705 1382 15 0 1 0 43852035 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17673/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 191.81
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 207.206
CPU time (s): 191.837
CPU user time (s): 177.121
CPU system time (s): 14.7158
CPU usage (%): 92.5827
Max. virtual memory (cumulated for all children) (KiB): 916140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.121
system time used= 14.7158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107429
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= 28399
involuntary context switches= 38974

runsolver used 0.278957 second user time and 0.696894 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-12 16:04:47
IDJOB=1112631
IDBENCH=61448
IDSOLVER=367
FILE ID=node5/1112631-1215871487
PBS_JOBID= 7903577
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-6.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-1112631-1215871487/watcher-1112631-1215871487 -o /tmp/evaluation-result-1112631-1215871487/solver-1112631-1215871487 -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-1112631-1215871487.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2e0c449e9fcf4011cd4abe4683793658
RANDOM SEED=85892505

node5.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.212
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.212
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:       1788920 kB
Buffers:          1512 kB
Cached:          36648 kB
SwapCached:       5564 kB
Active:         209448 kB
Inactive:         3340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788920 kB
SwapTotal:     4192956 kB
SwapFree:      4181128 kB
Dirty:            5012 kB
Writeback:           0 kB
Mapped:         190924 kB
Slab:            39196 kB
Committed_AS:  1047428 kB
PageTables:       2112 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= 66528 MiB
End job on node5 at 2008-07-12 16:08:15