Trace number 1110404

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO)8 3600.06 3627.78

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-8_ext.xml
MD5SUMa8551468042d10e236fa44d6ce944fc0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints8
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 02:29:25 2008
0.00/0.05	c 0	PID 16399
0.00/0.05	c 0	HOST node59.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110404-1215822565.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110404-1215822565.xml' 'HOME/temp.csp'
0.04/0.32	c 0	1 domains, 64 variables, 0 predicates, 1 relations, 16 constraints
0.04/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.29/0.40	c 0	Parsing HOME/temp.csp
0.29/0.55	c 0	parsed 82 expressions
0.29/0.55	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.55	c 0	MAX CSP: 16 constraints
0.29/0.55	c 0	Converting to clausal form CSP
0.29/0.57	c 0	converted 11 (10%) expressions
0.29/0.57	c 0	converted 21 (20%) expressions
0.29/0.57	c 0	converted 31 (30%) expressions
0.29/0.57	c 0	converted 41 (40%) expressions
0.29/0.57	c 0	converted 51 (50%) expressions
0.29/0.57	c 0	converted 61 (60%) expressions
0.29/0.82	c 0	converted 71 (70%) expressions
1.24/1.38	c 1	converted 81 (80%) expressions
1.63/1.72	c 1	converted 91 (90%) expressions
2.14/2.24	c 2	converted 101 (100%) expressions
2.14/2.25	c 2	CSP : 96 integers, 0 booleans, 47 clauses, largest domain size 26
2.14/2.25	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.14/2.25	c 2	Propagation in CSP
2.14/2.25	c 2	15 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.14/2.25	c 2	CSP : 96 integers, 0 booleans, 47 clauses, largest domain size 26
2.14/2.25	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.14/2.25	c 2	Simplifing CSP by introducing new Boolean variables
2.14/2.26	c 2	CSP : 96 integers, 0 booleans, 47 clauses, largest domain size 26
2.14/2.26	c 2	Heap : 50 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.49	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.43/2.51	c 2	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.43/2.51	c 2	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.43/2.51	c 2	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.43/2.52	c 2	39 (40%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.43/2.52	c 2	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.43/2.52	c 2	58 (60%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.43/2.52	c 2	68 (70%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.43/2.52	c 2	77 (80%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.43/2.52	c 2	87 (90%) CSP integer variables are encoded (1599 clauses, 18724 bytes)
2.43/2.52	c 2	96 (100%) CSP integer variables are encoded (1634 clauses, 19179 bytes)
75.51/76.36	c 76	5 (10%) CSP clauses are encoded (318369 clauses, 18014129 bytes)
148.38/149.96	c 150	10 (20%) CSP clauses are encoded (635104 clauses, 37086645 bytes)
221.65/223.94	c 224	15 (30%) CSP clauses are encoded (951839 clauses, 57046930 bytes)
236.20/238.65	c 238	19 (40%) CSP clauses are encoded (1015281 clauses, 61464913 bytes)
236.20/238.65	c 238	24 (50%) CSP clauses are encoded (1015414 clauses, 61467056 bytes)
236.20/238.65	c 238	29 (60%) CSP clauses are encoded (1015434 clauses, 61467362 bytes)
236.20/238.66	c 238	33 (70%) CSP clauses are encoded (1015593 clauses, 61470069 bytes)
236.20/238.66	c 238	38 (80%) CSP clauses are encoded (1015618 clauses, 61470454 bytes)
236.20/238.66	c 238	43 (90%) CSP clauses are encoded (1015638 clauses, 61470760 bytes)
236.20/238.66	c 238	47 (100%) CSP clauses are encoded (1015702 clauses, 61471780 bytes)
236.20/238.66	c 238	47 CSP clauses encoded
236.20/238.66	c 238	Writing map file : HOME/temp.map
236.20/238.66	c 238	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
236.20/238.66	c 238	SAT : 1730 SAT variables, 1015702 SAT clauses, 61471780 bytes
236.20/238.66	c 238	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
236.20/238.70	c 238	OBJECTIVE minimize _COST
236.20/238.70	c 238	OBJECTIVE BOUND: 0 <= _COST <= 
236.20/238.70	c 238	SEARCHING: _COST <= 8
236.20/238.70	c 238	SOLVING HOME/temp.cnf
236.20/238.70	c 238	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
236.29/238.70	c 238	This is MiniSat 2.0 beta
236.29/238.70	c 238	WARNING: for repeatability, setting FPU to use double precision
236.29/238.70	c 238	============================[ Problem Statistics ]=============================
236.29/238.70	c 238	|                                                                             |
236.29/238.71	c 238	|  Number of variables:  1730                                                 |
236.29/238.71	c 238	|  Number of clauses:    1015703                                              |
237.66/240.11	c 240	|  Parsing time:         1.25         s                                       |
237.66/240.20	c 240	============================[ Search Statistics ]==============================
237.66/240.20	c 240	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
237.66/240.20	c 240	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
237.66/240.20	c 240	===============================================================================
237.66/240.20	c 240	|         0 |    1690  1015477 12338249 |   338492        0    nan |  0.000 % |
237.75/240.24	c 240	|       100 |    1690  1015477 12338249 |   372341      100      6 |  2.312 % |
237.75/240.27	c 240	|       250 |    1690  1015477 12338249 |   409575      250      9 |  2.312 % |
237.86/240.33	c 240	|       475 |    1690  1015477 12338249 |   450533      475      9 |  2.312 % |
237.96/240.43	c 240	|       812 |    1690  1015477 12338249 |   495586      812      9 |  2.312 % |
238.06/240.58	c 240	|      1318 |    1690  1015477 12338249 |   545145     1318      9 |  2.312 % |
238.26/240.79	c 240	|      2078 |    1690  1015477 12338249 |   599659     2078      9 |  2.312 % |
239.05/241.55	c 241	|      3218 |    1690  1015477 12338249 |   659625     3218      9 |  2.312 % |
239.35/241.84	c 242	|      4926 |    1690  1015477 12338249 |   725588     4926     10 |  2.312 % |
239.84/242.35	c 242	|      7488 |    1690  1015477 12338249 |   798147     7488     10 |  2.312 % |
240.34/242.83	c 243	===============================================================================
240.34/242.83	c 243	restarts              : 10
240.34/242.83	c 243	conflicts             : 9192           (2335 /sec)
240.34/242.83	c 243	decisions             : 14681          (1.41 % random) (3730 /sec)
240.34/242.83	c 243	propagations          : 152113         (38643 /sec)
240.34/242.83	c 243	conflict literals     : 97320          (17.48 % deleted)
240.34/242.83	c 243	Memory used           : 86.11 MB
240.34/242.83	c 243	CPU time              : 3.9364 s
240.34/242.83	c 243	
240.34/242.83	c 243	SATISFIABLE
240.34/242.85	c 243	FOUND: _COST <= 8
240.34/242.85	s SATISFIABLE
240.34/242.85	c 243	DECODING HOME/temp.out WITH HOME/temp.map
240.34/242.85	c 243	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
240.40/242.93	c 243	Decoding HOME/temp.out
240.40/242.97	c 243	OBJECTIVE _COST 8
240.40/242.97	o 8
240.40/242.97	v 25 15 25 25 25 21 25 25 11 20 23 20 17 8 4 18 25 25 25 25 25 17 25 25 8 25 21 4 18 19 8 0 15 11 24 12 14 20 19 7 3 4 18 19 17 14 24 18 19 17 20 12 1 20 11 11 4 18 15 14 20 18 4 18
240.40/242.98	c 243	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
240.53/243.03	c 243	OBJECTIVE BOUND: 0 <= _COST <= 8
240.53/243.03	c 243	SEARCHING: _COST <= 4
240.53/243.03	c 243	SOLVING HOME/temp.cnf
240.53/243.03	c 243	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
240.53/243.03	c 243	This is MiniSat 2.0 beta
240.53/243.03	c 243	WARNING: for repeatability, setting FPU to use double precision
240.53/243.03	c 243	============================[ Problem Statistics ]=============================
240.53/243.03	c 243	|                                                                             |
240.53/243.03	c 243	|  Number of variables:  1730                                                 |
240.53/243.03	c 243	|  Number of clauses:    1015703                                              |
241.89/244.43	c 244	|  Parsing time:         1.27         s                                       |
241.99/244.52	c 244	============================[ Search Statistics ]==============================
241.99/244.52	c 244	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
241.99/244.52	c 244	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
241.99/244.52	c 244	===============================================================================
241.99/244.52	c 244	|         0 |    1666  1015339 12337903 |   338446        0    nan |  0.000 % |
241.99/244.56	c 244	|       100 |    1666  1015339 12337903 |   372290      100      6 |  3.699 % |
241.99/244.60	c 244	|       251 |    1666  1015339 12337903 |   409520      251      9 |  3.700 % |
242.09/244.68	c 244	|       476 |    1666  1015339 12337903 |   450472      476      8 |  3.700 % |
242.39/244.94	c 245	|       815 |    1666  1015339 12337903 |   495519      815      8 |  3.700 % |
242.68/245.29	c 245	|      1321 |    1666  1015339 12337903 |   545071     1321      9 |  3.700 % |
242.88/245.48	c 245	|      2080 |    1666  1015339 12337903 |   599578     2080     10 |  3.700 % |
244.97/247.54	c 247	|      3219 |    1666  1015339 12337903 |   659536     3219     11 |  3.700 % |
245.95/248.56	c 248	|      4928 |    1666  1015339 12337903 |   725489     4928     12 |  3.700 % |
246.44/249.08	c 249	|      7490 |    1666  1015339 12337903 |   798038     7490     12 |  3.700 % |
247.73/250.36	c 250	|     11334 |    1666  1015339 12337903 |   877842    11334     11 |  3.700 % |
248.92/251.57	c 251	|     17101 |    1666  1015339 12337903 |   965626    17101     12 |  3.700 % |
251.69/254.30	c 254	|     25752 |    1666  1015339 12337903 |  1062189    25752     12 |  3.700 % |
258.82/261.58	c 261	|     38727 |    1666  1015339 12337903 |  1168408    38727     13 |  3.700 % |
288.45/291.47	c 291	|     58188 |    1666  1015339 12337903 |  1285249    58188     15 |  3.700 % |
325.09/328.45	c 328	|     87381 |    1666  1015339 12337903 |  1413774    87381     17 |  3.700 % |
417.11/421.37	c 421	|    131170 |    1666  1015339 12337903 |  1555151   131170     19 |  3.700 % |
538.74/544.13	c 544	|    196854 |    1666  1015339 12337903 |  1710666   196854     19 |  3.700 % |
766.57/774.14	c 774	|    295381 |    1666  1015339 12337903 |  1881733   295381     20 |  3.700 % |
1145.05/1156.22	c 1156	|    443170 |    1666  1015339 12337903 |  2069906   443170     20 |  3.700 % |
1917.86/1936.41	c 1936	|    664854 |    1666  1015339 12337903 |  2276897   664854     22 |  3.700 % |
3600.06/3627.72	c ERROR INTERRUPTED
3600.06/3627.75	c 3627	CPU 239.61 (0.03 0.01 239.58 0.93)
3600.06/3627.75	c 3627	END Sat Jul 12 03:29:52 2008

Verifier Data (download as text)

OK	8	8
8 unsatisfied constraints, 8 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110404-1215822565/watcher-1110404-1215822565 -o /tmp/evaluation-result-1110404-1215822565/solver-1110404-1215822565 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110404-1215822565.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16399
/proc/meminfo: memFree=1878136/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=12268 CPUtime=0
/proc/16399/stat : 16399 (sugar) R 16397 16399 15121 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 38954885 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16399/statm: 3067 316 241 3 0 167 0

[startup+0.0738831 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16399
/proc/meminfo: memFree=1878136/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.04
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38954885 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.104134 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16399
/proc/meminfo: memFree=1878136/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.04
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38954885 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301927 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16399
/proc/meminfo: memFree=1878136/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.04
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38954885 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702001 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16399
/proc/meminfo: memFree=1878136/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.29
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 974 6474 0 1 3 1 21 4 15 0 1 0 38954885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50216 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 16421
/proc/meminfo: memFree=1856032/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.29
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 974 6474 0 1 3 1 21 4 15 0 1 0 38954885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 797 370 3 0 500 0
[pid=16412] ppid=16399 vsize=5356 CPUtime=0
/proc/16412/stat : 16412 (sh) S 16399 16399 15121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38954918 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16412/statm: 1339 233 193 169 0 50 0
[pid=16413] ppid=16412 vsize=864168 CPUtime=1.15
/proc/16413/stat : 16413 (java) S 16412 16399 15121 0 -1 0 11888 0 1 0 110 5 0 0 18 0 9 0 38954919 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16413/statm: 216042 11055 2540 9 0 210617 0
[pid=16413/tid=16414] ppid=16412 vsize=864168 CPUtime=0.47
/proc/16413/task/16414/stat : 16414 (java) R 16412 16399 15121 0 -1 64 2948 0 1 0 46 1 0 0 23 0 9 0 38954919 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16415] ppid=16412 vsize=864168 CPUtime=0.6
/proc/16413/task/16415/stat : 16415 (java) R 16412 16399 15121 0 -1 64 7924 0 0 0 57 3 0 0 17 0 9 0 38954921 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 101588304 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16416] ppid=16412 vsize=864168 CPUtime=0
/proc/16413/task/16416/stat : 16416 (java) S 16412 16399 15121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38954921 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16417] ppid=16412 vsize=864168 CPUtime=0
/proc/16413/task/16417/stat : 16417 (java) S 16412 16399 15121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38954921 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16418] ppid=16412 vsize=864168 CPUtime=0
/proc/16413/task/16418/stat : 16418 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38954923 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16419] ppid=16412 vsize=864168 CPUtime=0.05
/proc/16413/task/16419/stat : 16419 (java) S 16412 16399 15121 0 -1 64 323 0 0 0 5 0 0 0 16 0 9 0 38954923 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16420] ppid=16412 vsize=864168 CPUtime=0
/proc/16413/task/16420/stat : 16420 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38954923 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16421] ppid=16412 vsize=864168 CPUtime=0
/proc/16413/task/16421/stat : 16421 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38954923 884908032 11055 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883124

[startup+3.10146 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 16421
/proc/meminfo: memFree=1824224/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.29
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 974 6474 0 1 3 1 21 4 15 0 1 0 38954885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 797 370 3 0 500 0
[pid=16412] ppid=16399 vsize=5356 CPUtime=0
/proc/16412/stat : 16412 (sh) S 16399 16399 15121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38954918 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16412/statm: 1339 233 193 169 0 50 0
[pid=16413] ppid=16412 vsize=864280 CPUtime=2.73
/proc/16413/stat : 16413 (java) S 16412 16399 15121 0 -1 0 18691 0 1 0 264 9 0 0 18 0 9 0 38954919 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16413/statm: 216070 17771 2564 9 0 210617 0
[pid=16413/tid=16414] ppid=16412 vsize=864280 CPUtime=1.28
/proc/16413/task/16414/stat : 16414 (java) R 16412 16399 15121 0 -1 64 3359 0 1 0 126 2 0 0 25 0 9 0 38954919 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16415] ppid=16412 vsize=864280 CPUtime=1.34
/proc/16413/task/16415/stat : 16415 (java) S 16412 16399 15121 0 -1 64 14293 0 0 0 128 6 0 0 16 0 9 0 38954921 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16416] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16416/stat : 16416 (java) S 16412 16399 15121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38954921 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16417] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16417/stat : 16417 (java) S 16412 16399 15121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38954921 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16418] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16418/stat : 16418 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38954923 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16419] ppid=16412 vsize=864280 CPUtime=0.08
/proc/16413/task/16419/stat : 16419 (java) S 16412 16399 15121 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 38954923 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16420] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16420/stat : 16420 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38954923 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16421] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16421/stat : 16421 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38954923 885022720 17771 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883236

[startup+6.30206 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 16421
/proc/meminfo: memFree=1814368/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.29
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 974 6474 0 1 3 1 21 4 15 0 1 0 38954885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 797 370 3 0 500 0
[pid=16412] ppid=16399 vsize=5356 CPUtime=0
/proc/16412/stat : 16412 (sh) S 16399 16399 15121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38954918 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16412/statm: 1339 233 193 169 0 50 0
[pid=16413] ppid=16412 vsize=864280 CPUtime=5.9
/proc/16413/stat : 16413 (java) S 16412 16399 15121 0 -1 0 19036 0 1 0 581 9 0 0 18 0 9 0 38954919 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16413/statm: 216070 18109 2564 9 0 210617 0
[pid=16413/tid=16414] ppid=16412 vsize=864280 CPUtime=4.43
/proc/16413/task/16414/stat : 16414 (java) R 16412 16399 15121 0 -1 64 3366 0 1 0 441 2 0 0 25 0 9 0 38954919 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4126584535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16415] ppid=16412 vsize=864280 CPUtime=1.36
/proc/16413/task/16415/stat : 16415 (java) S 16412 16399 15121 0 -1 64 14631 0 0 0 130 6 0 0 16 0 9 0 38954921 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16416] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16416/stat : 16416 (java) S 16412 16399 15121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38954921 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16417] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16417/stat : 16417 (java) S 16412 16399 15121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38954921 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16418] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16418/stat : 16418 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38954923 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16419] ppid=16412 vsize=864280 CPUtime=0.08
/proc/16413/task/16419/stat : 16419 (java) S 16412 16399 15121 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 38954923 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16420] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16420/stat : 16420 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38954923 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16421] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16421/stat : 16421 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38954923 885022720 18109 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883236

[startup+12.7013 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 16421
/proc/meminfo: memFree=1808672/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.29
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 974 6474 0 1 3 1 21 4 15 0 1 0 38954885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 797 370 3 0 500 0
[pid=16412] ppid=16399 vsize=5356 CPUtime=0
/proc/16412/stat : 16412 (sh) S 16399 16399 15121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38954918 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16412/statm: 1339 233 193 169 0 50 0
[pid=16413] ppid=16412 vsize=864280 CPUtime=12.24
/proc/16413/stat : 16413 (java) S 16412 16399 15121 0 -1 0 20127 0 1 0 1214 10 0 0 18 0 9 0 38954919 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16413/statm: 216070 19180 2564 9 0 210617 0
[pid=16413/tid=16414] ppid=16412 vsize=864280 CPUtime=10.7
/proc/16413/task/16414/stat : 16414 (java) R 16412 16399 15121 0 -1 64 3386 0 1 0 1068 2 0 0 25 0 9 0 38954919 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4126525026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16415] ppid=16412 vsize=864280 CPUtime=1.42
/proc/16413/task/16415/stat : 16415 (java) S 16412 16399 15121 0 -1 64 15702 0 0 0 136 6 0 0 16 0 9 0 38954921 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16416] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16416/stat : 16416 (java) S 16412 16399 15121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38954921 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16417] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16417/stat : 16417 (java) S 16412 16399 15121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38954921 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16418] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16418/stat : 16418 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38954923 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16419] ppid=16412 vsize=864280 CPUtime=0.08
/proc/16413/task/16419/stat : 16419 (java) S 16412 16399 15121 0 -1 64 346 0 0 0 8 0 0 0 16 0 9 0 38954923 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16420] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16420/stat : 16420 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38954923 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16421] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16421/stat : 16421 (java) S 16412 16399 15121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38954923 885022720 19180 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883236

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 16421
/proc/meminfo: memFree=1799200/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=0.29
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 974 6474 0 1 3 1 21 4 15 0 1 0 38954885 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 797 370 3 0 500 0
[pid=16412] ppid=16399 vsize=5356 CPUtime=0
/proc/16412/stat : 16412 (sh) S 16399 16399 15121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38954918 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16412/statm: 1339 233 193 169 0 50 0
[pid=16413] ppid=16412 vsize=864280 CPUtime=24.92
/proc/16413/stat : 16413 (java) S 16412 16399 15121 0 -1 0 21797 0 1 0 2479 13 0 0 18 0 9 0 38954919 885022720 20796 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16413/statm: 216070 20796 2564 9 0 210617 0
[pid=16413/tid=16414] ppid=16412 vsize=864280 CPUtime=23.26
/proc/16413/task/16414/stat : 16414 (java) R 16412 16399 15121 0 -1 64 3440 0 1 0 2322 4 0 0 25 0 9 0 38954919 885022720 20796 996147200 134512640 134550740 4294955936 18446744073709551615 4126565730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16415] ppid=16412 vsize=864280 CPUtime=1.55
/proc/16413/task/16415/stat : 16415 (java) S 16412 16399 15121 0 -1 64 17314 0 0 0 147 8 0 0 16 0 9 0 38954921 885022720 20796 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16416] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16416/stat : 16416 (java) S 16412 16399 15121 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38954921 885022720 20796 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16413/tid=16417] ppid=16412 vsize=864280 CPUtime=0
/proc/16413/task/16417/stat : 16417 (java) S 16412 16399 15121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38954921 885022720 20796 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1622808/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=210216 CPUtime=2894.31
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 51701 0 0 0 289382 49 0 0 25 0 1 0 38979189 215261184 51687 996147200 134512640 135127466 4294956256 18446744073709551615 134528068 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 52554 51687 76 150 0 52401 0
Current children cumulated CPU time (s) 3134.86
Current children cumulated vsize (KiB) 229172

[startup+3222.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 16484
/proc/meminfo: memFree=1621336/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=211672 CPUtime=2954.28
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 52065 0 0 0 295379 49 0 0 25 0 1 0 38979189 216752128 52051 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 52918 52051 76 150 0 52765 0
Current children cumulated CPU time (s) 3194.83
Current children cumulated vsize (KiB) 230628

[startup+3282.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 16484
/proc/meminfo: memFree=1619864/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=213000 CPUtime=3014.26
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 52414 0 0 0 301376 50 0 0 25 0 1 0 38979189 218112000 52400 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 53250 52400 76 150 0 53097 0
Current children cumulated CPU time (s) 3254.81
Current children cumulated vsize (KiB) 231956

[startup+3342.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16484
/proc/meminfo: memFree=1618456/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=214456 CPUtime=3074.23
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 52746 0 0 0 307373 50 0 0 25 0 1 0 38979189 219602944 52732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 53614 52732 76 150 0 53461 0
Current children cumulated CPU time (s) 3314.78
Current children cumulated vsize (KiB) 233412

[startup+3402.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16484
/proc/meminfo: memFree=1616856/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=215960 CPUtime=3134.2
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 53134 0 0 0 313370 50 0 0 25 0 1 0 38979189 221143040 53120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 53990 53120 76 150 0 53837 0
Current children cumulated CPU time (s) 3374.75
Current children cumulated vsize (KiB) 234916

[startup+3462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16484
/proc/meminfo: memFree=1615448/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=217332 CPUtime=3194.17
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 53483 0 0 0 319367 50 0 0 25 0 1 0 38979189 222547968 53469 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 54333 53469 76 150 0 54180 0
Current children cumulated CPU time (s) 3434.72
Current children cumulated vsize (KiB) 236288

[startup+3522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16484
/proc/meminfo: memFree=1613912/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=218688 CPUtime=3254.14
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 53829 0 0 0 325363 51 0 0 25 0 1 0 38979189 223936512 53815 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 54672 53815 76 150 0 54519 0
Current children cumulated CPU time (s) 3494.69
Current children cumulated vsize (KiB) 237644

[startup+3582.3 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 16484
/proc/meminfo: memFree=1612504/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=220148 CPUtime=3314.11
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 54160 0 0 0 331360 51 0 0 25 0 1 0 38979189 225431552 54146 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 55037 54146 76 150 0 54884 0
Current children cumulated CPU time (s) 3554.66
Current children cumulated vsize (KiB) 239104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16484
/proc/meminfo: memFree=1611544/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=221116 CPUtime=3359.51
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 54398 0 0 0 335899 52 0 0 25 0 1 0 38979189 226422784 54384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 55279 54384 76 150 0 55126 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 240072

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

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

[startup+3627.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 16484
/proc/meminfo: memFree=1611544/2055920 swapFree=4192812/4192956
[pid=16399] ppid=16397 vsize=13600 CPUtime=240.55
/proc/16399/stat : 16399 (sugar) S 16397 16399 15121 0 -1 4194304 1169 78187 0 3 3 1 23958 93 16 0 1 0 38954885 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16399/statm: 3400 803 374 3 0 500 0
[pid=16434] ppid=16399 vsize=5356 CPUtime=0
/proc/16434/stat : 16434 (sh) S 16399 16399 15121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38979189 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16434/statm: 1339 232 193 169 0 50 0
[pid=16435] ppid=16434 vsize=221116 CPUtime=3359.51
/proc/16435/stat : 16435 (minisat) R 16434 16399 15121 0 -1 4194304 54398 0 0 0 335899 52 0 0 25 0 1 0 38979189 226422784 54384 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16435/statm: 55279 54384 76 150 0 55126 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 240072

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16399 and gives
#  childrusage.ru_utime.tv_sec=239
#  childrusage.ru_utime.tv_usec=615572
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=988849
# CPU time returned by wait4() is 240.604
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3627.78
CPU time (s): 3600.06
CPU user time (s): 3598.6
CPU system time (s): 1.46
CPU usage (%): 99.236
Max. virtual memory (cumulated for all children) (KiB): 894056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.616
system time used= 0.988849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79699
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= 13060
involuntary context switches= 21498

runsolver used 4.83026 second user time and 11.7052 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-12 02:29:25
IDJOB=1110404
IDBENCH=61101
IDSOLVER=368
FILE ID=node59/1110404-1215822565
PBS_JOBID= 7903271
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-8_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110404-1215822565/watcher-1110404-1215822565 -o /tmp/evaluation-result-1110404-1215822565/solver-1110404-1215822565 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1110404-1215822565.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a8551468042d10e236fa44d6ce944fc0
RANDOM SEED=656255843

node59.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.268
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.268
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:       1878616 kB
Buffers:         23576 kB
Cached:          57412 kB
SwapCached:          0 kB
Active:          99640 kB
Inactive:        27028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1878616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          65992 kB
Slab:            35716 kB
Committed_AS:   949128 kB
PageTables:       1964 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= 66500 MiB
End job on node59 at 2008-07-12 03:29:54