Trace number 2071247

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.09 1817.43

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-09.xml
MD5SUM0bc53c36f68ea6a14fb106d8ba5208f9
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 benchmark4.74428
Satisfiable
(Un)Satisfiability was proved
Number of variables366
Number of constraints3224
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension3080
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:58:58 2009
0.00/0.08	c 0	PID 17032
0.07/0.08	c 0	HOST node51.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2071247-1247353137.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071247-1247353137.xml' 'HOME/temp.csp'
0.07/0.93	c 0	1 domains, 366 variables, 6 predicates, 6 relations, 3224 constraints
0.07/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	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.90/1.06	c 1	Parsing HOME/temp.csp
1.20/1.36	c 1	parsed 3603 expressions
1.20/1.37	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.37	c 1	Converting to clausal form CSP
1.30/1.40	c 1	converted 361 (10%) expressions
4.57/4.76	c 4	converted 721 (20%) expressions
4.86/5.06	c 5	converted 1081 (30%) expressions
4.96/5.13	c 5	converted 1442 (40%) expressions
4.96/5.19	c 5	converted 1802 (50%) expressions
5.07/5.24	c 5	converted 2162 (60%) expressions
5.07/5.29	c 5	converted 2523 (70%) expressions
5.16/5.33	c 5	converted 2883 (80%) expressions
5.16/5.38	c 5	converted 3243 (90%) expressions
5.95/6.20	c 6	converted 3603 (100%) expressions
5.95/6.20	c 6	CSP : 366 integers, 0 booleans, 3224 clauses, largest domain size 26
5.95/6.20	c 6	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.05/6.20	c 6	Propagation in CSP
6.05/6.22	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.05/6.22	c 6	CSP : 366 integers, 0 booleans, 3224 clauses, largest domain size 26
6.05/6.22	c 6	Heap : 110 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.05/6.22	c 6	Simplifing CSP by introducing new Boolean variables
6.25/6.50	c 6	CSP : 366 integers, 30392 booleans, 33616 clauses, largest domain size 26
6.25/6.50	c 6	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.24/7.44	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.24/7.47	c 7	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
7.24/7.48	c 7	74 (20%) CSP integer variables are encoded (1776 clauses, 21025 bytes)
7.24/7.48	c 7	110 (30%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
7.24/7.48	c 7	147 (40%) CSP integer variables are encoded (3528 clauses, 43801 bytes)
7.24/7.48	c 7	183 (50%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
7.24/7.48	c 7	220 (60%) CSP integer variables are encoded (5280 clauses, 66577 bytes)
7.24/7.48	c 7	257 (70%) CSP integer variables are encoded (6168 clauses, 78121 bytes)
7.24/7.48	c 7	293 (80%) CSP integer variables are encoded (7032 clauses, 89353 bytes)
7.24/7.49	c 7	330 (90%) CSP integer variables are encoded (7920 clauses, 100897 bytes)
7.24/7.49	c 7	366 (100%) CSP integer variables are encoded (8784 clauses, 112129 bytes)
183.82/185.85	c 185	3362 (10%) CSP clauses are encoded (2075160 clauses, 97520433 bytes)
184.02/186.01	c 186	6724 (20%) CSP clauses are encoded (2154847 clauses, 99016005 bytes)
184.11/186.16	c 186	10085 (30%) CSP clauses are encoded (2234583 clauses, 100547373 bytes)
184.31/186.33	c 186	13447 (40%) CSP clauses are encoded (2314345 clauses, 102121705 bytes)
184.41/186.49	c 186	16808 (50%) CSP clauses are encoded (2394106 clauses, 103696119 bytes)
184.61/186.65	c 186	20170 (60%) CSP clauses are encoded (2473868 clauses, 105270595 bytes)
184.81/186.81	c 186	23532 (70%) CSP clauses are encoded (2553655 clauses, 106845518 bytes)
184.91/186.97	c 187	26893 (80%) CSP clauses are encoded (2633391 clauses, 108419485 bytes)
185.10/187.13	c 187	30255 (90%) CSP clauses are encoded (2713153 clauses, 109993961 bytes)
185.20/187.29	c 187	33616 (100%) CSP clauses are encoded (2794364 clauses, 111575397 bytes)
185.20/187.29	c 187	33616 CSP clauses encoded
185.20/187.29	c 187	Writing map file : HOME/temp.map
185.29/187.31	c 187	Heap : 170 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
185.29/187.31	c 187	SAT : 39542 SAT variables, 2794364 SAT clauses, 111575397 bytes
185.29/187.31	c 187	Heap : 170 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
185.29/187.36	c 187	SOLVING HOME/temp.cnf
185.29/187.36	c 187	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
185.29/187.37	c 187	This is MiniSat 2.0 beta
185.29/187.37	c 187	WARNING: for repeatability, setting FPU to use double precision
185.29/187.37	c 187	============================[ Problem Statistics ]=============================
185.29/187.37	c 187	|                                                                             |
185.29/187.37	c 187	|  Number of variables:  39542                                                |
185.29/187.37	c 187	|  Number of clauses:    2794364                                              |
187.75/189.88	c 189	|  Parsing time:         2.21         s                                       |
187.95/190.04	c 190	============================[ Search Statistics ]==============================
187.95/190.04	c 190	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
187.95/190.04	c 190	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
187.95/190.04	c 190	===============================================================================
187.95/190.04	c 190	|         0 |   39542  2794364 19468564 |   931454        0    nan |  0.000 % |
188.15/190.28	c 190	|       100 |   39542  2794364 19468564 |  1024600      100      7 |  0.000 % |
188.25/190.33	c 190	|       250 |   39542  2794364 19468564 |  1127060      250      7 |  0.000 % |
188.44/190.59	c 190	|       475 |   39542  2794364 19468564 |  1239766      475      8 |  0.000 % |
188.54/190.62	c 190	|       812 |   39542  2794364 19468564 |  1363742      812      8 |  0.000 % |
188.74/190.86	c 190	|      1318 |   39542  2794364 19468564 |  1500117     1318      9 |  0.000 % |
189.04/191.15	c 191	|      2077 |   39542  2794364 19468564 |  1650128     2077     10 |  0.000 % |
189.24/191.30	c 191	|      3216 |   39542  2794364 19468564 |  1815141     3216     10 |  0.000 % |
189.52/191.68	c 191	|      4925 |   39542  2794364 19468564 |  1996655     4925     10 |  0.000 % |
190.03/192.10	c 192	|      7488 |   39542  2794364 19468564 |  2196321     7488     10 |  0.000 % |
190.52/192.63	c 192	|     11332 |   39542  2794364 19468564 |  2415953    11332     10 |  0.000 % |
191.31/193.49	c 193	|     17099 |   39542  2794364 19468564 |  2657548    17099     10 |  0.000 % |
193.20/195.33	c 195	|     25749 |   39541  2794364 19468564 |  2923303    25748     11 |  0.003 % |
196.56/198.75	c 198	|     38723 |   39541  2794364 19468564 |  3215634    38722     12 |  0.003 % |
199.72/201.98	c 202	|     58184 |   39541  2794364 19468564 |  3537197    58183     12 |  0.003 % |
208.84/211.17	c 211	|     87377 |   39541  2794364 19468564 |  3890917    87376     13 |  0.003 % |
221.43/223.87	c 223	|    131166 |   39538  2794364 19468564 |  4280009   131162     13 |  0.010 % |
246.18/248.89	c 248	|    196851 |   39538  2794364 19468564 |  4708009   196847     13 |  0.010 % |
274.99/277.91	c 277	|    295378 |   39537  2794364 19468564 |  5178810   295373     14 |  0.013 % |
347.01/350.67	c 350	|    443167 |   39536  2793390 19463723 |  5696692   443149     14 |  0.015 % |
478.28/483.11	c 483	|    664851 |   39534  2793390 19463723 |  6266361   664831     15 |  0.020 % |
743.17/750.50	c 750	|    997377 |   39533  2793046 19462118 |  6892997   997354     16 |  0.023 % |
1443.15/1457.04	c 1457	|   1496165 |   39533  2793046 19462118 |  7582297  1496142     17 |  0.023 % |
1800.05/1817.32	c ERROR INTERRUPTED
1800.05/1817.37	s UNKNOWN
1800.05/1817.37	c 1817	CPU 185.36 (0.05 0.02 184.12 1.17)
1800.05/1817.37	c 1817	END Sun Jul 12 01:29:15 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-2071247-1247353137/watcher-2071247-1247353137 -o /tmp/evaluation-result-2071247-1247353137/solver-2071247-1247353137 -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-2071247-1247353137.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.05 2.02 2.00 4/74 17032
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=18576 CPUtime=0
/proc/17032/stat : 17032 (runsolver) R 17030 17032 15277 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 22377253 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 235371293991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17032/statm: 4644 284 249 26 0 2626 0

[startup+0.083054 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17032
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16740 CPUtime=0.07
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 22377253 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101875 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17032
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.07
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30289 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17032
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.07
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70193 s]
/proc/loadavg: 2.05 2.02 2.00 4/74 17032
/proc/meminfo: memFree=1418448/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.07
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50201 s]
/proc/loadavg: 2.05 2.02 2.00 3/78 17047
/proc/meminfo: memFree=1413232/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.9
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1309 7643 0 1 5 2 79 4 15 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
[pid=17045] ppid=17032 vsize=5356 CPUtime=0
/proc/17045/stat : 17045 (sh) S 17032 17032 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22377351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17045/statm: 1339 233 193 169 0 50 0
[pid=17046] ppid=17045 vsize=864212 CPUtime=0.5
/proc/17046/stat : 17046 (java) S 17045 17032 15277 0 -1 0 6814 0 1 0 47 3 0 0 18 0 9 0 22377351 884953088 6089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17046/statm: 216053 6089 2566 9 0 210558 0
[pid=17046/tid=17047] ppid=17045 vsize=864212 CPUtime=0.29
/proc/17046/task/17047/stat : 17047 (java) R 17045 17032 15277 0 -1 64 2571 0 1 0 28 1 0 0 18 0 9 0 22377352 884953088 6089 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886436

[startup+3.10215 s]
/proc/loadavg: 2.12 2.04 2.00 4/85 17054
/proc/meminfo: memFree=1385016/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.9
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1309 7643 0 1 5 2 79 4 15 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
[pid=17045] ppid=17032 vsize=5356 CPUtime=0
/proc/17045/stat : 17045 (sh) S 17032 17032 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22377351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17045/statm: 1339 233 193 169 0 50 0
[pid=17046] ppid=17045 vsize=864212 CPUtime=2.08
/proc/17046/stat : 17046 (java) S 17045 17032 15277 0 -1 0 17935 0 1 0 199 9 0 0 18 0 9 0 22377351 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17046/statm: 216053 17170 2566 9 0 210558 0
[pid=17046/tid=17047] ppid=17045 vsize=864212 CPUtime=0.9
/proc/17046/task/17047/stat : 17047 (java) R 17045 17032 15277 0 -1 64 3203 0 1 0 88 2 0 0 23 0 9 0 22377352 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17048] ppid=17045 vsize=864212 CPUtime=1.1
/proc/17046/task/17048/stat : 17048 (java) R 17045 17032 15277 0 -1 64 13716 0 0 0 104 6 0 0 16 0 9 0 22377354 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 104516213 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17049] ppid=17045 vsize=864212 CPUtime=0
/proc/17046/task/17049/stat : 17049 (java) S 17045 17032 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22377354 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17050] ppid=17045 vsize=864212 CPUtime=0
/proc/17046/task/17050/stat : 17050 (java) S 17045 17032 15277 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22377354 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17051] ppid=17045 vsize=864212 CPUtime=0
/proc/17046/task/17051/stat : 17051 (java) S 17045 17032 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22377356 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17052] ppid=17045 vsize=864212 CPUtime=0.05
/proc/17046/task/17052/stat : 17052 (java) S 17045 17032 15277 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 22377356 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17053] ppid=17045 vsize=864212 CPUtime=0
/proc/17046/task/17053/stat : 17053 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22377357 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17054] ppid=17045 vsize=864212 CPUtime=0
/proc/17046/task/17054/stat : 17054 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22377357 884953088 17170 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886436

[startup+6.30244 s]
/proc/loadavg: 2.12 2.04 2.00 4/85 17054
/proc/meminfo: memFree=1287544/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.9
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1310 7643 0 1 5 2 79 4 16 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
[pid=17045] ppid=17032 vsize=5356 CPUtime=0
/proc/17045/stat : 17045 (sh) S 17032 17032 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22377351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17045/statm: 1339 233 193 169 0 50 0
[pid=17046] ppid=17045 vsize=868636 CPUtime=5.25
/proc/17046/stat : 17046 (java) S 17045 17032 15277 0 -1 0 46095 0 1 0 501 24 0 0 18 0 9 0 22377351 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17046/statm: 217159 35076 2567 9 0 211664 0
[pid=17046/tid=17047] ppid=17045 vsize=868636 CPUtime=1.96
/proc/17046/task/17047/stat : 17047 (java) R 17045 17032 15277 0 -1 64 4479 0 1 0 193 3 0 0 25 0 9 0 22377352 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17048] ppid=17045 vsize=868636 CPUtime=3.08
/proc/17046/task/17048/stat : 17048 (java) R 17045 17032 15277 0 -1 64 39417 0 0 0 289 19 0 0 16 0 9 0 22377354 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 102759525 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17049] ppid=17045 vsize=868636 CPUtime=0
/proc/17046/task/17049/stat : 17049 (java) S 17045 17032 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22377354 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17050] ppid=17045 vsize=868636 CPUtime=0
/proc/17046/task/17050/stat : 17050 (java) S 17045 17032 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22377354 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17051] ppid=17045 vsize=868636 CPUtime=0
/proc/17046/task/17051/stat : 17051 (java) S 17045 17032 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22377356 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17052] ppid=17045 vsize=868636 CPUtime=0.18
/proc/17046/task/17052/stat : 17052 (java) S 17045 17032 15277 0 -1 64 1497 0 0 0 18 0 0 0 16 0 9 0 22377356 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17053] ppid=17045 vsize=868636 CPUtime=0
/proc/17046/task/17053/stat : 17053 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22377357 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17054] ppid=17045 vsize=868636 CPUtime=0
/proc/17046/task/17054/stat : 17054 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22377357 889483264 35076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890860

[startup+12.703 s]
/proc/loadavg: 2.10 2.04 2.00 3/85 17054
/proc/meminfo: memFree=1271352/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.9
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1310 7643 0 1 5 2 79 4 16 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
[pid=17045] ppid=17032 vsize=5356 CPUtime=0
/proc/17045/stat : 17045 (sh) S 17032 17032 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22377351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17045/statm: 1339 233 193 169 0 50 0
[pid=17046] ppid=17045 vsize=868748 CPUtime=11.58
/proc/17046/stat : 17046 (java) S 17045 17032 15277 0 -1 0 56575 0 1 0 1127 31 0 0 18 0 9 0 22377351 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17046/statm: 217187 36857 2593 9 0 211664 0
[pid=17046/tid=17047] ppid=17045 vsize=868748 CPUtime=7.02
/proc/17046/task/17047/stat : 17047 (java) R 17045 17032 15277 0 -1 64 4595 0 1 0 695 7 0 0 25 0 9 0 22377352 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4126550754 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17048] ppid=17045 vsize=868748 CPUtime=4.3
/proc/17046/task/17048/stat : 17048 (java) S 17045 17032 15277 0 -1 64 49742 0 0 0 407 23 0 0 16 0 9 0 22377354 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17049] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17049/stat : 17049 (java) S 17045 17032 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22377354 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17050] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17050/stat : 17050 (java) S 17045 17032 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22377354 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17051] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17051/stat : 17051 (java) S 17045 17032 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22377356 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17052] ppid=17045 vsize=868748 CPUtime=0.23
/proc/17046/task/17052/stat : 17052 (java) S 17045 17032 15277 0 -1 64 1536 0 0 0 23 0 0 0 17 0 9 0 22377356 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17053] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17053/stat : 17053 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22377357 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17054] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17054/stat : 17054 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22377357 889597952 36857 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890972

[startup+25.5022 s]
/proc/loadavg: 2.17 2.05 2.01 3/85 17054
/proc/meminfo: memFree=1256632/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.9
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1310 7643 0 1 5 2 79 4 16 0 1 0 22377253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1111 409 3 0 796 0
[pid=17045] ppid=17032 vsize=5356 CPUtime=0
/proc/17045/stat : 17045 (sh) S 17032 17032 15277 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22377351 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17045/statm: 1339 233 193 169 0 50 0
[pid=17046] ppid=17045 vsize=868748 CPUtime=24.26
/proc/17046/stat : 17046 (java) S 17045 17032 15277 0 -1 0 57642 0 1 0 2387 39 0 0 18 0 9 0 22377351 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17046/statm: 217187 37859 2593 9 0 211664 0
[pid=17046/tid=17047] ppid=17045 vsize=868748 CPUtime=19.36
/proc/17046/task/17047/stat : 17047 (java) R 17045 17032 15277 0 -1 64 4660 0 1 0 1923 13 0 0 25 0 9 0 22377352 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4126976365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17048] ppid=17045 vsize=868748 CPUtime=4.62
/proc/17046/task/17048/stat : 17048 (java) S 17045 17032 15277 0 -1 64 50739 0 0 0 438 24 0 0 16 0 9 0 22377354 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17049] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17049/stat : 17049 (java) S 17045 17032 15277 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22377354 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17050] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17050/stat : 17050 (java) S 17045 17032 15277 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22377354 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17051] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17051/stat : 17051 (java) S 17045 17032 15277 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22377356 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17052] ppid=17045 vsize=868748 CPUtime=0.24
/proc/17046/task/17052/stat : 17052 (java) S 17045 17032 15277 0 -1 64 1541 0 0 0 24 0 0 0 16 0 9 0 22377356 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17053] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17053/stat : 17053 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22377357 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17046/tid=17054] ppid=17045 vsize=868748 CPUtime=0
/proc/17046/task/17054/stat : 17054 (java) S 17045 17032 15277 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22377357 889597952 37859 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890972

[startup+51.1025 s]
/proc/loadavg: 2.23 2.08 2.02 3/85 17054
/proc/meminfo: memFree=1225912/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=0.9

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

/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 83135 0 0 0 122261 71 0 0 25 0 1 0 22395990 346136576 83121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 84506 83121 76 150 0 84353 0
Current children cumulated CPU time (s) 1408.68
Current children cumulated vsize (KiB) 360248

[startup+1482.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/85 17111
/proc/meminfo: memFree=1155072/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=342140 CPUtime=1282.85
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 84183 0 0 0 128212 73 0 0 25 0 1 0 22395990 350351360 84169 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 85535 84169 76 150 0 85382 0
Current children cumulated CPU time (s) 1468.21
Current children cumulated vsize (KiB) 364364

[startup+1542.3 s]
/proc/loadavg: 2.05 2.03 2.01 3/85 17111
/proc/meminfo: memFree=1144640/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=345396 CPUtime=1342.29
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 85017 0 0 0 134155 74 0 0 25 0 1 0 22395990 353685504 85003 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 86349 85003 76 150 0 86196 0
Current children cumulated CPU time (s) 1527.65
Current children cumulated vsize (KiB) 367620

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/85 17111
/proc/meminfo: memFree=1131456/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=347420 CPUtime=1401.72
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 85506 0 0 0 140098 74 0 0 25 0 1 0 22395990 355758080 85492 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 86855 85492 76 150 0 86702 0
Current children cumulated CPU time (s) 1587.08
Current children cumulated vsize (KiB) 369644

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/85 17111
/proc/meminfo: memFree=1103040/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=353196 CPUtime=1461.15
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 86184 0 0 0 146040 75 0 0 25 0 1 0 22395990 361672704 86170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 88299 86170 76 150 0 88146 0
Current children cumulated CPU time (s) 1646.51
Current children cumulated vsize (KiB) 375420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 17111
/proc/meminfo: memFree=1087552/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=356968 CPUtime=1520.58
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 87151 0 0 0 151982 76 0 0 25 0 1 0 22395990 365535232 87137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 89242 87137 76 150 0 89089 0
Current children cumulated CPU time (s) 1705.94
Current children cumulated vsize (KiB) 379192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 17111
/proc/meminfo: memFree=1069440/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=359724 CPUtime=1580.02
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 87864 0 0 0 157925 77 0 0 25 0 1 0 22395990 368357376 87850 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 89931 87850 76 150 0 89778 0
Current children cumulated CPU time (s) 1765.38
Current children cumulated vsize (KiB) 381948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 17111
/proc/meminfo: memFree=1043392/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=361448 CPUtime=1614.69
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 88299 0 0 0 161391 78 0 0 25 0 1 0 22395990 370122752 88285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 90362 88285 76 150 0 90209 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 383672

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

############
# WARNING:
# current cumulated CPU time (185.41 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1614.64 s) to the 'lost time'.

[startup+1817.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 17111
/proc/meminfo: memFree=1043392/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.36
/proc/17032/stat : 17032 (sugar) S 17030 17032 15277 0 -1 4194304 1376 92022 0 2 5 2 18412 117 16 0 1 0 22377253 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17032/statm: 4217 1113 409 3 0 796 0
[pid=17061] ppid=17032 vsize=5356 CPUtime=0
/proc/17061/stat : 17061 (sh) S 17032 17032 15277 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22395989 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17061/statm: 1339 232 193 169 0 50 0
[pid=17062] ppid=17061 vsize=361448 CPUtime=1614.69
/proc/17062/stat : 17062 (minisat) R 17061 17032 15277 0 -1 4194304 88299 0 0 0 161391 78 0 0 25 0 1 0 22395990 370122752 88285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17062/statm: 90362 88285 76 150 0 90209 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 383672

[startup+1817.42 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 17111
/proc/meminfo: memFree=1043392/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.41
/proc/17032/stat : 17032 (sugar) R 17030 17032 15277 0 -1 4194304 1423 92299 0 2 5 7 18412 117 16 0 1 0 22377253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17032/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 185.41
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1817.42 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 17111
/proc/meminfo: memFree=1043392/2055920 swapFree=4192812/4192956
[pid=17032] ppid=17030 vsize=16868 CPUtime=185.41
/proc/17032/stat : 17032 (sugar) R 17030 17032 15277 0 -1 4194304 1423 92299 0 2 5 7 18412 117 16 0 1 0 22377253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17032/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 185.41
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1614.64
#  lost CPU user time (s): 1613.91
#  lost CPU system time (s): 0.73

Real time (s): 1817.43
CPU time (s): 1800.09
CPU user time (s): 1798.1
CPU system time (s): 1.99281
CPU usage (%): 99.0458
Max. virtual memory (cumulated for all children) (KiB): 911512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.185
system time used= 1.26281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93781
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12116
involuntary context switches= 15850

runsolver used 2.24966 second user time and 6.07608 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 00:58:58
IDJOB=2071247
IDBENCH=55461
IDSOLVER=739
FILE ID=node51/2071247-1247353137
PBS_JOBID= 9506909
Free space on /tmp= 66012 MiB

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

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

MD5SUM BENCH= 0bc53c36f68ea6a14fb106d8ba5208f9
RANDOM SEED=144588659

node51.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.225
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.225
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:       1418928 kB
Buffers:          7944 kB
Cached:         251068 kB
SwapCached:          0 kB
Active:         569748 kB
Inactive:        19240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1418928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:         341084 kB
Slab:            32616 kB
Committed_AS:   507884 kB
PageTables:       2568 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= 66140 MiB
End job on node51 at 2009-07-12 01:29:17