Trace number 2071368

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.06 1808.91

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-08.xml
MD5SUM2f39a3fa7127c18c5476e0f90cec8505
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.737887
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:05:40 2009
0.00/0.08	c 0	PID 16330
0.07/0.08	c 0	HOST node26.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2071368-1247353540.xml TO HOME/temp.csp
0.07/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-2071368-1247353540.xml' 'HOME/temp.csp'
0.07/0.96	c 1	1 domains, 365 variables, 7 predicates, 6 relations, 3584 constraints
0.07/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.99	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.93/1.07	c 1	Parsing HOME/temp.csp
1.22/1.38	c 1	parsed 3963 expressions
1.22/1.38	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.38	c 1	Converting to clausal form CSP
1.42/1.59	c 1	converted 397 (10%) expressions
4.29/4.44	c 4	converted 793 (20%) expressions
4.48/4.61	c 4	converted 1189 (30%) expressions
4.58/4.71	c 5	converted 1586 (40%) expressions
4.78/4.90	c 5	converted 1982 (50%) expressions
4.88/5.09	c 5	converted 2378 (60%) expressions
4.98/5.14	c 5	converted 2775 (70%) expressions
5.07/5.20	c 5	converted 3171 (80%) expressions
5.07/5.25	c 5	converted 3567 (90%) expressions
5.18/5.31	c 5	converted 3963 (100%) expressions
5.18/5.31	c 5	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
5.18/5.31	c 5	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.18/5.31	c 5	Propagation in CSP
5.18/5.33	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.18/5.33	c 5	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
5.18/5.33	c 5	Heap : 100 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.18/5.34	c 5	Simplifing CSP by introducing new Boolean variables
5.38/5.52	c 5	CSP : 365 integers, 31566 booleans, 35150 clauses, largest domain size 26
5.38/5.52	c 5	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.27/6.42	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.27/6.46	c 6	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
6.27/6.46	c 6	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
6.27/6.46	c 6	110 (30%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
6.27/6.47	c 6	146 (40%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
6.27/6.47	c 6	183 (50%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
6.27/6.47	c 6	219 (60%) CSP integer variables are encoded (5256 clauses, 66265 bytes)
6.27/6.47	c 6	256 (70%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
6.27/6.47	c 6	292 (80%) CSP integer variables are encoded (7008 clauses, 89041 bytes)
6.27/6.47	c 6	329 (90%) CSP integer variables are encoded (7896 clauses, 100585 bytes)
6.27/6.47	c 6	365 (100%) CSP integer variables are encoded (8760 clauses, 111817 bytes)
94.12/95.24	c 95	3515 (10%) CSP clauses are encoded (1459613 clauses, 62188097 bytes)
99.86/101.05	c 101	7030 (20%) CSP clauses are encoded (1578577 clauses, 66052661 bytes)
105.79/107.06	c 107	10545 (30%) CSP clauses are encoded (1697566 clauses, 69965067 bytes)
147.79/149.45	c 149	14060 (40%) CSP clauses are encoded (2044370 clauses, 88347783 bytes)
147.99/149.62	c 149	17575 (50%) CSP clauses are encoded (2127785 clauses, 89932800 bytes)
148.08/149.79	c 150	21090 (60%) CSP clauses are encoded (2211175 clauses, 91578895 bytes)
148.28/149.96	c 150	24605 (70%) CSP clauses are encoded (2294590 clauses, 93225437 bytes)
148.48/150.12	c 150	28120 (80%) CSP clauses are encoded (2377980 clauses, 94871532 bytes)
148.58/150.29	c 150	31635 (90%) CSP clauses are encoded (2461395 clauses, 96518074 bytes)
148.78/150.46	c 150	35150 (100%) CSP clauses are encoded (2545785 clauses, 98177449 bytes)
148.78/150.46	c 150	35150 CSP clauses encoded
148.78/150.46	c 150	Writing map file : HOME/temp.map
148.78/150.48	c 150	Heap : 125 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
148.78/150.48	c 150	SAT : 40691 SAT variables, 2545785 SAT clauses, 98177449 bytes
148.78/150.48	c 150	Heap : 125 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
148.86/150.53	c 150	SOLVING HOME/temp.cnf
148.86/150.53	c 150	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
148.86/150.54	c 150	This is MiniSat 2.0 beta
148.86/150.54	c 150	WARNING: for repeatability, setting FPU to use double precision
148.86/150.54	c 150	============================[ Problem Statistics ]=============================
148.86/150.54	c 150	|                                                                             |
148.86/150.54	c 150	|  Number of variables:  40691                                                |
148.86/150.54	c 150	|  Number of clauses:    2545785                                              |
151.14/152.82	c 153	|  Parsing time:         1.94         s                                       |
151.24/152.98	c 153	============================[ Search Statistics ]==============================
151.24/152.98	c 153	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
151.24/152.98	c 153	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
151.24/152.98	c 153	===============================================================================
151.24/152.98	c 153	|         0 |   40691  2545785 16964092 |   848595        0    nan |  0.000 % |
151.42/153.17	c 153	|       101 |   40691  2545785 16964092 |   933454      101      7 |  0.000 % |
151.63/153.31	c 153	|       251 |   40691  2545785 16964092 |  1026799      251      8 |  0.000 % |
151.73/153.41	c 153	|       477 |   40691  2545785 16964092 |  1129479      477      8 |  0.000 % |
151.83/153.55	c 153	|       814 |   40691  2545785 16964092 |  1242427      814      8 |  0.000 % |
152.02/153.73	c 154	|      1321 |   40691  2545785 16964092 |  1366670     1321      9 |  0.000 % |
152.22/153.95	c 154	|      2081 |   40691  2545785 16964092 |  1503337     2081      9 |  0.000 % |
152.42/154.16	c 154	|      3220 |   40691  2545785 16964092 |  1653671     3220      9 |  0.000 % |
152.61/154.31	c 154	|      4928 |   40691  2545785 16964092 |  1819038     4928      9 |  0.000 % |
152.81/154.59	c 154	|      7491 |   40691  2545785 16964092 |  2000942     7491     10 |  0.000 % |
154.10/155.80	c 156	|     11335 |   40691  2545785 16964092 |  2201036    11335     11 |  0.000 % |
154.99/156.70	c 157	|     17101 |   40691  2545785 16964092 |  2421140    17101     11 |  0.000 % |
156.27/158.09	c 158	|     25751 |   40691  2545785 16964092 |  2663254    25751     11 |  0.000 % |
159.45/161.24	c 161	|     38725 |   40691  2545785 16964092 |  2929580    38725     11 |  0.000 % |
164.49/166.33	c 166	|     58187 |   40689  2545785 16964092 |  3222538    58185     12 |  0.005 % |
171.43/173.40	c 173	|     87379 |   40688  2545785 16964092 |  3544791    87376     12 |  0.007 % |
183.92/185.98	c 186	|    131169 |   40688  2545785 16964092 |  3899271   131166     12 |  0.007 % |
208.77/211.00	c 211	|    196853 |   40686  2545785 16964092 |  4289198   196848     13 |  0.012 % |
247.30/249.96	c 250	|    295379 |   40684  2545785 16964092 |  4718118   295372     13 |  0.017 % |
319.50/322.85	c 323	|    443168 |   40682  2545785 16964092 |  5189929   443159     13 |  0.022 % |
441.43/445.93	c 446	|    664854 |   40682  2544781 16960633 |  5708922   664823     14 |  0.022 % |
668.58/675.20	c 675	|    997379 |   40682  2544781 16960633 |  6279815   997348     15 |  0.022 % |
1237.59/1246.11	c 1246	|   1496167 |   40682  2544781 16960633 |  6907796  1496136     18 |  0.022 % |
1800.06/1808.82	c ERROR INTERRUPTED
1800.06/1808.87	s UNKNOWN
1800.06/1808.87	c 1809	CPU 148.92 (0.05 0.02 147.69 1.16)
1800.06/1808.87	c 1809	END Sun Jul 12 01:35:49 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-2071368-1247353540/watcher-2071368-1247353540 -o /tmp/evaluation-result-2071368-1247353540/solver-2071368-1247353540 -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-2071368-1247353540.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: 2.15 2.21 2.09 4/72 16330
/proc/meminfo: memFree=1907312/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=18576 CPUtime=0
/proc/16330/stat : 16330 (runsolver) R 16328 16330 15330 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22420305 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16330/statm: 4644 284 249 26 0 2626 0

[startup+0.0879259 s]
/proc/loadavg: 2.15 2.21 2.09 4/72 16330
/proc/meminfo: memFree=1907312/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16740 CPUtime=0.07
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 22420305 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102761 s]
/proc/loadavg: 2.15 2.21 2.09 4/72 16330
/proc/meminfo: memFree=1907312/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.07
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302786 s]
/proc/loadavg: 2.15 2.21 2.09 4/72 16330
/proc/meminfo: memFree=1907312/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.07
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702854 s]
/proc/loadavg: 2.15 2.21 2.09 4/72 16330
/proc/meminfo: memFree=1907312/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.07
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50199 s]
/proc/loadavg: 2.15 2.21 2.09 3/75 16344
/proc/meminfo: memFree=1902488/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.93
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1309 7739 0 1 5 2 81 5 15 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
[pid=16343] ppid=16330 vsize=5356 CPUtime=0
/proc/16343/stat : 16343 (sh) S 16330 16330 15330 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16343/statm: 1339 233 193 169 0 50 0
[pid=16344] ppid=16343 vsize=864252 CPUtime=0.49
/proc/16344/stat : 16344 (java) S 16343 16330 15330 0 -1 0 6831 0 1 0 45 4 0 0 18 0 9 0 22420404 884994048 6112 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16344/statm: 216063 6112 2566 9 0 210568 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886476

[startup+3.10225 s]
/proc/loadavg: 2.15 2.21 2.09 4/83 16352
/proc/meminfo: memFree=1873240/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.93
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1309 7739 0 1 5 2 81 5 16 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
[pid=16343] ppid=16330 vsize=5356 CPUtime=0
/proc/16343/stat : 16343 (sh) S 16330 16330 15330 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16343/statm: 1339 233 193 169 0 50 0
[pid=16344] ppid=16343 vsize=864252 CPUtime=2.08
/proc/16344/stat : 16344 (java) S 16343 16330 15330 0 -1 0 17378 0 1 0 198 10 0 0 18 0 9 0 22420404 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16344/statm: 216063 16618 2566 9 0 210568 0
[pid=16344/tid=16345] ppid=16343 vsize=864252 CPUtime=0.9
/proc/16344/task/16345/stat : 16345 (java) R 16343 16330 15330 0 -1 64 3187 0 1 0 88 2 0 0 23 0 9 0 22420405 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16346] ppid=16343 vsize=864252 CPUtime=1.11
/proc/16344/task/16346/stat : 16346 (java) R 16343 16330 15330 0 -1 64 13171 0 0 0 105 6 0 0 16 0 9 0 22420407 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16347] ppid=16343 vsize=864252 CPUtime=0
/proc/16344/task/16347/stat : 16347 (java) S 16343 16330 15330 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420407 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16348] ppid=16343 vsize=864252 CPUtime=0
/proc/16344/task/16348/stat : 16348 (java) S 16343 16330 15330 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22420407 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16349] ppid=16343 vsize=864252 CPUtime=0
/proc/16344/task/16349/stat : 16349 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420409 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16350] ppid=16343 vsize=864252 CPUtime=0.04
/proc/16344/task/16350/stat : 16350 (java) S 16343 16330 15330 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 22420409 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16351] ppid=16343 vsize=864252 CPUtime=0
/proc/16344/task/16351/stat : 16351 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22420409 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16352] ppid=16343 vsize=864252 CPUtime=0
/proc/16344/task/16352/stat : 16352 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22420409 884994048 16618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886476

[startup+6.30175 s]
/proc/loadavg: 2.14 2.21 2.09 4/83 16352
/proc/meminfo: memFree=1783192/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.93
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1310 7739 0 1 5 2 81 5 16 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
[pid=16343] ppid=16330 vsize=5356 CPUtime=0
/proc/16343/stat : 16343 (sh) S 16330 16330 15330 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16343/statm: 1339 233 193 169 0 50 0
[pid=16344] ppid=16343 vsize=889364 CPUtime=5.24
/proc/16344/stat : 16344 (java) S 16343 16330 15330 0 -1 0 45072 0 1 0 500 24 0 0 18 0 9 0 22420404 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16344/statm: 222341 39193 2567 9 0 216846 0
[pid=16344/tid=16345] ppid=16343 vsize=889364 CPUtime=1.87
/proc/16344/task/16345/stat : 16345 (java) S 16343 16330 15330 0 -1 64 3700 0 1 0 185 2 0 0 25 0 9 0 22420405 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16346] ppid=16343 vsize=889364 CPUtime=3.15
/proc/16344/task/16346/stat : 16346 (java) R 16343 16330 15330 0 -1 64 39193 0 0 0 296 19 0 0 23 0 9 0 22420407 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 104191150 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16347] ppid=16343 vsize=889364 CPUtime=0
/proc/16344/task/16347/stat : 16347 (java) S 16343 16330 15330 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420407 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16348] ppid=16343 vsize=889364 CPUtime=0
/proc/16344/task/16348/stat : 16348 (java) S 16343 16330 15330 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22420407 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16349] ppid=16343 vsize=889364 CPUtime=0
/proc/16344/task/16349/stat : 16349 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420409 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16350] ppid=16343 vsize=889364 CPUtime=0.17
/proc/16344/task/16350/stat : 16350 (java) S 16343 16330 15330 0 -1 64 1475 0 0 0 17 0 0 0 15 0 9 0 22420409 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16351] ppid=16343 vsize=889364 CPUtime=0
/proc/16344/task/16351/stat : 16351 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22420409 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16352] ppid=16343 vsize=889364 CPUtime=0
/proc/16344/task/16352/stat : 16352 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22420409 910708736 39193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 911588

[startup+12.7028 s]
/proc/loadavg: 2.13 2.21 2.09 3/83 16352
/proc/meminfo: memFree=1764312/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.93
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1310 7739 0 1 5 2 81 5 16 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
[pid=16343] ppid=16330 vsize=5356 CPUtime=0
/proc/16343/stat : 16343 (sh) S 16330 16330 15330 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16343/statm: 1339 233 193 169 0 50 0
[pid=16344] ppid=16343 vsize=868736 CPUtime=11.57
/proc/16344/stat : 16344 (java) S 16343 16330 15330 0 -1 0 46364 0 1 0 1126 31 0 0 18 0 9 0 22420404 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16344/statm: 217184 35231 2593 9 0 211661 0
[pid=16344/tid=16345] ppid=16343 vsize=868736 CPUtime=7.88
/proc/16344/task/16345/stat : 16345 (java) R 16343 16330 15330 0 -1 64 4500 0 1 0 780 8 0 0 25 0 9 0 22420405 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4126965731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16346] ppid=16343 vsize=868736 CPUtime=3.41
/proc/16344/task/16346/stat : 16346 (java) S 16343 16330 15330 0 -1 64 39641 0 0 0 321 20 0 0 16 0 9 0 22420407 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16347] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16347/stat : 16347 (java) S 16343 16330 15330 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420407 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16348] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16348/stat : 16348 (java) S 16343 16330 15330 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22420407 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16349] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16349/stat : 16349 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420409 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16350] ppid=16343 vsize=868736 CPUtime=0.24
/proc/16344/task/16350/stat : 16350 (java) S 16343 16330 15330 0 -1 64 1519 0 0 0 24 0 0 0 16 0 9 0 22420409 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16351] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16351/stat : 16351 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22420409 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16352] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16352/stat : 16352 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22420409 889585664 35231 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890960

[startup+25.5028 s]
/proc/loadavg: 2.10 2.20 2.09 3/83 16352
/proc/meminfo: memFree=1746456/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.93
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1310 7739 0 1 5 2 81 5 16 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0
[pid=16343] ppid=16330 vsize=5356 CPUtime=0
/proc/16343/stat : 16343 (sh) S 16330 16330 15330 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22420404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16343/statm: 1339 233 193 169 0 50 0
[pid=16344] ppid=16343 vsize=868736 CPUtime=24.23
/proc/16344/stat : 16344 (java) S 16343 16330 15330 0 -1 0 48077 0 1 0 2384 39 0 0 18 0 9 0 22420404 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16344/statm: 217184 36874 2593 9 0 211661 0
[pid=16344/tid=16345] ppid=16343 vsize=868736 CPUtime=20.19
/proc/16344/task/16345/stat : 16345 (java) R 16343 16330 15330 0 -1 64 4570 0 1 0 2004 15 0 0 25 0 9 0 22420405 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4126549856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16346] ppid=16343 vsize=868736 CPUtime=3.77
/proc/16344/task/16346/stat : 16346 (java) S 16343 16330 15330 0 -1 64 41284 0 0 0 355 22 0 0 16 0 9 0 22420407 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16347] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16347/stat : 16347 (java) S 16343 16330 15330 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22420407 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16348] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16348/stat : 16348 (java) S 16343 16330 15330 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22420407 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16349] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16349/stat : 16349 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22420409 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16350] ppid=16343 vsize=868736 CPUtime=0.24
/proc/16344/task/16350/stat : 16350 (java) S 16343 16330 15330 0 -1 64 1519 0 0 0 24 0 0 0 16 0 9 0 22420409 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16351] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16351/stat : 16351 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22420409 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16344/tid=16352] ppid=16343 vsize=868736 CPUtime=0
/proc/16344/task/16352/stat : 16352 (java) S 16343 16330 15330 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22420409 889585664 36874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890960

[startup+51.1029 s]
/proc/loadavg: 2.06 2.18 2.09 3/83 16352
/proc/meminfo: memFree=1712856/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=0.93
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1310 7739 0 1 5 2 81 5 16 0 1 0 22420305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16330/statm: 4217 1111 409 3 0 796 0

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

/proc/meminfo: memFree=1440912/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=333080 CPUtime=1144.86
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 81786 0 0 0 114399 87 0 0 25 0 1 0 22435359 341073920 81772 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 83270 81772 76 150 0 83117 0
Current children cumulated CPU time (s) 1293.77
Current children cumulated vsize (KiB) 355304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16383
/proc/meminfo: memFree=1435216/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=341692 CPUtime=1204.83
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 83207 0 0 0 120394 89 0 0 25 0 1 0 22435359 349892608 83193 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 85423 83193 76 150 0 85270 0
Current children cumulated CPU time (s) 1353.74
Current children cumulated vsize (KiB) 363916

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16383
/proc/meminfo: memFree=1429328/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=347400 CPUtime=1264.81
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 84663 0 0 0 126391 90 0 0 25 0 1 0 22435359 355737600 84649 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 86850 84649 76 150 0 86697 0
Current children cumulated CPU time (s) 1413.72
Current children cumulated vsize (KiB) 369624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 16383
/proc/meminfo: memFree=1424464/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=352144 CPUtime=1324.79
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 85871 0 0 0 132387 92 0 0 25 0 1 0 22435359 360595456 85857 996147200 134512640 135127466 4294956256 18446744073709551615 134535144 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 88036 85857 76 150 0 87883 0
Current children cumulated CPU time (s) 1473.7
Current children cumulated vsize (KiB) 374368

[startup+1542.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/76 16383
/proc/meminfo: memFree=1419472/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=356844 CPUtime=1384.76
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 87076 0 0 0 138383 93 0 0 25 0 1 0 22435359 365408256 87062 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 89211 87062 76 150 0 89058 0
Current children cumulated CPU time (s) 1533.67
Current children cumulated vsize (KiB) 379068

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/76 16383
/proc/meminfo: memFree=1413712/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=362432 CPUtime=1444.73
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 88520 0 0 0 144379 94 0 0 25 0 1 0 22435359 371130368 88506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 90608 88506 76 150 0 90455 0
Current children cumulated CPU time (s) 1593.64
Current children cumulated vsize (KiB) 384656

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/76 16383
/proc/meminfo: memFree=1408080/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=367804 CPUtime=1504.71
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 89901 0 0 0 150376 95 0 0 25 0 1 0 22435359 376631296 89887 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 91951 89887 76 150 0 91798 0
Current children cumulated CPU time (s) 1653.62
Current children cumulated vsize (KiB) 390028

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/76 16383
/proc/meminfo: memFree=1403856/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=372040 CPUtime=1564.68
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 90959 0 0 0 156371 97 0 0 25 0 1 0 22435359 380968960 90945 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 93010 90945 76 150 0 92857 0
Current children cumulated CPU time (s) 1713.59
Current children cumulated vsize (KiB) 394264

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/77 16384
/proc/meminfo: memFree=1399048/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=376704 CPUtime=1624.65
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 92129 0 0 0 162367 98 0 0 25 0 1 0 22435359 385744896 92115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 94176 92115 76 150 0 94023 0
Current children cumulated CPU time (s) 1773.56
Current children cumulated vsize (KiB) 398928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.8 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 16384
/proc/meminfo: memFree=1397128/2055920 swapFree=4192812/4192956
[pid=16330] ppid=16328 vsize=16868 CPUtime=148.91
/proc/16330/stat : 16330 (sugar) S 16328 16330 15330 0 -1 4194304 1376 81492 0 2 5 2 14769 115 16 0 1 0 22420305 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16330/statm: 4217 1113 409 3 0 796 0
[pid=16353] ppid=16330 vsize=5356 CPUtime=0
/proc/16353/stat : 16353 (sh) S 16330 16330 15330 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22435358 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16353/statm: 1339 232 193 169 0 50 0
[pid=16354] ppid=16353 vsize=378616 CPUtime=1651.15
/proc/16354/stat : 16354 (minisat) R 16353 16330 15330 0 -1 4194304 92591 0 0 0 165016 99 0 0 25 0 1 0 22435359 387702784 92577 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/16354/statm: 94654 92577 76 150 0 94501 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 400840

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 16330 and gives
#  childrusage.ru_utime.tv_sec=147
#  childrusage.ru_utime.tv_usec=753538
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=237811
# CPU time returned by wait4() is 148.991
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.91
CPU time (s): 1800.06
CPU user time (s): 1797.9
CPU system time (s): 2.16
CPU usage (%): 99.5106
Max. virtual memory (cumulated for all children) (KiB): 911588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.754
system time used= 1.23781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83251
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= 10872
involuntary context switches= 13845

runsolver used 2.07368 second user time and 6.19706 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 01:05:40
IDJOB=2071368
IDBENCH=55483
IDSOLVER=739
FILE ID=node26/2071368-1247353540
PBS_JOBID= 9506916
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-08.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-2071368-1247353540/watcher-2071368-1247353540 -o /tmp/evaluation-result-2071368-1247353540/solver-2071368-1247353540 -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-2071368-1247353540.xml

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

MD5SUM BENCH= 2f39a3fa7127c18c5476e0f90cec8505
RANDOM SEED=1433623458

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:       1907792 kB
Buffers:         10824 kB
Cached:          66492 kB
SwapCached:          0 kB
Active:          81392 kB
Inactive:        22720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1907792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          38372 kB
Slab:            29436 kB
Committed_AS:   148808 kB
PageTables:       1704 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= 66364 MiB
End job on node26 at 2009-07-12 01:35:51