Trace number 1112649

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? 198.342 214.71

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-2.xml
MD5SUMc461fd9f78bea6a7f910d09245157b44
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark1696.76
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints14950
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14950
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.07	c 0	BEGIN Sat Jul 12 16:10:30 2008
0.00/0.07	c 0	PID 17381
0.05/0.07	c 0	HOST node26.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-1112649-1215871830.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112649-1215871830.xml' 'HOME/temp.csp'
1.20/1.58	c 2	1 domains, 200 variables, 2 predicates, 0 relations, 14950 constraints
1.29/1.66	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.29/1.66	c 2	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.31/1.74	c 2	Parsing HOME/temp.csp
1.31/2.04	c 2	parsed 10000 expressions
1.73/2.17	c 2	parsed 15153 expressions
1.73/2.17	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.93/2.32	c 3	MAX CSP: 14950 constraints
1.93/2.32	c 3	Converting to clausal form CSP
2.22/2.69	c 3	converted 3011 (10%) expressions
2.52/2.95	c 3	converted 6022 (20%) expressions
2.72/3.11	c 3	converted 9032 (30%) expressions
3.02/3.41	c 4	converted 12043 (40%) expressions
3.12/3.58	c 4	converted 15053 (50%) expressions
3.32/3.75	c 4	converted 18064 (60%) expressions
3.52/3.91	c 4	converted 21075 (70%) expressions
3.82/4.28	c 5	converted 24085 (80%) expressions
4.01/4.46	c 5	converted 27096 (90%) expressions
5.60/6.06	c 6	converted 30106 (100%) expressions
5.60/6.07	c 6	CSP : 30100 integers, 29700 booleans, 104249 clauses, largest domain size 22426
5.60/6.07	c 6	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.60/6.07	c 6	Propagation in CSP
6.71/7.15	c 7	14942 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.71/7.15	c 7	CSP : 30100 integers, 29700 booleans, 104249 clauses, largest domain size 14951
6.71/7.15	c 7	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.71/7.18	c 7	Simplifing CSP by introducing new Boolean variables
7.11/7.51	c 8	CSP : 30100 integers, 89294 booleans, 163843 clauses, largest domain size 14951
7.11/7.51	c 8	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.60/8.09	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.70/8.16	c 8	3010 (10%) CSP integer variables are encoded (19600 clauses, 272078 bytes)
7.70/8.16	c 8	6020 (20%) CSP integer variables are encoded (19600 clauses, 272078 bytes)
7.70/8.16	c 8	9030 (30%) CSP integer variables are encoded (19600 clauses, 272078 bytes)
7.70/8.17	c 8	12040 (40%) CSP integer variables are encoded (19600 clauses, 272078 bytes)
7.70/8.17	c 8	15050 (50%) CSP integer variables are encoded (19600 clauses, 272078 bytes)
7.80/8.22	c 9	18060 (60%) CSP integer variables are encoded (61853 clauses, 905873 bytes)
7.80/8.26	c 9	21070 (70%) CSP integer variables are encoded (95794 clauses, 1445753 bytes)
8.10/8.52	c 9	24080 (80%) CSP integer variables are encoded (315146 clauses, 5174737 bytes)
8.10/8.56	c 9	27090 (90%) CSP integer variables are encoded (349096 clauses, 5751887 bytes)
8.20/8.62	c 9	30100 (100%) CSP integer variables are encoded (391925 clauses, 6479980 bytes)
9.58/10.08	c 10	16385 (10%) CSP clauses are encoded (1144416 clauses, 23321397 bytes)
11.06/11.53	c 12	32769 (20%) CSP clauses are encoded (1904756 clauses, 41127353 bytes)
12.56/13.03	c 13	49153 (30%) CSP clauses are encoded (2702150 clauses, 59900122 bytes)
14.05/14.58	c 15	65538 (40%) CSP clauses are encoded (3521455 clauses, 79307440 bytes)
15.62/16.18	c 16	81922 (50%) CSP clauses are encoded (4371197 clauses, 99580492 bytes)
17.38/18.60	c 19	98306 (60%) CSP clauses are encoded (5258806 clauses, 120960654 bytes)
19.28/20.48	c 21	114691 (70%) CSP clauses are encoded (6188544 clauses, 144305703 bytes)
21.36/22.51	c 23	131075 (80%) CSP clauses are encoded (7181230 clauses, 169525943 bytes)
101.33/107.45	c 108	147459 (90%) CSP clauses are encoded (53217853 clauses, 1250804791 bytes)
197.32/208.82	c 209	ERROR Exception Too large HOME/temp.cnf
197.32/208.83	c 209	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
197.32/208.83	c 209	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
197.32/208.83	c 209	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
197.32/208.83	s UNKNOWN
197.32/208.89	c 209	CPU 182.13 (0.05 0.02 182.08 15.22)
197.32/208.89	c 209	END Sat Jul 12 16:13:59 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-1112649-1215871830/watcher-1112649-1215871830 -o /tmp/evaluation-result-1112649-1215871830/solver-1112649-1215871830 -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-1112649-1215871830.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.87 3.30 3.31 5/80 17381
/proc/meminfo: memFree=1766632/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=12268 CPUtime=0
/proc/17381/stat : 17381 (sugar++) R 17379 17381 17344 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 43884958 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 269028653669 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/17381/statm: 3067 316 241 3 0 167 0

[startup+0.075278 s]
/proc/loadavg: 2.87 3.30 3.31 5/80 17381
/proc/meminfo: memFree=1766632/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=0.05
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1143 0 0 0 4 1 0 0 20 0 1 0 43884958 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.100901 s]
/proc/loadavg: 2.87 3.30 3.31 5/80 17381
/proc/meminfo: memFree=1766632/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=0.05
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1219 128 0 0 4 1 0 0 21 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301917 s]
/proc/loadavg: 2.87 3.30 3.31 5/80 17381
/proc/meminfo: memFree=1766632/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=0.05
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1219 128 0 0 4 1 0 0 21 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701954 s]
/proc/loadavg: 2.87 3.30 3.31 5/80 17381
/proc/meminfo: memFree=1766632/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=0.05
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1219 128 0 0 4 1 0 0 21 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+1.50201 s]
/proc/loadavg: 2.87 3.30 3.31 4/91 17393
/proc/meminfo: memFree=1747656/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=0.05
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1219 128 0 0 4 1 0 0 21 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17384] ppid=17381 vsize=5356 CPUtime=0
/proc/17384/stat : 17384 (sh) S 17381 17381 17344 0 -1 4194304 277 0 0 0 0 0 0 0 22 0 1 0 43884966 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17384/statm: 1339 233 193 169 0 50 0
[pid=17385] ppid=17384 vsize=864696 CPUtime=1.15
/proc/17385/stat : 17385 (java) S 17384 17381 17344 0 -1 0 10495 0 1 0 110 5 0 0 18 0 9 0 43884966 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17385/statm: 216174 9260 2529 9 0 210756 0
[pid=17385/tid=17386] ppid=17384 vsize=864696 CPUtime=0.71
/proc/17385/task/17386/stat : 17386 (java) R 17384 17381 17344 0 -1 64 2853 0 1 0 69 2 0 0 23 0 9 0 43884979 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4125980415 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17387] ppid=17384 vsize=864696 CPUtime=0.28
/proc/17385/task/17387/stat : 17387 (java) S 17384 17381 17344 0 -1 64 6422 0 0 0 26 2 0 0 16 0 9 0 43884993 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17388] ppid=17384 vsize=864696 CPUtime=0
/proc/17385/task/17388/stat : 17388 (java) S 17384 17381 17344 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 43884994 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17389] ppid=17384 vsize=864696 CPUtime=0
/proc/17385/task/17389/stat : 17389 (java) S 17384 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43884994 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17390] ppid=17384 vsize=864696 CPUtime=0
/proc/17385/task/17390/stat : 17390 (java) S 17384 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43884996 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17391] ppid=17384 vsize=864696 CPUtime=0.14
/proc/17385/task/17391/stat : 17391 (java) S 17384 17381 17344 0 -1 64 520 0 0 0 14 0 0 0 16 0 9 0 43884996 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17392] ppid=17384 vsize=864696 CPUtime=0
/proc/17385/task/17392/stat : 17392 (java) S 17384 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43884996 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17393] ppid=17384 vsize=864696 CPUtime=0
/proc/17385/task/17393/stat : 17393 (java) S 17384 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43884996 885448704 9260 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 886792

[startup+3.10263 s]
/proc/loadavg: 2.87 3.30 3.31 3/91 17403
/proc/meminfo: memFree=1754056/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.31
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 1 119 6 15 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868416 CPUtime=1.41
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 11383 0 1 0 136 5 0 0 20 0 9 0 43885125 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217104 10225 2540 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868416 CPUtime=0.82
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 2748 0 1 0 81 1 0 0 25 0 9 0 43885125 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868416 CPUtime=0.37
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 6474 0 0 0 35 2 0 0 15 0 9 0 43885126 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17400] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17394 17381 17344 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 43885129 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17401] ppid=17394 vsize=868416 CPUtime=0.18
/proc/17395/task/17401/stat : 17401 (java) S 17394 17381 17344 0 -1 64 1464 0 0 0 18 0 0 0 16 0 9 0 43885129 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17402] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17394 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43885129 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17403] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17394 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43885129 889257984 10225 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 890512

[startup+6.3024 s]
/proc/loadavg: 2.80 3.28 3.31 3/91 17403
/proc/meminfo: memFree=1692360/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.32
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 2 119 6 16 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868416 CPUtime=4.59
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 25814 0 1 0 446 13 0 0 20 0 9 0 43885125 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217104 23994 2540 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868416 CPUtime=2.74
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 3628 0 1 0 272 2 0 0 25 0 9 0 43885125 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4126635729 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868416 CPUtime=1.59
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 20001 0 0 0 150 9 0 0 16 0 9 0 43885126 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17400] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17394 17381 17344 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 43885129 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17401] ppid=17394 vsize=868416 CPUtime=0.22
/proc/17395/task/17401/stat : 17401 (java) S 17394 17381 17344 0 -1 64 1488 0 0 0 22 0 0 0 16 0 9 0 43885129 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17402] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17394 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43885129 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17403] ppid=17394 vsize=868416 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17394 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43885129 889257984 23994 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 890512

[startup+12.7029 s]
/proc/loadavg: 2.82 3.28 3.30 3/91 17403
/proc/meminfo: memFree=1610120/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.32
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 2 119 6 16 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868528 CPUtime=10.94
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 35078 0 1 0 1043 51 0 0 20 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217132 28565 2565 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868528 CPUtime=8.17
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 3957 0 1 0 782 35 0 0 25 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4126904849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868528 CPUtime=2.46
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 28899 0 0 0 232 14 0 0 16 0 9 0 43885126 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17400] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17394 17381 17344 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17401] ppid=17394 vsize=868528 CPUtime=0.29
/proc/17395/task/17401/stat : 17401 (java) S 17394 17381 17344 0 -1 64 1525 0 0 0 28 1 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17402] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17394 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17403] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17394 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 890624

[startup+25.5019 s]
/proc/loadavg: 3.01 3.29 3.31 3/91 17403
/proc/meminfo: memFree=1454408/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.32
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 2 119 6 16 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868528 CPUtime=23.03
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 35522 0 1 0 2163 140 0 0 20 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217132 28565 2565 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868528 CPUtime=20
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 4401 0 1 0 1879 121 0 0 25 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868528 CPUtime=2.73
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 28899 0 0 0 255 18 0 0 16 0 9 0 43885126 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+162.302 s]
/proc/loadavg: 3.65 3.48 3.37 4/91 17404
/proc/meminfo: memFree=15624/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.32
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 2 119 6 16 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868528 CPUtime=151.86
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 40397 0 1 0 14039 1147 0 0 20 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217132 28565 2565 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868528 CPUtime=146.05
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 9276 0 1 0 13508 1097 0 0 25 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868528 CPUtime=5.5
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 28899 0 0 0 502 48 0 0 16 0 9 0 43885126 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17400] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17394 17381 17344 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17401] ppid=17394 vsize=868528 CPUtime=0.29
/proc/17395/task/17401/stat : 17401 (java) S 17394 17381 17344 0 -1 64 1525 0 0 0 28 1 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17402] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17394 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17403] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17394 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 153.18
Current children cumulated vsize (KiB) 890624

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

[startup+179.101 s]
/proc/loadavg: 3.65 3.49 3.38 3/91 17404
/proc/meminfo: memFree=15752/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.32
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 2 119 6 16 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868528 CPUtime=168.13
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 41044 0 1 0 15528 1285 0 0 20 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217132 28565 2565 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868528 CPUtime=161.94
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 9923 0 1 0 14964 1230 0 0 25 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868528 CPUtime=5.88
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 28899 0 0 0 535 53 0 0 16 0 9 0 43885126 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17400] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17394 17381 17344 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17401] ppid=17394 vsize=868528 CPUtime=0.29
/proc/17395/task/17401/stat : 17401 (java) S 17394 17381 17344 0 -1 64 1525 0 0 0 28 1 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17402] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17394 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17403] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17394 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 169.45
Current children cumulated vsize (KiB) 890624

[startup+191.902 s]
/proc/loadavg: 3.94 3.56 3.40 3/92 17407
/proc/meminfo: memFree=16000/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.32
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 2 119 6 16 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868528 CPUtime=179.74
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 41506 0 1 0 16593 1381 0 0 20 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217132 28565 2565 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868528 CPUtime=173.29
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 10385 0 1 0 16005 1324 0 0 25 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868528 CPUtime=6.14
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 28899 0 0 0 559 55 0 0 16 0 9 0 43885126 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17400] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17394 17381 17344 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17401] ppid=17394 vsize=868528 CPUtime=0.29
/proc/17395/task/17401/stat : 17401 (java) S 17394 17381 17344 0 -1 64 1525 0 0 0 28 1 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17402] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17394 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17403] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17394 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 181.06
Current children cumulated vsize (KiB) 890624

[startup+204.702 s]
/proc/loadavg: 3.80 3.55 3.40 4/91 17407
/proc/meminfo: memFree=15752/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=1.32
/proc/17381/stat : 17381 (sugar++) S 17379 17381 17344 0 -1 4194304 1297 10973 0 1 5 2 119 6 16 0 1 0 43884958 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17381/statm: 4185 1104 409 3 0 764 0
[pid=17394] ppid=17381 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17381 17381 17344 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 43885124 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17394/statm: 1339 233 193 169 0 50 0
[pid=17395] ppid=17394 vsize=868528 CPUtime=191.96
/proc/17395/stat : 17395 (java) S 17394 17381 17344 0 -1 0 41982 0 1 0 17716 1480 0 0 20 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17395/statm: 217132 28565 2565 9 0 211679 0
[pid=17395/tid=17396] ppid=17394 vsize=868528 CPUtime=185.23
/proc/17395/task/17396/stat : 17396 (java) R 17394 17381 17344 0 -1 64 10861 0 1 0 17105 1418 0 0 25 0 9 0 43885125 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4127089022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17395/tid=17397] ppid=17394 vsize=868528 CPUtime=6.41
/proc/17395/task/17397/stat : 17397 (java) S 17394 17381 17344 0 -1 64 28899 0 0 0 582 59 0 0 16 0 9 0 43885126 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17395/tid=17398] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17398/stat : 17398 (java) S 17394 17381 17344 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17399] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17399/stat : 17399 (java) S 17394 17381 17344 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43885127 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17400] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17400/stat : 17400 (java) S 17394 17381 17344 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17401] ppid=17394 vsize=868528 CPUtime=0.29
/proc/17395/task/17401/stat : 17401 (java) S 17394 17381 17344 0 -1 64 1525 0 0 0 28 1 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17402] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17402/stat : 17402 (java) S 17394 17381 17344 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17395/tid=17403] ppid=17394 vsize=868528 CPUtime=0
/proc/17395/task/17403/stat : 17403 (java) S 17394 17381 17344 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43885129 889372672 28565 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 193.28
Current children cumulated vsize (KiB) 890624

[startup+211.103 s]
/proc/loadavg: 3.74 3.54 3.40 3/81 17407
/proc/meminfo: memFree=1850840/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=198.13
/proc/17381/stat : 17381 (sugar++) D 17379 17381 17344 0 -1 4194304 1320 53401 0 2 5 78 18208 1522 15 0 1 0 43884958 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/17381/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 198.13
Current children cumulated vsize (KiB) 16740

[startup+212.702 s]
/proc/loadavg: 3.74 3.54 3.40 2/81 17407
/proc/meminfo: memFree=1866264/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=198.15
/proc/17381/stat : 17381 (sugar++) D 17379 17381 17344 0 -1 4194304 1320 53401 0 2 5 80 18208 1522 15 0 1 0 43884958 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/17381/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 198.15
Current children cumulated vsize (KiB) 16740

[startup+213.502 s]
/proc/loadavg: 3.74 3.54 3.40 2/81 17407
/proc/meminfo: memFree=1879000/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=198.16
/proc/17381/stat : 17381 (sugar++) D 17379 17381 17344 0 -1 4194304 1320 53401 0 2 5 81 18208 1522 15 0 1 0 43884958 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17381/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 198.16
Current children cumulated vsize (KiB) 16740

[startup+214.302 s]
/proc/loadavg: 3.74 3.54 3.40 2/81 17407
/proc/meminfo: memFree=1879000/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=198.31
/proc/17381/stat : 17381 (sugar++) D 17379 17381 17344 0 -1 4194304 1320 53401 0 2 5 96 18208 1522 15 0 1 0 43884958 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17381/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 198.31
Current children cumulated vsize (KiB) 16740

[startup+214.702 s]
/proc/loadavg: 3.68 3.53 3.40 3/81 17407
/proc/meminfo: memFree=1883480/2055920 swapFree=4181272/4192956
[pid=17381] ppid=17379 vsize=16740 CPUtime=198.33
/proc/17381/stat : 17381 (sugar++) D 17379 17381 17344 0 -1 4194304 1320 53401 0 2 5 98 18208 1522 15 0 1 0 43884958 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17381/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 198.33
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 214.71
CPU time (s): 198.342
CPU user time (s): 182.137
CPU system time (s): 16.2045
CPU usage (%): 92.3765
Max. virtual memory (cumulated for all children) (KiB): 900760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.137
system time used= 16.2045
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54777
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= 58303
involuntary context switches= 75374

runsolver used 0.284956 second user time and 0.798878 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-12 16:10:30
IDJOB=1112649
IDBENCH=61451
IDSOLVER=367
FILE ID=node26/1112649-1215871830
PBS_JOBID= 7903578
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c461fd9f78bea6a7f910d09245157b44
RANDOM SEED=449541662

node26.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1767368 kB
Buffers:         52600 kB
Cached:          93180 kB
SwapCached:       5860 kB
Active:         155828 kB
Inactive:        74592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767368 kB
SwapTotal:     4192956 kB
SwapFree:      4181272 kB
Dirty:            2840 kB
Writeback:           0 kB
Mapped:         100484 kB
Slab:            43208 kB
Committed_AS:   975620 kB
PageTables:       1952 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= 66464 MiB
End job on node26 at 2008-07-12 16:14:05