Trace number 2062326

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.14.6+minisat? (TO) 1800.08 1807.16

General information on the benchmark

Namecsp/allsquares/
normalized-squares-38-38.xml
MD5SUM8beb85ceff4b90efe0bf9dde7a9a15a1
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
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 variables2888
Number of constraints3518
Maximum constraint arity38
Maximum domain size139
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2813
Global constraints used (with number of constraints)cumulative(2),weightedsum(703)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:10:09 2009
0.00/0.08	c 0	PID 16115
0.00/0.08	c 0	HOST node43.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062326-1247328609.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062326-1247328609.xml' 'HOME/temp.csp'
0.06/0.81	c 1	39 domains, 2888 variables, 2 predicates, 0 relations, 3518 constraints
0.06/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.79/0.91	c 1	Parsing HOME/temp.csp
0.94/1.06	c 1	parsed 6447 expressions
0.94/1.07	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.07	c 1	Converting to clausal form CSP
0.94/1.10	c 1	converted 645 (10%) expressions
0.94/1.10	c 1	converted 1290 (20%) expressions
1.05/1.11	c 1	converted 1935 (30%) expressions
1.05/1.11	c 1	converted 2579 (40%) expressions
1.24/1.30	c 2	converted 3224 (50%) expressions
1.24/1.37	c 2	converted 3869 (60%) expressions
1.34/1.46	c 2	converted 4513 (70%) expressions
1.44/1.51	c 2	converted 5158 (80%) expressions
1.44/1.56	c 2	converted 5803 (90%) expressions
3.61/3.79	c 4	converted 6447 (100%) expressions
3.61/3.80	c 4	CSP : 15954 integers, 7498 booleans, 47632 clauses, largest domain size 140
3.61/3.80	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.61/3.80	c 4	Propagation in CSP
3.81/3.97	c 4	176 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.81/3.98	c 4	CSP : 15954 integers, 7498 booleans, 47632 clauses, largest domain size 140
3.81/3.98	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.91/4.00	c 4	Simplifing CSP by introducing new Boolean variables
3.91/4.03	c 4	CSP : 15954 integers, 7498 booleans, 47632 clauses, largest domain size 140
3.91/4.03	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.10/4.23	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.10/4.28	c 5	1596 (10%) CSP integer variables are encoded (8904 clauses, 113619 bytes)
4.10/4.29	c 5	3191 (20%) CSP integer variables are encoded (13410 clauses, 181209 bytes)
4.20/4.33	c 5	4787 (30%) CSP integer variables are encoded (38944 clauses, 564219 bytes)
4.20/4.36	c 5	6382 (40%) CSP integer variables are encoded (64478 clauses, 947229 bytes)
4.20/4.39	c 5	7977 (50%) CSP integer variables are encoded (89652 clauses, 1324839 bytes)
4.30/4.43	c 5	9573 (60%) CSP integer variables are encoded (114628 clauses, 1744976 bytes)
4.30/4.46	c 5	11168 (70%) CSP integer variables are encoded (140162 clauses, 2179054 bytes)
4.30/4.50	c 5	12764 (80%) CSP integer variables are encoded (165696 clauses, 2613132 bytes)
4.40/4.53	c 5	14359 (90%) CSP integer variables are encoded (190924 clauses, 3042008 bytes)
4.40/4.56	c 5	15954 (100%) CSP integer variables are encoded (215846 clauses, 3465682 bytes)
5.29/5.44	c 6	4764 (10%) CSP clauses are encoded (704725 clauses, 12599725 bytes)
6.56/6.74	c 7	9527 (20%) CSP clauses are encoded (1335092 clauses, 26112063 bytes)
7.85/8.04	c 8	14290 (30%) CSP clauses are encoded (1960919 clauses, 39674721 bytes)
9.14/9.34	c 10	19053 (40%) CSP clauses are encoded (2585480 clauses, 53209846 bytes)
10.33/10.60	c 11	23816 (50%) CSP clauses are encoded (3192273 clauses, 66438279 bytes)
12.97/13.25	c 14	28580 (60%) CSP clauses are encoded (4502524 clauses, 96631865 bytes)
14.45/14.78	c 15	33343 (70%) CSP clauses are encoded (5192599 clauses, 113671764 bytes)
15.83/16.15	c 16	38106 (80%) CSP clauses are encoded (5797010 clauses, 128592663 bytes)
17.10/17.49	c 18	42869 (90%) CSP clauses are encoded (6390176 clauses, 143212344 bytes)
19.58/19.98	c 20	47632 (100%) CSP clauses are encoded (7627123 clauses, 172674824 bytes)
19.58/19.98	c 20	47632 CSP clauses encoded
19.58/19.98	c 20	Writing map file : HOME/temp.map
19.67/20.00	c 20	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.67/20.00	c 20	SAT : 239196 SAT variables, 7627123 SAT clauses, 172674824 bytes
19.67/20.00	c 20	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.67/20.03	c 20	SOLVING HOME/temp.cnf
19.67/20.03	c 20	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
19.67/20.03	c 20	This is MiniSat 2.0 beta
19.67/20.03	c 20	WARNING: for repeatability, setting FPU to use double precision
19.67/20.03	c 20	============================[ Problem Statistics ]=============================
19.67/20.03	c 20	|                                                                             |
19.67/20.03	c 20	|  Number of variables:  239196                                               |
19.67/20.03	c 20	|  Number of clauses:    7627123                                              |
23.59/24.09	c 24	|  Parsing time:         3.53         s                                       |
23.79/24.29	c 25	============================[ Search Statistics ]==============================
23.79/24.29	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.79/24.29	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.79/24.29	c 25	===============================================================================
23.79/24.29	c 25	|         0 |  239196  7627123 22733620 |  2542374        0    nan |  0.000 % |
26.56/27.03	c 27	|       100 |  239196  7627123 22733620 |  2796611      100     20 |  0.000 % |
30.82/31.33	c 32	|       251 |  239196  7627123 22733620 |  3076272      251     39 |  0.000 % |
36.08/36.68	c 37	|       478 |  239196  7627123 22733620 |  3383900      478     51 |  0.000 % |
45.88/46.51	c 47	|       817 |  239196  7627123 22733620 |  3722290      817     50 |  0.000 % |
58.56/59.37	c 60	|      1323 |  239196  7627123 22733620 |  4094519     1323     53 |  0.000 % |
73.22/74.16	c 74	|      2082 |  239196  7627123 22733620 |  4503971     2082     48 |  0.000 % |
98.38/99.51	c 100	|      3222 |  239196  7627123 22733620 |  4954368     3222     44 |  0.000 % |
129.89/131.31	c 132	|      4930 |  239196  7627123 22733620 |  5449805     4930     80 |  0.000 % |
199.13/201.23	c 202	|      7492 |  239196  7627123 22733620 |  5994785     7492     71 |  0.000 % |
304.94/308.05	c 308	|     11337 |  239196  7627123 22733620 |  6594264    11337     68 |  0.000 % |
418.36/422.56	c 423	|     17105 |  239196  7627123 22733620 |  7253690    17105     74 |  0.000 % |
590.54/596.32	c 597	|     25754 |  239196  7627123 22733620 |  7979059    25754     70 |  0.000 % |
817.72/824.30	c 825	|     38728 |  239196  7627123 22733620 |  8776965    38728     69 |  0.000 % |
1190.37/1197.12	c 1197	|     58190 |  239196  7627123 22733620 |  9654662    58190     70 |  0.000 % |
1678.37/1685.31	c 1686	|     87382 |  239196  7627123 22733620 | 10620128    87382     78 |  0.000 % |
1800.02/1807.02	c ERROR INTERRUPTED
1800.02/1807.06	s UNKNOWN
1800.02/1807.06	c 1807	CPU 19.7 (0.06 0.01 18.35 1.28)
1800.02/1807.06	c 1807	END Sat Jul 11 18:40:16 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062326-1247328609/watcher-2062326-1247328609 -o /tmp/evaluation-result-2062326-1247328609/solver-2062326-1247328609 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2062326-1247328609.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.74 4/74 16115
/proc/meminfo: memFree=1779328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=4708 CPUtime=0
/proc/16115/stat : 16115 (sugar) R 16113 16115 12210 0 -1 4194304 57 0 0 0 0 0 0 0 22 0 1 0 19924814 4820992 42 996147200 4194304 4206940 548682068608 18446744073709551615 221952102828 0 0 4096 0 0 0 0 17 1 0 0
/proc/16115/statm: 1177 42 32 3 0 8 0

[startup+0.084152 s]
/proc/loadavg: 1.92 1.97 1.74 4/74 16115
/proc/meminfo: memFree=1779328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.06
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101311 s]
/proc/loadavg: 1.92 1.97 1.74 4/74 16115
/proc/meminfo: memFree=1779328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.06
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301329 s]
/proc/loadavg: 1.92 1.97 1.74 4/74 16115
/proc/meminfo: memFree=1779328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.06
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701363 s]
/proc/loadavg: 1.92 1.97 1.74 4/74 16115
/proc/meminfo: memFree=1779328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.06
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 1.92 1.97 1.74 3/85 16137
/proc/meminfo: memFree=1770344/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.79
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1309 7393 0 1 5 1 69 4 15 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
[pid=16128] ppid=16115 vsize=5356 CPUtime=0
/proc/16128/stat : 16128 (sh) S 16115 16115 12210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19924897 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16128/statm: 1339 233 193 169 0 50 0
[pid=16129] ppid=16128 vsize=868596 CPUtime=0.65
/proc/16129/stat : 16129 (java) S 16128 16115 12210 0 -1 0 7371 0 1 0 61 4 0 0 18 0 9 0 19924897 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16129/statm: 217149 6614 2566 9 0 211654 0
[pid=16129/tid=16130] ppid=16128 vsize=868596 CPUtime=0.38
/proc/16129/task/16130/stat : 16130 (java) R 16128 16115 12210 0 -1 64 2675 0 1 0 37 1 0 0 19 0 9 0 19924898 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16131] ppid=16128 vsize=868596 CPUtime=0.09
/proc/16129/task/16131/stat : 16131 (java) R 16128 16115 12210 0 -1 64 2516 0 0 0 9 0 0 0 16 0 9 0 19924899 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 102324192 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16132] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16132/stat : 16132 (java) S 16128 16115 12210 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19924899 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16133] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16133/stat : 16133 (java) S 16128 16115 12210 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19924899 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16134] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16134/stat : 16134 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19924902 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16135] ppid=16128 vsize=868596 CPUtime=0.15
/proc/16129/task/16135/stat : 16135 (java) S 16128 16115 12210 0 -1 64 1481 0 0 0 14 1 0 0 16 0 9 0 19924902 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16136] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16136/stat : 16136 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19924902 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16137] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16137/stat : 16137 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19924902 889442304 6614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890820

[startup+3.10388 s]
/proc/loadavg: 2.01 1.99 1.75 4/85 16137
/proc/meminfo: memFree=1751592/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.79
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1309 7393 0 1 5 1 69 4 15 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
[pid=16128] ppid=16115 vsize=5356 CPUtime=0
/proc/16128/stat : 16128 (sh) S 16115 16115 12210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19924897 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16128/statm: 1339 233 193 169 0 50 0
[pid=16129] ppid=16128 vsize=868596 CPUtime=2.23
/proc/16129/stat : 16129 (java) S 16128 16115 12210 0 -1 0 13365 0 1 0 216 7 0 0 18 0 9 0 19924897 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16129/statm: 217149 12387 2567 9 0 211654 0
[pid=16129/tid=16130] ppid=16128 vsize=868596 CPUtime=1.36
/proc/16129/task/16130/stat : 16130 (java) R 16128 16115 12210 0 -1 64 3027 0 1 0 134 2 0 0 25 0 9 0 19924898 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16131] ppid=16128 vsize=868596 CPUtime=0.63
/proc/16129/task/16131/stat : 16131 (java) S 16128 16115 12210 0 -1 64 8108 0 0 0 60 3 0 0 15 0 9 0 19924899 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16132] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16132/stat : 16132 (java) S 16128 16115 12210 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19924899 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16133] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16133/stat : 16133 (java) S 16128 16115 12210 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19924899 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16134] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16134/stat : 16134 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19924902 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16135] ppid=16128 vsize=868596 CPUtime=0.21
/proc/16129/task/16135/stat : 16135 (java) S 16128 16115 12210 0 -1 64 1531 0 0 0 20 1 0 0 16 0 9 0 19924902 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16136] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16136/stat : 16136 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19924902 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16137] ppid=16128 vsize=868596 CPUtime=0
/proc/16129/task/16137/stat : 16137 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19924902 889442304 12387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890820

[startup+6.30287 s]
/proc/loadavg: 2.01 1.99 1.75 3/85 16137
/proc/meminfo: memFree=1713264/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.79
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1310 7393 0 1 5 1 69 4 16 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
[pid=16128] ppid=16115 vsize=5356 CPUtime=0
/proc/16128/stat : 16128 (sh) S 16115 16115 12210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19924897 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16128/statm: 1339 233 193 169 0 50 0
[pid=16129] ppid=16128 vsize=868708 CPUtime=5.39
/proc/16129/stat : 16129 (java) S 16128 16115 12210 0 -1 0 16643 0 1 0 517 22 0 0 18 0 9 0 19924897 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16129/statm: 217177 15057 2591 9 0 211654 0
[pid=16129/tid=16130] ppid=16128 vsize=868708 CPUtime=3.88
/proc/16129/task/16130/stat : 16130 (java) R 16128 16115 12210 0 -1 64 3499 0 1 0 374 14 0 0 25 0 9 0 19924898 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4126552816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16131] ppid=16128 vsize=868708 CPUtime=1.19
/proc/16129/task/16131/stat : 16131 (java) S 16128 16115 12210 0 -1 64 10873 0 0 0 114 5 0 0 16 0 9 0 19924899 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16132] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16132/stat : 16132 (java) S 16128 16115 12210 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19924899 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16133] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16133/stat : 16133 (java) S 16128 16115 12210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19924899 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16134] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16134/stat : 16134 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16135] ppid=16128 vsize=868708 CPUtime=0.29
/proc/16129/task/16135/stat : 16135 (java) S 16128 16115 12210 0 -1 64 1572 0 0 0 28 1 0 0 15 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16136] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16136/stat : 16136 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16137] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16137/stat : 16137 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 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) 890932

[startup+12.7014 s]
/proc/loadavg: 2.16 2.02 1.76 3/85 16137
/proc/meminfo: memFree=1642480/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=0.79
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1310 7393 0 1 5 1 69 4 16 0 1 0 19924814 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1111 409 3 0 796 0
[pid=16128] ppid=16115 vsize=5356 CPUtime=0
/proc/16128/stat : 16128 (sh) S 16115 16115 12210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19924897 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16128/statm: 1339 233 193 169 0 50 0
[pid=16129] ppid=16128 vsize=868708 CPUtime=11.69
/proc/16129/stat : 16129 (java) S 16128 16115 12210 0 -1 0 17077 0 1 0 1100 69 0 0 18 0 9 0 19924897 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16129/statm: 217177 15057 2591 9 0 211654 0
[pid=16129/tid=16130] ppid=16128 vsize=868708 CPUtime=9.97
/proc/16129/task/16130/stat : 16130 (java) R 16128 16115 12210 0 -1 64 3933 0 1 0 939 58 0 0 25 0 9 0 19924898 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4127140552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16131] ppid=16128 vsize=868708 CPUtime=1.4
/proc/16129/task/16131/stat : 16131 (java) S 16128 16115 12210 0 -1 64 10873 0 0 0 132 8 0 0 16 0 9 0 19924899 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16132] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16132/stat : 16132 (java) S 16128 16115 12210 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19924899 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16133] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16133/stat : 16133 (java) S 16128 16115 12210 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19924899 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16134] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16134/stat : 16134 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16135] ppid=16128 vsize=868708 CPUtime=0.29
/proc/16129/task/16135/stat : 16135 (java) S 16128 16115 12210 0 -1 64 1572 0 0 0 28 1 0 0 17 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16136] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16136/stat : 16136 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16129/tid=16137] ppid=16128 vsize=868708 CPUtime=0
/proc/16129/task/16137/stat : 16137 (java) S 16128 16115 12210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19924902 889556992 15057 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890932

[startup+25.5016 s]
/proc/loadavg: 2.36 2.07 1.78 3/77 16139
/proc/meminfo: memFree=1282736/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 15 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=328472 CPUtime=5.39
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 80507 0 0 0 490 49 0 0 25 0 1 0 19926817 336355328 80493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16139/statm: 82118 80493 72 150 0 81965 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 350696

[startup+51.1019 s]
/proc/loadavg: 2.24 2.06 1.78 3/77 16139
/proc/meminfo: memFree=1265968/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0

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

/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 91771 0 0 0 139515 64 0 0 25 0 1 0 19926817 382660608 91757 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 93423 91757 76 150 0 93270 0
Current children cumulated CPU time (s) 1415.48
Current children cumulated vsize (KiB) 395916

[startup+1482.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/85 16219
/proc/meminfo: memFree=1220664/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=374748 CPUtime=1455.77
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 92025 0 0 0 145512 65 0 0 25 0 1 0 19926817 383741952 92011 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 93687 92011 76 150 0 93534 0
Current children cumulated CPU time (s) 1475.46
Current children cumulated vsize (KiB) 396972

[startup+1542.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/85 16219
/proc/meminfo: memFree=1219576/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=375804 CPUtime=1515.74
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 92287 0 0 0 151509 65 0 0 25 0 1 0 19926817 384823296 92273 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 93951 92273 76 150 0 93798 0
Current children cumulated CPU time (s) 1535.43
Current children cumulated vsize (KiB) 398028

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/85 16219
/proc/meminfo: memFree=1218296/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=376992 CPUtime=1575.71
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 92596 0 0 0 157506 65 0 0 25 0 1 0 19926817 386039808 92582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 94248 92582 76 150 0 94095 0
Current children cumulated CPU time (s) 1595.4
Current children cumulated vsize (KiB) 399216

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/85 16219
/proc/meminfo: memFree=1216952/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=378312 CPUtime=1635.69
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 92920 0 0 0 163503 66 0 0 25 0 1 0 19926817 387391488 92906 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 94578 92906 76 150 0 94425 0
Current children cumulated CPU time (s) 1655.38
Current children cumulated vsize (KiB) 400536

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/85 16219
/proc/meminfo: memFree=1215992/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=379236 CPUtime=1695.67
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 93158 0 0 0 169501 66 0 0 25 0 1 0 19926817 388337664 93144 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 94809 93144 76 150 0 94656 0
Current children cumulated CPU time (s) 1715.36
Current children cumulated vsize (KiB) 401460

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/85 16219
/proc/meminfo: memFree=1214968/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=380160 CPUtime=1755.64
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 93390 0 0 0 175498 66 0 0 25 0 1 0 19926817 389283840 93376 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 95040 93376 76 150 0 94887 0
Current children cumulated CPU time (s) 1775.33
Current children cumulated vsize (KiB) 402384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807 s]
/proc/loadavg: 1.00 1.01 1.23 2/85 16219
/proc/meminfo: memFree=1214328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=381000 CPUtime=1780.33
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 93549 0 0 0 177967 66 0 0 25 0 1 0 19926817 390144000 93535 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 95250 93535 76 150 0 95097 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 403224

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

############
# WARNING:
# current cumulated CPU time (19.76 s) is less than in the last sample (1800.02 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1780.26 s) to the 'lost time'.

[startup+1807 s]
/proc/loadavg: 1.00 1.01 1.23 2/85 16219
/proc/meminfo: memFree=1214328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.69
/proc/16115/stat : 16115 (sugar) S 16113 16115 12210 0 -1 4194304 1376 25270 0 2 6 1 1835 127 16 0 1 0 19924814 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16115/statm: 4217 1113 409 3 0 796 0
[pid=16138] ppid=16115 vsize=5356 CPUtime=0
/proc/16138/stat : 16138 (sh) S 16115 16115 12210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19926817 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16138/statm: 1339 232 193 169 0 50 0
[pid=16139] ppid=16138 vsize=381000 CPUtime=1780.33
/proc/16139/stat : 16139 (minisat) R 16138 16115 12210 0 -1 4194304 93549 0 0 0 177967 66 0 0 25 0 1 0 19926817 390144000 93535 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/16139/statm: 95250 93535 76 150 0 95097 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 403224

[startup+1807.12 s]
/proc/loadavg: 1.00 1.01 1.23 2/85 16219
/proc/meminfo: memFree=1214328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.76
/proc/16115/stat : 16115 (sugar) R 16113 16115 12210 0 -1 4194304 1423 25547 0 2 6 7 1835 128 17 0 1 0 19924814 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16115/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 19.76
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1807.12 s]
/proc/loadavg: 1.00 1.01 1.23 2/85 16219
/proc/meminfo: memFree=1214328/2055920 swapFree=4192812/4192956
[pid=16115] ppid=16113 vsize=16868 CPUtime=19.76
/proc/16115/stat : 16115 (sugar) R 16113 16115 12210 0 -1 4194304 1423 25547 0 2 6 7 1835 128 17 0 1 0 19924814 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16115/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 19.76
Current children cumulated vsize (KiB) 16868

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): 1780.26
#  lost CPU user time (s): 1779.67
#  lost CPU system time (s): 0.59

Real time (s): 1807.16
CPU time (s): 1800.08
CPU user time (s): 1798.1
CPU system time (s): 1.98179
CPU usage (%): 99.6082
Max. virtual memory (cumulated for all children) (KiB): 891324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.4252
system time used= 1.39179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27029
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= 13639
involuntary context switches= 13872

runsolver used 2.22066 second user time and 5.76512 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 18:10:09
IDJOB=2062326
IDBENCH=53889
IDSOLVER=739
FILE ID=node43/2062326-1247328609
PBS_JOBID= 9506542
Free space on /tmp= 66188 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-38-38.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2062326-1247328609/watcher-2062326-1247328609 -o /tmp/evaluation-result-2062326-1247328609/solver-2062326-1247328609 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2062326-1247328609.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8beb85ceff4b90efe0bf9dde7a9a15a1
RANDOM SEED=1738006295

node43.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.213
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	: 5931.00
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.213
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:       1779744 kB
Buffers:         29800 kB
Cached:         174876 kB
SwapCached:        140 kB
Active:          76392 kB
Inactive:       147816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:          30216 kB
Slab:            37216 kB
Committed_AS:   242080 kB
PageTables:       1820 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= 66188 MiB
End job on node43 at 2009-07-11 18:40:18