Trace number 2071313

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.05 1814.42

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-05.xml
MD5SUMa7dd4daeb8875c2d8b5f586914424d5a
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 benchmark22.6246
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2312
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension2168
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:01:32 2009
0.00/0.08	c 0	PID 16266
0.00/0.08	c 0	HOST node60.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071313-1247353291.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-2071313-1247353291.xml' 'HOME/temp.csp'
0.06/0.66	c 0	1 domains, 368 variables, 6 predicates, 5 relations, 2312 constraints
0.06/0.71	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 0	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.06/0.79	c 0	Parsing HOME/temp.csp
0.63/1.00	c 0	parsed 2692 expressions
0.89/1.01	c 0	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.01	c 0	Converting to clausal form CSP
0.89/1.03	c 1	converted 270 (10%) expressions
2.28/2.46	c 2	converted 539 (20%) expressions
2.98/3.12	c 3	converted 808 (30%) expressions
5.05/5.28	c 5	converted 1077 (40%) expressions
5.15/5.31	c 5	converted 1346 (50%) expressions
5.35/5.53	c 5	converted 1616 (60%) expressions
5.35/5.56	c 5	converted 1885 (70%) expressions
5.35/5.59	c 5	converted 2154 (80%) expressions
5.44/5.66	c 5	converted 2423 (90%) expressions
5.44/5.69	c 5	converted 2692 (100%) expressions
5.44/5.69	c 5	CSP : 368 integers, 0 booleans, 2312 clauses, largest domain size 26
5.44/5.69	c 5	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.44/5.69	c 5	Propagation in CSP
5.55/5.71	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.55/5.71	c 5	CSP : 368 integers, 0 booleans, 2312 clauses, largest domain size 26
5.55/5.71	c 5	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.55/5.72	c 5	Simplifing CSP by introducing new Boolean variables
5.64/5.80	c 5	CSP : 368 integers, 22640 booleans, 24952 clauses, largest domain size 26
5.64/5.80	c 5	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.54/6.70	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.54/6.74	c 6	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
6.54/6.74	c 6	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
6.54/6.74	c 6	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
6.54/6.74	c 6	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
6.54/6.74	c 6	184 (50%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
6.54/6.74	c 6	221 (60%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
6.54/6.75	c 6	258 (70%) CSP integer variables are encoded (6192 clauses, 78433 bytes)
6.54/6.75	c 6	295 (80%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
6.54/6.75	c 6	332 (90%) CSP integer variables are encoded (7968 clauses, 101521 bytes)
6.54/6.75	c 6	368 (100%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
82.29/83.26	c 83	2496 (10%) CSP clauses are encoded (1131478 clauses, 48487588 bytes)
219.35/221.67	c 221	4991 (20%) CSP clauses are encoded (2337282 clauses, 110993918 bytes)
219.44/221.79	c 221	7486 (30%) CSP clauses are encoded (2396477 clauses, 112155179 bytes)
219.64/221.90	c 221	9981 (40%) CSP clauses are encoded (2456022 clauses, 113299220 bytes)
219.74/222.02	c 222	12476 (50%) CSP clauses are encoded (2516092 clauses, 114452874 bytes)
219.84/222.14	c 222	14972 (60%) CSP clauses are encoded (2576188 clauses, 115605130 bytes)
219.94/222.26	c 222	17467 (70%) CSP clauses are encoded (2636258 clauses, 116778225 bytes)
220.04/222.38	c 222	19962 (80%) CSP clauses are encoded (2696328 clauses, 117964660 bytes)
220.23/222.50	c 222	22457 (90%) CSP clauses are encoded (2756773 clauses, 119142636 bytes)
220.33/222.62	c 222	24952 (100%) CSP clauses are encoded (2817468 clauses, 120341950 bytes)
220.33/222.62	c 222	24952 CSP clauses encoded
220.33/222.62	c 222	Writing map file : HOME/temp.map
220.33/222.64	c 222	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
220.33/222.64	c 222	SAT : 31840 SAT variables, 2817468 SAT clauses, 120341950 bytes
220.33/222.64	c 222	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
220.33/222.69	c 222	SOLVING HOME/temp.cnf
220.33/222.69	c 222	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
220.43/222.70	c 222	This is MiniSat 2.0 beta
220.43/222.70	c 222	WARNING: for repeatability, setting FPU to use double precision
220.43/222.70	c 222	============================[ Problem Statistics ]=============================
220.43/222.70	c 222	|                                                                             |
220.43/222.70	c 222	|  Number of variables:  31840                                                |
220.43/222.70	c 222	|  Number of clauses:    2817468                                              |
223.00/225.30	c 225	|  Parsing time:         2.29         s                                       |
223.09/225.48	c 225	============================[ Search Statistics ]==============================
223.09/225.48	c 225	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
223.09/225.48	c 225	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
223.09/225.48	c 225	===============================================================================
223.09/225.48	c 225	|         0 |   31840  2817468 21175448 |   939156        0    nan |  0.000 % |
223.29/225.67	c 225	|       103 |   31839  2817468 21175448 |  1033071      102      7 |  0.003 % |
223.49/225.88	c 225	|       253 |   31838  2817468 21175448 |  1136378      251      8 |  0.006 % |
223.69/226.05	c 226	|       478 |   31838  2817468 21175448 |  1250016      476     10 |  0.006 % |
223.89/226.26	c 226	|       815 |   31838  2817468 21175448 |  1375018      813     11 |  0.006 % |
224.09/226.41	c 226	|      1321 |   31838  2817468 21175448 |  1512520     1319     10 |  0.006 % |
224.58/226.95	c 226	|      2080 |   31838  2817468 21175448 |  1663772     2078     12 |  0.006 % |
225.37/227.78	c 227	|      3220 |   31838  2817468 21175448 |  1830149     3218     13 |  0.006 % |
225.86/228.21	c 228	|      4928 |   31838  2817468 21175448 |  2013164     4926     12 |  0.006 % |
228.15/230.51	c 230	|      7491 |   31838  2817468 21175448 |  2214480     7489     12 |  0.006 % |
229.33/231.71	c 231	|     11335 |   31838  2817468 21175448 |  2435928    11333     11 |  0.006 % |
232.90/235.31	c 235	|     17102 |   31837  2817468 21175448 |  2679521    17099     12 |  0.009 % |
236.47/238.90	c 238	|     25752 |   31837  2817468 21175448 |  2947473    25749     12 |  0.009 % |
241.02/243.57	c 243	|     38726 |   31836  2817468 21175448 |  3242221    38722     13 |  0.013 % |
247.95/250.59	c 250	|     58187 |   31836  2817468 21175448 |  3566443    58183     13 |  0.013 % |
254.00/256.68	c 256	|     87381 |   31836  2817468 21175448 |  3923087    87377     13 |  0.013 % |
275.89/278.80	c 278	|    131170 |   31836  2817468 21175448 |  4315396   131166     14 |  0.013 % |
319.58/322.83	c 322	|    196854 |   31833  2817468 21175448 |  4746936   196847     14 |  0.022 % |
390.12/394.05	c 394	|    295380 |   31828  2817468 21175448 |  5221629   295368     15 |  0.038 % |
606.07/612.06	c 612	|    443169 |   31823  2815104 21162698 |  5743792   443134     17 |  0.053 % |
953.89/963.15	c 963	|    664854 |   31820  2815104 21162698 |  6318171   664816     17 |  0.063 % |
1559.34/1573.52	c 1573	|    997380 |   31819  2813777 21153650 |  6949989   997330     18 |  0.066 % |
1800.05/1814.31	c ERROR INTERRUPTED
1800.05/1814.36	s UNKNOWN
1800.05/1814.36	c 1814	CPU 220.43 (0.06 0.01 219.16 1.2)
1800.05/1814.36	c 1814	END Sun Jul 12 01:31:46 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-2071313-1247353291/watcher-2071313-1247353291 -o /tmp/evaluation-result-2071313-1247353291/solver-2071313-1247353291 -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-2071313-1247353291.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.93 2.00 1.93 4/73 16266
/proc/meminfo: memFree=1717576/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=18576 CPUtime=0
/proc/16266/stat : 16266 (runsolver) R 16264 16266 14133 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22392176 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16266/statm: 4644 284 249 26 0 2626 0

[startup+0.086423 s]
/proc/loadavg: 1.93 2.00 1.93 4/73 16266
/proc/meminfo: memFree=1717576/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.06
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101427 s]
/proc/loadavg: 1.93 2.00 1.93 4/73 16266
/proc/meminfo: memFree=1717576/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.06
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301446 s]
/proc/loadavg: 1.93 2.00 1.93 4/73 16266
/proc/meminfo: memFree=1717576/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.06
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701481 s]
/proc/loadavg: 1.93 2.00 1.93 4/73 16266
/proc/meminfo: memFree=1717576/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.06
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 1.93 2.00 1.93 3/84 16288
/proc/meminfo: memFree=1704944/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.63
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1309 7241 0 1 5 1 53 4 15 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 14133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22392248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=864244 CPUtime=0.76
/proc/16280/stat : 16280 (java) S 16279 16266 14133 0 -1 0 8538 0 1 0 72 4 0 0 18 0 9 0 22392248 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 216061 7795 2566 9 0 210566 0
[pid=16280/tid=16281] ppid=16279 vsize=864244 CPUtime=0.39
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 14133 0 -1 64 2798 0 1 0 38 1 0 0 22 0 9 0 22392249 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=864244 CPUtime=0.28
/proc/16280/task/16282/stat : 16282 (java) R 16279 16266 14133 0 -1 64 4723 0 0 0 27 1 0 0 16 0 9 0 22392250 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 102549477 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=864244 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 14133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22392250 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=864244 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 14133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22392250 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=864244 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22392253 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=864244 CPUtime=0.05
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 14133 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 22392253 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=864244 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22392253 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=864244 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22392253 884985856 7795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886468

[startup+3.10272 s]
/proc/loadavg: 1.93 2.00 1.93 4/84 16288
/proc/meminfo: memFree=1672816/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.63
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1309 7241 0 1 5 1 53 4 16 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 14133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22392248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=868520 CPUtime=2.35
/proc/16280/stat : 16280 (java) S 16279 16266 14133 0 -1 0 21152 0 1 0 225 10 0 0 18 0 9 0 22392248 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 217130 20354 2567 9 0 211635 0
[pid=16280/tid=16281] ppid=16279 vsize=868520 CPUtime=0.99
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 14133 0 -1 64 3259 0 1 0 98 1 0 0 25 0 9 0 22392249 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 102524029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=868520 CPUtime=1.16
/proc/16280/task/16282/stat : 16282 (java) S 16279 16266 14133 0 -1 64 15720 0 0 0 109 7 0 0 16 0 9 0 22392250 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=868520 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 14133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22392250 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=868520 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 14133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22392250 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=868520 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22392253 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=868520 CPUtime=0.16
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 14133 0 -1 64 1473 0 0 0 16 0 0 0 16 0 9 0 22392253 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=868520 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22392253 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=868520 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22392253 889364480 20354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890744

[startup+6.30204 s]
/proc/loadavg: 1.94 2.00 1.93 4/84 16288
/proc/meminfo: memFree=1583280/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.63
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1310 7241 0 1 5 1 53 4 15 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 14133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22392248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=889316 CPUtime=5.51
/proc/16280/stat : 16280 (java) S 16279 16266 14133 0 -1 0 48097 0 1 0 531 20 0 0 18 0 9 0 22392248 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 222329 42204 2567 9 0 216834 0
[pid=16280/tid=16281] ppid=16279 vsize=889316 CPUtime=1.88
/proc/16280/task/16281/stat : 16281 (java) S 16279 16266 14133 0 -1 64 4577 0 1 0 186 2 0 0 25 0 9 0 22392249 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=889316 CPUtime=3.43
/proc/16280/task/16282/stat : 16282 (java) R 16279 16266 14133 0 -1 64 41337 0 0 0 326 17 0 0 19 0 9 0 22392250 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 103732894 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=889316 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 14133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22392250 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=889316 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 14133 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22392250 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=889316 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22392253 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=889316 CPUtime=0.18
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 14133 0 -1 64 1483 0 0 0 18 0 0 0 15 0 9 0 22392253 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=889316 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22392253 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=889316 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22392253 910659584 42204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 911540

[startup+12.7027 s]
/proc/loadavg: 1.94 2.00 1.93 3/84 16288
/proc/meminfo: memFree=1566064/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.63
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1310 7241 0 1 5 1 53 4 16 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 14133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22392248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=868688 CPUtime=11.84
/proc/16280/stat : 16280 (java) S 16279 16266 14133 0 -1 0 48940 0 2 0 1158 26 0 0 18 0 9 0 22392248 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 217172 37807 2593 9 0 211649 0
[pid=16280/tid=16281] ppid=16279 vsize=868688 CPUtime=7.61
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 14133 0 -1 64 4677 0 2 0 755 6 0 0 25 0 9 0 22392249 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4126095967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=868688 CPUtime=3.96
/proc/16280/task/16282/stat : 16282 (java) S 16279 16266 14133 0 -1 64 42038 0 0 0 378 18 0 0 16 0 9 0 22392250 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=868688 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 14133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22392250 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=868688 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 14133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22392250 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=868688 CPUtime=0
/proc/16280/task/16285/stat : 16285 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22392253 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16286] ppid=16279 vsize=868688 CPUtime=0.25
/proc/16280/task/16286/stat : 16286 (java) S 16279 16266 14133 0 -1 64 1525 0 0 0 24 1 0 0 16 0 9 0 22392253 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16287] ppid=16279 vsize=868688 CPUtime=0
/proc/16280/task/16287/stat : 16287 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22392253 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16288] ppid=16279 vsize=868688 CPUtime=0
/proc/16280/task/16288/stat : 16288 (java) S 16279 16266 14133 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22392253 889536512 37807 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890912

[startup+25.5019 s]
/proc/loadavg: 2.03 2.02 1.94 3/84 16288
/proc/meminfo: memFree=1546160/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=0.63
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1310 7241 0 1 5 1 53 4 16 0 1 0 22392176 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1111 409 3 0 796 0
[pid=16279] ppid=16266 vsize=5356 CPUtime=0
/proc/16279/stat : 16279 (sh) S 16266 16266 14133 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22392248 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16279/statm: 1339 233 193 169 0 50 0
[pid=16280] ppid=16279 vsize=868688 CPUtime=24.51
/proc/16280/stat : 16280 (java) S 16279 16266 14133 0 -1 0 51161 0 2 0 2417 34 0 0 18 0 9 0 22392248 889536512 39962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16280/statm: 217172 39962 2593 9 0 211649 0
[pid=16280/tid=16281] ppid=16279 vsize=868688 CPUtime=19.93
/proc/16280/task/16281/stat : 16281 (java) R 16279 16266 14133 0 -1 64 4743 0 2 0 1980 13 0 0 25 0 9 0 22392249 889536512 39962 996147200 134512640 134550932 4294955936 18446744073709551615 4126563234 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16282] ppid=16279 vsize=868688 CPUtime=4.31
/proc/16280/task/16282/stat : 16282 (java) S 16279 16266 14133 0 -1 64 44193 0 0 0 412 19 0 0 16 0 9 0 22392250 889536512 39962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16283] ppid=16279 vsize=868688 CPUtime=0
/proc/16280/task/16283/stat : 16283 (java) S 16279 16266 14133 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22392250 889536512 39962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16284] ppid=16279 vsize=868688 CPUtime=0
/proc/16280/task/16284/stat : 16284 (java) S 16279 16266 14133 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22392250 889536512 39962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16280/tid=16285] ppid=16279 vsize=868688 CPUtime=0

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

/proc/meminfo: memFree=1314088/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=286292 CPUtime=1128.93
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 70159 0 0 0 112835 58 0 0 25 0 1 0 22414446 293163008 70145 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16290/statm: 71573 70145 76 150 0 71420 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 308516

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/79 16293
/proc/meminfo: memFree=1311592/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=288616 CPUtime=1188.37
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 70766 0 0 0 118779 58 0 0 25 0 1 0 22414446 295542784 70752 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 1 0 0
/proc/16290/statm: 72154 70752 76 150 0 72001 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 310840

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/79 16293
/proc/meminfo: memFree=1309224/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=290876 CPUtime=1247.81
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 71337 0 0 0 124722 59 0 0 25 0 1 0 22414446 297857024 71323 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16290/statm: 72719 71323 76 150 0 72566 0
Current children cumulated CPU time (s) 1468.24
Current children cumulated vsize (KiB) 313100

[startup+1542.3 s]
/proc/loadavg: 1.96 1.98 1.93 3/75 16321
/proc/meminfo: memFree=1286536/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=293080 CPUtime=1307.72
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 71878 0 0 0 130712 60 0 0 25 0 1 0 22414446 300113920 71864 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16290/statm: 73270 71864 76 150 0 73117 0
Current children cumulated CPU time (s) 1528.15
Current children cumulated vsize (KiB) 315304

[startup+1602.3 s]
/proc/loadavg: 1.98 1.98 1.93 3/75 16321
/proc/meminfo: memFree=1283272/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=295984 CPUtime=1367.7
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 72662 0 0 0 136710 60 0 0 25 0 1 0 22414446 303087616 72648 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16290/statm: 73996 72648 76 150 0 73843 0
Current children cumulated CPU time (s) 1588.13
Current children cumulated vsize (KiB) 318208

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 16321
/proc/meminfo: memFree=1281160/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=297748 CPUtime=1427.68
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 73116 0 0 0 142707 61 0 0 25 0 1 0 22414446 304893952 73102 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16290/statm: 74437 73102 76 150 0 74284 0
Current children cumulated CPU time (s) 1648.11
Current children cumulated vsize (KiB) 319972

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 16321
/proc/meminfo: memFree=1278728/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=300356 CPUtime=1487.65
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 73738 0 0 0 148703 62 0 0 25 0 1 0 22414446 307564544 73724 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/16290/statm: 75089 73724 76 150 0 74936 0
Current children cumulated CPU time (s) 1708.08
Current children cumulated vsize (KiB) 322580

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 16321
/proc/meminfo: memFree=1276744/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=304020 CPUtime=1547.63
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 74167 0 0 0 154701 62 0 0 25 0 1 0 22414446 311316480 74153 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16290/statm: 76005 74153 76 150 0 75852 0
Current children cumulated CPU time (s) 1768.06
Current children cumulated vsize (KiB) 326244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 16321
/proc/meminfo: memFree=1275912/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=304816 CPUtime=1579.62
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 74366 0 0 0 157900 62 0 0 25 0 1 0 22414446 312131584 74352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16290/statm: 76204 74352 76 150 0 76051 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 327040

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

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

[startup+1814.3 s]
/proc/loadavg: 1.99 1.98 1.93 3/75 16321
/proc/meminfo: memFree=1275912/2055920 swapFree=4192952/4192956
[pid=16266] ppid=16264 vsize=16868 CPUtime=220.43
/proc/16266/stat : 16266 (sugar) S 16264 16266 14133 0 -1 4194304 1376 98296 0 3 6 1 21916 120 16 0 1 0 22392176 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16266/statm: 4217 1113 409 3 0 796 0
[pid=16289] ppid=16266 vsize=5356 CPUtime=0
/proc/16289/stat : 16289 (sh) S 16266 16266 14133 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22414446 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16289/statm: 1339 232 193 169 0 50 0
[pid=16290] ppid=16289 vsize=304816 CPUtime=1579.62
/proc/16290/stat : 16290 (minisat) R 16289 16266 14133 0 -1 4194304 74366 0 0 0 157900 62 0 0 25 0 1 0 22414446 312131584 74352 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16290/statm: 76204 74352 76 150 0 76051 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 327040

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16266 and gives
#  childrusage.ru_utime.tv_sec=219
#  childrusage.ru_utime.tv_usec=231671
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=285804
# CPU time returned by wait4() is 220.517
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.42
CPU time (s): 1800.05
CPU user time (s): 1798.22
CPU system time (s): 1.83
CPU usage (%): 99.2083
Max. virtual memory (cumulated for all children) (KiB): 911540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.232
system time used= 1.2858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100055
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13414
involuntary context switches= 17716

runsolver used 2.28165 second user time and 6.01109 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-12 01:01:31
IDJOB=2071313
IDBENCH=55474
IDSOLVER=739
FILE ID=node60/2071313-1247353291
PBS_JOBID= 9506804
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= a7dd4daeb8875c2d8b5f586914424d5a
RANDOM SEED=1705336844

node60.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.232
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.232
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:       1718056 kB
Buffers:         50768 kB
Cached:         206404 kB
SwapCached:          4 kB
Active:         112324 kB
Inactive:       175000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718056 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          40828 kB
Slab:            35772 kB
Committed_AS:   244300 kB
PageTables:       1856 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= 66388 MiB
End job on node60 at 2009-07-12 01:31:48