Trace number 1085625

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? 650.389 660.227

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-2.xml
MD5SUM2fe472930e777421d5e31a3144b4206e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark43.0055
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:12:33 2008
0.00/0.05	c 0	PID 30580
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085625-1215234753.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085625-1215234753.xml' 'HOME/temp.csp'
2.92/3.07	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
2.92/3.09	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.92/3.09	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'
3.02/3.17	c 4	Parsing HOME/temp.csp
3.41/3.57	c 4	parsed 10000 expressions
3.81/3.94	c 4	parsed 20000 expressions
4.10/4.28	c 5	parsed 30000 expressions
4.40/4.56	c 5	parsed 40000 expressions
4.80/4.96	c 5	parsed 50000 expressions
5.01/5.15	c 6	parsed 56570 expressions
5.01/5.15	c 6	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.01/5.15	c 6	Converting to clausal form CSP
11.63/11.81	c 12	converted 5657 (10%) expressions
23.51/23.88	c 24	converted 11314 (20%) expressions
35.78/36.25	c 37	converted 16971 (30%) expressions
47.65/48.26	c 49	converted 22628 (40%) expressions
59.73/60.44	c 61	converted 28285 (50%) expressions
71.02/71.89	c 72	converted 33942 (60%) expressions
82.21/83.17	c 84	converted 39599 (70%) expressions
94.19/95.22	c 96	converted 45256 (80%) expressions
104.78/105.97	c 106	converted 50913 (90%) expressions
114.48/115.74	c 116	converted 56570 (100%) expressions
114.48/115.75	c 116	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
114.48/115.75	c 116	Heap : 193 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
114.48/115.75	c 116	Propagation in CSP
130.43/131.88	c 132	256600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
130.43/131.88	c 132	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
130.43/131.88	c 132	Heap : 216 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
130.53/131.97	c 132	Simplifing CSP by introducing new Boolean variables
132.80/134.21	c 135	CSP : 16130 integers, 285879 booleans, 484849 clauses, largest domain size 4543
132.80/134.21	c 135	Heap : 259 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
134.19/135.67	c 136	Encoding CSP to SAT : HOME/temp.cnf
164.99/166.71	c 167	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
192.81/194.88	c 195	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
201.63/203.90	c 204	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
210.78/213.37	c 214	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
220.12/222.96	c 223	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
229.41/232.67	c 233	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
238.67/242.38	c 243	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
248.04/251.97	c 252	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
257.26/261.44	c 262	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
266.47/271.01	c 271	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
649.51/658.66	c 659	ERROR Exception Too large HOME/temp.cnf
649.51/658.67	c 659	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
649.51/658.67	c 659	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
649.51/658.67	c 659	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
649.51/658.67	s UNKNOWN
649.57/658.76	c 659	CPU 635.86 (0.03 0.01 635.83 13.75)
649.57/658.76	c 659	END Sat Jul  5 07:23:32 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-1085625-1215234753/watcher-1085625-1215234753 -o /tmp/evaluation-result-1085625-1215234753/solver-1085625-1215234753 -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-1085625-1215234753.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.04 2.03 2.00 4/73 30580
/proc/meminfo: memFree=1527848/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=7504 CPUtime=0
/proc/30580/stat : 30580 (sugar) R 30578 30580 29276 0 -1 4194304 66 0 0 0 0 0 0 0 19 0 1 0 2002447607 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 273651135881 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30580/statm: 1876 51 38 3 0 55 0

[startup+0.0794571 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 30580
/proc/meminfo: memFree=1527848/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=0.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002447607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102463 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 30580
/proc/meminfo: memFree=1527848/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=0.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002447607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301501 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 30580
/proc/meminfo: memFree=1527848/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=0.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002447607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70155 s]
/proc/loadavg: 2.04 2.03 2.00 4/73 30580
/proc/meminfo: memFree=1527848/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=0.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002447607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50167 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 30592
/proc/meminfo: memFree=1494416/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=0.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002447607 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 796 370 3 0 500 0
[pid=30583] ppid=30580 vsize=5356 CPUtime=0
/proc/30583/stat : 30583 (sh) S 30580 30580 29276 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002447612 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30583/statm: 1339 233 193 169 0 50 0
[pid=30584] ppid=30583 vsize=864656 CPUtime=1.42
/proc/30584/stat : 30584 (java) S 30583 30580 29276 0 -1 0 17528 0 1 0 133 9 0 0 18 0 9 0 2002447612 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30584/statm: 216164 14607 2529 9 0 210746 0
[pid=30584/tid=30585] ppid=30583 vsize=864656 CPUtime=0.71
/proc/30584/task/30585/stat : 30585 (java) R 30583 30580 29276 0 -1 64 3122 0 1 0 68 3 0 0 25 0 9 0 2002447613 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4126656653 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30584/tid=30586] ppid=30583 vsize=864656 CPUtime=0.58
/proc/30584/task/30586/stat : 30586 (java) S 30583 30580 29276 0 -1 64 13203 0 0 0 54 4 0 0 17 0 9 0 2002447615 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30584/tid=30587] ppid=30583 vsize=864656 CPUtime=0
/proc/30584/task/30587/stat : 30587 (java) S 30583 30580 29276 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002447615 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30584/tid=30588] ppid=30583 vsize=864656 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30583 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002447615 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30584/tid=30589] ppid=30583 vsize=864656 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30583 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002447617 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30584/tid=30590] ppid=30583 vsize=864656 CPUtime=0.1
/proc/30584/task/30590/stat : 30590 (java) S 30583 30580 29276 0 -1 64 502 0 0 0 10 0 0 0 16 0 9 0 2002447617 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30584/tid=30591] ppid=30583 vsize=864656 CPUtime=0
/proc/30584/task/30591/stat : 30591 (java) S 30583 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447617 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30584/tid=30592] ppid=30583 vsize=864656 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30583 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447617 885407744 14607 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883612

[startup+3.10291 s]
/proc/loadavg: 2.04 2.03 2.00 4/84 30592
/proc/meminfo: memFree=1449360/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.02
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 956 27457 0 1 3 0 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 13600

[startup+6.30181 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 30602
/proc/meminfo: memFree=1490448/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 15 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868436 CPUtime=3.15
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 13378 0 1 0 306 9 0 0 18 0 9 0 2002447917 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30594/statm: 217109 11940 2544 9 0 211684 0
[pid=30594/tid=30595] ppid=30593 vsize=868436 CPUtime=2.19
/proc/30594/task/30595/stat : 30595 (java) R 30593 30580 29276 0 -1 64 3069 0 1 0 217 2 0 0 25 0 9 0 2002447918 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30596] ppid=30593 vsize=868436 CPUtime=0.72
/proc/30594/task/30596/stat : 30596 (java) S 30593 30580 29276 0 -1 64 8144 0 0 0 67 5 0 0 16 0 9 0 2002447919 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30597] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30597/stat : 30597 (java) S 30593 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002447919 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30598] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30598/stat : 30598 (java) S 30593 30580 29276 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002447919 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30599] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30599/stat : 30599 (java) S 30593 30580 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002447921 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30600] ppid=30593 vsize=868436 CPUtime=0.2
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1468 0 0 0 20 0 0 0 15 0 9 0 2002447921 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) S 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889278464 11940 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887392

[startup+12.7023 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 30602
/proc/meminfo: memFree=1476304/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868436 CPUtime=9.49
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 19646 0 1 0 934 15 0 0 18 0 9 0 2002447917 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30594/statm: 217109 14389 2541 9 0 211684 0
[pid=30594/tid=30595] ppid=30593 vsize=868436 CPUtime=7.88
/proc/30594/task/30595/stat : 30595 (java) R 30593 30580 29276 0 -1 64 3585 0 1 0 784 4 0 0 25 0 9 0 2002447918 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4126567776 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30596] ppid=30593 vsize=868436 CPUtime=1.37
/proc/30594/task/30596/stat : 30596 (java) S 30593 30580 29276 0 -1 64 13888 0 0 0 128 9 0 0 16 0 9 0 2002447919 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30597] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30597/stat : 30597 (java) S 30593 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002447919 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30598] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30598/stat : 30598 (java) S 30593 30580 29276 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002447919 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30599] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30599/stat : 30599 (java) S 30593 30580 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002447921 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30600] ppid=30593 vsize=868436 CPUtime=0.22
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1476 0 0 0 22 0 0 0 17 0 9 0 2002447921 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) S 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889278464 14389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887392

[startup+25.5023 s]
/proc/loadavg: 2.02 2.03 2.00 3/84 30602
/proc/meminfo: memFree=1455824/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868436 CPUtime=22.16
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 25062 0 1 0 2195 21 0 0 18 0 9 0 2002447917 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30594/statm: 217109 19413 2541 9 0 211684 0
[pid=30594/tid=30595] ppid=30593 vsize=868436 CPUtime=19.7
/proc/30594/task/30595/stat : 30595 (java) R 30593 30580 29276 0 -1 64 3977 0 1 0 1965 5 0 0 25 0 9 0 2002447918 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4126569075 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30596] ppid=30593 vsize=868436 CPUtime=2.19
/proc/30594/task/30596/stat : 30596 (java) S 30593 30580 29276 0 -1 64 18902 0 0 0 206 13 0 0 16 0 9 0 2002447919 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30597] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30597/stat : 30597 (java) S 30593 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002447919 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30598] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30598/stat : 30598 (java) S 30593 30580 29276 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002447919 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30599] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30599/stat : 30599 (java) S 30593 30580 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002447921 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30600] ppid=30593 vsize=868436 CPUtime=0.24
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1486 0 0 0 23 1 0 0 15 0 9 0 2002447921 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868436 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) S 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889278464 19413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 887392

[startup+51.1021 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 30602
/proc/meminfo: memFree=1413264/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868436 CPUtime=47.49
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 44615 0 1 0 4714 35 0 0 18 0 9 0 2002447917 889278464 30504 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=30594/tid=30600] ppid=30593 vsize=868548 CPUtime=0.34
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1536 0 0 0 33 1 0 0 16 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) S 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 573.57
Current children cumulated vsize (KiB) 887504

[startup+642.302 s]
/proc/loadavg: 2.15 2.12 2.04 3/92 30663
/proc/meminfo: memFree=257104/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868548 CPUtime=630.25
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 97164 0 1 0 61699 1326 0 0 18 0 9 0 2002447917 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30594/statm: 217137 73384 2566 9 0 211684 0
[pid=30594/tid=30595] ppid=30593 vsize=868548 CPUtime=614.99
/proc/30594/task/30595/stat : 30595 (java) R 30593 30580 29276 0 -1 64 10578 0 1 0 60234 1265 0 0 25 0 9 0 2002447918 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30596] ppid=30593 vsize=868548 CPUtime=14.88
/proc/30594/task/30596/stat : 30596 (java) S 30593 30580 29276 0 -1 64 84353 0 0 0 1430 58 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30597] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30597/stat : 30597 (java) S 30593 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30598] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30598/stat : 30598 (java) S 30593 30580 29276 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30599] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30599/stat : 30599 (java) S 30593 30580 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30600] ppid=30593 vsize=868548 CPUtime=0.34
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1536 0 0 0 33 1 0 0 16 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) R 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.28
Current children cumulated vsize (KiB) 887504

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

[startup+652.703 s]
/proc/loadavg: 2.13 2.11 2.04 3/92 30663
/proc/meminfo: memFree=228816/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868548 CPUtime=640.6
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 97188 0 1 0 62717 1343 0 0 18 0 9 0 2002447917 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30594/statm: 217137 73384 2566 9 0 211684 0
[pid=30594/tid=30595] ppid=30593 vsize=868548 CPUtime=625.33
/proc/30594/task/30595/stat : 30595 (java) R 30593 30580 29276 0 -1 64 10602 0 1 0 61250 1283 0 0 25 0 9 0 2002447918 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4127029077 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30596] ppid=30593 vsize=868548 CPUtime=14.91
/proc/30594/task/30596/stat : 30596 (java) S 30593 30580 29276 0 -1 64 84353 0 0 0 1433 58 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30597] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30597/stat : 30597 (java) S 30593 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30598] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30598/stat : 30598 (java) S 30593 30580 29276 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30599] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30599/stat : 30599 (java) S 30593 30580 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30600] ppid=30593 vsize=868548 CPUtime=0.34
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1536 0 0 0 33 1 0 0 16 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) S 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 643.63
Current children cumulated vsize (KiB) 887504

[startup+655.901 s]
/proc/loadavg: 2.12 2.11 2.04 4/92 30663
/proc/meminfo: memFree=219472/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868548 CPUtime=643.79
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 97195 0 1 0 63030 1349 0 0 18 0 9 0 2002447917 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30594/statm: 217137 73384 2566 9 0 211684 0
[pid=30594/tid=30595] ppid=30593 vsize=868548 CPUtime=628.5
/proc/30594/task/30595/stat : 30595 (java) R 30593 30580 29276 0 -1 64 10609 0 1 0 61562 1288 0 0 25 0 9 0 2002447918 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30596] ppid=30593 vsize=868548 CPUtime=14.92
/proc/30594/task/30596/stat : 30596 (java) S 30593 30580 29276 0 -1 64 84353 0 0 0 1434 58 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30597] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30597/stat : 30597 (java) S 30593 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30598] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30598/stat : 30598 (java) S 30593 30580 29276 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30599] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30599/stat : 30599 (java) S 30593 30580 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30600] ppid=30593 vsize=868548 CPUtime=0.34
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1536 0 0 0 33 1 0 0 16 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) S 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 646.82
Current children cumulated vsize (KiB) 887504

[startup+657.502 s]
/proc/loadavg: 2.12 2.11 2.04 3/92 30663
/proc/meminfo: memFree=216016/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=3.03
/proc/30580/stat : 30580 (sugar) S 30578 30580 29276 0 -1 4194304 974 27457 0 1 3 1 282 17 16 0 1 0 2002447607 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30580/statm: 3400 797 370 3 0 500 0
[pid=30593] ppid=30580 vsize=5356 CPUtime=0
/proc/30593/stat : 30593 (sh) S 30580 30580 29276 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002447916 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30593/statm: 1339 233 193 169 0 50 0
[pid=30594] ppid=30593 vsize=868548 CPUtime=645.39
/proc/30594/stat : 30594 (java) S 30593 30580 29276 0 -1 0 97198 0 1 0 63188 1351 0 0 18 0 9 0 2002447917 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30594/statm: 217137 73384 2566 9 0 211684 0
[pid=30594/tid=30595] ppid=30593 vsize=868548 CPUtime=630.1
/proc/30594/task/30595/stat : 30595 (java) R 30593 30580 29276 0 -1 64 10612 0 1 0 61720 1290 0 0 25 0 9 0 2002447918 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4127029077 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30596] ppid=30593 vsize=868548 CPUtime=14.92
/proc/30594/task/30596/stat : 30596 (java) S 30593 30580 29276 0 -1 64 84353 0 0 0 1434 58 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30594/tid=30597] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30597/stat : 30597 (java) S 30593 30580 29276 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30598] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30598/stat : 30598 (java) S 30593 30580 29276 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002447919 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30599] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30599/stat : 30599 (java) S 30593 30580 29276 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30600] ppid=30593 vsize=868548 CPUtime=0.34
/proc/30594/task/30600/stat : 30600 (java) S 30593 30580 29276 0 -1 64 1536 0 0 0 33 1 0 0 16 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30601] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30601/stat : 30601 (java) S 30593 30580 29276 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30594/tid=30602] ppid=30593 vsize=868548 CPUtime=0
/proc/30594/task/30602/stat : 30602 (java) S 30593 30580 29276 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002447921 889393152 73384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 648.42
Current children cumulated vsize (KiB) 887504

[startup+659.102 s]
/proc/loadavg: 2.12 2.11 2.04 3/82 30663
/proc/meminfo: memFree=530720/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=649.93
/proc/30580/stat : 30580 (sugar) R 30578 30580 29276 0 -1 4194304 996 124958 0 2 3 32 63583 1375 19 0 1 0 2002447607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30580/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 649.93
Current children cumulated vsize (KiB) 13600

[startup+659.902 s]
/proc/loadavg: 2.12 2.11 2.04 2/82 30663
/proc/meminfo: memFree=1905504/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=650.34
/proc/30580/stat : 30580 (sugar) R 30578 30580 29276 0 -1 4194304 996 124958 0 2 3 73 63583 1375 18 0 1 0 2002447607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/30580/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 650.34
Current children cumulated vsize (KiB) 13600

[startup+660.103 s]
/proc/loadavg: 2.12 2.11 2.04 2/82 30663
/proc/meminfo: memFree=1905504/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=650.36
/proc/30580/stat : 30580 (sugar) D 30578 30580 29276 0 -1 4194304 996 124958 0 2 3 75 63583 1375 18 0 1 0 2002447607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30580/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 650.36
Current children cumulated vsize (KiB) 13600

[startup+660.203 s]
/proc/loadavg: 2.12 2.11 2.04 2/82 30663
/proc/meminfo: memFree=1905504/2055920 swapFree=4180424/4192956
[pid=30580] ppid=30578 vsize=13600 CPUtime=650.37
/proc/30580/stat : 30580 (sugar) D 30578 30580 29276 0 -1 4194304 996 124958 0 2 3 76 63583 1375 18 0 1 0 2002447607 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30580/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 650.37
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 660.227
CPU time (s): 650.389
CPU user time (s): 635.87
CPU system time (s): 14.5188
CPU usage (%): 98.5099
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 635.87
system time used= 14.5188
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125984
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= 42184
involuntary context switches= 55077

runsolver used 0.838872 second user time and 2.28765 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-05 07:12:33
IDJOB=1085625
IDBENCH=57672
IDSOLVER=346
FILE ID=node52/1085625-1215234753
PBS_JOBID= 7881876
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-2.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-1085625-1215234753/watcher-1085625-1215234753 -o /tmp/evaluation-result-1085625-1215234753/solver-1085625-1215234753 -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-1085625-1215234753.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2fe472930e777421d5e31a3144b4206e
RANDOM SEED=1239197517

node52.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.265
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.265
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:       1528328 kB
Buffers:         14188 kB
Cached:         334300 kB
SwapCached:       6608 kB
Active:         260988 kB
Inactive:       207924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1528328 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:           15856 kB
Writeback:           0 kB
Mapped:         127812 kB
Slab:            43372 kB
Committed_AS:  4109940 kB
PageTables:       2220 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= 66540 MiB
End job on node52 at 2008-07-05 07:23:34