Trace number 2071346

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.07 1804.21

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-07.xml
MD5SUMd3bbb87c49a34df4eb9bda6df8940577
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 benchmark1.9767
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

Solver Data

0.00/0.20	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.20	c 0	BEGIN Sun Jul 12 01:04:07 2009
0.06/0.20	c 0	PID 19280
0.06/0.20	c 0	HOST node33.alineos.net
0.06/0.20	c 0	CONVERTING HOME/instance-2071346-1247353447.xml TO HOME/temp.csp
0.06/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071346-1247353447.xml' 'HOME/temp.csp'
0.93/1.16	c 1	1 domains, 368 variables, 8 predicates, 6 relations, 2572 constraints
0.99/1.21	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.99/1.21	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.99/1.28	c 1	Parsing HOME/temp.csp
1.00/1.55	c 2	parsed 2955 expressions
1.00/1.55	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.55	c 2	Converting to clausal form CSP
1.00/1.58	c 2	converted 296 (10%) expressions
3.06/3.35	c 3	converted 591 (20%) expressions
3.25/3.50	c 3	converted 887 (30%) expressions
4.34/4.68	c 5	converted 1182 (40%) expressions
4.44/4.71	c 5	converted 1478 (50%) expressions
4.44/4.75	c 5	converted 1773 (60%) expressions
4.55/4.84	c 5	converted 2069 (70%) expressions
4.63/4.94	c 5	converted 2364 (80%) expressions
4.73/5.02	c 5	converted 2660 (90%) expressions
4.84/5.15	c 5	converted 2955 (100%) expressions
4.84/5.15	c 5	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
4.84/5.15	c 5	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.84/5.15	c 5	Propagation in CSP
4.84/5.16	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.84/5.16	c 5	CSP : 368 integers, 0 booleans, 2572 clauses, largest domain size 26
4.84/5.16	c 5	Heap : 93 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.84/5.17	c 5	Simplifing CSP by introducing new Boolean variables
4.94/5.27	c 5	CSP : 368 integers, 21160 booleans, 23732 clauses, largest domain size 26
4.94/5.27	c 5	Heap : 98 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.43/5.74	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.43/5.78	c 6	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
5.43/5.78	c 6	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
5.43/5.78	c 6	111 (30%) CSP integer variables are encoded (2664 clauses, 32569 bytes)
5.43/5.78	c 6	148 (40%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
5.43/5.78	c 6	184 (50%) CSP integer variables are encoded (4416 clauses, 55345 bytes)
5.43/5.78	c 6	221 (60%) CSP integer variables are encoded (5304 clauses, 66889 bytes)
5.43/5.79	c 6	258 (70%) CSP integer variables are encoded (6192 clauses, 78433 bytes)
5.43/5.79	c 6	295 (80%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
5.43/5.79	c 6	332 (90%) CSP integer variables are encoded (7968 clauses, 101521 bytes)
5.43/5.79	c 6	368 (100%) CSP integer variables are encoded (8832 clauses, 112753 bytes)
40.95/41.65	c 42	2374 (10%) CSP clauses are encoded (822176 clauses, 32319607 bytes)
127.36/128.91	c 129	4747 (20%) CSP clauses are encoded (1603000 clauses, 72579976 bytes)
127.46/129.02	c 129	7120 (30%) CSP clauses are encoded (1658123 clauses, 73615103 bytes)
127.56/129.12	c 129	9493 (40%) CSP clauses are encoded (1713221 clauses, 74695359 bytes)
131.82/133.41	c 133	11866 (50%) CSP clauses are encoded (1799412 clauses, 77730926 bytes)
144.00/145.78	c 146	14240 (60%) CSP clauses are encoded (1946790 clauses, 85066672 bytes)
144.09/145.89	c 146	16613 (70%) CSP clauses are encoded (2003088 clauses, 86177977 bytes)
144.30/146.00	c 146	18986 (80%) CSP clauses are encoded (2059386 clauses, 87289282 bytes)
160.81/162.79	c 163	21359 (90%) CSP clauses are encoded (2237356 clauses, 97195303 bytes)
161.01/162.91	c 163	23732 (100%) CSP clauses are encoded (2295304 clauses, 98334392 bytes)
161.01/162.91	c 163	23732 CSP clauses encoded
161.01/162.91	c 163	Writing map file : HOME/temp.map
161.01/162.92	c 163	Heap : 156 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
161.01/162.92	c 163	SAT : 30360 SAT variables, 2295304 SAT clauses, 98334392 bytes
161.01/162.92	c 163	Heap : 156 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
161.01/162.98	c 163	SOLVING HOME/temp.cnf
161.01/162.98	c 163	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
161.01/162.98	c 163	This is MiniSat 2.0 beta
161.01/162.98	c 163	WARNING: for repeatability, setting FPU to use double precision
161.01/162.98	c 163	============================[ Problem Statistics ]=============================
161.01/162.98	c 163	|                                                                             |
161.01/162.99	c 163	|  Number of variables:  30360                                                |
161.01/162.99	c 163	|  Number of clauses:    2295304                                              |
163.15/165.12	c 165	|  Parsing time:         1.89         s                                       |
163.25/165.26	c 165	============================[ Search Statistics ]==============================
163.25/165.26	c 165	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
163.25/165.26	c 165	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
163.25/165.26	c 165	===============================================================================
163.25/165.26	c 165	|         0 |   30360  2295304 17178056 |   765101        0    nan |  0.000 % |
163.45/165.44	c 165	|       101 |   30360  2295304 17178056 |   841611      101      7 |  0.000 % |
163.54/165.57	c 166	|       253 |   30359  2295304 17178056 |   925772      252      7 |  0.003 % |
163.64/165.64	c 166	|       478 |   30359  2295304 17178056 |  1018349      477      8 |  0.003 % |
163.74/165.76	c 166	|       816 |   30359  2295304 17178056 |  1120184      815      8 |  0.003 % |
163.84/165.82	c 166	|      1323 |   30359  2295304 17178056 |  1232203     1322      8 |  0.003 % |
164.04/166.01	c 166	|      2082 |   30359  2295304 17178056 |  1355423     2081      9 |  0.003 % |
164.15/166.15	c 166	|      3221 |   30359  2295304 17178056 |  1490966     3220      9 |  0.003 % |
164.35/166.37	c 166	|      4930 |   30359  2295304 17178056 |  1640062     4929      9 |  0.003 % |
164.84/166.84	c 167	|      7494 |   30359  2295304 17178056 |  1804068     7493     10 |  0.003 % |
165.43/167.45	c 167	|     11338 |   30358  2295304 17178056 |  1984475    11336     10 |  0.007 % |
167.32/169.33	c 169	|     17107 |   30358  2295304 17178056 |  2182923    17105     10 |  0.007 % |
168.40/170.49	c 170	|     25757 |   30357  2295304 17178056 |  2401215    25754     11 |  0.010 % |
171.07/173.13	c 173	|     38732 |   30356  2295304 17178056 |  2641337    38728     11 |  0.013 % |
178.90/181.02	c 181	|     58194 |   30354  2295304 17178056 |  2905471    58188     12 |  0.020 % |
185.04/187.24	c 187	|     87388 |   30354  2295304 17178056 |  3196018    87382     12 |  0.020 % |
200.50/202.82	c 203	|    131177 |   30352  2295304 17178056 |  3515619   131169     12 |  0.026 % |
230.61/233.21	c 233	|    196861 |   30350  2295304 17178056 |  3867181   196851     13 |  0.033 % |
266.67/269.61	c 270	|    295388 |   30347  2295304 17178056 |  4253900   295375     14 |  0.043 % |
380.64/384.11	c 384	|    443177 |   30345  2292177 17159405 |  4679290   443147     15 |  0.049 % |
517.68/521.28	c 521	|    664860 |   30345  2292177 17159405 |  5147219   664830     16 |  0.049 % |
844.85/848.53	c 849	|    997387 |   30338  2291613 17155665 |  5661941   997350     16 |  0.072 % |
1384.73/1388.61	c 1389	|   1496175 |   30336  2290048 17145984 |  6228135  1496119     17 |  0.079 % |
1800.07/1804.11	c ERROR INTERRUPTED
1800.07/1804.16	s UNKNOWN
1800.07/1804.16	c 1804	CPU 161.08 (0.06 0.01 159.98 1.03)
1800.07/1804.16	c 1804	END Sun Jul 12 01:34:11 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-2071346-1247353447/watcher-2071346-1247353447 -o /tmp/evaluation-result-2071346-1247353447/solver-2071346-1247353447 -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-2071346-1247353447.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.09 2.02 2.02 4/81 19280
/proc/meminfo: memFree=1926912/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=18576 CPUtime=0
/proc/19280/stat : 19280 (runsolver) D 19278 19280 19243 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22410692 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 210824129831 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19280/statm: 4644 284 249 26 0 2626 0

[startup+0.075814 s]
/proc/loadavg: 2.09 2.02 2.02 4/81 19280
/proc/meminfo: memFree=1926912/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=12412 CPUtime=0
/proc/19280/stat : 19280 (sugar) D 19278 19280 19243 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 22410692 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19280/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101817 s]
/proc/loadavg: 2.09 2.02 2.02 4/81 19280
/proc/meminfo: memFree=1926912/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=12676 CPUtime=0
/proc/19280/stat : 19280 (sugar) D 19278 19280 19243 0 -1 4194304 533 0 0 0 0 0 0 0 18 0 1 0 22410692 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/19280/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.301846 s]
/proc/loadavg: 2.09 2.02 2.02 4/81 19280
/proc/meminfo: memFree=1926912/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=0.06
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701892 s]
/proc/loadavg: 2.09 2.02 2.02 4/81 19280
/proc/meminfo: memFree=1926912/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=0.06
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50199 s]
/proc/loadavg: 2.09 2.02 2.02 3/92 19292
/proc/meminfo: memFree=1910888/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=1
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1309 7555 0 1 5 1 89 5 16 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 16868

[startup+3.10218 s]
/proc/loadavg: 2.09 2.02 2.02 3/92 19302
/proc/meminfo: memFree=1897896/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=1
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1309 7555 0 1 5 1 89 5 15 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
[pid=19293] ppid=19280 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19280 19280 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22410813 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 233 193 169 0 50 0
[pid=19294] ppid=19293 vsize=864356 CPUtime=1.86
/proc/19294/stat : 19294 (java) S 19293 19280 19243 0 -1 0 15616 0 1 0 179 7 0 0 18 0 9 0 22410813 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19294/statm: 216089 14858 2566 9 0 210594 0
[pid=19294/tid=19295] ppid=19293 vsize=864356 CPUtime=0.8
/proc/19294/task/19295/stat : 19295 (java) R 19293 19280 19243 0 -1 64 3173 0 1 0 78 2 0 0 22 0 9 0 22410814 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19296] ppid=19293 vsize=864356 CPUtime=0.98
/proc/19294/task/19296/stat : 19296 (java) R 19293 19280 19243 0 -1 64 11425 0 0 0 95 3 0 0 17 0 9 0 22410815 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 102759486 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19297] ppid=19293 vsize=864356 CPUtime=0
/proc/19294/task/19297/stat : 19297 (java) S 19293 19280 19243 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22410815 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19298] ppid=19293 vsize=864356 CPUtime=0
/proc/19294/task/19298/stat : 19298 (java) S 19293 19280 19243 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22410815 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19299] ppid=19293 vsize=864356 CPUtime=0
/proc/19294/task/19299/stat : 19299 (java) S 19293 19280 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22410817 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19300] ppid=19293 vsize=864356 CPUtime=0.05
/proc/19294/task/19300/stat : 19300 (java) S 19293 19280 19243 0 -1 64 316 0 0 0 5 0 0 0 16 0 9 0 22410817 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19301] ppid=19293 vsize=864356 CPUtime=0
/proc/19294/task/19301/stat : 19301 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22410817 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19302] ppid=19293 vsize=864356 CPUtime=0
/proc/19294/task/19302/stat : 19302 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22410818 885100544 14858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 886580

[startup+6.30257 s]
/proc/loadavg: 2.08 2.02 2.02 4/92 19302
/proc/meminfo: memFree=1803688/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=1.01
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1310 7555 0 1 6 1 89 5 15 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
[pid=19293] ppid=19280 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19280 19280 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22410813 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 233 193 169 0 50 0
[pid=19294] ppid=19293 vsize=868736 CPUtime=5.02
/proc/19294/stat : 19294 (java) S 19293 19280 19243 0 -1 0 33977 0 2 0 486 16 0 0 18 0 9 0 22410813 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19294/statm: 217184 33069 2592 9 0 211661 0
[pid=19294/tid=19295] ppid=19293 vsize=868736 CPUtime=2.16
/proc/19294/task/19295/stat : 19295 (java) R 19293 19280 19243 0 -1 64 4241 0 2 0 212 4 0 0 25 0 9 0 22410814 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4126963159 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19296] ppid=19293 vsize=868736 CPUtime=2.61
/proc/19294/task/19296/stat : 19296 (java) S 19293 19280 19243 0 -1 64 27517 0 0 0 252 9 0 0 16 0 9 0 22410815 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19297] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19297/stat : 19297 (java) S 19293 19280 19243 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22410815 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19298] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19298/stat : 19298 (java) S 19293 19280 19243 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 22410815 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19299] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19299/stat : 19299 (java) S 19293 19280 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22410817 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19300] ppid=19293 vsize=868736 CPUtime=0.22
/proc/19294/task/19300/stat : 19300 (java) S 19293 19280 19243 0 -1 64 1517 0 0 0 21 1 0 0 15 0 9 0 22410817 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19301] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19301/stat : 19301 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22410817 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19302] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19302/stat : 19302 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22410818 889585664 33069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 890960

[startup+12.7023 s]
/proc/loadavg: 2.07 2.02 2.02 3/92 19302
/proc/meminfo: memFree=1788008/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=1.01
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1310 7555 0 1 6 1 89 5 15 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
[pid=19293] ppid=19280 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19280 19280 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22410813 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 233 193 169 0 50 0
[pid=19294] ppid=19293 vsize=868736 CPUtime=11.34
/proc/19294/stat : 19294 (java) S 19293 19280 19243 0 -1 0 34989 0 2 0 1113 21 0 0 18 0 9 0 22410813 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19294/statm: 217184 34032 2592 9 0 211661 0
[pid=19294/tid=19295] ppid=19293 vsize=868736 CPUtime=8.3
/proc/19294/task/19295/stat : 19295 (java) R 19293 19280 19243 0 -1 64 4291 0 2 0 822 8 0 0 25 0 9 0 22410814 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4126964980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19296] ppid=19293 vsize=868736 CPUtime=2.77
/proc/19294/task/19296/stat : 19296 (java) S 19293 19280 19243 0 -1 64 28470 0 0 0 267 10 0 0 16 0 9 0 22410815 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19297] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19297/stat : 19297 (java) S 19293 19280 19243 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22410815 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19298] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19298/stat : 19298 (java) S 19293 19280 19243 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 22410815 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19299] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19299/stat : 19299 (java) S 19293 19280 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22410817 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19300] ppid=19293 vsize=868736 CPUtime=0.23
/proc/19294/task/19300/stat : 19300 (java) S 19293 19280 19243 0 -1 64 1526 0 0 0 22 1 0 0 16 0 9 0 22410817 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19301] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19301/stat : 19301 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22410817 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19302] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19302/stat : 19302 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22410818 889585664 34032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 890960

[startup+25.5019 s]
/proc/loadavg: 2.06 2.01 2.02 3/92 19302
/proc/meminfo: memFree=1768104/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=1.01
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1310 7555 0 1 6 1 89 5 15 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
[pid=19293] ppid=19280 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19280 19280 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22410813 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 233 193 169 0 50 0
[pid=19294] ppid=19293 vsize=868736 CPUtime=24.01
/proc/19294/stat : 19294 (java) S 19293 19280 19243 0 -1 0 37394 0 2 0 2371 30 0 0 18 0 9 0 22410813 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19294/statm: 217184 36362 2592 9 0 211661 0
[pid=19294/tid=19295] ppid=19293 vsize=868736 CPUtime=20.6
/proc/19294/task/19295/stat : 19295 (java) R 19293 19280 19243 0 -1 64 4366 0 2 0 2046 14 0 0 25 0 9 0 22410814 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4126963052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19296] ppid=19293 vsize=868736 CPUtime=3.13
/proc/19294/task/19296/stat : 19296 (java) S 19293 19280 19243 0 -1 64 30800 0 0 0 301 12 0 0 16 0 9 0 22410815 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19297] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19297/stat : 19297 (java) S 19293 19280 19243 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 22410815 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19298] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19298/stat : 19298 (java) S 19293 19280 19243 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 22410815 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19299] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19299/stat : 19299 (java) S 19293 19280 19243 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22410817 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19300] ppid=19293 vsize=868736 CPUtime=0.23
/proc/19294/task/19300/stat : 19300 (java) S 19293 19280 19243 0 -1 64 1526 0 0 0 22 1 0 0 16 0 9 0 22410817 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19301] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19301/stat : 19301 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22410817 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19294/tid=19302] ppid=19293 vsize=868736 CPUtime=0
/proc/19294/task/19302/stat : 19302 (java) S 19293 19280 19243 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22410818 889585664 36362 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 890960

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 2.01 3/92 19302
/proc/meminfo: memFree=1728168/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=1.01
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1310 7555 0 1 6 1 89 5 16 0 1 0 22410692 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19280/statm: 4217 1111 409 3 0 796 0
[pid=19293] ppid=19280 vsize=5356 CPUtime=0
/proc/19293/stat : 19293 (sh) S 19280 19280 19243 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22410813 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19293/statm: 1339 233 193 169 0 50 0
[pid=19294] ppid=19293 vsize=868736 CPUtime=49.34
/proc/19294/stat : 19294 (java) S 19293 19280 19243 0 -1 0 43081 0 2 0 4890 44 0 0 18 0 9 0 22410813 889585664 41924 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19294/statm: 217184 41924 2592 9 0 211661 0

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

/proc/meminfo: memFree=1518696/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=310552 CPUtime=1197.36
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 76951 0 0 0 119673 63 0 0 25 0 1 0 22426991 318005248 76937 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 77638 76937 76 150 0 77485 0
Current children cumulated CPU time (s) 1358.44
Current children cumulated vsize (KiB) 332776

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19335
/proc/meminfo: memFree=1512680/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=316368 CPUtime=1257.34
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 78421 0 0 0 125669 65 0 0 25 0 1 0 22426991 323960832 78407 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 79092 78407 76 150 0 78939 0
Current children cumulated CPU time (s) 1418.42
Current children cumulated vsize (KiB) 338592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19335
/proc/meminfo: memFree=1508520/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=320524 CPUtime=1317.31
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 79469 0 0 0 131665 66 0 0 25 0 1 0 22426991 328216576 79455 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 80131 79455 76 150 0 79978 0
Current children cumulated CPU time (s) 1478.39
Current children cumulated vsize (KiB) 342748

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 19335
/proc/meminfo: memFree=1504360/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=327328 CPUtime=1377.29
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 80428 0 0 0 137662 67 0 0 25 0 1 0 22426991 335183872 80414 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 81832 80414 76 150 0 81679 0
Current children cumulated CPU time (s) 1538.37
Current children cumulated vsize (KiB) 349552

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/77 19335
/proc/meminfo: memFree=1499496/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=332088 CPUtime=1437.27
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 81672 0 0 0 143658 69 0 0 25 0 1 0 22426991 340058112 81658 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 83022 81658 76 150 0 82869 0
Current children cumulated CPU time (s) 1598.35
Current children cumulated vsize (KiB) 354312

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 19335
/proc/meminfo: memFree=1494440/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=336700 CPUtime=1497.24
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 82870 0 0 0 149654 70 0 0 25 0 1 0 22426991 344780800 82856 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 84175 82856 76 150 0 84022 0
Current children cumulated CPU time (s) 1658.32
Current children cumulated vsize (KiB) 358924

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/78 19336
/proc/meminfo: memFree=1488288/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=342768 CPUtime=1557.21
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 84399 0 0 0 155650 71 0 0 25 0 1 0 22426991 350994432 84385 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 85692 84385 76 150 0 85539 0
Current children cumulated CPU time (s) 1718.29
Current children cumulated vsize (KiB) 364992

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/78 19336
/proc/meminfo: memFree=1483296/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=347644 CPUtime=1617.19
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 85628 0 0 0 161647 72 0 0 25 0 1 0 22426991 355987456 85614 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 86911 85614 76 150 0 86758 0
Current children cumulated CPU time (s) 1778.27
Current children cumulated vsize (KiB) 369868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.1 s]
/proc/loadavg: 2.18 2.06 2.01 3/78 19336
/proc/meminfo: memFree=1481824/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=349016 CPUtime=1638.99
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 85999 0 0 0 163826 73 0 0 25 0 1 0 22426991 357392384 85985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 87254 85985 76 150 0 87101 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 371240

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

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

[startup+1804.1 s]
/proc/loadavg: 2.18 2.06 2.01 3/78 19336
/proc/meminfo: memFree=1481824/2055920 swapFree=4192812/4192956
[pid=19280] ppid=19278 vsize=16868 CPUtime=161.08
/proc/19280/stat : 19280 (sugar) S 19278 19280 19243 0 -1 4194304 1376 68675 0 3 6 1 15998 103 16 0 1 0 22410692 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19280/statm: 4217 1113 409 3 0 796 0
[pid=19303] ppid=19280 vsize=5356 CPUtime=0
/proc/19303/stat : 19303 (sh) S 19280 19280 19243 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22426990 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19303/statm: 1339 232 193 169 0 50 0
[pid=19304] ppid=19303 vsize=349016 CPUtime=1638.99
/proc/19304/stat : 19304 (minisat) R 19303 19280 19243 0 -1 4194304 85999 0 0 0 163826 73 0 0 25 0 1 0 22426991 357392384 85985 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/19304/statm: 87254 85985 76 150 0 87101 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 371240

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19280 and gives
#  childrusage.ru_utime.tv_sec=160
#  childrusage.ru_utime.tv_usec=54667
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=102832
# CPU time returned by wait4() is 161.158
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1804.21
CPU time (s): 1800.07
CPU user time (s): 1798.3
CPU system time (s): 1.77
CPU usage (%): 99.7706
Max. virtual memory (cumulated for all children) (KiB): 911452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.055
system time used= 1.10283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70434
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= 11551
involuntary context switches= 14636

runsolver used 2.55061 second user time and 5.68914 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 01:04:07
IDJOB=2071346
IDBENCH=55481
IDSOLVER=739
FILE ID=node33/2071346-1247353447
PBS_JOBID= 9506974
Free space on /tmp= 66436 MiB

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

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

MD5SUM BENCH= d3bbb87c49a34df4eb9bda6df8940577
RANDOM SEED=371629092

node33.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.229
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.229
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:       1927400 kB
Buffers:          5924 kB
Cached:          40384 kB
SwapCached:          0 kB
Active:          61384 kB
Inactive:        17136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2252 kB
Writeback:           0 kB
Mapped:          52624 kB
Slab:            35308 kB
Committed_AS:   209372 kB
PageTables:       1864 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= 66432 MiB
End job on node33 at 2009-07-12 01:34:13