Trace number 1109935

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? 208.869 216.767

General information on the benchmark

Namecsp/pseudo/primesDimacs/
normalized-bf-1355-075.xml
MD5SUMb8a060a50997549131721c2244d1d2c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark59.5819
Satisfiable
(Un)Satisfiability was proved
Number of variables4360
Number of constraints8953
Maximum constraint arity6
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8953
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 00:07:30 2008
0.00/0.08	c 0	PID 12867
0.07/0.08	c 0	HOST node32.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1109935-1215814049.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109935-1215814049.xml' 'HOME/temp.csp'
1.15/1.20	c 1	3 domains, 4360 variables, 6 predicates, 0 relations, 8953 constraints
1.15/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.17/1.32	c 1	Parsing HOME/temp.csp
1.17/1.64	c 1	parsed 10000 expressions
1.17/1.72	c 1	parsed 13322 expressions
1.17/1.72	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.17/1.83	c 1	MAX CSP: 8953 constraints
1.17/1.83	c 1	Converting to clausal form CSP
1.17/1.89	c 1	converted 2228 (10%) expressions
1.17/1.91	c 1	converted 4456 (20%) expressions
2.01/2.16	c 2	converted 6684 (30%) expressions
2.11/2.21	c 2	converted 8912 (40%) expressions
2.11/2.25	c 2	converted 11139 (50%) expressions
2.11/2.29	c 2	converted 13367 (60%) expressions
2.20/2.33	c 2	converted 15595 (70%) expressions
2.20/2.36	c 2	converted 17823 (80%) expressions
2.30/2.40	c 2	converted 20051 (90%) expressions
3.20/3.38	c 3	converted 22278 (100%) expressions
3.20/3.38	c 3	CSP : 22266 integers, 0 booleans, 24872 clauses, largest domain size 13430
3.20/3.38	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.20/3.38	c 3	Propagation in CSP
3.59/3.72	c 3	8945 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.59/3.72	c 3	CSP : 22266 integers, 0 booleans, 24872 clauses, largest domain size 8954
3.59/3.72	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.74	c 3	Simplifing CSP by introducing new Boolean variables
3.59/3.75	c 3	CSP : 22266 integers, 0 booleans, 24872 clauses, largest domain size 8954
3.59/3.75	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.69/3.88	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.79/3.92	c 3	2227 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.79/3.92	c 3	4454 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.79/3.93	c 3	6680 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.79/3.93	c 3	8907 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.79/3.93	c 3	11133 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.79/3.95	c 3	13360 (60%) CSP integer variables are encoded (9128 clauses, 136984 bytes)
3.79/3.98	c 3	15587 (70%) CSP integer variables are encoded (31873 clauses, 478159 bytes)
3.89/4.02	c 3	17813 (80%) CSP integer variables are encoded (59031 clauses, 885529 bytes)
3.99/4.18	c 4	20040 (90%) CSP integer variables are encoded (184719 clauses, 2976612 bytes)
4.09/4.23	c 4	22266 (100%) CSP integer variables are encoded (216403 clauses, 3515240 bytes)
4.18/4.31	c 4	2488 (10%) CSP clauses are encoded (218891 clauses, 3560203 bytes)
4.18/4.34	c 4	4975 (20%) CSP clauses are encoded (221378 clauses, 3608436 bytes)
4.28/4.42	c 4	7462 (30%) CSP clauses are encoded (252137 clauses, 4258267 bytes)
6.65/6.87	c 6	9949 (40%) CSP clauses are encoded (1588354 clauses, 32819700 bytes)
13.44/13.71	c 13	12436 (50%) CSP clauses are encoded (5394273 clauses, 114453937 bytes)
16.10/16.62	c 16	14924 (60%) CSP clauses are encoded (6883565 clauses, 146300225 bytes)
41.45/42.51	c 42	17411 (70%) CSP clauses are encoded (20717912 clauses, 443487575 bytes)
92.88/95.23	c 95	19898 (80%) CSP clauses are encoded (41030263 clauses, 919819758 bytes)
131.55/135.13	c 135	22385 (90%) CSP clauses are encoded (61128894 clauses, 1411899127 bytes)
207.84/214.01	c 213	ERROR Exception Too large HOME/temp.cnf
207.84/214.01	c 213	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
207.84/214.01	c 213	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
207.84/214.01	c 213	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
207.84/214.01	s UNKNOWN
207.87/214.10	c 214	CPU 190.94 (0.06 0.01 190.88 16.93)
207.87/214.10	c 214	END Sat Jul 12 00:11:04 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-1109935-1215814049/watcher-1109935-1215814049 -o /tmp/evaluation-result-1109935-1215814049/solver-1109935-1215814049 -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-1109935-1215814049.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.06 2.09 2.02 4/74 12867
/proc/meminfo: memFree=1495312/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=12268 CPUtime=0
/proc/12867/stat : 12867 (sugar++) R 12865 12867 12441 0 -1 4194304 340 0 0 0 0 0 0 0 20 0 1 0 38106573 12562432 308 996147200 4194304 4206940 548682068528 18446744073709551615 268233490448 0 0 4224 0 0 0 0 17 1 0 0
/proc/12867/statm: 3067 308 233 3 0 167 0

[startup+0.082854 s]
/proc/loadavg: 2.06 2.09 2.02 4/74 12867
/proc/meminfo: memFree=1495312/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=0.07
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 38106573 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.10131 s]
/proc/loadavg: 2.06 2.09 2.02 4/74 12867
/proc/meminfo: memFree=1495312/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=0.07
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301325 s]
/proc/loadavg: 2.06 2.09 2.02 4/74 12867
/proc/meminfo: memFree=1495312/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=0.07
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701377 s]
/proc/loadavg: 2.06 2.09 2.02 4/74 12867
/proc/meminfo: memFree=1495312/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=0.07
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50146 s]
/proc/loadavg: 2.06 2.09 2.02 4/85 12879
/proc/meminfo: memFree=1470008/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 15 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 16740

[startup+3.10265 s]
/proc/loadavg: 2.06 2.09 2.02 3/85 12889
/proc/meminfo: memFree=1473080/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 15 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868644 CPUtime=1.83
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 11774 0 1 0 176 7 0 0 18 0 9 0 38106697 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217161 10745 2541 9 0 211736 0
[pid=12881/tid=12882] ppid=12880 vsize=868644 CPUtime=1.12
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 2779 0 1 0 111 1 0 0 24 0 9 0 38106698 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868644 CPUtime=0.46
/proc/12881/task/12883/stat : 12883 (java) R 12880 12867 12441 0 -1 64 6852 0 0 0 43 3 0 0 16 0 9 0 38106699 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 103735985 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868644 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868644 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868644 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868644 CPUtime=0.22
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1446 0 0 0 21 1 0 0 16 0 9 0 38106702 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868644 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868644 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889491456 10745 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890740

[startup+6.30302 s]
/proc/loadavg: 2.14 2.10 2.02 3/85 12889
/proc/meminfo: memFree=1439992/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 15 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=5
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 12978 0 1 0 472 28 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217126 11335 2565 9 0 211673 0
[pid=12881/tid=12882] ppid=12880 vsize=868504 CPUtime=3.81
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 3263 0 1 0 362 19 0 0 25 0 9 0 38106698 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868504 CPUtime=0.87
/proc/12881/task/12883/stat : 12883 (java) S 12880 12867 12441 0 -1 64 7530 0 0 0 81 6 0 0 16 0 9 0 38106699 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) R 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890600

[startup+12.7027 s]
/proc/loadavg: 2.21 2.12 2.03 3/85 12889
/proc/meminfo: memFree=1360056/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 16 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=11.31
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 13851 0 1 0 1047 84 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217126 11335 2565 9 0 211673 0
[pid=12881/tid=12882] ppid=12880 vsize=868504 CPUtime=9.78
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 4136 0 1 0 908 70 0 0 25 0 9 0 38106698 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4127067319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868504 CPUtime=1.21
/proc/12881/task/12883/stat : 12883 (java) S 12880 12867 12441 0 -1 64 7530 0 0 0 110 11 0 0 16 0 9 0 38106699 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890600

[startup+25.5012 s]
/proc/loadavg: 2.16 2.11 2.02 3/85 12889
/proc/meminfo: memFree=1208504/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 16 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=23.66
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 15511 0 1 0 2182 184 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217126 11335 2565 9 0 211673 0
[pid=12881/tid=12882] ppid=12880 vsize=868504 CPUtime=21.52
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 5796 0 1 0 1993 159 0 0 25 0 9 0 38106698 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4126571383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868504 CPUtime=1.83
/proc/12881/task/12883/stat : 12883 (java) S 12880 12867 12441 0 -1 64 7530 0 0 0 160 23 0 0 16 0 9 0 38106699 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 890600

[startup+51.1011 s]
/proc/loadavg: 2.30 2.15 2.04 3/85 12889
/proc/meminfo: memFree=1008312/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 16 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=48.77
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 18164 0 1 0 4549 328 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.85
Current children cumulated vsize (KiB) 890600

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

[startup+179.102 s]
/proc/loadavg: 2.66 2.32 2.11 4/85 12889
/proc/meminfo: memFree=14968/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 16 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=173.04
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 34625 0 1 0 15913 1391 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217126 11335 2565 9 0 211673 0
[pid=12881/tid=12882] ppid=12880 vsize=868504 CPUtime=163.84
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 24910 0 1 0 15140 1244 0 0 25 0 9 0 38106698 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868504 CPUtime=8.88
/proc/12881/task/12883/stat : 12883 (java) S 12880 12867 12441 0 -1 64 7530 0 0 0 744 144 0 0 16 0 9 0 38106699 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.21
Current children cumulated vsize (KiB) 890600

[startup+191.903 s]
/proc/loadavg: 2.64 2.33 2.12 3/85 12889
/proc/meminfo: memFree=15480/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 16 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=185.18
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 36269 0 1 0 17021 1497 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217126 11335 2565 9 0 211673 0
[pid=12881/tid=12882] ppid=12880 vsize=868504 CPUtime=175.38
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 26554 0 1 0 16199 1339 0 0 25 0 9 0 38106698 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868504 CPUtime=9.48
/proc/12881/task/12883/stat : 12883 (java) S 12880 12867 12441 0 -1 64 7530 0 0 0 793 155 0 0 16 0 9 0 38106699 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 186.35
Current children cumulated vsize (KiB) 890600

[startup+204.702 s]
/proc/loadavg: 2.73 2.36 2.13 3/85 12889
/proc/meminfo: memFree=15480/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 16 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=197.62
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 37975 0 1 0 18156 1606 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217126 11335 2565 9 0 211673 0
[pid=12881/tid=12882] ppid=12880 vsize=868504 CPUtime=187.17
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 28260 0 1 0 17281 1436 0 0 25 0 9 0 38106698 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4127066024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868504 CPUtime=10.13
/proc/12881/task/12883/stat : 12883 (java) S 12880 12867 12441 0 -1 64 7530 0 0 0 846 167 0 0 16 0 9 0 38106699 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.79
Current children cumulated vsize (KiB) 890600

[startup+211.103 s]
/proc/loadavg: 2.67 2.36 2.13 3/85 12889
/proc/meminfo: memFree=15928/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=1.17
/proc/12867/stat : 12867 (sugar++) S 12865 12867 12441 0 -1 4194304 1297 9670 0 1 6 1 104 6 16 0 1 0 38106573 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12867/statm: 4185 1104 409 3 0 764 0
[pid=12880] ppid=12867 vsize=5356 CPUtime=0
/proc/12880/stat : 12880 (sh) S 12867 12867 12441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38106697 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12880/statm: 1339 233 193 169 0 50 0
[pid=12881] ppid=12880 vsize=868504 CPUtime=203.86
/proc/12881/stat : 12881 (java) S 12880 12867 12441 0 -1 0 38831 0 1 0 18725 1661 0 0 18 0 9 0 38106697 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12881/statm: 217126 11335 2565 9 0 211673 0
[pid=12881/tid=12882] ppid=12880 vsize=868504 CPUtime=193.09
/proc/12881/task/12882/stat : 12882 (java) R 12880 12867 12441 0 -1 64 29116 0 1 0 17823 1486 0 0 25 0 9 0 38106698 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12883] ppid=12880 vsize=868504 CPUtime=10.44
/proc/12881/task/12883/stat : 12883 (java) S 12880 12867 12441 0 -1 64 7530 0 0 0 872 172 0 0 16 0 9 0 38106699 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12884] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12884/stat : 12884 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12885] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12885/stat : 12885 (java) S 12880 12867 12441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38106700 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12886] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12886/stat : 12886 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12887] ppid=12880 vsize=868504 CPUtime=0.29
/proc/12881/task/12887/stat : 12887 (java) S 12880 12867 12441 0 -1 64 1488 0 0 0 28 1 0 0 16 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12888] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12888/stat : 12888 (java) S 12880 12867 12441 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12881/tid=12889] ppid=12880 vsize=868504 CPUtime=0
/proc/12881/task/12889/stat : 12889 (java) S 12880 12867 12441 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38106702 889348096 11335 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 205.03
Current children cumulated vsize (KiB) 890600

[startup+214.302 s]
/proc/loadavg: 2.70 2.37 2.13 3/85 12889
/proc/meminfo: memFree=14840/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=208.06
/proc/12867/stat : 12867 (sugar++) R 12865 12867 12441 0 -1 4194304 1320 49191 0 2 6 19 19088 1693 16 0 1 0 38106573 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268213916713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12867/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 208.06
Current children cumulated vsize (KiB) 16740

[startup+215.902 s]
/proc/loadavg: 2.70 2.37 2.13 2/75 12889
/proc/meminfo: memFree=1718728/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=208.68
/proc/12867/stat : 12867 (sugar++) D 12865 12867 12441 0 -1 4194304 1320 49191 0 2 6 81 19088 1693 15 0 1 0 38106573 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12867/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 208.68
Current children cumulated vsize (KiB) 16740

[startup+216.302 s]
/proc/loadavg: 2.70 2.37 2.13 2/75 12889
/proc/meminfo: memFree=1718728/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=208.79
/proc/12867/stat : 12867 (sugar++) D 12865 12867 12441 0 -1 4194304 1320 49191 0 2 6 92 19088 1693 15 0 1 0 38106573 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12867/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 208.79
Current children cumulated vsize (KiB) 16740

[startup+216.707 s]
/proc/loadavg: 2.70 2.37 2.13 2/75 12889
/proc/meminfo: memFree=1738824/2055920 swapFree=4179612/4192956
[pid=12867] ppid=12865 vsize=16740 CPUtime=208.83
/proc/12867/stat : 12867 (sugar++) D 12865 12867 12441 0 -1 4194304 1320 49191 0 2 6 96 19088 1693 15 0 1 0 38106573 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/12867/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 208.83
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 216.767
CPU time (s): 208.869
CPU user time (s): 190.956
CPU system time (s): 17.9133
CPU usage (%): 96.3567
Max. virtual memory (cumulated for all children) (KiB): 890992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.956
system time used= 17.9133
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50567
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= 193097
involuntary context switches= 197827

runsolver used 0.267959 second user time and 0.778881 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-12 00:07:29
IDJOB=1109935
IDBENCH=61038
IDSOLVER=367
FILE ID=node32/1109935-1215814049
PBS_JOBID= 7903273
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-bf-1355-075.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-1109935-1215814049/watcher-1109935-1215814049 -o /tmp/evaluation-result-1109935-1215814049/solver-1109935-1215814049 -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-1109935-1215814049.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b8a060a50997549131721c2244d1d2c8
RANDOM SEED=615947288

node32.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.243
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.243
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:       1495792 kB
Buffers:         45756 kB
Cached:         226092 kB
SwapCached:       7496 kB
Active:         407188 kB
Inactive:        90560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495792 kB
SwapTotal:     4192956 kB
SwapFree:      4179612 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:         231348 kB
Slab:            46920 kB
Committed_AS:   350164 kB
PageTables:       2316 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node32 at 2008-07-12 00:11:06