Trace number 1112848

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (MO) 196.555 226.404

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-4.xml
MD5SUM5bbba61bcb8f32abe3947428d8a4279f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints17
Best CPU time to get the best result obtained on this benchmark3600.08
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Aug  7 20:29:06 2008
0.00/0.05	c 0	PID 13826
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112848-1218133745.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112848-1218133745.xml' 'HOME/temp.csp'
0.96/1.00	c 0	16 domains, 500 variables, 8 predicates, 0 relations, 6531 constraints
0.96/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.97/1.12	c 1	Parsing HOME/temp.csp
0.97/1.65	c 1	parsed 7055 expressions
0.97/1.65	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.75	c 1	MAX CSP: 6531 constraints
0.97/1.75	c 1	Converting to clausal form CSP
2.60/2.71	c 2	converted 1359 (10%) expressions
3.60/3.72	c 3	converted 2718 (20%) expressions
4.30/4.46	c 4	converted 4077 (30%) expressions
5.18/5.33	c 5	converted 5436 (40%) expressions
5.88/6.09	c 6	converted 6795 (50%) expressions
6.57/6.71	c 6	converted 8154 (60%) expressions
7.58/7.71	c 7	converted 9513 (70%) expressions
8.17/8.40	c 8	converted 10872 (80%) expressions
8.86/9.00	c 8	converted 12231 (90%) expressions
10.35/10.55	c 10	converted 13589 (100%) expressions
10.35/10.55	c 10	CSP : 14062 integers, 25498 booleans, 59638 clauses, largest domain size 9797
10.35/10.55	c 10	Heap : 61 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.35/10.55	c 10	Propagation in CSP
11.24/11.45	c 11	6525 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.24/11.46	c 11	CSP : 14062 integers, 25498 booleans, 59638 clauses, largest domain size 6532
11.24/11.46	c 11	Heap : 63 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.24/11.49	c 11	Simplifing CSP by introducing new Boolean variables
11.34/11.57	c 11	CSP : 14062 integers, 39018 booleans, 73158 clauses, largest domain size 6532
11.34/11.57	c 11	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.84/12.04	c 12	Encoding CSP to SAT : HOME/temp.cnf
14.40/14.67	c 14	1407 (10%) CSP integer variables are encoded (687143 clauses, 11460312 bytes)
14.81/15.04	c 15	2813 (20%) CSP integer variables are encoded (993744 clauses, 16672529 bytes)
14.90/15.17	c 15	4219 (30%) CSP integer variables are encoded (1088788 clauses, 18471632 bytes)
14.90/15.18	c 15	5625 (40%) CSP integer variables are encoded (1096829 clauses, 18624411 bytes)
14.90/15.18	c 15	7031 (50%) CSP integer variables are encoded (1099544 clauses, 18675996 bytes)
15.00/15.20	c 15	8438 (60%) CSP integer variables are encoded (1113604 clauses, 18943136 bytes)
15.00/15.22	c 15	9844 (70%) CSP integer variables are encoded (1126832 clauses, 19194468 bytes)
15.00/15.25	c 15	11250 (80%) CSP integer variables are encoded (1144492 clauses, 19530008 bytes)
15.11/15.33	c 15	12656 (90%) CSP integer variables are encoded (1210370 clauses, 20781690 bytes)
15.11/15.38	c 15	14062 (100%) CSP integer variables are encoded (1248103 clauses, 21498617 bytes)
35.67/36.13	c 36	7316 (10%) CSP clauses are encoded (5244904 clauses, 112097025 bytes)
46.23/46.88	c 46	14632 (20%) CSP clauses are encoded (7709295 clauses, 170925658 bytes)
53.50/54.25	c 54	21948 (30%) CSP clauses are encoded (9871012 clauses, 225354885 bytes)
58.75/59.59	c 59	29264 (40%) CSP clauses are encoded (11596259 clauses, 269894732 bytes)
64.23/65.12	c 65	36579 (50%) CSP clauses are encoded (13399757 clauses, 316611522 bytes)
69.06/70.08	c 70	43895 (60%) CSP clauses are encoded (15243735 clauses, 365007585 bytes)
73.65/74.80	c 74	51211 (70%) CSP clauses are encoded (16956757 clauses, 410228283 bytes)
78.61/79.89	c 79	58527 (80%) CSP clauses are encoded (18798442 clauses, 458344792 bytes)
86.89/88.23	c 88	65843 (90%) CSP clauses are encoded (22752116 clauses, 566058673 bytes)
184.03/188.73	c 188	73158 (100%) CSP clauses are encoded (72807142 clauses, 1940463905 bytes)
184.07/188.87	c 188	73158 CSP clauses encoded
184.07/188.87	c 188	Writing map file : HOME/temp.map
184.14/189.61	c 189	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
184.14/189.62	c 189	SAT : 1301183 SAT variables, 72807142 SAT clauses, 1940463905 bytes
184.14/189.62	c 189	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
184.18/190.28	c 190	OBJECTIVE minimize _COST
184.26/190.43	c 190	OBJECTIVE BOUND: 0 <= _COST <= 
184.26/190.43	c 190	SEARCHING: _COST <= 3266
184.26/190.43	c 190	SOLVING HOME/temp.cnf
184.26/190.43	c 190	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
184.26/192.11	c 192	This is MiniSat 2.0 beta
184.26/192.11	c 192	WARNING: for repeatability, setting FPU to use double precision
184.26/192.19	c 192	============================[ Problem Statistics ]=============================
184.26/192.19	c 192	|                                                                             |
184.26/192.27	c 192	|  Number of variables:  1301183                                              |
184.26/192.27	c 192	|  Number of clauses:    72807143                                             |
196.08/224.82	c ERROR INTERRUPTED
196.18/225.05	s UNKNOWN
196.18/225.05	c 225	CPU 171.28 (0.09 0.01 171.19 12.98)
196.18/225.05	c 225	END Thu Aug  7 20:32:51 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.98 2.34 1.34 4/82 13826
/proc/meminfo: memFree=1590392/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=18572 CPUtime=0
/proc/13826/stat : 13826 (runsolver) R 13824 13826 13365 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 140431697 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 209560595751 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13826/statm: 4643 292 257 25 0 2626 0

[startup+0.0876169 s]
/proc/loadavg: 2.98 2.34 1.34 4/82 13826
/proc/meminfo: memFree=1590392/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.03
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140431697 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101618 s]
/proc/loadavg: 2.98 2.34 1.34 4/82 13826
/proc/meminfo: memFree=1590392/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.03
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140431697 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301642 s]
/proc/loadavg: 2.98 2.34 1.34 4/82 13826
/proc/meminfo: memFree=1590392/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.03
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140431697 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701679 s]
/proc/loadavg: 2.98 2.34 1.34 4/82 13826
/proc/meminfo: memFree=1590392/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.03
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 140431697 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50189 s]
/proc/loadavg: 2.98 2.34 1.34 3/93 13838
/proc/meminfo: memFree=1567392/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 16 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13600

[startup+3.10289 s]
/proc/loadavg: 2.98 2.34 1.34 4/93 13848
/proc/meminfo: memFree=1561376/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 16 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
[pid=13839] ppid=13826 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13826 13826 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140431802 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 233 193 169 0 50 0
[pid=13840] ppid=13839 vsize=868412 CPUtime=2.03
/proc/13840/stat : 13840 (java) S 13839 13826 13365 0 -1 0 8776 0 1 0 197 6 0 0 18 0 9 0 140431802 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13840/statm: 217103 7808 2540 9 0 211678 0
[pid=13840/tid=13841] ppid=13839 vsize=868412 CPUtime=1.51
/proc/13840/task/13841/stat : 13841 (java) R 13839 13826 13365 0 -1 64 2703 0 1 0 150 1 0 0 25 0 9 0 140431803 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4126592657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13842] ppid=13839 vsize=868412 CPUtime=0.29
/proc/13840/task/13842/stat : 13842 (java) S 13839 13826 13365 0 -1 64 3914 0 0 0 26 3 0 0 16 0 9 0 140431804 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13843] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13839 13826 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140431804 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13844] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13839 13826 13365 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140431804 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13845] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140431806 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13846] ppid=13839 vsize=868412 CPUtime=0.2
/proc/13840/task/13846/stat : 13846 (java) S 13839 13826 13365 0 -1 64 1461 0 0 0 20 0 0 0 15 0 9 0 140431806 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13847] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13839 13826 13365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140431806 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13848] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140431806 889253888 7808 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887368

[startup+6.3012 s]
/proc/loadavg: 2.98 2.35 1.35 3/93 13848
/proc/meminfo: memFree=1526880/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 15 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
[pid=13839] ppid=13826 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13826 13826 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140431802 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 233 193 169 0 50 0
[pid=13840] ppid=13839 vsize=868412 CPUtime=5.21
/proc/13840/stat : 13840 (java) S 13839 13826 13365 0 -1 0 14171 0 1 0 511 10 0 0 18 0 9 0 140431802 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13840/statm: 217103 12947 2540 9 0 211678 0
[pid=13840/tid=13841] ppid=13839 vsize=868412 CPUtime=4.09
/proc/13840/task/13841/stat : 13841 (java) R 13839 13826 13365 0 -1 64 3122 0 1 0 408 1 0 0 25 0 9 0 140431803 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4126592411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13842] ppid=13839 vsize=868412 CPUtime=0.86
/proc/13840/task/13842/stat : 13842 (java) S 13839 13826 13365 0 -1 64 8880 0 0 0 80 6 0 0 16 0 9 0 140431804 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13843] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13839 13826 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140431804 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13844] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13839 13826 13365 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140431804 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13845] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140431806 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13846] ppid=13839 vsize=868412 CPUtime=0.21
/proc/13840/task/13846/stat : 13846 (java) S 13839 13826 13365 0 -1 64 1471 0 0 0 21 0 0 0 15 0 9 0 140431806 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13847] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13839 13826 13365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140431806 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13848] ppid=13839 vsize=868412 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140431806 889253888 12947 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887368

[startup+12.7028 s]
/proc/loadavg: 2.90 2.35 1.36 4/93 13848
/proc/meminfo: memFree=1445728/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 15 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
[pid=13839] ppid=13826 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13826 13826 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140431802 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 233 193 169 0 50 0
[pid=13840] ppid=13839 vsize=868524 CPUtime=11.57
/proc/13840/stat : 13840 (java) S 13839 13826 13365 0 -1 0 33998 0 1 0 1136 21 0 0 18 0 9 0 140431802 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13840/statm: 217131 23029 2566 9 0 211678 0
[pid=13840/tid=13841] ppid=13839 vsize=868524 CPUtime=8.6
/proc/13840/task/13841/stat : 13841 (java) R 13839 13826 13365 0 -1 64 3973 0 1 0 857 3 0 0 25 0 9 0 140431803 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4127101176 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13842] ppid=13839 vsize=868524 CPUtime=2.65
/proc/13840/task/13842/stat : 13842 (java) S 13839 13826 13365 0 -1 64 27811 0 0 0 250 15 0 0 16 0 9 0 140431804 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13843] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13839 13826 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140431804 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13844] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13839 13826 13365 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140431804 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13845] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140431806 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13846] ppid=13839 vsize=868524 CPUtime=0.28
/proc/13840/task/13846/stat : 13846 (java) S 13839 13826 13365 0 -1 64 1516 0 0 0 28 0 0 0 15 0 9 0 140431806 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13847] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13839 13826 13365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140431806 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13848] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140431806 889368576 23029 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887480

[startup+25.5029 s]
/proc/loadavg: 2.85 2.36 1.38 3/93 13848
/proc/meminfo: memFree=1308320/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 15 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
[pid=13839] ppid=13826 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13826 13826 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140431802 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 233 193 169 0 50 0
[pid=13840] ppid=13839 vsize=868524 CPUtime=24.18
/proc/13840/stat : 13840 (java) S 13839 13826 13365 0 -1 0 34240 0 1 0 2357 61 0 0 18 0 9 0 140431802 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13840/statm: 217131 23045 2566 9 0 211678 0
[pid=13840/tid=13841] ppid=13839 vsize=868524 CPUtime=21.05
/proc/13840/task/13841/stat : 13841 (java) R 13839 13826 13365 0 -1 64 4201 0 1 0 2064 41 0 0 25 0 9 0 140431803 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13842] ppid=13839 vsize=868524 CPUtime=2.78
/proc/13840/task/13842/stat : 13842 (java) S 13839 13826 13365 0 -1 64 27811 0 0 0 261 17 0 0 16 0 9 0 140431804 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13843] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13839 13826 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140431804 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13844] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13839 13826 13365 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140431804 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13845] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140431806 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13846] ppid=13839 vsize=868524 CPUtime=0.32
/proc/13840/task/13846/stat : 13846 (java) S 13839 13826 13365 0 -1 64 1530 0 0 0 31 1 0 0 16 0 9 0 140431806 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13847] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13839 13826 13365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140431806 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13848] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140431806 889368576 23045 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887480

[startup+51.1022 s]
/proc/loadavg: 2.97 2.43 1.42 3/93 13848
/proc/meminfo: memFree=978016/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 16 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
[pid=13839] ppid=13826 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13826 13826 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140431802 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 233 193 169 0 50 0
[pid=13840] ppid=13839 vsize=868524 CPUtime=49.5
/proc/13840/stat : 13840 (java) S 13839 13826 13365 0 -1 0 34750 0 1 0 4800 150 0 0 18 0 9 0 140431802 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/13840/task/13848/stat : 13848 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 887480

[startup+102.307 s]
/proc/loadavg: 3.39 2.62 1.54 3/93 13848
/proc/meminfo: memFree=15968/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 16 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
[pid=13839] ppid=13826 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13826 13826 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140431802 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 233 193 169 0 50 0
[pid=13840] ppid=13839 vsize=868524 CPUtime=99.72
/proc/13840/stat : 13840 (java) S 13839 13826 13365 0 -1 0 36516 0 1 0 9453 519 0 0 18 0 9 0 140431802 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13840/statm: 217131 23049 2566 9 0 211678 0
[pid=13840/tid=13841] ppid=13839 vsize=868524 CPUtime=95.31
/proc/13840/task/13841/stat : 13841 (java) R 13839 13826 13365 0 -1 64 6473 0 1 0 9048 483 0 0 25 0 9 0 140431803 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13842] ppid=13839 vsize=868524 CPUtime=4.06
/proc/13840/task/13842/stat : 13842 (java) S 13839 13826 13365 0 -1 64 27811 0 0 0 372 34 0 0 16 0 9 0 140431804 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13843] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13839 13826 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140431804 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13844] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13839 13826 13365 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140431804 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13845] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13846] ppid=13839 vsize=868524 CPUtime=0.33
/proc/13840/task/13846/stat : 13846 (java) S 13839 13826 13365 0 -1 64 1534 0 0 0 32 1 0 0 17 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13847] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13839 13826 13365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13848] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 887480

[startup+162.302 s]
/proc/loadavg: 3.57 2.81 1.67 3/93 13848
/proc/meminfo: memFree=15200/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=13600 CPUtime=0.97
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 974 7936 0 1 3 0 89 5 16 0 1 0 140431697 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3400 797 370 3 0 500 0
[pid=13839] ppid=13826 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13826 13826 13365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140431802 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 233 193 169 0 50 0
[pid=13840] ppid=13839 vsize=868524 CPUtime=157.61
/proc/13840/stat : 13840 (java) S 13839 13826 13365 0 -1 0 39014 0 1 0 14713 1048 0 0 18 0 9 0 140431802 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13840/statm: 217131 23049 2566 9 0 211678 0
[pid=13840/tid=13841] ppid=13839 vsize=868524 CPUtime=151.77
/proc/13840/task/13841/stat : 13841 (java) R 13839 13826 13365 0 -1 64 8971 0 1 0 14183 994 0 0 25 0 9 0 140431803 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4126569943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13842] ppid=13839 vsize=868524 CPUtime=5.48
/proc/13840/task/13842/stat : 13842 (java) S 13839 13826 13365 0 -1 64 27811 0 0 0 497 51 0 0 16 0 9 0 140431804 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13843] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13843/stat : 13843 (java) S 13839 13826 13365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140431804 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13844] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13844/stat : 13844 (java) S 13839 13826 13365 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 140431804 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13845] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13845/stat : 13845 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13846] ppid=13839 vsize=868524 CPUtime=0.33
/proc/13840/task/13846/stat : 13846 (java) S 13839 13826 13365 0 -1 64 1534 0 0 0 32 1 0 0 17 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13847] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13847/stat : 13847 (java) S 13839 13826 13365 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13840/tid=13848] ppid=13839 vsize=868524 CPUtime=0
/proc/13840/task/13848/stat : 13848 (java) S 13839 13826 13365 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140431806 889368576 23049 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.58
Current children cumulated vsize (KiB) 887480

[startup+222.302 s]
/proc/loadavg: 3.26 2.88 1.76 1/75 13852
/proc/meminfo: memFree=628912/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=14392 CPUtime=184.26
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 1241 48339 3 9 9 1 17118 1298 15 0 1 0 140431697 14737408 992 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3598 992 374 3 0 698 0
[pid=13851] ppid=13826 vsize=5356 CPUtime=0
/proc/13851/stat : 13851 (sh) S 13826 13826 13365 0 -1 4194304 269 0 8 0 0 0 0 0 17 0 1 0 140450740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13851/statm: 1339 232 193 169 0 50 0
[pid=13852] ppid=13851 vsize=864396 CPUtime=11.18
/proc/13852/stat : 13852 (minisat) D 13851 13826 13365 0 -1 4194304 203707 0 6 0 928 190 0 0 18 0 1 0 140450863 885141504 203699 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/13852/statm: 216099 203699 62 150 0 215946 0
Current children cumulated CPU time (s) 195.44
Current children cumulated vsize (KiB) 884144



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+224.803 s]
/proc/loadavg: 3.16 2.87 1.77 1/71 13874
/proc/meminfo: memFree=541456/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=14392 CPUtime=184.26
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 1241 48339 3 9 9 1 17118 1298 15 0 1 0 140431697 14737408 992 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3598 992 374 3 0 698 0
[pid=13851] ppid=13826 vsize=5356 CPUtime=0
/proc/13851/stat : 13851 (sh) S 13826 13826 13365 0 -1 4194304 269 0 8 0 0 0 0 0 17 0 1 0 140450740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13851/statm: 1339 232 193 169 0 50 0
[pid=13852] ppid=13851 vsize=902544 CPUtime=11.82
/proc/13852/stat : 13852 (minisat) D 13851 13826 13365 0 -1 4194304 214375 0 6 0 981 201 0 0 18 0 1 0 140450863 924205056 214367 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/13852/statm: 225636 214367 62 150 0 225483 0
Current children cumulated CPU time (s) 196.08
Current children cumulated vsize (KiB) 922292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+225.003 s]
/proc/loadavg: 3.16 2.87 1.77 1/71 13874
/proc/meminfo: memFree=541456/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=14392 CPUtime=184.26
/proc/13826/stat : 13826 (sugar) S 13824 13826 13365 0 -1 4194304 1253 48339 3 9 9 1 17118 1298 16 0 1 0 140431697 14737408 992 996147200 4194304 4206940 548682068592 18446744073709551615 209569493090 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13826/statm: 3598 992 374 3 0 698 0
[pid=13851] ppid=13826 vsize=0 CPUtime=0
/proc/13851/stat : 13851 (sh) Z 13826 13826 13365 0 -1 4195340 269 0 8 0 0 0 0 0 16 0 1 0 140450740 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/13851/statm: 0 0 0 0 0 0 0
[pid=13852] ppid=1 vsize=0 CPUtime=11.92
/proc/13852/stat : 13852 (minisat) R 1 13826 13365 0 -1 4195332 214375 0 6 0 981 211 0 0 18 0 1 0 140450863 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/13852/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 196.18
Current children cumulated vsize (KiB) 14392

# WARNING:
# current cumulated CPU time (184.3 s) is less than in the last sample (196.18 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.88 s) to the 'lost time'.

[startup+225.103 s]
/proc/loadavg: 3.16 2.87 1.77 1/71 13874
/proc/meminfo: memFree=541456/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=14392 CPUtime=184.3
/proc/13826/stat : 13826 (sugar) R 13824 13826 13365 0 -1 4194304 1280 48608 3 17 9 4 17119 1298 16 0 1 0 140431697 14737408 993 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13826/statm: 3598 993 375 3 0 698 0
Current children cumulated CPU time (s) 184.3
Current children cumulated vsize (KiB) 14392

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

[startup+225.402 s]
/proc/loadavg: 3.16 2.87 1.77 2/83 13890
/proc/meminfo: memFree=1929968/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=14392 CPUtime=184.55
/proc/13826/stat : 13826 (sugar) D 13824 13826 13365 0 -1 4194304 1280 48608 3 17 9 29 17119 1298 16 0 1 0 140431697 14737408 993 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13826/statm: 3598 993 375 3 0 698 0
Current children cumulated CPU time (s) 184.55
Current children cumulated vsize (KiB) 14392

[startup+226.202 s]
/proc/loadavg: 3.16 2.87 1.77 2/83 13890
/proc/meminfo: memFree=1929968/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=14392 CPUtime=184.62
/proc/13826/stat : 13826 (sugar) D 13824 13826 13365 0 -1 4194304 1280 48608 3 17 9 36 17119 1298 15 0 1 0 140431697 14737408 993 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/13826/statm: 3598 993 375 3 0 698 0
Current children cumulated CPU time (s) 184.62
Current children cumulated vsize (KiB) 14392

[startup+226.402 s]
/proc/loadavg: 3.16 2.87 1.77 2/83 13890
/proc/meminfo: memFree=1929968/2055920 swapFree=4180048/4192956
[pid=13826] ppid=13824 vsize=14392 CPUtime=184.66
/proc/13826/stat : 13826 (sugar) R 13824 13826 13365 0 -1 4194304 1280 48608 3 17 9 40 17119 1298 15 0 1 0 140431697 14737408 993 996147200 4194304 4206940 548682068592 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13826/statm: 3598 993 375 3 0 698 0
Current children cumulated CPU time (s) 184.66
Current children cumulated vsize (KiB) 14392

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.88
#  lost CPU user time (s): 9.8
#  lost CPU system time (s): 2.08

Real time (s): 226.404
CPU time (s): 196.555
CPU user time (s): 181.084
CPU system time (s): 15.471
CPU usage (%): 86.816
Max. virtual memory (cumulated for all children) (KiB): 922292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 171.284
system time used= 13.391
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49918
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51303
involuntary context switches= 54469

runsolver used 0.303953 second user time and 0.793879 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-08-07 20:29:05
IDJOB=1112848
IDBENCH=61484
IDSOLVER=368
FILE ID=node68/1112848-1218133745
PBS_JOBID= 8000839
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-4.xml
COMMAND LINE= DIR/sugar -max -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-1112848-1218133745/watcher-1112848-1218133745 -o /tmp/evaluation-result-1112848-1218133745/solver-1112848-1218133745 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112848-1218133745.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bbba61bcb8f32abe3947428d8a4279f
RANDOM SEED=1563290602

node68.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.236
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.236
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:       1590936 kB
Buffers:          5500 kB
Cached:         215992 kB
SwapCached:       6444 kB
Active:         388904 kB
Inactive:        10316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590936 kB
SwapTotal:     4192956 kB
SwapFree:      4180048 kB
Dirty:           15640 kB
Writeback:           0 kB
Mapped:         194392 kB
Slab:            50548 kB
Committed_AS:   380008 kB
PageTables:       2300 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= 66552 MiB
End job on node68 at 2008-08-07 20:32:52