Trace number 1086633

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? 910.013 923.451

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.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul  5 08:45:39 2008
0.00/0.14	c 0	PID 13670
0.00/0.15	c 0	HOST node62.alineos.net
0.00/0.15	c 0	CONVERTING HOME/instance-1086633-1215240339.xml TO HOME/temp.csp
0.00/0.15	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086633-1215240339.xml' 'HOME/temp.csp'
3.39/3.63	c 4	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.39/3.69	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.39/3.69	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.45/3.77	c 4	Parsing HOME/temp.csp
3.45/4.17	c 4	parsed 10000 expressions
4.24/4.52	c 5	parsed 20000 expressions
4.54/4.85	c 5	parsed 30000 expressions
4.84/5.10	c 5	parsed 40000 expressions
5.24/5.51	c 6	parsed 50000 expressions
5.44/5.77	c 6	parsed 60000 expressions
5.63/5.93	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
15.22/15.50	c 16	converted 6624 (10%) expressions
31.03/31.37	c 32	converted 13247 (20%) expressions
46.31/46.61	c 47	converted 19870 (30%) expressions
62.40/62.72	c 63	converted 26494 (40%) expressions
77.58/77.95	c 78	converted 33117 (50%) expressions
92.28/92.68	c 93	converted 39740 (60%) expressions
108.07/108.44	c 109	converted 46364 (70%) expressions
122.27/122.62	c 123	converted 52987 (80%) expressions
135.76/136.14	c 136	converted 59610 (90%) expressions
148.25/148.65	c 149	converted 66233 (100%) expressions
148.25/148.66	c 149	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
148.25/148.66	c 149	Heap : 240 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
148.25/148.66	c 149	Propagation in CSP
168.05/168.40	c 169	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
168.05/168.41	c 169	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
168.05/168.41	c 169	Heap : 260 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
168.15/168.51	c 169	Simplifing CSP by introducing new Boolean variables
168.95/169.38	c 170	CSP : 17932 integers, 338990 booleans, 574019 clauses, largest domain size 2997
168.95/169.38	c 170	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
171.04/171.47	c 172	Encoding CSP to SAT : HOME/temp.cnf
207.61/208.01	c 208	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
234.27/234.78	c 235	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
240.53/241.02	c 241	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
247.13/247.86	c 248	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
254.23/255.38	c 256	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
261.42/262.71	c 263	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
268.39/269.96	c 270	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
275.48/277.27	c 278	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
282.43/284.55	c 285	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
289.20/291.61	c 292	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
881.46/891.72	c 892	57402 (10%) CSP clauses are encoded (90179751 clauses, 2080034352 bytes)
909.08/919.71	c 920	ERROR Exception Too large HOME/temp.cnf
909.08/919.71	c 920	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
909.08/919.71	c 920	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
909.08/919.71	c 920	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
909.08/919.71	s UNKNOWN
909.14/920.04	c 920	CPU 894.44 (0.04 0.01 894.4 14.7)
909.14/920.04	c 920	END Sat Jul  5 09:00:59 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-1086633-1215240339/watcher-1086633-1215240339 -o /tmp/evaluation-result-1086633-1215240339/solver-1086633-1215240339 -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-1086633-1215240339.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/72 13670
/proc/meminfo: memFree=1829048/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=18572 CPUtime=0
/proc/13670/stat : 13670 (runsolver) D 13668 13670 12862 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2003005671 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13670/statm: 4643 292 257 25 0 2626 0

[startup+0.046126 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 13670
/proc/meminfo: memFree=1829048/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=12268 CPUtime=0
/proc/13670/stat : 13670 (sugar) D 13668 13670 12862 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2003005671 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/13670/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101135 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 13670
/proc/meminfo: memFree=1829048/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=12412 CPUtime=0
/proc/13670/stat : 13670 (sugar) D 13668 13670 12862 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 2003005671 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13670/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.30118 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 13670
/proc/meminfo: memFree=1829048/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=0.04
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003005671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701272 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 13670
/proc/meminfo: memFree=1829048/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=0.04
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003005671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 13682
/proc/meminfo: memFree=1799136/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=0.04
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003005671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 796 370 3 0 500 0
[pid=13673] ppid=13670 vsize=5356 CPUtime=0
/proc/13673/stat : 13673 (sh) S 13670 13670 12862 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003005687 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13673/statm: 1339 233 193 169 0 50 0
[pid=13674] ppid=13673 vsize=865648 CPUtime=1.26
/proc/13674/stat : 13674 (java) S 13673 13670 12862 0 -1 0 16272 0 1 0 117 9 0 0 18 0 9 0 2003005687 886423552 14325 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13674/statm: 216412 14326 2529 9 0 210994 0
[pid=13674/tid=13675] ppid=13673 vsize=865648 CPUtime=0.63
/proc/13674/task/13675/stat : 13675 (java) R 13673 13670 12862 0 -1 64 2990 0 1 0 61 2 0 0 23 0 9 0 2003005688 886423552 14327 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13676] ppid=13673 vsize=865648 CPUtime=0.5
/proc/13674/task/13676/stat : 13676 (java) R 13673 13670 12862 0 -1 64 12102 0 0 0 45 5 0 0 16 0 9 0 2003005696 886423552 14329 996147200 134512640 134550740 4294956000 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13677] ppid=13673 vsize=865648 CPUtime=0
/proc/13674/task/13677/stat : 13677 (java) S 13673 13670 12862 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003005696 886423552 14330 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13678] ppid=13673 vsize=865648 CPUtime=0
/proc/13674/task/13678/stat : 13678 (java) S 13673 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2003005696 886423552 14332 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13679] ppid=13673 vsize=865520 CPUtime=0
/proc/13674/task/13679/stat : 13679 (java) S 13673 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003005698 886292480 14332 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13674/tid=13680] ppid=13673 vsize=865648 CPUtime=0.09
/proc/13674/task/13680/stat : 13680 (java) S 13673 13670 12862 0 -1 64 485 0 0 0 9 0 0 0 16 0 9 0 2003005698 886423552 14334 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13681] ppid=13673 vsize=865648 CPUtime=0
/proc/13674/task/13681/stat : 13681 (java) S 13673 13670 12862 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003005698 886423552 14335 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13674/tid=13682] ppid=13673 vsize=865648 CPUtime=0
/proc/13674/task/13682/stat : 13682 (java) S 13673 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003005698 886423552 14337 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 884604

[startup+3.10173 s]
/proc/loadavg: 2.04 2.03 2.00 4/83 13682
/proc/meminfo: memFree=1754208/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=0.04
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003005671 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 796 370 3 0 500 0
[pid=13673] ppid=13670 vsize=5356 CPUtime=0
/proc/13673/stat : 13673 (sh) S 13670 13670 12862 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003005687 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13673/statm: 1339 233 193 169 0 50 0
[pid=13674] ppid=13673 vsize=865668 CPUtime=2.85
/proc/13674/stat : 13674 (java) S 13673 13670 12862 0 -1 0 30043 0 1 0 268 17 0 0 18 0 9 0 2003005687 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13674/statm: 216417 25145 2529 9 0 210999 0
[pid=13674/tid=13675] ppid=13673 vsize=865668 CPUtime=1.35
/proc/13674/task/13675/stat : 13675 (java) R 13673 13670 12862 0 -1 64 3902 0 1 0 132 3 0 0 25 0 9 0 2003005688 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13676] ppid=13673 vsize=865668 CPUtime=1.33
/proc/13674/task/13676/stat : 13676 (java) R 13673 13670 12862 0 -1 64 24922 0 0 0 120 13 0 0 16 0 9 0 2003005696 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 102723262 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13677] ppid=13673 vsize=865668 CPUtime=0
/proc/13674/task/13677/stat : 13677 (java) S 13673 13670 12862 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003005696 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13678] ppid=13673 vsize=865668 CPUtime=0
/proc/13674/task/13678/stat : 13678 (java) S 13673 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003005696 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13679] ppid=13673 vsize=865668 CPUtime=0
/proc/13674/task/13679/stat : 13679 (java) S 13673 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003005698 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13674/tid=13680] ppid=13673 vsize=865668 CPUtime=0.14
/proc/13674/task/13680/stat : 13680 (java) S 13673 13670 12862 0 -1 64 519 0 0 0 14 0 0 0 16 0 9 0 2003005698 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13674/tid=13681] ppid=13673 vsize=865668 CPUtime=0
/proc/13674/task/13681/stat : 13681 (java) S 13673 13670 12862 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003005698 886444032 25145 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13674/tid=13682] ppid=13673 vsize=865668 CPUtime=0
/proc/13674/task/13682/stat : 13682 (java) S 13673 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003005698 886444032 25145 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) 884624

[startup+6.30236 s]
/proc/loadavg: 2.12 2.05 2.01 4/83 13692
/proc/meminfo: memFree=1795488/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=3.45
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 974 31955 0 1 3 1 319 22 15 0 1 0 2003005671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13670/statm: 3400 797 370 3 0 500 0
[pid=13683] ppid=13670 vsize=5356 CPUtime=0
/proc/13683/stat : 13683 (sh) S 13670 13670 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003006041 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13683/statm: 1339 233 193 169 0 50 0
[pid=13684] ppid=13683 vsize=867384 CPUtime=2.58
/proc/13684/stat : 13684 (java) S 13683 13670 12862 0 -1 0 13956 0 1 0 246 12 0 0 18 0 9 0 2003006041 888201216 12528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13684/statm: 216846 12528 2543 9 0 211421 0
[pid=13684/tid=13685] ppid=13683 vsize=867384 CPUtime=1.64
/proc/13684/task/13685/stat : 13685 (java) R 13683 13670 12862 0 -1 64 3063 0 1 0 161 3 0 0 25 0 9 0 2003006042 888201216 12529 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13686] ppid=13683 vsize=867384 CPUtime=0.76
/proc/13684/task/13686/stat : 13686 (java) S 13683 13670 12862 0 -1 64 9050 0 0 0 69 7 0 0 16 0 9 0 2003006043 888201216 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13687] ppid=13683 vsize=867384 CPUtime=0
/proc/13684/task/13687/stat : 13687 (java) S 13683 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003006043 888201216 12530 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13688] ppid=13683 vsize=867384 CPUtime=0
/proc/13684/task/13688/stat : 13688 (java) S 13683 13670 12862 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003006043 888201216 12531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13689] ppid=13683 vsize=867384 CPUtime=0
/proc/13684/task/13689/stat : 13689 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003006045 888201216 12531 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13690] ppid=13683 vsize=867544 CPUtime=0.15
/proc/13684/task/13690/stat : 13690 (java) R 13683 13670 12862 0 -1 64 1151 0 0 0 15 0 0 0 16 0 9 0 2003006045 888365056 12532 996147200 134512640 134550740 4294955952 18446744073709551615 8541765 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13691] ppid=13683 vsize=867544 CPUtime=0
/proc/13684/task/13691/stat : 13691 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003006045 888365056 12533 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13692] ppid=13683 vsize=867544 CPUtime=0
/proc/13684/task/13692/stat : 13692 (java) S 13683 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003006045 888365056 12534 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) 886340

[startup+12.7026 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 13692
/proc/meminfo: memFree=1772200/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=3.45
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 974 31955 0 1 3 1 319 22 15 0 1 0 2003005671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13670/statm: 3400 797 370 3 0 500 0
[pid=13683] ppid=13670 vsize=5356 CPUtime=0
/proc/13683/stat : 13683 (sh) S 13670 13670 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003006041 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13683/statm: 1339 233 193 169 0 50 0
[pid=13684] ppid=13683 vsize=868420 CPUtime=8.98
/proc/13684/stat : 13684 (java) S 13683 13670 12862 0 -1 0 22456 0 1 0 877 21 0 0 18 0 9 0 2003006041 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13684/statm: 217105 15235 2541 9 0 211680 0
[pid=13684/tid=13685] ppid=13683 vsize=868420 CPUtime=7.28
/proc/13684/task/13685/stat : 13685 (java) R 13683 13670 12862 0 -1 64 3524 0 1 0 724 4 0 0 25 0 9 0 2003006042 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13686] ppid=13683 vsize=868420 CPUtime=1.44
/proc/13684/task/13686/stat : 13686 (java) R 13683 13670 12862 0 -1 64 16749 0 0 0 130 14 0 0 15 0 9 0 2003006043 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 102727271 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13687] ppid=13683 vsize=868420 CPUtime=0
/proc/13684/task/13687/stat : 13687 (java) S 13683 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003006043 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13688] ppid=13683 vsize=868420 CPUtime=0
/proc/13684/task/13688/stat : 13688 (java) S 13683 13670 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003006043 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13689] ppid=13683 vsize=868420 CPUtime=0
/proc/13684/task/13689/stat : 13689 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003006045 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13690] ppid=13683 vsize=868420 CPUtime=0.22
/proc/13684/task/13690/stat : 13690 (java) S 13683 13670 12862 0 -1 64 1487 0 0 0 21 1 0 0 15 0 9 0 2003006045 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13691] ppid=13683 vsize=868420 CPUtime=0
/proc/13684/task/13691/stat : 13691 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003006045 889262080 15235 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13692] ppid=13683 vsize=868420 CPUtime=0
/proc/13684/task/13692/stat : 13692 (java) S 13683 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003006045 889262080 15235 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) 887376

[startup+25.5021 s]
/proc/loadavg: 2.16 2.06 2.01 3/83 13692
/proc/meminfo: memFree=1754792/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=3.45
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 974 31955 0 1 3 1 319 22 16 0 1 0 2003005671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13670/statm: 3400 797 370 3 0 500 0
[pid=13683] ppid=13670 vsize=5356 CPUtime=0
/proc/13683/stat : 13683 (sh) S 13670 13670 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003006041 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13683/statm: 1339 233 193 169 0 50 0
[pid=13684] ppid=13683 vsize=881232 CPUtime=21.77
/proc/13684/stat : 13684 (java) S 13683 13670 12862 0 -1 0 31246 0 1 0 2146 31 0 0 18 0 9 0 2003006041 902381568 22662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13684/statm: 220308 22669 2541 9 0 214883 0
[pid=13684/tid=13685] ppid=13683 vsize=881232 CPUtime=19.09
/proc/13684/task/13685/stat : 13685 (java) R 13683 13670 12862 0 -1 64 3925 0 1 0 1903 6 0 0 25 0 9 0 2003006042 902381568 22676 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13686] ppid=13683 vsize=881232 CPUtime=2.42
/proc/13684/task/13686/stat : 13686 (java) R 13683 13670 12862 0 -1 64 25149 0 0 0 220 22 0 0 16 0 9 0 2003006043 902381568 22683 996147200 134512640 134550740 4294955952 18446744073709551615 102470036 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13687] ppid=13683 vsize=881232 CPUtime=0
/proc/13684/task/13687/stat : 13687 (java) S 13683 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003006043 902381568 22691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13688] ppid=13683 vsize=881232 CPUtime=0
/proc/13684/task/13688/stat : 13688 (java) S 13683 13670 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003006043 902381568 22697 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

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

[startup+895.902 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 13692
/proc/meminfo: memFree=15784/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=3.46
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 974 31955 0 1 4 1 319 22 16 0 1 0 2003005671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 797 370 3 0 500 0
[pid=13683] ppid=13670 vsize=5356 CPUtime=0
/proc/13683/stat : 13683 (sh) S 13670 13670 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003006041 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13683/statm: 1339 233 193 169 0 50 0
[pid=13684] ppid=13683 vsize=868532 CPUtime=882.14
/proc/13684/stat : 13684 (java) S 13683 13670 12862 0 -1 0 113543 0 1 0 86807 1407 0 0 18 0 9 0 2003006041 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13684/statm: 217133 84227 2566 9 0 211680 0
[pid=13684/tid=13685] ppid=13683 vsize=868532 CPUtime=862.95
/proc/13684/task/13685/stat : 13685 (java) R 13683 13670 12862 0 -1 64 10791 0 1 0 84983 1312 0 0 25 0 9 0 2003006042 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4127088288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13686] ppid=13683 vsize=868532 CPUtime=18.82
/proc/13684/task/13686/stat : 13686 (java) S 13683 13670 12862 0 -1 64 100512 0 0 0 1790 92 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13687] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13687/stat : 13687 (java) S 13683 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13688] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13688/stat : 13688 (java) S 13683 13670 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13689] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13689/stat : 13689 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13690] ppid=13683 vsize=868532 CPUtime=0.33
/proc/13684/task/13690/stat : 13690 (java) S 13683 13670 12862 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13691] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13691/stat : 13691 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13692] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13692/stat : 13692 (java) S 13683 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 885.6
Current children cumulated vsize (KiB) 887488

[startup+908.703 s]
/proc/loadavg: 2.00 2.05 2.01 3/83 13692
/proc/meminfo: memFree=15848/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=3.46
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 974 31955 0 1 4 1 319 22 16 0 1 0 2003005671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 797 370 3 0 500 0
[pid=13683] ppid=13670 vsize=5356 CPUtime=0
/proc/13683/stat : 13683 (sh) S 13670 13670 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003006041 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13683/statm: 1339 233 193 169 0 50 0
[pid=13684] ppid=13683 vsize=868532 CPUtime=894.77
/proc/13684/stat : 13684 (java) S 13683 13670 12862 0 -1 0 113568 0 1 0 88054 1423 0 0 18 0 9 0 2003006041 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13684/statm: 217133 84227 2566 9 0 211680 0
[pid=13684/tid=13685] ppid=13683 vsize=868532 CPUtime=875.55
/proc/13684/task/13685/stat : 13685 (java) R 13683 13670 12862 0 -1 64 10816 0 1 0 86227 1328 0 0 25 0 9 0 2003006042 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4127094816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13686] ppid=13683 vsize=868532 CPUtime=18.85
/proc/13684/task/13686/stat : 13686 (java) S 13683 13670 12862 0 -1 64 100512 0 0 0 1793 92 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13687] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13687/stat : 13687 (java) S 13683 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13688] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13688/stat : 13688 (java) S 13683 13670 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13689] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13689/stat : 13689 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13690] ppid=13683 vsize=868532 CPUtime=0.33
/proc/13684/task/13690/stat : 13690 (java) S 13683 13670 12862 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13691] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13691/stat : 13691 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13692] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13692/stat : 13692 (java) S 13683 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 898.23
Current children cumulated vsize (KiB) 887488

[startup+915.103 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 13692
/proc/meminfo: memFree=15336/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=3.46
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 974 31955 0 1 4 1 319 22 16 0 1 0 2003005671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 797 370 3 0 500 0
[pid=13683] ppid=13670 vsize=5356 CPUtime=0
/proc/13683/stat : 13683 (sh) S 13670 13670 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003006041 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13683/statm: 1339 233 193 169 0 50 0
[pid=13684] ppid=13683 vsize=868532 CPUtime=901.08
/proc/13684/stat : 13684 (java) S 13683 13670 12862 0 -1 0 113583 0 1 0 88674 1434 0 0 18 0 9 0 2003006041 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13684/statm: 217133 84227 2566 9 0 211680 0
[pid=13684/tid=13685] ppid=13683 vsize=868532 CPUtime=881.84
/proc/13684/task/13685/stat : 13685 (java) R 13683 13670 12862 0 -1 64 10831 0 1 0 86845 1339 0 0 25 0 9 0 2003006042 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4126641468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13686] ppid=13683 vsize=868532 CPUtime=18.87
/proc/13684/task/13686/stat : 13686 (java) S 13683 13670 12862 0 -1 64 100512 0 0 0 1795 92 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13687] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13687/stat : 13687 (java) S 13683 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13688] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13688/stat : 13688 (java) S 13683 13670 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13689] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13689/stat : 13689 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13690] ppid=13683 vsize=868532 CPUtime=0.33
/proc/13684/task/13690/stat : 13690 (java) S 13683 13670 12862 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13691] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13691/stat : 13691 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13692] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13692/stat : 13692 (java) S 13683 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 904.54
Current children cumulated vsize (KiB) 887488

[startup+918.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 13692
/proc/meminfo: memFree=15720/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=3.46
/proc/13670/stat : 13670 (sugar) S 13668 13670 12862 0 -1 4194304 974 31955 0 1 4 1 319 22 16 0 1 0 2003005671 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13670/statm: 3400 797 370 3 0 500 0
[pid=13683] ppid=13670 vsize=5356 CPUtime=0
/proc/13683/stat : 13683 (sh) S 13670 13670 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003006041 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13683/statm: 1339 233 193 169 0 50 0
[pid=13684] ppid=13683 vsize=868532 CPUtime=904.23
/proc/13684/stat : 13684 (java) S 13683 13670 12862 0 -1 0 113591 0 1 0 88984 1439 0 0 18 0 9 0 2003006041 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13684/statm: 217133 84227 2566 9 0 211680 0
[pid=13684/tid=13685] ppid=13683 vsize=868532 CPUtime=884.99
/proc/13684/task/13685/stat : 13685 (java) R 13683 13670 12862 0 -1 64 10839 0 1 0 87155 1344 0 0 25 0 9 0 2003006042 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4127102259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13686] ppid=13683 vsize=868532 CPUtime=18.88
/proc/13684/task/13686/stat : 13686 (java) S 13683 13670 12862 0 -1 64 100512 0 0 0 1796 92 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13687] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13687/stat : 13687 (java) S 13683 13670 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13688] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13688/stat : 13688 (java) S 13683 13670 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003006043 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13689] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13689/stat : 13689 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13690] ppid=13683 vsize=868532 CPUtime=0.33
/proc/13684/task/13690/stat : 13690 (java) S 13683 13670 12862 0 -1 64 1544 0 0 0 32 1 0 0 16 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13684/tid=13691] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13691/stat : 13691 (java) S 13683 13670 12862 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13684/tid=13692] ppid=13683 vsize=868532 CPUtime=0
/proc/13684/task/13692/stat : 13692 (java) S 13683 13670 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003006045 889376768 84227 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 907.69
Current children cumulated vsize (KiB) 887488

[startup+921.501 s]
/proc/loadavg: 2.00 2.04 2.00 3/73 13692
/proc/meminfo: memFree=1162168/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=909.97
/proc/13670/stat : 13670 (sugar) D 13668 13670 12862 0 -1 4194304 996 145846 0 2 4 83 89440 1470 18 0 1 0 2003005671 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 909.97
Current children cumulated vsize (KiB) 13600

[startup+922.301 s]
/proc/loadavg: 2.00 2.04 2.00 2/74 13693
/proc/meminfo: memFree=1853296/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=909.98
/proc/13670/stat : 13670 (sugar) D 13668 13670 12862 0 -1 4194304 996 145846 0 2 4 84 89440 1470 18 0 1 0 2003005671 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 909.98
Current children cumulated vsize (KiB) 13600

[startup+923.101 s]
/proc/loadavg: 2.24 2.09 2.02 2/75 13694
/proc/meminfo: memFree=1852200/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=909.99
/proc/13670/stat : 13670 (sugar) D 13668 13670 12862 0 -1 4194304 996 145846 0 2 4 85 89440 1470 18 0 1 0 2003005671 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 909.99
Current children cumulated vsize (KiB) 13600

[startup+923.301 s]
/proc/loadavg: 2.24 2.09 2.02 2/75 13694
/proc/meminfo: memFree=1852200/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=909.99
/proc/13670/stat : 13670 (sugar) D 13668 13670 12862 0 -1 4194304 996 145846 0 2 4 85 89440 1470 18 0 1 0 2003005671 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 909.99
Current children cumulated vsize (KiB) 13600

[startup+923.401 s]
/proc/loadavg: 2.24 2.09 2.02 2/75 13694
/proc/meminfo: memFree=1852200/2055920 swapFree=4179416/4192956
[pid=13670] ppid=13668 vsize=13600 CPUtime=909.99
/proc/13670/stat : 13670 (sugar) D 13668 13670 12862 0 -1 4194304 996 145846 0 2 4 85 89440 1470 18 0 1 0 2003005671 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13670/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 909.99
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 923.451
CPU time (s): 910.013
CPU user time (s): 894.45
CPU system time (s): 15.5626
CPU usage (%): 98.5447
Max. virtual memory (cumulated for all children) (KiB): 901628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 894.45
system time used= 15.5626
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146872
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= 49370
involuntary context switches= 52729

runsolver used 1.11783 second user time and 3.20551 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 08:45:39
IDJOB=1086633
IDBENCH=57847
IDSOLVER=346
FILE ID=node62/1086633-1215240339
PBS_JOBID= 7881942
Free space on /tmp= 65244 MiB

SOLVER NAME= Sugar v1.13+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086633-1215240339/watcher-1086633-1215240339 -o /tmp/evaluation-result-1086633-1215240339/solver-1086633-1215240339 -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-1086633-1215240339.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34ca3ffc23008dabfd0338886eeccec5
RANDOM SEED=1105115008

node62.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.259
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.259
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:       1829528 kB
Buffers:          3144 kB
Cached:          52064 kB
SwapCached:       6468 kB
Active:         160612 kB
Inactive:         9408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829528 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:           10192 kB
Writeback:           0 kB
Mapped:         122916 kB
Slab:            41368 kB
Committed_AS:  4234332 kB
PageTables:       2092 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65244 MiB
End job on node62 at 2008-07-05 09:01:03