Trace number 2063184

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.09 1800.83

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-32_ext.xml
MD5SUM8805480f3678cb88558dc50a18f30af9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark984.19
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:47:55 2009
0.00/0.07	c 0	PID 13600
0.00/0.07	c 0	HOST node26.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2063184-1247330874.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063184-1247330874.xml' 'HOME/temp.csp'
1.11/1.17	c 1	1 domains, 24 variables, 0 predicates, 72 relations, 72 constraints
1.11/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.11/1.18	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'
1.20/1.24	c 1	Parsing HOME/temp.csp
3.43/3.42	c 3	parsed 169 expressions
3.43/3.42	c 3	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.43/3.42	c 3	Converting to clausal form CSP
3.43/3.46	c 3	converted 17 (10%) expressions
3.43/3.48	c 3	converted 34 (20%) expressions
3.43/3.48	c 3	converted 51 (30%) expressions
3.54/3.51	c 3	converted 68 (40%) expressions
3.54/3.54	c 3	converted 85 (50%) expressions
3.64/3.62	c 3	converted 102 (60%) expressions
3.84/3.83	c 3	converted 119 (70%) expressions
4.34/4.40	c 4	converted 136 (80%) expressions
4.64/4.61	c 4	converted 153 (90%) expressions
4.84/4.80	c 4	converted 169 (100%) expressions
4.84/4.80	c 4	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.84/4.81	c 4	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.84/4.81	c 4	Propagation in CSP
4.84/4.81	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.84/4.81	c 4	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.84/4.81	c 4	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.84/4.81	c 4	Simplifing CSP by introducing new Boolean variables
4.84/4.81	c 4	CSP : 24 integers, 0 booleans, 72 clauses, largest domain size 24
4.84/4.81	c 4	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.04/5.01	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.04/5.02	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.04/5.02	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.04/5.02	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.04/5.02	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.04/5.03	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.04/5.03	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.04/5.03	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.04/5.03	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.04/5.03	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.04/5.03	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.46/5.41	c 5	8 (10%) CSP clauses are encoded (24105 clauses, 574790 bytes)
5.77/5.70	c 5	15 (20%) CSP clauses are encoded (44577 clauses, 1070722 bytes)
5.97/6.00	c 5	22 (30%) CSP clauses are encoded (65083 clauses, 1585869 bytes)
6.26/6.29	c 6	29 (40%) CSP clauses are encoded (86714 clauses, 2123762 bytes)
6.56/6.58	c 6	36 (50%) CSP clauses are encoded (108329 clauses, 2667057 bytes)
6.96/6.92	c 6	44 (60%) CSP clauses are encoded (132955 clauses, 3316811 bytes)
7.26/7.22	c 7	51 (70%) CSP clauses are encoded (154466 clauses, 3896178 bytes)
7.55/7.52	c 7	58 (80%) CSP clauses are encoded (176114 clauses, 4483831 bytes)
7.85/7.80	c 7	65 (90%) CSP clauses are encoded (196610 clauses, 5037183 bytes)
8.15/8.12	c 8	72 (100%) CSP clauses are encoded (218153 clauses, 5621613 bytes)
8.15/8.12	c 8	72 CSP clauses encoded
8.15/8.12	c 8	Writing map file : HOME/temp.map
8.15/8.12	c 8	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.15/8.12	c 8	SAT : 552 SAT variables, 218153 SAT clauses, 5621613 bytes
8.15/8.12	c 8	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.15/8.16	c 8	SOLVING HOME/temp.cnf
8.15/8.17	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.15/8.17	c 8	This is MiniSat 2.0 beta
8.15/8.17	c 8	WARNING: for repeatability, setting FPU to use double precision
8.15/8.17	c 8	============================[ Problem Statistics ]=============================
8.15/8.17	c 8	|                                                                             |
8.15/8.17	c 8	|  Number of variables:  552                                                  |
8.15/8.17	c 8	|  Number of clauses:    218153                                               |
8.20/8.30	c 8	|  Parsing time:         0.11         s                                       |
8.20/8.31	c 8	============================[ Search Statistics ]==============================
8.20/8.31	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.20/8.31	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.20/8.31	c 8	===============================================================================
8.20/8.31	c 8	|         0 |     552   218153  1213803 |    72717        0    nan |  0.000 % |
8.20/8.46	c 8	|       102 |     552   218153  1213803 |    79989      102     10 |  0.000 % |
8.20/8.61	c 8	|       252 |     552   218153  1213803 |    87988      252     13 |  0.008 % |
8.72/8.80	c 8	|       478 |     552   218153  1213803 |    96787      478     12 |  0.007 % |
9.11/9.13	c 9	|       815 |     552   218153  1213803 |   106465      815     13 |  0.008 % |
9.51/9.58	c 9	|      1321 |     552   218153  1213803 |   117112     1321     13 |  0.008 % |
10.11/10.18	c 10	|      2080 |     552   218153  1213803 |   128823     2080     13 |  0.008 % |
11.11/11.20	c 11	|      3220 |     552   218153  1213803 |   141706     3220     13 |  0.007 % |
12.72/12.71	c 12	|      4928 |     552   218153  1213803 |   155876     4928     14 |  0.003 % |
15.12/15.14	c 15	|      7490 |     552   218153  1213803 |   171464     7490     14 |  0.008 % |
19.11/19.18	c 19	|     11334 |     552   218153  1213803 |   188610    11334     16 |  0.008 % |
24.81/24.82	c 24	|     17101 |     552   218153  1213803 |   207471    17101     16 |  0.008 % |
34.20/34.29	c 34	|     25753 |     552   218153  1213803 |   228219    25753     16 |  0.008 % |
49.29/49.37	c 49	|     38728 |     552   218153  1213803 |   251041    38728     16 |  0.008 % |
71.28/71.37	c 71	|     58190 |     552   218153  1213803 |   276145    58190     16 |  0.008 % |
112.67/112.71	c 112	|     87382 |     552   218153  1213803 |   303759    87382     17 |  0.007 % |
181.65/181.79	c 181	|    131171 |     552   218153  1213803 |   334135   131171     17 |  0.009 % |
303.81/303.95	c 303	|    196856 |     552   218153  1213803 |   367549   196856     18 |  0.009 % |
556.03/556.20	c 556	|    295382 |     552   218153  1213803 |   404304   295382     19 |  0.002 % |
970.24/970.69	c 970	|    443171 |     552   218153  1213803 |   444734    58533     22 |  0.005 % |
1460.24/1460.89	c 1460	|    664854 |     552   218153  1213803 |   489208   280216     20 |  0.007 % |
1800.09/1800.81	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1800.81	c 1800	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1800.81	c ERROR INTERRUPTED
1800.09/1800.82	s UNKNOWN
1800.09/1800.82	c 1800	CPU 8.21 (0.05 0.01 7.9 0.25)
1800.09/1800.82	c 1800	END Sat Jul 11 19:17:55 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-2063184-1247330874/watcher-2063184-1247330874 -o /tmp/evaluation-result-2063184-1247330874/solver-2063184-1247330874 -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-2063184-1247330874.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.07 1.05 1.17 3/82 13600
/proc/meminfo: memFree=1072208/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=12272 CPUtime=0
/proc/13600/stat : 13600 (sugar) R 13598 13600 11509 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20153770 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 269028332257 0 0 4224 0 0 0 0 17 0 0 0
/proc/13600/statm: 3068 328 246 3 0 168 0

[startup+0.092239 s]
/proc/loadavg: 1.07 1.05 1.17 3/82 13600
/proc/meminfo: memFree=1072208/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=0.06
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20153770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101233 s]
/proc/loadavg: 1.07 1.05 1.17 3/82 13600
/proc/meminfo: memFree=1072208/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=0.06
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20153770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301274 s]
/proc/loadavg: 1.07 1.05 1.17 3/82 13600
/proc/meminfo: memFree=1072208/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=0.06
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20153770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702337 s]
/proc/loadavg: 1.07 1.05 1.17 3/82 13600
/proc/meminfo: memFree=1072208/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=0.06
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20153770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 1.07 1.05 1.17 2/93 13612
/proc/meminfo: memFree=1045112/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=1.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1309 9241 0 1 5 1 107 7 16 0 1 0 20153770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 16868

[startup+3.10272 s]
/proc/loadavg: 1.07 1.05 1.17 2/93 13622
/proc/meminfo: memFree=1043320/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=1.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1309 9241 0 1 5 1 107 7 16 0 1 0 20153770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1111 409 3 0 796 0
[pid=13613] ppid=13600 vsize=5356 CPUtime=0
/proc/13613/stat : 13613 (sh) S 13600 13600 11509 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 20153888 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13613/statm: 1339 233 193 169 0 50 0
[pid=13614] ppid=13613 vsize=863260 CPUtime=1.93
/proc/13614/stat : 13614 (java) S 13613 13600 11509 0 -1 0 13609 0 1 0 187 6 0 0 18 0 9 0 20153888 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13614/statm: 215815 12859 2158 9 0 210728 0
[pid=13614/tid=13615] ppid=13613 vsize=863260 CPUtime=1.21
/proc/13614/task/13615/stat : 13615 (java) S 13613 13600 11509 0 -1 64 2330 0 1 0 121 0 0 0 17 0 9 0 20153889 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13614/tid=13616] ppid=13613 vsize=863260 CPUtime=0.66
/proc/13614/task/13616/stat : 13616 (java) R 13613 13600 11509 0 -1 64 10257 0 0 0 62 4 0 0 16 0 9 0 20153890 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 103731821 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13617] ppid=13613 vsize=863260 CPUtime=0
/proc/13614/task/13617/stat : 13617 (java) S 13613 13600 11509 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 20153890 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13618] ppid=13613 vsize=863260 CPUtime=0
/proc/13614/task/13618/stat : 13618 (java) S 13613 13600 11509 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20153890 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13619] ppid=13613 vsize=863260 CPUtime=0
/proc/13614/task/13619/stat : 13619 (java) S 13613 13600 11509 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20153892 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13620] ppid=13613 vsize=863260 CPUtime=0.03
/proc/13614/task/13620/stat : 13620 (java) S 13613 13600 11509 0 -1 64 320 0 0 0 3 0 0 0 15 0 9 0 20153892 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13621] ppid=13613 vsize=863260 CPUtime=0
/proc/13614/task/13621/stat : 13621 (java) S 13613 13600 11509 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20153892 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13622] ppid=13613 vsize=863260 CPUtime=0
/proc/13614/task/13622/stat : 13622 (java) S 13613 13600 11509 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20153892 883978240 12859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 885484

[startup+6.30223 s]
/proc/loadavg: 1.06 1.05 1.17 2/93 13622
/proc/meminfo: memFree=976888/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=1.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1310 9241 0 1 5 1 107 7 16 0 1 0 20153770 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1111 409 3 0 796 0
[pid=13613] ppid=13600 vsize=5356 CPUtime=0
/proc/13613/stat : 13613 (sh) S 13600 13600 11509 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 20153888 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13613/statm: 1339 233 193 169 0 50 0
[pid=13614] ppid=13613 vsize=865208 CPUtime=5.16
/proc/13614/stat : 13614 (java) S 13613 13600 11509 0 -1 0 25253 0 1 0 503 13 0 0 18 0 9 0 20153888 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13614/statm: 216302 24425 2590 9 0 210779 0
[pid=13614/tid=13615] ppid=13613 vsize=865208 CPUtime=3.23
/proc/13614/task/13615/stat : 13615 (java) R 13613 13600 11509 0 -1 64 3731 0 1 0 320 3 0 0 20 0 9 0 20153889 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4126573402 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13616] ppid=13613 vsize=865208 CPUtime=1.83
/proc/13614/task/13616/stat : 13616 (java) S 13613 13600 11509 0 -1 64 20469 0 0 0 175 8 0 0 16 0 9 0 20153890 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13617] ppid=13613 vsize=865208 CPUtime=0
/proc/13614/task/13617/stat : 13617 (java) S 13613 13600 11509 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20153890 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13618] ppid=13613 vsize=865208 CPUtime=0
/proc/13614/task/13618/stat : 13618 (java) S 13613 13600 11509 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20153890 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13619] ppid=13613 vsize=865208 CPUtime=0
/proc/13614/task/13619/stat : 13619 (java) S 13613 13600 11509 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 20153892 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13620] ppid=13613 vsize=865208 CPUtime=0.07
/proc/13614/task/13620/stat : 13620 (java) S 13613 13600 11509 0 -1 64 351 0 0 0 7 0 0 0 16 0 9 0 20153892 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13621] ppid=13613 vsize=865208 CPUtime=0
/proc/13614/task/13621/stat : 13621 (java) S 13613 13600 11509 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20153892 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13614/tid=13622] ppid=13613 vsize=865208 CPUtime=0
/proc/13614/task/13622/stat : 13622 (java) S 13613 13600 11509 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20153892 885972992 24425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 887432

[startup+12.7013 s]
/proc/loadavg: 1.06 1.05 1.17 2/85 13624
/proc/meminfo: memFree=1045432/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=15248 CPUtime=4.52
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 3645 0 0 0 450 2 0 0 25 0 1 0 20154587 15613952 3631 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 3812 3631 75 150 0 3659 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 37472

[startup+25.5013 s]
/proc/loadavg: 1.04 1.05 1.17 2/85 13624
/proc/meminfo: memFree=1044216/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=16620 CPUtime=17.31
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 3985 0 0 0 1729 2 0 0 25 0 1 0 20154587 17018880 3971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 4155 3971 75 150 0 4002 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 38844

[startup+51.1024 s]
/proc/loadavg: 1.03 1.04 1.16 2/85 13624
/proc/meminfo: memFree=1041848/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=19052 CPUtime=42.89
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 4580 0 0 0 4286 3 0 0 25 0 1 0 20154587 19509248 4566 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 4763 4566 75 150 0 4610 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41276

[startup+102.307 s]
/proc/loadavg: 1.01 1.03 1.15 2/85 13624
/proc/meminfo: memFree=1037688/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=23276 CPUtime=94.08
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 5615 0 0 0 9404 4 0 0 25 0 1 0 20154587 23834624 5601 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 5819 5601 75 150 0 5666 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 45500

[startup+162.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/85 13626
/proc/meminfo: memFree=1033912/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=27040 CPUtime=154.05
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 6568 0 0 0 15401 4 0 0 25 0 1 0 20154587 27688960 6554 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 6760 6554 75 150 0 6607 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49264

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

/proc/meminfo: memFree=950968/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=61788 CPUtime=1293.6
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15089 0 0 0 129344 16 0 0 25 0 1 0 20154587 63270912 15075 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15447 15075 75 150 0 15294 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 84012

[startup+1362.3 s]
/proc/loadavg: 2.00 1.94 1.60 3/77 13685
/proc/meminfo: memFree=949112/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=61940 CPUtime=1353.57
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15117 0 0 0 135341 16 0 0 25 0 1 0 20154587 63426560 15103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15485 15103 75 150 0 15332 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 84164

[startup+1422.31 s]
/proc/loadavg: 2.00 1.95 1.62 3/77 13685
/proc/meminfo: memFree=947128/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=62072 CPUtime=1413.56
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15147 0 0 0 141339 17 0 0 25 0 1 0 20154587 63561728 15133 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15518 15133 75 150 0 15365 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 84296

[startup+1482.3 s]
/proc/loadavg: 2.00 1.95 1.64 3/77 13685
/proc/meminfo: memFree=945144/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=62360 CPUtime=1473.52
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15232 0 0 0 147335 17 0 0 25 0 1 0 20154587 63856640 15218 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15590 15218 75 150 0 15437 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 84584

[startup+1542.3 s]
/proc/loadavg: 2.00 1.96 1.66 3/77 13685
/proc/meminfo: memFree=943032/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=62640 CPUtime=1533.5
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15301 0 0 0 153333 17 0 0 25 0 1 0 20154587 64143360 15287 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15660 15287 75 150 0 15507 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 84864

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/77 13685
/proc/meminfo: memFree=941560/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=62776 CPUtime=1593.47
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15339 0 0 0 159330 17 0 0 25 0 1 0 20154587 64282624 15325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15694 15325 75 150 0 15541 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 85000

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.70 3/77 13685
/proc/meminfo: memFree=941368/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=63072 CPUtime=1653.44
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15382 0 0 0 165327 17 0 0 25 0 1 0 20154587 64585728 15368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15768 15368 75 150 0 15615 0
Current children cumulated CPU time (s) 1661.64
Current children cumulated vsize (KiB) 85296

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.71 3/77 13685
/proc/meminfo: memFree=941048/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=63072 CPUtime=1713.42
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15402 0 0 0 171325 17 0 0 25 0 1 0 20154587 64585728 15388 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15768 15388 75 150 0 15615 0
Current children cumulated CPU time (s) 1721.62
Current children cumulated vsize (KiB) 85296

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.73 3/77 13685
/proc/meminfo: memFree=940152/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=63364 CPUtime=1773.4
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15466 0 0 0 177322 18 0 0 25 0 1 0 20154587 64884736 15452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15841 15452 75 150 0 15688 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 85588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 1.97 1.73 3/77 13685
/proc/meminfo: memFree=939896/2055920 swapFree=4192956/4192956
[pid=13600] ppid=13598 vsize=16868 CPUtime=8.2
/proc/13600/stat : 13600 (sugar) S 13598 13600 11509 0 -1 4194304 1374 34838 0 2 5 1 789 25 16 0 1 0 20153770 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13600/statm: 4217 1112 409 3 0 796 0
[pid=13623] ppid=13600 vsize=5356 CPUtime=0
/proc/13623/stat : 13623 (sh) S 13600 13600 11509 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20154587 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13623/statm: 1339 232 193 169 0 50 0
[pid=13624] ppid=13623 vsize=63664 CPUtime=1791.89
/proc/13624/stat : 13624 (minisat) R 13623 13600 11509 0 -1 4194304 15538 0 0 0 179171 18 0 0 25 0 1 0 20154587 65191936 15524 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13624/statm: 15916 15524 75 150 0 15763 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 85888

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13600 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=955790
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=279957
# CPU time returned by wait4() is 8.23575
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.83
CPU time (s): 1800.09
CPU user time (s): 1799.65
CPU system time (s): 0.44
CPU usage (%): 99.9591
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.95579
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36685
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= 1708
involuntary context switches= 955

runsolver used 1.9907 second user time and 5.79512 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-11 18:47:54
IDJOB=2063184
IDBENCH=53982
IDSOLVER=739
FILE ID=node26/2063184-1247330874
PBS_JOBID= 9506576
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-32_ext.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-2063184-1247330874/watcher-2063184-1247330874 -o /tmp/evaluation-result-2063184-1247330874/solver-2063184-1247330874 -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-2063184-1247330874.xml

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

MD5SUM BENCH= 8805480f3678cb88558dc50a18f30af9
RANDOM SEED=214156495

node26.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.281
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.281
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:       1072752 kB
Buffers:         61500 kB
Cached:         832700 kB
SwapCached:          0 kB
Active:         260624 kB
Inactive:       666496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1072752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3992 kB
Writeback:           0 kB
Mapped:          51064 kB
Slab:            41364 kB
Committed_AS:   178584 kB
PageTables:       1832 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= 66356 MiB
End job on node26 at 2009-07-11 19:17:57