Trace number 1041040

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? (TO) 1800.09 1806.58

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-32-32.xml
MD5SUMdb5e4024fa09c2ba43e56edc6af3d2e9
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2048
Number of constraints2483
Maximum constraint arity32
Maximum domain size107
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1985
Global constraints used (with number of constraints)cumulative(2),weightedsum(496)

Solver Data (download as text)

0.00/0.19	c 0	Sugar v1-13 + HOME/minisat
0.00/0.19	c 0	BEGIN Wed Jul  2 13:47:17 2008
0.00/0.19	c 0	PID 10343
0.04/0.20	c 0	HOST node71.alineos.net
0.04/0.20	c 0	CONVERTING HOME/instance-1041040-1214999236.xml TO HOME/temp.csp
0.04/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041040-1214999236.xml' 'HOME/temp.csp'
0.59/1.19	c 1	33 domains, 2048 variables, 2 predicates, 0 relations, 2483 constraints
0.67/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.67/1.24	c 1	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'
0.68/1.32	c 1	Parsing HOME/temp.csp
0.68/1.77	c 1	parsed 4566 expressions
0.68/1.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.68/1.78	c 1	Converting to clausal form CSP
0.68/1.81	c 1	converted 457 (10%) expressions
0.68/1.81	c 1	converted 914 (20%) expressions
0.68/1.82	c 1	converted 1370 (30%) expressions
0.68/1.83	c 1	converted 1827 (40%) expressions
0.68/1.99	c 2	converted 2283 (50%) expressions
0.68/2.05	c 2	converted 2740 (60%) expressions
0.68/2.09	c 2	converted 3197 (70%) expressions
1.51/2.12	c 2	converted 3653 (80%) expressions
1.51/2.15	c 2	converted 4110 (90%) expressions
3.10/3.71	c 3	converted 4566 (100%) expressions
3.10/3.72	c 3	CSP : 15316 integers, 4660 booleans, 40459 clauses, largest domain size 281
3.10/3.72	c 3	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.10/3.72	c 3	Propagation in CSP
3.30/3.95	c 4	63982 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.30/3.96	c 4	CSP : 15316 integers, 4660 booleans, 40459 clauses, largest domain size 108
3.30/3.96	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.30/3.98	c 4	Simplifing CSP by introducing new Boolean variables
3.40/4.00	c 4	CSP : 15316 integers, 4660 booleans, 40459 clauses, largest domain size 108
3.40/4.00	c 4	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.50/4.19	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.59/4.28	c 4	1532 (10%) CSP integer variables are encoded (5652 clauses, 71347 bytes)
3.59/4.30	c 4	3064 (20%) CSP integer variables are encoded (23834 clauses, 339694 bytes)
3.67/4.34	c 4	4595 (30%) CSP integer variables are encoded (51867 clauses, 760189 bytes)
3.67/4.37	c 4	6127 (40%) CSP integer variables are encoded (79399 clauses, 1173169 bytes)
3.76/4.41	c 4	7658 (50%) CSP integer variables are encoded (106229 clauses, 1601900 bytes)
3.76/4.44	c 4	9190 (60%) CSP integer variables are encoded (133927 clauses, 2072766 bytes)
3.76/4.48	c 4	10722 (70%) CSP integer variables are encoded (161621 clauses, 2543564 bytes)
3.86/4.52	c 4	12253 (80%) CSP integer variables are encoded (188728 clauses, 3004383 bytes)
3.86/4.56	c 4	13785 (90%) CSP integer variables are encoded (216283 clauses, 3472818 bytes)
3.86/4.59	c 4	15316 (100%) CSP integer variables are encoded (243933 clauses, 3942868 bytes)
4.46/5.15	c 5	4046 (10%) CSP clauses are encoded (536129 clauses, 9211333 bytes)
6.26/7.20	c 7	8092 (20%) CSP clauses are encoded (1552422 clauses, 30477941 bytes)
7.87/9.09	c 9	12138 (30%) CSP clauses are encoded (2457104 clauses, 49653770 bytes)
9.55/11.09	c 11	16184 (40%) CSP clauses are encoded (3361786 clauses, 68829710 bytes)
11.40/13.04	c 13	20230 (50%) CSP clauses are encoded (4305096 clauses, 90383697 bytes)
13.68/15.38	c 15	24276 (60%) CSP clauses are encoded (5500336 clauses, 119195193 bytes)
15.56/17.38	c 17	28322 (70%) CSP clauses are encoded (6458542 clauses, 142332668 bytes)
17.36/19.22	c 19	32368 (80%) CSP clauses are encoded (7354493 clauses, 163966736 bytes)
19.10/21.01	c 21	36414 (90%) CSP clauses are encoded (8258020 clauses, 185783450 bytes)
21.11/23.25	c 23	40459 (100%) CSP clauses are encoded (9370174 clauses, 212596770 bytes)
21.11/23.26	c 23	40459 CSP clauses encoded
21.11/23.26	c 23	Writing map file : HOME/temp.map
21.21/23.31	c 23	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.21/23.31	c 23	SAT : 263833 SAT variables, 9370174 SAT clauses, 212596770 bytes
21.21/23.31	c 23	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.21/23.33	c 23	SOLVING HOME/temp.cnf
21.21/23.33	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
21.21/23.33	c 23	This is MiniSat 2.0 beta
21.21/23.33	c 23	WARNING: for repeatability, setting FPU to use double precision
21.21/23.33	c 23	============================[ Problem Statistics ]=============================
21.21/23.33	c 23	|                                                                             |
21.21/23.34	c 23	|  Number of variables:  263833                                               |
21.21/23.34	c 23	|  Number of clauses:    9370174                                              |
25.86/28.28	c 28	|  Parsing time:         4.03         s                                       |
26.14/28.54	c 28	============================[ Search Statistics ]==============================
26.14/28.54	c 28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.14/28.54	c 28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.14/28.54	c 28	===============================================================================
26.14/28.54	c 28	|         0 |  263833  9370174 27446363 |  3123391        0    nan |  0.000 % |
30.79/33.59	c 33	|       103 |  263833  9370174 27446363 |  3435730      103     40 |  0.000 % |
35.17/38.22	c 38	|       253 |  263833  9370174 27446363 |  3779303      253     57 |  0.000 % |
41.63/45.37	c 45	|       479 |  263833  9370174 27446363 |  4157233      479     50 |  0.000 % |
56.87/61.68	c 61	|       816 |  263833  9370174 27446363 |  4572957      816     51 |  0.000 % |
75.48/81.02	c 81	|      1325 |  263833  9370174 27446363 |  5030252     1325     55 |  0.000 % |
102.32/108.00	c 108	|      2084 |  263833  9370174 27446363 |  5533278     2084     57 |  0.000 % |
128.71/134.48	c 134	|      3223 |  263833  9370174 27446363 |  6086606     3223     68 |  0.000 % |
186.79/192.51	c 192	|      4931 |  263833  9370174 27446363 |  6695266     4931     61 |  0.000 % |
287.65/293.45	c 293	|      7496 |  263833  9370174 27446363 |  7364793     7496     57 |  0.000 % |
416.20/422.03	c 422	|     11340 |  263833  9370174 27446363 |  8101272    11340     62 |  0.000 % |
594.02/599.95	c 600	|     17106 |  263833  9370174 27446363 |  8911399    17106     69 |  0.000 % |
867.88/873.95	c 874	|     25755 |  263833  9370174 27446363 |  9802539    25755     66 |  0.000 % |
1257.83/1264.02	c 1264	|     38730 |  263833  9370174 27446363 | 10782793    38730     69 |  0.000 % |
1800.01/1806.41	c ERROR INTERRUPTED
1800.01/1806.48	s UNKNOWN
1800.01/1806.48	c 1806	CPU 19.65 (0.03 0.01 19.62 1.59)
1800.01/1806.48	c 1806	END Wed Jul  2 14:17:23 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-1041040-1214999236/watcher-1041040-1214999236 -o /tmp/evaluation-result-1041040-1214999236/solver-1041040-1214999236 -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-1041040-1214999236.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: 3.08 2.55 1.99 5/83 10343
/proc/meminfo: memFree=1921656/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=18572 CPUtime=0
/proc/10343/stat : 10343 (runsolver) D 10341 10343 9965 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1978892401 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/10343/statm: 4643 292 257 25 0 2626 0

[startup+0.0635379 s]
/proc/loadavg: 3.08 2.55 1.99 5/83 10343
/proc/meminfo: memFree=1921656/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=2504 CPUtime=0
/proc/10343/stat : 10343 (sugar) D 10341 10343 9965 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 1978892401 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959757520 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/10343/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.102542 s]
/proc/loadavg: 3.08 2.55 1.99 5/83 10343
/proc/meminfo: memFree=1921656/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=12268 CPUtime=0
/proc/10343/stat : 10343 (sugar) D 10341 10343 9965 0 -1 4194304 344 0 4 0 0 0 0 0 18 0 1 0 1978892401 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/10343/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.302694 s]
/proc/loadavg: 3.08 2.55 1.99 5/83 10343
/proc/meminfo: memFree=1921656/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=0.04
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 896 127 4 0 3 1 0 0 18 0 1 0 1978892401 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702626 s]
/proc/loadavg: 3.08 2.55 1.99 5/83 10343
/proc/meminfo: memFree=1921656/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=0.04
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 896 127 4 0 3 1 0 0 18 0 1 0 1978892401 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 3.08 2.55 1.99 4/94 10355
/proc/meminfo: memFree=1883552/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=0.68
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 969 6750 4 54 3 1 58 6 16 0 1 0 1978892401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13600

[startup+3.10195 s]
/proc/loadavg: 3.07 2.56 2.00 3/94 10365
/proc/meminfo: memFree=1823776/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=0.68
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 970 6750 4 54 3 1 58 6 15 0 1 0 1978892401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 797 370 3 0 500 0
[pid=10356] ppid=10343 vsize=5356 CPUtime=0
/proc/10356/stat : 10356 (sh) S 10343 10343 9965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978892525 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10356/statm: 1339 233 193 169 0 50 0
[pid=10357] ppid=10356 vsize=868384 CPUtime=1.82
/proc/10357/stat : 10357 (java) S 10356 10343 9965 0 -1 0 10542 0 4 0 176 6 0 0 18 0 9 0 1978892526 889225216 9680 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10357/statm: 217096 9681 2541 9 0 211671 0
[pid=10357/tid=10358] ppid=10356 vsize=868384 CPUtime=1.18
/proc/10357/task/10358/stat : 10358 (java) R 10356 10343 9965 0 -1 64 2842 0 4 0 116 2 0 0 24 0 9 0 1978892527 889225216 9681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10359] ppid=10356 vsize=868384 CPUtime=0.37
/proc/10357/task/10359/stat : 10359 (java) R 10356 10343 9965 0 -1 64 5504 0 0 0 35 2 0 0 15 0 9 0 1978892528 889225216 9682 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10360] ppid=10356 vsize=868384 CPUtime=0
/proc/10357/task/10360/stat : 10360 (java) S 10356 10343 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978892528 889225216 9683 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10361] ppid=10356 vsize=868384 CPUtime=0
/proc/10357/task/10361/stat : 10361 (java) S 10356 10343 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978892528 889225216 9685 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10362] ppid=10356 vsize=868384 CPUtime=0
/proc/10357/task/10362/stat : 10362 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978892530 889225216 9686 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10363] ppid=10356 vsize=868384 CPUtime=0.24
/proc/10357/task/10363/stat : 10363 (java) S 10356 10343 9965 0 -1 64 1505 0 0 0 23 1 0 0 16 0 9 0 1978892530 889225216 9687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10364] ppid=10356 vsize=868384 CPUtime=0
/proc/10357/task/10364/stat : 10364 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978892530 889225216 9687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10365] ppid=10356 vsize=868384 CPUtime=0
/proc/10357/task/10365/stat : 10365 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978892530 889225216 9687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 887340

[startup+6.30238 s]
/proc/loadavg: 3.07 2.56 2.00 5/94 10365
/proc/meminfo: memFree=1744288/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=0.68
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 970 6750 4 54 3 1 58 6 15 0 1 0 1978892401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 797 370 3 0 500 0
[pid=10356] ppid=10343 vsize=5356 CPUtime=0
/proc/10356/stat : 10356 (sh) S 10343 10343 9965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978892525 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10356/statm: 1339 233 193 169 0 50 0
[pid=10357] ppid=10356 vsize=868496 CPUtime=4.84
/proc/10357/stat : 10357 (java) S 10356 10343 9965 0 -1 0 13800 0 5 0 461 23 0 0 18 0 9 0 1978892526 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10357/statm: 217124 12389 2565 9 0 211671 0
[pid=10357/tid=10358] ppid=10356 vsize=868496 CPUtime=3.58
/proc/10357/task/10358/stat : 10358 (java) R 10356 10343 9965 0 -1 64 3287 0 5 0 343 15 0 0 25 0 9 0 1978892527 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10359] ppid=10356 vsize=868496 CPUtime=0.92
/proc/10357/task/10359/stat : 10359 (java) S 10356 10343 9965 0 -1 64 8271 0 0 0 86 6 0 0 15 0 9 0 1978892528 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10360] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10360/stat : 10360 (java) S 10356 10343 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978892528 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10361] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10361/stat : 10361 (java) S 10356 10343 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978892528 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10362] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10362/stat : 10362 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10363] ppid=10356 vsize=868496 CPUtime=0.32
/proc/10357/task/10363/stat : 10363 (java) S 10356 10343 9965 0 -1 64 1549 0 0 0 31 1 0 0 16 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10364] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10364/stat : 10364 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10365] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10365/stat : 10365 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 887452

[startup+12.7012 s]
/proc/loadavg: 2.99 2.55 2.00 3/94 10365
/proc/meminfo: memFree=1601248/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=0.68
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 970 6750 4 54 3 1 58 6 16 0 1 0 1978892401 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 797 370 3 0 500 0
[pid=10356] ppid=10343 vsize=5356 CPUtime=0
/proc/10356/stat : 10356 (sh) S 10343 10343 9965 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978892525 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10356/statm: 1339 233 193 169 0 50 0
[pid=10357] ppid=10356 vsize=868496 CPUtime=10.53
/proc/10357/stat : 10357 (java) S 10356 10343 9965 0 -1 0 14395 0 5 0 985 68 0 0 18 0 9 0 1978892526 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10357/statm: 217124 12389 2565 9 0 211671 0
[pid=10357/tid=10358] ppid=10356 vsize=868496 CPUtime=9.01
/proc/10357/task/10358/stat : 10358 (java) R 10356 10343 9965 0 -1 64 3882 0 5 0 845 56 0 0 25 0 9 0 1978892527 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4126479757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10359] ppid=10356 vsize=868496 CPUtime=1.16
/proc/10357/task/10359/stat : 10359 (java) S 10356 10343 9965 0 -1 64 8271 0 0 0 107 9 0 0 16 0 9 0 1978892528 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10360] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10360/stat : 10360 (java) S 10356 10343 9965 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978892528 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10361] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10361/stat : 10361 (java) S 10356 10343 9965 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978892528 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10362] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10362/stat : 10362 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10363] ppid=10356 vsize=868496 CPUtime=0.32
/proc/10357/task/10363/stat : 10363 (java) S 10356 10343 9965 0 -1 64 1549 0 0 0 31 1 0 0 17 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10364] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10364/stat : 10364 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10357/tid=10365] ppid=10356 vsize=868496 CPUtime=0
/proc/10357/task/10365/stat : 10365 (java) S 10356 10343 9965 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978892530 889339904 12389 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 887452

[startup+25.503 s]
/proc/loadavg: 3.14 2.61 2.02 5/86 10367
/proc/meminfo: memFree=1223520/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=182048 CPUtime=1.99
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 43346 0 0 0 171 28 0 0 25 0 1 0 1978894735 186417152 43332 996147200 134512640 135127466 4294956272 18446744073709551615 134526053 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 45512 43332 62 150 0 45359 0
Current children cumulated CPU time (s) 23.24
Current children cumulated vsize (KiB) 201004

[startup+51.1025 s]
/proc/loadavg: 2.86 2.59 2.03 3/86 10367
/proc/meminfo: memFree=698208/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=420576 CPUtime=25.61
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 101696 0 0 0 2489 72 0 0 25 0 1 0 1978894735 430669824 101682 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 105144 101682 76 150 0 104991 0
Current children cumulated CPU time (s) 46.86
Current children cumulated vsize (KiB) 439532

[startup+102.306 s]
/proc/loadavg: 2.76 2.59 2.07 3/85 10416
/proc/meminfo: memFree=1126504/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=422956 CPUtime=75.42
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 102297 0 0 0 7469 73 0 0 25 0 1 0 1978894735 433106944 102283 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 105739 102283 76 150 0 105586 0

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

[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=439944 CPUtime=1394.82
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 106469 0 0 0 139395 87 0 0 25 0 1 0 1978894735 450502656 106455 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 109986 106455 76 150 0 109833 0
Current children cumulated CPU time (s) 1416.07
Current children cumulated vsize (KiB) 458900

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/77 10426
/proc/meminfo: memFree=538664/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=440340 CPUtime=1454.79
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 106562 0 0 0 145392 87 0 0 25 0 1 0 1978894735 450908160 106548 996147200 134512640 135127466 4294956272 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110085 106548 76 150 0 109932 0
Current children cumulated CPU time (s) 1476.04
Current children cumulated vsize (KiB) 459296

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 10426
/proc/meminfo: memFree=537896/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=440736 CPUtime=1514.77
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 106657 0 0 0 151389 88 0 0 25 0 1 0 1978894735 451313664 106643 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110184 106643 76 150 0 110031 0
Current children cumulated CPU time (s) 1536.02
Current children cumulated vsize (KiB) 459692

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 10426
/proc/meminfo: memFree=537064/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=441132 CPUtime=1574.74
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 106755 0 0 0 157386 88 0 0 25 0 1 0 1978894735 451719168 106741 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110283 106741 76 150 0 110130 0
Current children cumulated CPU time (s) 1595.99
Current children cumulated vsize (KiB) 460088

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/77 10426
/proc/meminfo: memFree=536040/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=441528 CPUtime=1634.71
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 106858 0 0 0 163383 88 0 0 25 0 1 0 1978894735 452124672 106844 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110382 106844 76 150 0 110229 0
Current children cumulated CPU time (s) 1655.96
Current children cumulated vsize (KiB) 460484

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 10426
/proc/meminfo: memFree=534952/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=442056 CPUtime=1694.69
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 106987 0 0 0 169380 89 0 0 25 0 1 0 1978894735 452665344 106973 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110514 106973 76 150 0 110361 0
Current children cumulated CPU time (s) 1715.94
Current children cumulated vsize (KiB) 461012

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 10426
/proc/meminfo: memFree=534056/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=442320 CPUtime=1754.67
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 107082 0 0 0 175378 89 0 0 25 0 1 0 1978894735 452935680 107068 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110580 107068 76 150 0 110427 0
Current children cumulated CPU time (s) 1775.92
Current children cumulated vsize (KiB) 461276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 10426
/proc/meminfo: memFree=533096/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=442452 CPUtime=1778.76
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 107119 0 0 0 177787 89 0 0 25 0 1 0 1978894735 453070848 107105 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110613 107105 76 150 0 110460 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 461408

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

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 10426
/proc/meminfo: memFree=533096/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.25
/proc/10343/stat : 10343 (sugar) S 10341 10343 9965 0 -1 4194304 1029 22522 4 59 3 1 1962 159 16 0 1 0 1978892401 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10343/statm: 3400 799 370 3 0 500 0
[pid=10366] ppid=10343 vsize=5356 CPUtime=0
/proc/10366/stat : 10366 (sh) S 10343 10343 9965 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978894734 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10366/statm: 1339 232 193 169 0 50 0
[pid=10367] ppid=10366 vsize=442452 CPUtime=1778.76
/proc/10367/stat : 10367 (minisat) R 10366 10343 9965 0 -1 4194304 107119 0 0 0 177787 89 0 0 25 0 1 0 1978894735 453070848 107105 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/10367/statm: 110613 107105 76 150 0 110460 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 461408

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

[startup+1806.52 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 10426
/proc/meminfo: memFree=533096/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.29
/proc/10343/stat : 10343 (sugar) R 10341 10343 9965 0 -1 4194304 1065 22799 4 59 3 5 1962 159 17 0 1 0 1978892401 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10343/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (KiB) 13600

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

[startup+1806.52 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 10426
/proc/meminfo: memFree=533096/2055920 swapFree=4180436/4192956
[pid=10343] ppid=10341 vsize=13600 CPUtime=21.29
/proc/10343/stat : 10343 (sugar) R 10341 10343 9965 0 -1 4194304 1065 22799 4 59 3 5 1962 159 17 0 1 0 1978892401 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10343/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 21.29
Current children cumulated vsize (KiB) 13600

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): 1778.72
#  lost CPU user time (s): 1777.87
#  lost CPU system time (s): 0.85

Real time (s): 1806.58
CPU time (s): 1800.09
CPU user time (s): 1797.53
CPU system time (s): 2.56074
CPU usage (%): 99.6412
Max. virtual memory (cumulated for all children) (KiB): 887844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.664
system time used= 1.71074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23895
page faults= 63
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16823
involuntary context switches= 17017

runsolver used 2.08268 second user time and 6.10507 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-02 13:47:17
IDJOB=1041040
IDBENCH=53766
IDSOLVER=346
FILE ID=node71/1041040-1214999236
PBS_JOBID= 7870780
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-32-32.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-1041040-1214999236/watcher-1041040-1214999236 -o /tmp/evaluation-result-1041040-1214999236/solver-1041040-1214999236 -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-1041040-1214999236.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db5e4024fa09c2ba43e56edc6af3d2e9
RANDOM SEED=1718977800

node71.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.209
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.209
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:       1922200 kB
Buffers:          5068 kB
Cached:          40412 kB
SwapCached:       5384 kB
Active:          63996 kB
Inactive:        10228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1922200 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3984 kB
Writeback:           0 kB
Mapped:          41040 kB
Slab:            44748 kB
Committed_AS:  4800676 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node71 at 2008-07-02 14:17:25