Trace number 1087221

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? 503.614 510.368

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-9.xml
MD5SUM82e6ad1aef50625fbf6be40e28789b38
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 benchmark415.716
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
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 09:31:46 2008
0.00/0.14	c 0	PID 13833
0.00/0.14	c 0	HOST node62.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1087221-1215243106.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087221-1215243106.xml' 'HOME/temp.csp'
2.25/2.44	c 3	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.25/2.49	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.49	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.32/2.57	c 3	Parsing HOME/temp.csp
2.32/2.96	c 3	parsed 10000 expressions
3.10/3.31	c 4	parsed 20000 expressions
3.39/3.64	c 4	parsed 30000 expressions
3.70/3.91	c 4	parsed 40000 expressions
3.70/4.00	c 4	parsed 43305 expressions
3.79/4.00	c 4	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.79/4.00	c 4	Converting to clausal form CSP
6.66/6.92	c 7	converted 4331 (10%) expressions
12.50/12.84	c 13	converted 8661 (20%) expressions
18.15/18.54	c 19	converted 12992 (30%) expressions
23.39/23.87	c 24	converted 17322 (40%) expressions
29.33/29.80	c 30	converted 21653 (50%) expressions
34.48/35.02	c 35	converted 25983 (60%) expressions
39.43/40.00	c 40	converted 30314 (70%) expressions
45.07/45.77	c 46	converted 34644 (80%) expressions
49.62/50.31	c 51	converted 38975 (90%) expressions
53.58/54.39	c 55	converted 43305 (100%) expressions
53.58/54.40	c 55	CSP : 12565 integers, 119179 booleans, 271358 clauses, largest domain size 2741
53.58/54.40	c 55	Heap : 209 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.58/54.40	c 55	Propagation in CSP
60.22/61.07	c 61	12110 values, 0 unsatisfiable literals, and 0 valid clauses are removed
60.22/61.08	c 61	CSP : 12565 integers, 119179 booleans, 271358 clauses, largest domain size 2741
60.22/61.08	c 61	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.32/61.16	c 62	Simplifing CSP by introducing new Boolean variables
60.91/61.71	c 62	CSP : 12565 integers, 218519 booleans, 370698 clauses, largest domain size 2741
60.91/61.71	c 62	Heap : 257 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.39/63.25	c 64	Encoding CSP to SAT : HOME/temp.cnf
71.21/72.11	c 72	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
79.83/80.80	c 81	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
83.56/84.61	c 85	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
87.20/88.36	c 89	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
91.13/92.33	c 93	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
95.13/96.57	c 97	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
99.20/100.72	c 101	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
103.18/104.89	c 105	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
107.26/109.05	c 109	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
111.13/113.09	c 113	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
267.40/270.79	c 271	37070 (10%) CSP clauses are encoded (49521487 clauses, 1113056628 bytes)
397.84/402.25	c 403	74140 (20%) CSP clauses are encoded (72130773 clauses, 1685685974 bytes)
502.59/507.86	c 508	ERROR Exception Too large HOME/temp.cnf
502.59/507.86	c 508	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
502.59/507.86	c 508	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
502.59/507.86	c 508	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
502.59/507.86	s UNKNOWN
502.70/508.24	c 509	CPU 489.59 (0.03 0.01 489.56 13.11)
502.70/508.24	c 509	END Sat Jul  5 09:40:15 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-1087221-1215243106/watcher-1087221-1215243106 -o /tmp/evaluation-result-1087221-1215243106/solver-1087221-1215243106 -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-1087221-1215243106.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.02 2.00 2.00 4/72 13833
/proc/meminfo: memFree=1925312/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=18572 CPUtime=0
/proc/13833/stat : 13833 (runsolver) R 13831 13833 12862 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003282382 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13833/statm: 4643 292 257 25 0 2626 0

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

[startup+0.101069 s]
/proc/loadavg: 2.02 2.00 2.00 4/72 13833
/proc/meminfo: memFree=1925312/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=12412 CPUtime=0
/proc/13833/stat : 13833 (sugar) R 13831 13833 12862 0 -1 4194304 435 0 0 0 0 0 0 0 18 0 1 0 2003282382 12709888 403 996147200 4194304 4206940 548682068608 18446744073709551615 236455449831 0 0 4224 0 0 0 0 17 1 0 0
/proc/13833/statm: 3103 403 282 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301114 s]
/proc/loadavg: 2.02 2.00 2.00 4/72 13833
/proc/meminfo: memFree=1925312/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=0.03
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003282382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701193 s]
/proc/loadavg: 2.02 2.00 2.00 4/72 13833
/proc/meminfo: memFree=1925312/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=0.03
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003282382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 2.10 2.02 2.01 4/83 13845
/proc/meminfo: memFree=1890536/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=0.03
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003282382 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 796 370 3 0 500 0
[pid=13836] ppid=13833 vsize=5356 CPUtime=0
/proc/13836/stat : 13836 (sh) S 13833 13833 12862 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2003282396 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13836/statm: 1339 233 193 169 0 50 0
[pid=13837] ppid=13836 vsize=866684 CPUtime=1.33
/proc/13837/stat : 13837 (java) S 13836 13833 12862 0 -1 0 17986 0 1 0 124 9 0 0 18 0 9 0 2003282397 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13837/statm: 216671 15569 2529 9 0 211253 0
[pid=13837/tid=13838] ppid=13836 vsize=866684 CPUtime=0.64
/proc/13837/task/13838/stat : 13838 (java) R 13836 13833 12862 0 -1 64 3005 0 1 0 61 3 0 0 25 0 9 0 2003282397 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13837/tid=13839] ppid=13836 vsize=866684 CPUtime=0.56
/proc/13837/task/13839/stat : 13839 (java) R 13836 13833 12862 0 -1 64 13777 0 0 0 51 5 0 0 16 0 9 0 2003282399 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 102721920 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13837/tid=13840] ppid=13836 vsize=866684 CPUtime=0
/proc/13837/task/13840/stat : 13840 (java) S 13836 13833 12862 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2003282399 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13837/tid=13841] ppid=13836 vsize=866684 CPUtime=0
/proc/13837/task/13841/stat : 13841 (java) S 13836 13833 12862 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2003282399 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13837/tid=13842] ppid=13836 vsize=866684 CPUtime=0
/proc/13837/task/13842/stat : 13842 (java) S 13836 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282401 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13837/tid=13843] ppid=13836 vsize=866684 CPUtime=0.11
/proc/13837/task/13843/stat : 13843 (java) S 13836 13833 12862 0 -1 64 503 0 0 0 11 0 0 0 16 0 9 0 2003282401 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13837/tid=13844] ppid=13836 vsize=866684 CPUtime=0
/proc/13837/task/13844/stat : 13844 (java) S 13836 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282401 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13837/tid=13845] ppid=13836 vsize=866684 CPUtime=0
/proc/13837/task/13845/stat : 13845 (java) S 13836 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003282401 887484416 15569 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 885640

[startup+3.10166 s]
/proc/loadavg: 2.10 2.02 2.01 4/83 13845
/proc/meminfo: memFree=1859688/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 973 21983 0 1 3 1 215 13 15 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 13600

[startup+6.30229 s]
/proc/loadavg: 2.10 2.02 2.01 3/83 13855
/proc/meminfo: memFree=1886760/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 15 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=868412 CPUtime=3.75
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 13155 0 1 0 366 9 0 0 18 0 9 0 2003282632 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13847/statm: 217103 11682 2541 9 0 211678 0
[pid=13847/tid=13848] ppid=13846 vsize=868412 CPUtime=2.78
/proc/13847/task/13848/stat : 13848 (java) R 13846 13833 12862 0 -1 64 3106 0 1 0 276 2 0 0 25 0 9 0 2003282633 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4126568752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13849] ppid=13846 vsize=868412 CPUtime=0.72
/proc/13847/task/13849/stat : 13849 (java) S 13846 13833 12862 0 -1 64 7868 0 0 0 68 4 0 0 16 0 9 0 2003282634 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13850] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13850/stat : 13850 (java) S 13846 13833 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003282634 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13851] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13851/stat : 13851 (java) S 13846 13833 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003282634 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13852] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13852/stat : 13852 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282636 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13853] ppid=13846 vsize=868412 CPUtime=0.22
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1485 0 0 0 21 1 0 0 15 0 9 0 2003282636 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13854] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 889253888 11682 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 887368

[startup+12.7025 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 13855
/proc/meminfo: memFree=1862632/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 16 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=868412 CPUtime=10.09
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 23263 0 1 0 994 15 0 0 18 0 9 0 2003282632 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13847/statm: 217103 17730 2541 9 0 211678 0
[pid=13847/tid=13848] ppid=13846 vsize=868412 CPUtime=8.28
/proc/13847/task/13848/stat : 13848 (java) R 13846 13833 12862 0 -1 64 3546 0 1 0 825 3 0 0 25 0 9 0 2003282633 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4126567464 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13849] ppid=13846 vsize=868412 CPUtime=1.54
/proc/13847/task/13849/stat : 13849 (java) S 13846 13833 12862 0 -1 64 17527 0 0 0 145 9 0 0 16 0 9 0 2003282634 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13850] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13850/stat : 13850 (java) S 13846 13833 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003282634 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13851] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13851/stat : 13851 (java) S 13846 13833 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003282634 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13852] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13852/stat : 13852 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282636 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13853] ppid=13846 vsize=868412 CPUtime=0.23
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1494 0 0 0 22 1 0 0 16 0 9 0 2003282636 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13854] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=868412 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 889253888 17730 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 887368

[startup+25.501 s]
/proc/loadavg: 2.07 2.01 2.00 4/83 13855
/proc/meminfo: memFree=1810920/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 16 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=878660 CPUtime=22.75
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 43681 0 1 0 2249 26 0 0 18 0 9 0 2003282632 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13847/statm: 219665 32468 2541 9 0 214240 0
[pid=13847/tid=13848] ppid=13846 vsize=878660 CPUtime=19.18
/proc/13847/task/13848/stat : 13848 (java) R 13846 13833 12862 0 -1 64 4194 0 1 0 1914 4 0 0 25 0 9 0 2003282633 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13849] ppid=13846 vsize=878660 CPUtime=3.31
/proc/13847/task/13849/stat : 13849 (java) R 13846 13833 12862 0 -1 64 37295 0 0 0 312 19 0 0 16 0 9 0 2003282634 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 102731776 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13850] ppid=13846 vsize=878660 CPUtime=0
/proc/13847/task/13850/stat : 13850 (java) S 13846 13833 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003282634 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13851] ppid=13846 vsize=878660 CPUtime=0
/proc/13847/task/13851/stat : 13851 (java) S 13846 13833 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003282634 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13852] ppid=13846 vsize=878660 CPUtime=0
/proc/13847/task/13852/stat : 13852 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282636 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13853] ppid=13846 vsize=878660 CPUtime=0.24
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1496 0 0 0 23 1 0 0 16 0 9 0 2003282636 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13854] ppid=13846 vsize=878660 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=878660 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 899747840 32468 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 897616

[startup+51.101 s]
/proc/loadavg: 2.17 2.04 2.01 3/83 13855
/proc/meminfo: memFree=1713576/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 16 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=868412 CPUtime=48.09
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 73177 0 1 0 4767 42 0 0 18 0 9 0 2003282632 889253888 54690 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=13847/tid=13853] ppid=13846 vsize=868524 CPUtime=0.34
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1543 0 0 0 33 1 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13854] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397.93
Current children cumulated vsize (KiB) 887480

[startup+462.301 s]
/proc/loadavg: 2.32 2.12 2.03 3/92 13925
/proc/meminfo: memFree=16280/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 16 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=868524 CPUtime=455.15
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 90954 0 1 0 44339 1176 0 0 18 0 9 0 2003282632 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13847/statm: 217131 69466 2566 9 0 211678 0
[pid=13847/tid=13848] ppid=13846 vsize=868524 CPUtime=443.76
/proc/13847/task/13848/stat : 13848 (java) R 13846 13833 12862 0 -1 64 8746 0 1 0 43257 1119 0 0 25 0 9 0 2003282633 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4127031559 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13849] ppid=13846 vsize=868524 CPUtime=11.01
/proc/13847/task/13849/stat : 13849 (java) S 13846 13833 12862 0 -1 64 79969 0 0 0 1047 54 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13850] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13850/stat : 13850 (java) S 13846 13833 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13851] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13851/stat : 13851 (java) S 13846 13833 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13852] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13852/stat : 13852 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13853] ppid=13846 vsize=868524 CPUtime=0.34
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1543 0 0 0 33 1 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13854] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 457.47
Current children cumulated vsize (KiB) 887480

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

[startup+486.302 s]
/proc/loadavg: 2.28 2.13 2.03 3/92 13925
/proc/meminfo: memFree=15960/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 16 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=868524 CPUtime=478.95
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 91063 0 1 0 46655 1240 0 0 18 0 9 0 2003282632 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13847/statm: 217131 69466 2566 9 0 211678 0
[pid=13847/tid=13848] ppid=13846 vsize=868524 CPUtime=467.46
/proc/13847/task/13848/stat : 13848 (java) R 13846 13833 12862 0 -1 64 8855 0 1 0 45564 1182 0 0 25 0 9 0 2003282633 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13849] ppid=13846 vsize=868524 CPUtime=11.12
/proc/13847/task/13849/stat : 13849 (java) S 13846 13833 12862 0 -1 64 79969 0 0 0 1057 55 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13850] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13850/stat : 13850 (java) S 13846 13833 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13851] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13851/stat : 13851 (java) S 13846 13833 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13852] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13852/stat : 13852 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13853] ppid=13846 vsize=868524 CPUtime=0.34
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1543 0 0 0 33 1 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13854] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 481.27
Current children cumulated vsize (KiB) 887480

[startup+499.103 s]
/proc/loadavg: 2.24 2.12 2.03 3/92 13925
/proc/meminfo: memFree=15960/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 16 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=868524 CPUtime=491.66
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 91117 0 1 0 47896 1270 0 0 18 0 9 0 2003282632 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13847/statm: 217131 69466 2566 9 0 211678 0
[pid=13847/tid=13848] ppid=13846 vsize=868524 CPUtime=480.11
/proc/13847/task/13848/stat : 13848 (java) R 13846 13833 12862 0 -1 64 8909 0 1 0 46800 1211 0 0 25 0 9 0 2003282633 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13849] ppid=13846 vsize=868524 CPUtime=11.18
/proc/13847/task/13849/stat : 13849 (java) S 13846 13833 12862 0 -1 64 79969 0 0 0 1062 56 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13850] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13850/stat : 13850 (java) S 13846 13833 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13851] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13851/stat : 13851 (java) S 13846 13833 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13852] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13852/stat : 13852 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13853] ppid=13846 vsize=868524 CPUtime=0.34
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1543 0 0 0 33 1 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13854] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 493.98
Current children cumulated vsize (KiB) 887480

[startup+505.503 s]
/proc/loadavg: 2.22 2.12 2.03 3/92 13925
/proc/meminfo: memFree=15704/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=2.32
/proc/13833/stat : 13833 (sugar) S 13831 13833 12862 0 -1 4194304 974 21983 0 1 3 1 215 13 16 0 1 0 2003282382 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13833/statm: 3400 797 370 3 0 500 0
[pid=13846] ppid=13833 vsize=5356 CPUtime=0
/proc/13846/stat : 13846 (sh) S 13833 13833 12862 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003282632 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13846/statm: 1339 233 193 169 0 50 0
[pid=13847] ppid=13846 vsize=868524 CPUtime=498.01
/proc/13847/stat : 13847 (java) S 13846 13833 12862 0 -1 0 91145 0 1 0 48515 1286 0 0 18 0 9 0 2003282632 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13847/statm: 217131 69466 2566 9 0 211678 0
[pid=13847/tid=13848] ppid=13846 vsize=868524 CPUtime=486.44
/proc/13847/task/13848/stat : 13848 (java) R 13846 13833 12862 0 -1 64 8937 0 1 0 47416 1228 0 0 25 0 9 0 2003282633 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4126638739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13849] ppid=13846 vsize=868524 CPUtime=11.21
/proc/13847/task/13849/stat : 13849 (java) S 13846 13833 12862 0 -1 64 79969 0 0 0 1065 56 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13850] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13850/stat : 13850 (java) S 13846 13833 12862 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13851] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13851/stat : 13851 (java) S 13846 13833 12862 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003282634 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13852] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13852/stat : 13852 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13853] ppid=13846 vsize=868524 CPUtime=0.34
/proc/13847/task/13853/stat : 13853 (java) S 13846 13833 12862 0 -1 64 1543 0 0 0 33 1 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13847/tid=13854] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13854/stat : 13854 (java) S 13846 13833 12862 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13847/tid=13855] ppid=13846 vsize=868524 CPUtime=0
/proc/13847/task/13855/stat : 13855 (java) S 13846 13833 12862 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003282636 889368576 69466 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 500.33
Current children cumulated vsize (KiB) 887480

[startup+508.702 s]
/proc/loadavg: 2.20 2.12 2.03 2/85 13925
/proc/meminfo: memFree=284056/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=502.93
/proc/13833/stat : 13833 (sugar) R 13831 13833 12862 0 -1 4194304 996 113438 0 2 3 23 48956 1311 18 0 1 0 2003282382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 502.93
Current children cumulated vsize (KiB) 13600

[startup+509.502 s]
/proc/loadavg: 2.20 2.12 2.03 3/82 13925
/proc/meminfo: memFree=1838888/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=503.55
/proc/13833/stat : 13833 (sugar) D 13831 13833 12862 0 -1 4194304 996 113438 0 2 3 85 48956 1311 18 0 1 0 2003282382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 503.55
Current children cumulated vsize (KiB) 13600

[startup+509.902 s]
/proc/loadavg: 2.20 2.12 2.03 3/82 13925
/proc/meminfo: memFree=1838888/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=503.57
/proc/13833/stat : 13833 (sugar) D 13831 13833 12862 0 -1 4194304 996 113438 0 2 3 87 48956 1311 18 0 1 0 2003282382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 503.57
Current children cumulated vsize (KiB) 13600

[startup+510.302 s]
/proc/loadavg: 2.20 2.12 2.03 2/82 13925
/proc/meminfo: memFree=1876008/2055920 swapFree=4179416/4192956
[pid=13833] ppid=13831 vsize=13600 CPUtime=503.59
/proc/13833/stat : 13833 (sugar) D 13831 13833 12862 0 -1 4194304 996 113438 0 2 3 89 48956 1311 18 0 1 0 2003282382 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/13833/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 503.59
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 510.368
CPU time (s): 503.614
CPU user time (s): 489.601
CPU system time (s): 14.0139
CPU usage (%): 98.6767
Max. virtual memory (cumulated for all children) (KiB): 897616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.601
system time used= 14.0139
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114464
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= 34631
involuntary context switches= 33924

runsolver used 0.666898 second user time and 1.74973 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-05 09:31:46
IDJOB=1087221
IDBENCH=57949
IDSOLVER=346
FILE ID=node62/1087221-1215243106
PBS_JOBID= 7881942
Free space on /tmp= 65252 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp14/normalized-fapp14-2500-9.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-1087221-1215243106/watcher-1087221-1215243106 -o /tmp/evaluation-result-1087221-1215243106/solver-1087221-1215243106 -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-1087221-1215243106.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 82e6ad1aef50625fbf6be40e28789b38
RANDOM SEED=1158384609

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:       1925792 kB
Buffers:          4932 kB
Cached:          52836 kB
SwapCached:       6492 kB
Active:          55384 kB
Inactive:        19452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1925792 kB
SwapTotal:     4192956 kB
SwapFree:      4179416 kB
Dirty:            7188 kB
Writeback:           0 kB
Mapped:          24788 kB
Slab:            40444 kB
Committed_AS:  4072984 kB
PageTables:       1836 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= 65240 MiB
End job on node62 at 2008-07-05 09:40:17