Trace number 1086632

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+picosat? 843.061 853.225

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-10.xml
MD5SUM34ca3ffc23008dabfd0338886eeccec5
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 benchmark91.1771
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.18	c 0	Sugar v1-13 + HOME/picosat
0.00/0.18	c 0	BEGIN Sat Jul  5 08:45:39 2008
0.00/0.18	c 0	PID 24735
0.00/0.19	c 0	HOST node58.alineos.net
0.00/0.19	c 0	CONVERTING HOME/instance-1086632-1215240338.xml TO HOME/temp.csp
0.00/0.19	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086632-1215240338.xml' 'HOME/temp.csp'
3.58/3.81	c 4	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.58/3.87	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.58/3.87	c 4	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.62/3.94	c 4	Parsing HOME/temp.csp
4.04/4.31	c 4	parsed 10000 expressions
4.33/4.64	c 4	parsed 20000 expressions
4.63/4.94	c 5	parsed 30000 expressions
4.84/5.18	c 5	parsed 40000 expressions
5.24/5.55	c 5	parsed 50000 expressions
5.43/5.79	c 6	parsed 60000 expressions
5.63/5.94	c 6	parsed 66233 expressions
5.63/5.94	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.63/5.94	c 6	Converting to clausal form CSP
14.83/15.11	c 15	converted 6624 (10%) expressions
29.92/30.27	c 30	converted 13247 (20%) expressions
44.60/44.95	c 45	converted 19870 (30%) expressions
60.11/60.42	c 60	converted 26494 (40%) expressions
74.69/75.08	c 75	converted 33117 (50%) expressions
88.88/89.21	c 89	converted 39740 (60%) expressions
103.76/104.19	c 104	converted 46364 (70%) expressions
117.46/117.86	c 118	converted 52987 (80%) expressions
130.45/130.86	c 131	converted 59610 (90%) expressions
142.43/142.90	c 143	converted 66233 (100%) expressions
142.54/142.91	c 143	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
142.54/142.91	c 143	Heap : 240 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
142.54/142.91	c 143	Propagation in CSP
161.33/161.75	c 161	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
161.33/161.76	c 161	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
161.33/161.76	c 161	Heap : 260 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
161.43/161.85	c 162	Simplifing CSP by introducing new Boolean variables
162.23/162.64	c 162	CSP : 17932 integers, 338990 booleans, 574019 clauses, largest domain size 2997
162.23/162.64	c 162	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
163.93/164.35	c 164	Encoding CSP to SAT : HOME/temp.cnf
198.28/198.73	c 198	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
223.45/223.99	c 224	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
229.47/230.13	c 230	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
235.65/236.42	c 236	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
241.91/243.07	c 243	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
248.26/249.53	c 249	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
254.67/256.25	c 256	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
261.41/263.29	c 263	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
268.13/270.12	c 270	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
274.55/276.73	c 276	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
818.24/826.92	c 827	57402 (10%) CSP clauses are encoded (90179751 clauses, 2080034352 bytes)
842.19/851.10	c 851	ERROR Exception Too large HOME/temp.cnf
842.19/851.10	c 851	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
842.19/851.10	c 851	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
842.19/851.10	c 851	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
842.19/851.10	s UNKNOWN
842.19/851.17	c 851	CPU 828.87 (0.03 0.01 828.84 13.38)
842.19/851.17	c 851	END Sat Jul  5 08:59:50 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-1086632-1215240338/watcher-1086632-1215240338 -o /tmp/evaluation-result-1086632-1215240338/solver-1086632-1215240338 -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/picosat -tmp=HOME/temp HOME/instance-1086632-1215240338.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.25 2.12 2.09 4/74 24735
/proc/meminfo: memFree=1778600/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=18572 CPUtime=0
/proc/24735/stat : 24735 (runsolver) D 24733 24735 22432 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 708000271 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226238197031 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24735/statm: 4643 292 257 25 0 2626 0

[startup+0.017252 s]
/proc/loadavg: 2.25 2.12 2.09 4/74 24735
/proc/meminfo: memFree=1778600/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=18572 CPUtime=0
/proc/24735/stat : 24735 (runsolver) D 24733 24735 22432 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 708000271 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 226238197031 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24735/statm: 4643 292 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.102268 s]
/proc/loadavg: 2.25 2.12 2.09 4/74 24735
/proc/meminfo: memFree=1778600/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=12272 CPUtime=0
/proc/24735/stat : 24735 (sugar) D 24733 24735 22432 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 708000271 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24735/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.302308 s]
/proc/loadavg: 2.25 2.12 2.09 4/74 24735
/proc/meminfo: memFree=1778600/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=0.04
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 708000271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701373 s]
/proc/loadavg: 2.25 2.12 2.09 4/74 24735
/proc/meminfo: memFree=1778600/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=0.04
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 708000271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50151 s]
/proc/loadavg: 2.25 2.12 2.09 4/85 24747
/proc/meminfo: memFree=1754128/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=0.04
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 708000271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24735/statm: 3400 796 370 3 0 500 0
[pid=24738] ppid=24735 vsize=5356 CPUtime=0
/proc/24738/stat : 24738 (sh) S 24735 24735 22432 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 708000291 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24738/statm: 1339 233 193 169 0 50 0
[pid=24739] ppid=24738 vsize=864676 CPUtime=1.27
/proc/24739/stat : 24739 (java) S 24738 24735 22432 0 -1 0 14065 0 1 0 120 7 0 0 18 0 9 0 708000291 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24739/statm: 216169 12120 2529 9 0 210751 0
[pid=24739/tid=24740] ppid=24738 vsize=864676 CPUtime=0.74
/proc/24739/task/24740/stat : 24740 (java) R 24738 24735 22432 0 -1 64 2987 0 1 0 72 2 0 0 24 0 9 0 708000293 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24741] ppid=24738 vsize=864676 CPUtime=0.41
/proc/24739/task/24741/stat : 24741 (java) R 24738 24735 22432 0 -1 64 9893 0 0 0 38 3 0 0 16 0 9 0 708000294 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 104187966 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24738 vsize=864676 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24738 24735 22432 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 708000294 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24738 vsize=864676 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24738 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 708000294 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24738 vsize=864676 CPUtime=0
/proc/24739/task/24744/stat : 24744 (java) S 24738 24735 22432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 708000296 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24745] ppid=24738 vsize=864676 CPUtime=0.09
/proc/24739/task/24745/stat : 24745 (java) S 24738 24735 22432 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 708000296 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24738 vsize=864676 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24738 24735 22432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 708000296 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24747] ppid=24738 vsize=864676 CPUtime=0
/proc/24739/task/24747/stat : 24747 (java) S 24738 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000296 885428224 12120 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 883632

[startup+3.10278 s]
/proc/loadavg: 2.25 2.12 2.09 3/85 24747
/proc/meminfo: memFree=1713168/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=0.04
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 708000271 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24735/statm: 3400 796 370 3 0 500 0
[pid=24738] ppid=24735 vsize=5356 CPUtime=0
/proc/24738/stat : 24738 (sh) S 24735 24735 22432 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 708000291 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24738/statm: 1339 233 193 169 0 50 0
[pid=24739] ppid=24738 vsize=864696 CPUtime=2.85
/proc/24739/stat : 24739 (java) S 24738 24735 22432 0 -1 0 29883 0 1 0 271 14 0 0 18 0 9 0 708000291 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24739/statm: 216174 24987 2529 9 0 210756 0
[pid=24739/tid=24740] ppid=24738 vsize=864696 CPUtime=1.45
/proc/24739/task/24740/stat : 24740 (java) R 24738 24735 22432 0 -1 64 3901 0 1 0 141 4 0 0 22 0 9 0 708000293 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4126718553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24741] ppid=24738 vsize=864696 CPUtime=1.23
/proc/24739/task/24741/stat : 24741 (java) S 24738 24735 22432 0 -1 64 24767 0 0 0 114 9 0 0 17 0 9 0 708000294 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24742] ppid=24738 vsize=864696 CPUtime=0
/proc/24739/task/24742/stat : 24742 (java) S 24738 24735 22432 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 708000294 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24743] ppid=24738 vsize=864696 CPUtime=0
/proc/24739/task/24743/stat : 24743 (java) S 24738 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000294 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24744] ppid=24738 vsize=864696 CPUtime=0
/proc/24739/task/24744/stat : 24744 (java) S 24738 24735 22432 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 708000296 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24745] ppid=24738 vsize=864696 CPUtime=0.14
/proc/24739/task/24745/stat : 24745 (java) S 24738 24735 22432 0 -1 64 515 0 0 0 14 0 0 0 16 0 9 0 708000296 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24746] ppid=24738 vsize=864696 CPUtime=0
/proc/24739/task/24746/stat : 24746 (java) S 24738 24735 22432 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 708000296 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24739/tid=24747] ppid=24738 vsize=864696 CPUtime=0
/proc/24739/task/24747/stat : 24747 (java) S 24738 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000296 885448704 24987 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 883652

[startup+6.30131 s]
/proc/loadavg: 2.23 2.12 2.09 4/85 24757
/proc/meminfo: memFree=1746064/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=3.62
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 974 31957 0 1 3 1 339 19 15 0 1 0 708000271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24735/statm: 3400 797 370 3 0 500 0
[pid=24748] ppid=24735 vsize=5356 CPUtime=0
/proc/24748/stat : 24748 (sh) S 24735 24735 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 708000658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24748/statm: 1339 233 193 169 0 50 0
[pid=24749] ppid=24748 vsize=868024 CPUtime=2.41
/proc/24749/stat : 24749 (java) S 24748 24735 22432 0 -1 0 14111 0 1 0 232 9 0 0 18 0 9 0 708000659 888856576 12683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24749/statm: 217006 12683 2543 9 0 211581 0
[pid=24749/tid=24750] ppid=24748 vsize=868024 CPUtime=1.56
/proc/24749/task/24750/stat : 24750 (java) R 24748 24735 22432 0 -1 64 3064 0 1 0 154 2 0 0 25 0 9 0 708000660 888856576 12684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24751] ppid=24748 vsize=868024 CPUtime=0.67
/proc/24749/task/24751/stat : 24751 (java) S 24748 24735 22432 0 -1 64 9050 0 0 0 62 5 0 0 16 0 9 0 708000661 888856576 12684 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24752] ppid=24748 vsize=868024 CPUtime=0
/proc/24749/task/24752/stat : 24752 (java) S 24748 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000661 888856576 12685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24753] ppid=24748 vsize=868024 CPUtime=0
/proc/24749/task/24753/stat : 24753 (java) S 24748 24735 22432 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 708000661 888856576 12686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24754] ppid=24748 vsize=868024 CPUtime=0
/proc/24749/task/24754/stat : 24754 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 708000663 888856576 12687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24755] ppid=24748 vsize=868024 CPUtime=0.15
/proc/24749/task/24755/stat : 24755 (java) R 24748 24735 22432 0 -1 64 1305 0 0 0 14 1 0 0 16 0 9 0 708000663 888856576 12688 996147200 134512640 134550740 4294955952 18446744073709551615 102385963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24756] ppid=24748 vsize=868024 CPUtime=0
/proc/24749/task/24756/stat : 24756 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 708000663 888856576 12688 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24757] ppid=24748 vsize=868024 CPUtime=0
/proc/24749/task/24757/stat : 24757 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000663 888856576 12689 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 886980

[startup+12.7024 s]
/proc/loadavg: 2.29 2.13 2.10 3/85 24757
/proc/meminfo: memFree=1722576/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=3.62
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 974 31957 0 1 3 1 339 19 15 0 1 0 708000271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24735/statm: 3400 797 370 3 0 500 0
[pid=24748] ppid=24735 vsize=5356 CPUtime=0
/proc/24748/stat : 24748 (sh) S 24735 24735 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 708000658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24748/statm: 1339 233 193 169 0 50 0
[pid=24749] ppid=24748 vsize=868416 CPUtime=8.81
/proc/24749/stat : 24749 (java) S 24748 24735 22432 0 -1 0 22593 0 1 0 866 15 0 0 18 0 9 0 708000659 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24749/statm: 217104 15361 2541 9 0 211679 0
[pid=24749/tid=24750] ppid=24748 vsize=868416 CPUtime=7.3
/proc/24749/task/24750/stat : 24750 (java) R 24748 24735 22432 0 -1 64 3535 0 1 0 727 3 0 0 25 0 9 0 708000660 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4126571504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24751] ppid=24748 vsize=868416 CPUtime=1.28
/proc/24749/task/24751/stat : 24751 (java) S 24748 24735 22432 0 -1 64 16876 0 0 0 118 10 0 0 16 0 9 0 708000661 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24752] ppid=24748 vsize=868416 CPUtime=0
/proc/24749/task/24752/stat : 24752 (java) S 24748 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000661 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24753] ppid=24748 vsize=868416 CPUtime=0
/proc/24749/task/24753/stat : 24753 (java) S 24748 24735 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 708000661 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24754] ppid=24748 vsize=868416 CPUtime=0
/proc/24749/task/24754/stat : 24754 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 708000663 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24755] ppid=24748 vsize=868416 CPUtime=0.2
/proc/24749/task/24755/stat : 24755 (java) S 24748 24735 22432 0 -1 64 1485 0 0 0 19 1 0 0 15 0 9 0 708000663 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24756] ppid=24748 vsize=868416 CPUtime=0
/proc/24749/task/24756/stat : 24756 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 708000663 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24757] ppid=24748 vsize=868416 CPUtime=0
/proc/24749/task/24757/stat : 24757 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000663 889257984 15361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887372

[startup+25.5026 s]
/proc/loadavg: 2.30 2.14 2.10 3/85 24757
/proc/meminfo: memFree=1702352/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=3.62
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 974 31957 0 1 3 1 339 19 16 0 1 0 708000271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24735/statm: 3400 797 370 3 0 500 0
[pid=24748] ppid=24735 vsize=5356 CPUtime=0
/proc/24748/stat : 24748 (sh) S 24735 24735 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 708000658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24748/statm: 1339 233 193 169 0 50 0
[pid=24749] ppid=24748 vsize=868416 CPUtime=21.61
/proc/24749/stat : 24749 (java) S 24748 24735 22432 0 -1 0 32354 0 1 0 2138 23 0 0 18 0 9 0 708000659 889257984 20555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24749/statm: 217104 20555 2541 9 0 211679 0
[pid=24749/tid=24750] ppid=24748 vsize=868416 CPUtime=19.02
/proc/24749/task/24750/stat : 24750 (java) R 24748 24735 22432 0 -1 64 4337 0 1 0 1898 4 0 0 25 0 9 0 708000660 889257984 20555 996147200 134512640 134550740 4294955952 18446744073709551615 4126428782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24751] ppid=24748 vsize=868416 CPUtime=2.34
/proc/24749/task/24751/stat : 24751 (java) S 24748 24735 22432 0 -1 64 25825 0 0 0 218 16 0 0 16 0 9 0 708000661 889257984 20555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24752] ppid=24748 vsize=868416 CPUtime=0
/proc/24749/task/24752/stat : 24752 (java) S 24748 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000661 889257984 20555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24753] ppid=24748 vsize=868416 CPUtime=0
/proc/24749/task/24753/stat : 24753 (java) S 24748 24735 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 708000661 889257984 20555 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=24749/tid=24755] ppid=24748 vsize=868528 CPUtime=0.3
/proc/24749/task/24755/stat : 24755 (java) S 24748 24735 22432 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24749/tid=24756] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24756/stat : 24756 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24757] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24757/stat : 24757 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 813.68
Current children cumulated vsize (KiB) 887484

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

[startup+831.903 s]
/proc/loadavg: 2.08 2.15 2.14 3/83 24826
/proc/meminfo: memFree=15848/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=3.62
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 974 31957 0 1 3 1 339 19 16 0 1 0 708000271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24735/statm: 3400 797 370 3 0 500 0
[pid=24748] ppid=24735 vsize=5356 CPUtime=0
/proc/24748/stat : 24748 (sh) S 24735 24735 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 708000658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24748/statm: 1339 233 193 169 0 50 0
[pid=24749] ppid=24748 vsize=868528 CPUtime=819.57
/proc/24749/stat : 24749 (java) S 24748 24735 22432 0 -1 0 113869 0 1 0 80674 1283 0 0 18 0 9 0 708000659 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24749/statm: 217132 84228 2566 9 0 211679 0
[pid=24749/tid=24750] ppid=24748 vsize=868528 CPUtime=802.79
/proc/24749/task/24750/stat : 24750 (java) R 24748 24735 22432 0 -1 64 10794 0 1 0 79070 1209 0 0 25 0 9 0 708000660 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4126670178 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24751] ppid=24748 vsize=868528 CPUtime=16.46
/proc/24749/task/24751/stat : 24751 (java) S 24748 24735 22432 0 -1 64 100835 0 0 0 1574 72 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24752] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24752/stat : 24752 (java) S 24748 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24753] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24753/stat : 24753 (java) S 24748 24735 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24754] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24754/stat : 24754 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24755] ppid=24748 vsize=868528 CPUtime=0.3
/proc/24749/task/24755/stat : 24755 (java) S 24748 24735 22432 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24749/tid=24756] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24756/stat : 24756 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24757] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24757/stat : 24757 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 823.19
Current children cumulated vsize (KiB) 887484

[startup+844.703 s]
/proc/loadavg: 2.13 2.16 2.15 3/83 24826
/proc/meminfo: memFree=15592/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=3.62
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 974 31957 0 1 3 1 339 19 16 0 1 0 708000271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24735/statm: 3400 797 370 3 0 500 0
[pid=24748] ppid=24735 vsize=5356 CPUtime=0
/proc/24748/stat : 24748 (sh) S 24735 24735 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 708000658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24748/statm: 1339 233 193 169 0 50 0
[pid=24749] ppid=24748 vsize=868528 CPUtime=832.25
/proc/24749/stat : 24749 (java) S 24748 24735 22432 0 -1 0 113897 0 1 0 81923 1302 0 0 18 0 9 0 708000659 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24749/statm: 217132 84228 2566 9 0 211679 0
[pid=24749/tid=24750] ppid=24748 vsize=868528 CPUtime=815.43
/proc/24749/task/24750/stat : 24750 (java) R 24748 24735 22432 0 -1 64 10822 0 1 0 80317 1226 0 0 25 0 9 0 708000660 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4127088523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24751] ppid=24748 vsize=868528 CPUtime=16.49
/proc/24749/task/24751/stat : 24751 (java) S 24748 24735 22432 0 -1 64 100835 0 0 0 1576 73 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24752] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24752/stat : 24752 (java) S 24748 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24753] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24753/stat : 24753 (java) S 24748 24735 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24754] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24754/stat : 24754 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24755] ppid=24748 vsize=868528 CPUtime=0.3
/proc/24749/task/24755/stat : 24755 (java) S 24748 24735 22432 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24749/tid=24756] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24756/stat : 24756 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24757] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24757/stat : 24757 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 835.87
Current children cumulated vsize (KiB) 887484

[startup+847.902 s]
/proc/loadavg: 2.13 2.16 2.15 4/83 24826
/proc/meminfo: memFree=15272/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=3.62
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 974 31957 0 1 3 1 339 19 16 0 1 0 708000271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24735/statm: 3400 797 370 3 0 500 0
[pid=24748] ppid=24735 vsize=5356 CPUtime=0
/proc/24748/stat : 24748 (sh) S 24735 24735 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 708000658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24748/statm: 1339 233 193 169 0 50 0
[pid=24749] ppid=24748 vsize=868528 CPUtime=835.4
/proc/24749/stat : 24749 (java) S 24748 24735 22432 0 -1 0 113907 0 1 0 82233 1307 0 0 18 0 9 0 708000659 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24749/statm: 217132 84228 2566 9 0 211679 0
[pid=24749/tid=24750] ppid=24748 vsize=868528 CPUtime=818.57
/proc/24749/task/24750/stat : 24750 (java) R 24748 24735 22432 0 -1 64 10832 0 1 0 80625 1232 0 0 25 0 9 0 708000660 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4126641491 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24751] ppid=24748 vsize=868528 CPUtime=16.5
/proc/24749/task/24751/stat : 24751 (java) S 24748 24735 22432 0 -1 64 100835 0 0 0 1577 73 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24752] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24752/stat : 24752 (java) S 24748 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24753] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24753/stat : 24753 (java) S 24748 24735 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24754] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24754/stat : 24754 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24755] ppid=24748 vsize=868528 CPUtime=0.3
/proc/24749/task/24755/stat : 24755 (java) S 24748 24735 22432 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24749/tid=24756] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24756/stat : 24756 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24757] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24757/stat : 24757 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 839.02
Current children cumulated vsize (KiB) 887484

[startup+851.102 s]
/proc/loadavg: 2.12 2.15 2.15 3/83 24826
/proc/meminfo: memFree=15208/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=3.62
/proc/24735/stat : 24735 (sugar) S 24733 24735 22432 0 -1 4194304 974 31957 0 1 3 1 339 19 16 0 1 0 708000271 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24735/statm: 3400 797 370 3 0 500 0
[pid=24748] ppid=24735 vsize=5356 CPUtime=0
/proc/24748/stat : 24748 (sh) S 24735 24735 22432 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 708000658 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24748/statm: 1339 233 193 169 0 50 0
[pid=24749] ppid=24748 vsize=868528 CPUtime=838.57
/proc/24749/stat : 24749 (java) S 24748 24735 22432 0 -1 0 113915 0 1 0 82544 1313 0 0 18 0 9 0 708000659 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24749/statm: 217132 84228 2566 9 0 211679 0
[pid=24749/tid=24750] ppid=24748 vsize=868528 CPUtime=821.73
/proc/24749/task/24750/stat : 24750 (java) R 24748 24735 22432 0 -1 64 10840 0 1 0 80936 1237 0 0 25 0 9 0 708000660 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4127094424 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24751] ppid=24748 vsize=868528 CPUtime=16.51
/proc/24749/task/24751/stat : 24751 (java) S 24748 24735 22432 0 -1 64 100835 0 0 0 1578 73 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24752] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24752/stat : 24752 (java) S 24748 24735 22432 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24753] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24753/stat : 24753 (java) S 24748 24735 22432 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 708000661 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24754] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24754/stat : 24754 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24755] ppid=24748 vsize=868528 CPUtime=0.3
/proc/24749/task/24755/stat : 24755 (java) S 24748 24735 22432 0 -1 64 1543 0 0 0 29 1 0 0 16 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24749/tid=24756] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24756/stat : 24756 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24749/tid=24757] ppid=24748 vsize=868528 CPUtime=0
/proc/24749/task/24757/stat : 24757 (java) S 24748 24735 22432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 708000663 889372672 84228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 842.19
Current children cumulated vsize (KiB) 887484

[startup+851.951 s]
/proc/loadavg: 2.12 2.15 2.15 3/73 24826
/proc/meminfo: memFree=572920/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=842.99
/proc/24735/stat : 24735 (sugar) D 24733 24735 22432 0 -1 4194304 996 146170 0 2 3 74 82884 1338 22 0 1 0 708000271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24735/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 842.99
Current children cumulated vsize (KiB) 13600

[startup+852.701 s]
/proc/loadavg: 2.12 2.15 2.15 2/73 24826
/proc/meminfo: memFree=1840120/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=843.02
/proc/24735/stat : 24735 (sugar) D 24733 24735 22432 0 -1 4194304 996 146170 0 2 3 77 82884 1338 18 0 1 0 708000271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24735/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 843.02
Current children cumulated vsize (KiB) 13600

[startup+853.101 s]
/proc/loadavg: 2.12 2.15 2.15 2/73 24826
/proc/meminfo: memFree=1840120/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=843.03
/proc/24735/stat : 24735 (sugar) D 24733 24735 22432 0 -1 4194304 996 146170 0 2 3 78 82884 1338 18 0 1 0 708000271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24735/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 843.03
Current children cumulated vsize (KiB) 13600

[startup+853.201 s]
/proc/loadavg: 2.12 2.15 2.15 2/73 24826
/proc/meminfo: memFree=1840120/2055920 swapFree=4156368/4192956
[pid=24735] ppid=24733 vsize=13600 CPUtime=843.03
/proc/24735/stat : 24735 (sugar) D 24733 24735 22432 0 -1 4194304 996 146170 0 2 3 78 82884 1338 18 0 1 0 708000271 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226238370857 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/24735/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 843.03
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 853.225
CPU time (s): 843.061
CPU user time (s): 828.886
CPU system time (s): 14.1748
CPU usage (%): 98.8088
Max. virtual memory (cumulated for all children) (KiB): 901624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 828.886
system time used= 14.1748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147196
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= 47828
involuntary context switches= 55834

runsolver used 1.06084 second user time and 2.86356 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 08:45:39
IDJOB=1086632
IDBENCH=57847
IDSOLVER=345
FILE ID=node58/1086632-1215240338
PBS_JOBID= 7881888
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086632-1215240338/watcher-1086632-1215240338 -o /tmp/evaluation-result-1086632-1215240338/solver-1086632-1215240338 -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/picosat" -tmp="HOME/temp" HOME/instance-1086632-1215240338.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34ca3ffc23008dabfd0338886eeccec5
RANDOM SEED=884587306

node58.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.261
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.261
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:       1779080 kB
Buffers:          3864 kB
Cached:          56548 kB
SwapCached:      30368 kB
Active:         200444 kB
Inactive:        15040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779080 kB
SwapTotal:     4192956 kB
SwapFree:      4156368 kB
Dirty:           10168 kB
Writeback:           0 kB
Mapped:         161964 kB
Slab:            46336 kB
Committed_AS:  1311236 kB
PageTables:       2076 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= 66544 MiB
End job on node58 at 2008-07-05 08:59:52