Trace number 1086360

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 1078.06 1095.01

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-5.xml
MD5SUM8600ec259bd9e7970622d289e935c04f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.6005
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.62	c 0	Sugar v1-13 + HOME/minisat
0.01/0.62	c 0	BEGIN Sat Jul  5 08:23:22 2008
0.01/0.62	c 0	PID 16924
0.01/0.62	c 0	HOST node5.alineos.net
0.01/0.62	c 0	CONVERTING HOME/instance-1086360-1215239001.xml TO HOME/temp.csp
0.01/0.62	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086360-1215239001.xml' 'HOME/temp.csp'
2.57/3.23	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.57/3.28	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.57/3.28	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.62/3.36	c 3	Parsing HOME/temp.csp
2.62/3.96	c 3	parsed 10000 expressions
2.62/4.27	c 4	parsed 20000 expressions
3.90/4.62	c 4	parsed 30000 expressions
4.11/4.89	c 4	parsed 40000 expressions
4.30/5.03	c 4	parsed 44979 expressions
4.30/5.03	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.30/5.03	c 4	Converting to clausal form CSP
11.03/11.81	c 11	converted 4498 (10%) expressions
22.70/23.66	c 23	converted 8996 (20%) expressions
33.98/35.05	c 34	converted 13494 (30%) expressions
45.56/46.78	c 46	converted 17992 (40%) expressions
56.25/57.51	c 57	converted 22490 (50%) expressions
66.75/68.19	c 67	converted 26988 (60%) expressions
78.24/79.72	c 79	converted 31486 (70%) expressions
88.34/89.90	c 89	converted 35984 (80%) expressions
97.94/99.70	c 99	converted 40482 (90%) expressions
107.06/108.88	c 108	converted 44979 (100%) expressions
107.06/108.89	c 108	CSP : 9867 integers, 124520 booleans, 273562 clauses, largest domain size 4133
107.06/108.89	c 108	Heap : 224 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
107.06/108.89	c 108	Propagation in CSP
117.15/119.06	c 118	77700 values, 0 unsatisfiable literals, and 0 valid clauses are removed
117.15/119.06	c 118	CSP : 9867 integers, 124520 booleans, 273562 clauses, largest domain size 4133
117.15/119.06	c 118	Heap : 233 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
117.25/119.15	c 118	Simplifing CSP by introducing new Boolean variables
117.75/119.69	c 119	CSP : 9867 integers, 218688 booleans, 367730 clauses, largest domain size 4133
117.75/119.69	c 119	Heap : 270 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
119.33/121.28	c 121	Encoding CSP to SAT : HOME/temp.cnf
151.62/153.89	c 153	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
181.96/184.29	c 184	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
193.23/195.55	c 195	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
196.84/199.15	c 198	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
200.95/203.50	c 203	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
205.24/207.96	c 207	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
209.58/212.67	c 212	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
213.77/216.96	c 216	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
217.81/221.26	c 221	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
221.54/225.09	c 224	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
667.48/675.24	c 674	36773 (10%) CSP clauses are encoded (57349805 clauses, 1321824395 bytes)
1022.96/1035.96	c 1035	73546 (20%) CSP clauses are encoded (85025567 clauses, 2035855634 bytes)
1077.38/1091.86	c 1091	ERROR Exception Too large HOME/temp.cnf
1077.38/1091.86	c 1091	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
1077.38/1091.86	c 1091	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
1077.38/1091.86	c 1091	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
1077.38/1091.86	s UNKNOWN
1077.49/1092.00	c 1091	CPU 1064.08 (0.04 0.01 1064.04 13.42)
1077.49/1092.00	c 1091	END Sat Jul  5 08:41:33 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086360-1215239001/watcher-1086360-1215239001 -o /tmp/evaluation-result-1086360-1215239001/solver-1086360-1215239001 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086360-1215239001.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16924
/proc/meminfo: memFree=1847584/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=18572 CPUtime=0
/proc/16924/stat : 16924 (runsolver) D 16922 16924 15412 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 646837255 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226913479975 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16924/statm: 4643 292 257 25 0 2626 0

[startup+0.0573541 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16924
/proc/meminfo: memFree=1847584/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=124 CPUtime=0
/proc/16924/stat : 16924 (sugar) D 16922 16924 15412 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 646837255 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 226910860777 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16924/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101361 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16924
/proc/meminfo: memFree=1847584/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=124 CPUtime=0
/proc/16924/stat : 16924 (sugar) D 16922 16924 15412 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 646837255 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 226910860777 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/16924/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.301398 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16924
/proc/meminfo: memFree=1847584/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=12268 CPUtime=0
/proc/16924/stat : 16924 (sugar) D 16922 16924 15412 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 646837255 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226913647205 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/16924/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.701485 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 16924
/proc/meminfo: memFree=1847584/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=0.03
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 646837255 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 16936
/proc/meminfo: memFree=1838536/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=0.03
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 646837255 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 796 370 3 0 500 0
[pid=16927] ppid=16924 vsize=5356 CPUtime=0
/proc/16927/stat : 16927 (sh) S 16924 16924 15412 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 646837318 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16927/statm: 1339 233 193 169 0 50 0
[pid=16928] ppid=16927 vsize=864660 CPUtime=0.86
/proc/16928/stat : 16928 (java) S 16927 16924 15412 0 -1 0 9277 0 1 0 81 5 0 0 18 0 9 0 646837318 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16928/statm: 216165 7798 2529 9 0 210747 0
[pid=16928/tid=16929] ppid=16927 vsize=864660 CPUtime=0.55
/proc/16928/task/16929/stat : 16929 (java) R 16927 16924 15412 0 -1 64 2690 0 1 0 53 2 0 0 22 0 9 0 646837319 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16930] ppid=16927 vsize=864660 CPUtime=0.19
/proc/16928/task/16930/stat : 16930 (java) R 16927 16924 15412 0 -1 64 5403 0 0 0 17 2 0 0 16 0 9 0 646837320 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 102300756 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16931] ppid=16927 vsize=864660 CPUtime=0
/proc/16928/task/16931/stat : 16931 (java) S 16927 16924 15412 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646837320 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16932] ppid=16927 vsize=864660 CPUtime=0
/proc/16928/task/16932/stat : 16932 (java) S 16927 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 646837320 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16933] ppid=16927 vsize=864660 CPUtime=0
/proc/16928/task/16933/stat : 16933 (java) S 16927 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646837322 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16934] ppid=16927 vsize=864660 CPUtime=0.09
/proc/16928/task/16934/stat : 16934 (java) S 16927 16924 15412 0 -1 64 483 0 0 0 9 0 0 0 17 0 9 0 646837322 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16935] ppid=16927 vsize=864660 CPUtime=0
/proc/16928/task/16935/stat : 16935 (java) S 16927 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837322 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16936] ppid=16927 vsize=864660 CPUtime=0
/proc/16928/task/16936/stat : 16936 (java) S 16927 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837322 885411840 7798 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 883616

[startup+3.10295 s]
/proc/loadavg: 2.08 2.02 2.01 4/83 16936
/proc/meminfo: memFree=1799112/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=0.03
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 646837255 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 796 370 3 0 500 0
[pid=16927] ppid=16924 vsize=5356 CPUtime=0
/proc/16927/stat : 16927 (sh) S 16924 16924 15412 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 646837318 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16927/statm: 1339 233 193 169 0 50 0
[pid=16928] ppid=16927 vsize=864676 CPUtime=2.44
/proc/16928/stat : 16928 (java) S 16927 16924 15412 0 -1 0 22193 0 1 0 233 11 0 0 18 0 9 0 646837318 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16928/statm: 216169 19255 2529 9 0 210751 0
[pid=16928/tid=16929] ppid=16927 vsize=864676 CPUtime=1.45
/proc/16928/task/16929/stat : 16929 (java) R 16927 16924 15412 0 -1 64 3372 0 1 0 142 3 0 0 25 0 9 0 646837319 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4126736947 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16930] ppid=16927 vsize=864676 CPUtime=0.82
/proc/16928/task/16930/stat : 16930 (java) S 16927 16924 15412 0 -1 64 17598 0 0 0 75 7 0 0 16 0 9 0 646837320 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16931] ppid=16927 vsize=864676 CPUtime=0
/proc/16928/task/16931/stat : 16931 (java) S 16927 16924 15412 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646837320 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16932] ppid=16927 vsize=864676 CPUtime=0
/proc/16928/task/16932/stat : 16932 (java) S 16927 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837320 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16933] ppid=16927 vsize=864676 CPUtime=0
/proc/16928/task/16933/stat : 16933 (java) S 16927 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 646837322 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16934] ppid=16927 vsize=864676 CPUtime=0.14
/proc/16928/task/16934/stat : 16934 (java) S 16927 16924 15412 0 -1 64 522 0 0 0 14 0 0 0 16 0 9 0 646837322 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16935] ppid=16927 vsize=864676 CPUtime=0
/proc/16928/task/16935/stat : 16935 (java) S 16927 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837322 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16928/tid=16936] ppid=16927 vsize=864676 CPUtime=0
/proc/16928/task/16936/stat : 16936 (java) S 16927 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837322 885428224 19255 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 883632

[startup+6.30256 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 16946
/proc/meminfo: memFree=1814728/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=2.62
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 974 22618 0 1 3 1 246 12 15 0 1 0 646837255 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 797 370 3 0 500 0
[pid=16937] ppid=16924 vsize=5356 CPUtime=0
/proc/16937/stat : 16937 (sh) S 16924 16924 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646837584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16937/statm: 1339 233 193 169 0 50 0
[pid=16938] ppid=16937 vsize=868404 CPUtime=2.96
/proc/16938/stat : 16938 (java) S 16937 16924 15412 0 -1 0 12255 0 1 0 289 7 0 0 18 0 9 0 646837584 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16938/statm: 217101 10821 2542 9 0 211676 0
[pid=16938/tid=16939] ppid=16937 vsize=868404 CPUtime=2.08
/proc/16938/task/16939/stat : 16939 (java) R 16937 16924 15412 0 -1 64 3055 0 1 0 206 2 0 0 25 0 9 0 646837585 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4126645256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16940] ppid=16937 vsize=868404 CPUtime=0.65
/proc/16938/task/16940/stat : 16940 (java) S 16937 16924 15412 0 -1 64 7043 0 0 0 62 3 0 0 16 0 9 0 646837586 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16941] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16941/stat : 16941 (java) S 16937 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837586 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16942] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16942/stat : 16942 (java) S 16937 16924 15412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646837586 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16943] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16943/stat : 16943 (java) S 16937 16924 15412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646837588 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16944] ppid=16937 vsize=868404 CPUtime=0.19
/proc/16938/task/16944/stat : 16944 (java) S 16937 16924 15412 0 -1 64 1460 0 0 0 19 0 0 0 15 0 9 0 646837588 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16945] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16945/stat : 16945 (java) S 16937 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837588 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16946] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16946/stat : 16946 (java) S 16937 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837588 889245696 10821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 887360

[startup+12.7028 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 16946
/proc/meminfo: memFree=1799112/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=2.62
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 974 22618 0 1 3 1 246 12 16 0 1 0 646837255 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 797 370 3 0 500 0
[pid=16937] ppid=16924 vsize=5356 CPUtime=0
/proc/16937/stat : 16937 (sh) S 16924 16924 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646837584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16937/statm: 1339 233 193 169 0 50 0
[pid=16938] ppid=16937 vsize=868404 CPUtime=9.3
/proc/16938/stat : 16938 (java) S 16937 16924 15412 0 -1 0 15473 0 1 0 918 12 0 0 18 0 9 0 646837584 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16938/statm: 217101 13738 2542 9 0 211676 0
[pid=16938/tid=16939] ppid=16937 vsize=868404 CPUtime=7.96
/proc/16938/task/16939/stat : 16939 (java) R 16937 16924 15412 0 -1 64 3356 0 1 0 793 3 0 0 25 0 9 0 646837585 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4126571211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16940] ppid=16937 vsize=868404 CPUtime=1.08
/proc/16938/task/16940/stat : 16940 (java) S 16937 16924 15412 0 -1 64 9951 0 0 0 102 6 0 0 16 0 9 0 646837586 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16941] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16941/stat : 16941 (java) S 16937 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837586 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16942] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16942/stat : 16942 (java) S 16937 16924 15412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646837586 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16943] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16943/stat : 16943 (java) S 16937 16924 15412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646837588 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16944] ppid=16937 vsize=868404 CPUtime=0.21
/proc/16938/task/16944/stat : 16944 (java) S 16937 16924 15412 0 -1 64 1469 0 0 0 21 0 0 0 15 0 9 0 646837588 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16945] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16945/stat : 16945 (java) S 16937 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837588 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16946] ppid=16937 vsize=868404 CPUtime=0
/proc/16938/task/16946/stat : 16946 (java) S 16937 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837588 889245696 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 887360

[startup+25.5023 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 16946
/proc/meminfo: memFree=1773704/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=2.62
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 974 22618 0 1 3 1 246 12 16 0 1 0 646837255 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 797 370 3 0 500 0
[pid=16937] ppid=16924 vsize=5356 CPUtime=0
/proc/16937/stat : 16937 (sh) S 16924 16924 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646837584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16937/statm: 1339 233 193 169 0 50 0
[pid=16938] ppid=16937 vsize=874816 CPUtime=21.96
/proc/16938/stat : 16938 (java) S 16937 16924 15412 0 -1 0 27132 0 1 0 2174 22 0 0 18 0 9 0 646837584 895811584 20864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16938/statm: 218704 20864 2541 9 0 213279 0
[pid=16938/tid=16939] ppid=16937 vsize=874816 CPUtime=19.38
/proc/16938/task/16939/stat : 16939 (java) R 16937 16924 15412 0 -1 64 3947 0 1 0 1934 4 0 0 25 0 9 0 646837585 895811584 20864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16940] ppid=16937 vsize=874816 CPUtime=2.31
/proc/16938/task/16940/stat : 16940 (java) R 16937 16924 15412 0 -1 64 21011 0 0 0 215 16 0 0 16 0 9 0 646837586 895811584 20864 996147200 134512640 134550740 4294955952 18446744073709551615 102470012 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16941] ppid=16937 vsize=874816 CPUtime=0
/proc/16938/task/16941/stat : 16941 (java) S 16937 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837586 895811584 20864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16942] ppid=16937 vsize=874816 CPUtime=0
/proc/16938/task/16942/stat : 16942 (java) S 16937 16924 15412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646837586 895811584 20864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16938/tid=16944] ppid=16937 vsize=868516 CPUtime=0.32
/proc/16938/task/16944/stat : 16944 (java) S 16937 16924 15412 0 -1 64 1525 0 0 0 31 1 0 0 16 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16945] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16945/stat : 16945 (java) S 16937 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16946] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16946/stat : 16946 (java) S 16937 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 990.08
Current children cumulated vsize (KiB) 887472

[startup+1062.3 s]
/proc/loadavg: 1.06 1.52 1.80 2/93 16985
/proc/meminfo: memFree=15480/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=2.63
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 974 22618 0 1 4 1 246 12 16 0 1 0 646837255 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 797 370 3 0 500 0
[pid=16937] ppid=16924 vsize=5356 CPUtime=0
/proc/16937/stat : 16937 (sh) S 16924 16924 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646837584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16937/statm: 1339 233 193 169 0 50 0
[pid=16938] ppid=16937 vsize=868516 CPUtime=1045.68
/proc/16938/stat : 16938 (java) S 16937 16924 15412 0 -1 0 93222 0 1 0 103280 1288 0 0 18 0 9 0 646837584 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16938/statm: 217129 73140 2566 9 0 211676 0
[pid=16938/tid=16939] ppid=16937 vsize=868516 CPUtime=1031.85
/proc/16938/task/16939/stat : 16939 (java) R 16937 16924 15412 0 -1 64 9898 0 1 0 101961 1224 0 0 17 0 9 0 646837585 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4127083920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16940] ppid=16937 vsize=868516 CPUtime=13.47
/proc/16938/task/16940/stat : 16940 (java) S 16937 16924 15412 0 -1 64 81102 0 0 0 1286 61 0 0 15 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16938/tid=16941] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16941/stat : 16941 (java) S 16937 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16942] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16942/stat : 16942 (java) S 16937 16924 15412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16943] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16943/stat : 16943 (java) S 16937 16924 15412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16944] ppid=16937 vsize=868516 CPUtime=0.32
/proc/16938/task/16944/stat : 16944 (java) S 16937 16924 15412 0 -1 64 1525 0 0 0 31 1 0 0 16 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16945] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16945/stat : 16945 (java) S 16937 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16946] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16946/stat : 16946 (java) S 16937 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1048.31
Current children cumulated vsize (KiB) 887472

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

[startup+1075.2 s]
/proc/loadavg: 1.05 1.49 1.79 2/93 16985
/proc/meminfo: memFree=15096/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=2.63
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 974 22618 0 1 4 1 246 12 16 0 1 0 646837255 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 797 370 3 0 500 0
[pid=16937] ppid=16924 vsize=5356 CPUtime=0
/proc/16937/stat : 16937 (sh) S 16924 16924 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646837584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16937/statm: 1339 233 193 169 0 50 0
[pid=16938] ppid=16937 vsize=868516 CPUtime=1058.41
/proc/16938/stat : 16938 (java) S 16937 16924 15412 0 -1 0 93246 0 1 0 104537 1304 0 0 18 0 9 0 646837584 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16938/statm: 217129 73140 2566 9 0 211676 0
[pid=16938/tid=16939] ppid=16937 vsize=868516 CPUtime=1044.56
/proc/16938/task/16939/stat : 16939 (java) R 16937 16924 15412 0 -1 64 9922 0 1 0 103216 1240 0 0 24 0 9 0 646837585 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4126952672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16938/tid=16940] ppid=16937 vsize=868516 CPUtime=13.49
/proc/16938/task/16940/stat : 16940 (java) S 16937 16924 15412 0 -1 64 81102 0 0 0 1288 61 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16941] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16941/stat : 16941 (java) S 16937 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16942] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16942/stat : 16942 (java) S 16937 16924 15412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16943] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16943/stat : 16943 (java) S 16937 16924 15412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16944] ppid=16937 vsize=868516 CPUtime=0.32
/proc/16938/task/16944/stat : 16944 (java) S 16937 16924 15412 0 -1 64 1525 0 0 0 31 1 0 0 16 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16945] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16945/stat : 16945 (java) S 16937 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16946] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16946/stat : 16946 (java) S 16937 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.04
Current children cumulated vsize (KiB) 887472

[startup+1088.01 s]
/proc/loadavg: 1.04 1.48 1.78 2/93 16985
/proc/meminfo: memFree=15736/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=2.63
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 974 22618 0 1 4 1 246 12 16 0 1 0 646837255 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 797 370 3 0 500 0
[pid=16937] ppid=16924 vsize=5356 CPUtime=0
/proc/16937/stat : 16937 (sh) S 16924 16924 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646837584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16937/statm: 1339 233 193 169 0 50 0
[pid=16938] ppid=16937 vsize=868516 CPUtime=1070.99
/proc/16938/stat : 16938 (java) S 16937 16924 15412 0 -1 0 93269 0 1 0 105781 1318 0 0 18 0 9 0 646837584 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16938/statm: 217129 73140 2566 9 0 211676 0
[pid=16938/tid=16939] ppid=16937 vsize=868516 CPUtime=1057.12
/proc/16938/task/16939/stat : 16939 (java) R 16937 16924 15412 0 -1 64 9945 0 1 0 104458 1254 0 0 25 0 9 0 646837585 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4126642440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16940] ppid=16937 vsize=868516 CPUtime=13.51
/proc/16938/task/16940/stat : 16940 (java) S 16937 16924 15412 0 -1 64 81102 0 0 0 1290 61 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16941] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16941/stat : 16941 (java) S 16937 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16942] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16942/stat : 16942 (java) S 16937 16924 15412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16943] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16943/stat : 16943 (java) S 16937 16924 15412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16944] ppid=16937 vsize=868516 CPUtime=0.32
/proc/16938/task/16944/stat : 16944 (java) S 16937 16924 15412 0 -1 64 1525 0 0 0 31 1 0 0 16 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16945] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16945/stat : 16945 (java) S 16937 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16946] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16946/stat : 16946 (java) S 16937 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1073.62
Current children cumulated vsize (KiB) 887472

[startup+1091.2 s]
/proc/loadavg: 1.04 1.47 1.77 2/93 16985
/proc/meminfo: memFree=16120/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=2.63
/proc/16924/stat : 16924 (sugar) S 16922 16924 15412 0 -1 4194304 974 22618 0 1 4 1 246 12 16 0 1 0 646837255 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16924/statm: 3400 797 370 3 0 500 0
[pid=16937] ppid=16924 vsize=5356 CPUtime=0
/proc/16937/stat : 16937 (sh) S 16924 16924 15412 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646837584 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16937/statm: 1339 233 193 169 0 50 0
[pid=16938] ppid=16937 vsize=868516 CPUtime=1074.16
/proc/16938/stat : 16938 (java) S 16937 16924 15412 0 -1 0 93278 0 1 0 106092 1324 0 0 18 0 9 0 646837584 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16938/statm: 217129 73140 2566 9 0 211676 0
[pid=16938/tid=16939] ppid=16937 vsize=868516 CPUtime=1060.27
/proc/16938/task/16939/stat : 16939 (java) R 16937 16924 15412 0 -1 64 9954 0 1 0 104768 1259 0 0 23 0 9 0 646837585 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4127102595 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16940] ppid=16937 vsize=868516 CPUtime=13.52
/proc/16938/task/16940/stat : 16940 (java) S 16937 16924 15412 0 -1 64 81102 0 0 0 1291 61 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16941] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16941/stat : 16941 (java) S 16937 16924 15412 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16942] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16942/stat : 16942 (java) S 16937 16924 15412 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646837586 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16943] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16943/stat : 16943 (java) S 16937 16924 15412 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16944] ppid=16937 vsize=868516 CPUtime=0.32
/proc/16938/task/16944/stat : 16944 (java) S 16937 16924 15412 0 -1 64 1525 0 0 0 31 1 0 0 16 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16945] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16945/stat : 16945 (java) S 16937 16924 15412 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16938/tid=16946] ppid=16937 vsize=868516 CPUtime=0
/proc/16938/task/16946/stat : 16946 (java) S 16937 16924 15412 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646837588 889360384 73140 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1076.79
Current children cumulated vsize (KiB) 887472

[startup+1092.8 s]
/proc/loadavg: 1.04 1.47 1.77 2/83 16985
/proc/meminfo: memFree=938696/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=1077.97
/proc/16924/stat : 16924 (sugar) D 16922 16924 15412 0 -1 4194304 996 116194 0 4 4 47 106404 1342 18 0 1 0 646837255 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1077.97
Current children cumulated vsize (KiB) 13600

[startup+1094.4 s]
/proc/loadavg: 1.04 1.47 1.77 1/83 16985
/proc/meminfo: memFree=1198408/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=1078.01
/proc/16924/stat : 16924 (sugar) D 16922 16924 15412 0 -1 4194304 996 116194 0 4 4 51 106404 1342 18 0 1 0 646837255 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1078.01
Current children cumulated vsize (KiB) 13600

[startup+1094.8 s]
/proc/loadavg: 1.03 1.46 1.77 1/83 16985
/proc/meminfo: memFree=1197896/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=1078.03
/proc/16924/stat : 16924 (sugar) D 16922 16924 15412 0 -1 4194304 996 116194 0 4 4 53 106404 1342 18 0 1 0 646837255 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1078.03
Current children cumulated vsize (KiB) 13600

[startup+1095 s]
/proc/loadavg: 1.03 1.46 1.77 1/83 16985
/proc/meminfo: memFree=1197896/2055920 swapFree=4180232/4192956
[pid=16924] ppid=16922 vsize=13600 CPUtime=1078.04
/proc/16924/stat : 16924 (sugar) D 16922 16924 15412 0 -1 4194304 996 116194 0 4 4 54 106404 1342 18 0 1 0 646837255 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226913653801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 1078.04
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1095.01
CPU time (s): 1078.06
CPU user time (s): 1064.09
CPU system time (s): 13.9709
CPU usage (%): 98.4519
Max. virtual memory (cumulated for all children) (KiB): 897612

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

runsolver used 1.45178 second user time and 3.64844 second system time

The end

Launcher Data (download as text)

Begin job on node5 at 2008-07-05 08:23:21
IDJOB=1086360
IDBENCH=57806
IDSOLVER=346
FILE ID=node5/1086360-1215239001
PBS_JOBID= 7881900
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086360-1215239001/watcher-1086360-1215239001 -o /tmp/evaluation-result-1086360-1215239001/solver-1086360-1215239001 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086360-1215239001.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8600ec259bd9e7970622d289e935c04f
RANDOM SEED=1488776429

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.279
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.279
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:       1848128 kB
Buffers:          5756 kB
Cached:          89264 kB
SwapCached:       6980 kB
Active:         107232 kB
Inactive:        48988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848128 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            7364 kB
Writeback:           0 kB
Mapped:          68212 kB
Slab:            37000 kB
Committed_AS:  1052992 kB
PageTables:       1876 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= 66524 MiB
End job on node5 at 2008-07-05 08:41:36