Trace number 1110388

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)10 3600.01 3603.59

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-11_ext.xml
MD5SUM9bcf81c8a076467ebf8c6a868379407a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 02:19:28 2008
0.00/0.04	c 0	PID 15831
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110388-1215821968.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-1110388-1215821968.xml' 'HOME/temp.csp'
0.04/0.37	c 0	1 domains, 88 variables, 0 predicates, 2 relations, 19 constraints
0.04/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.42	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.35/0.51	c 0	Parsing HOME/temp.csp
0.35/0.69	c 1	parsed 110 expressions
0.35/0.70	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.35/0.70	c 1	MAX CSP: 19 constraints
0.35/0.70	c 1	Converting to clausal form CSP
0.35/0.72	c 1	converted 14 (10%) expressions
0.35/0.72	c 1	converted 27 (20%) expressions
0.35/0.72	c 1	converted 40 (30%) expressions
0.35/0.72	c 1	converted 53 (40%) expressions
0.35/0.72	c 1	converted 66 (50%) expressions
0.35/0.72	c 1	converted 80 (60%) expressions
0.35/0.86	c 1	converted 93 (70%) expressions
1.40/1.53	c 2	converted 106 (80%) expressions
1.99/2.11	c 2	converted 119 (90%) expressions
2.19/2.38	c 2	converted 132 (100%) expressions
2.19/2.38	c 2	CSP : 126 integers, 0 booleans, 56 clauses, largest domain size 29
2.19/2.38	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.19/2.38	c 2	Propagation in CSP
2.19/2.39	c 2	16 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.19/2.39	c 2	CSP : 126 integers, 0 booleans, 56 clauses, largest domain size 26
2.19/2.39	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.39	c 2	Simplifing CSP by introducing new Boolean variables
2.19/2.40	c 2	CSP : 126 integers, 0 booleans, 56 clauses, largest domain size 26
2.19/2.40	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.48/2.63	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.48/2.65	c 3	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.48/2.65	c 3	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.48/2.66	c 3	38 (30%) CSP integer variables are encoded (912 clauses, 9888 bytes)
2.48/2.66	c 3	51 (40%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
2.48/2.66	c 3	63 (50%) CSP integer variables are encoded (1512 clauses, 17593 bytes)
2.48/2.66	c 3	76 (60%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.48/2.66	c 3	89 (70%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
2.48/2.66	c 3	101 (80%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
2.48/2.66	c 3	114 (90%) CSP integer variables are encoded (2141 clauses, 25770 bytes)
2.48/2.66	c 3	126 (100%) CSP integer variables are encoded (2236 clauses, 27005 bytes)
90.94/91.55	c 92	6 (10%) CSP clauses are encoded (382318 clauses, 23129665 bytes)
173.73/174.77	c 175	12 (20%) CSP clauses are encoded (746542 clauses, 46329191 bytes)
219.80/221.01	c 221	17 (30%) CSP clauses are encoded (983987 clauses, 64975558 bytes)
238.01/239.37	c 239	23 (40%) CSP clauses are encoded (1078981 clauses, 73202805 bytes)
238.01/239.37	c 239	28 (50%) CSP clauses are encoded (1079012 clauses, 73203291 bytes)
238.01/239.37	c 239	34 (60%) CSP clauses are encoded (1079042 clauses, 73203755 bytes)
238.01/239.37	c 239	40 (70%) CSP clauses are encoded (1079134 clauses, 73205279 bytes)
238.01/239.37	c 239	45 (80%) CSP clauses are encoded (1079167 clauses, 73205795 bytes)
238.01/239.38	c 239	51 (90%) CSP clauses are encoded (1079325 clauses, 73208267 bytes)
238.01/239.38	c 239	56 (100%) CSP clauses are encoded (1079655 clauses, 73213847 bytes)
238.01/239.38	c 239	56 CSP clauses encoded
238.01/239.38	c 239	Writing map file : HOME/temp.map
238.01/239.38	c 239	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
238.01/239.38	c 239	SAT : 2362 SAT variables, 1079655 SAT clauses, 73213847 bytes
238.01/239.38	c 239	Heap : 87 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
238.09/239.42	c 239	OBJECTIVE minimize _COST
238.09/239.42	c 239	OBJECTIVE BOUND: 0 <= _COST <= 
238.09/239.42	c 239	SEARCHING: _COST <= 10
238.09/239.42	c 239	SOLVING HOME/temp.cnf
238.09/239.42	c 239	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
238.09/239.42	c 239	This is MiniSat 2.0 beta
238.09/239.42	c 239	WARNING: for repeatability, setting FPU to use double precision
238.09/239.42	c 239	============================[ Problem Statistics ]=============================
238.09/239.42	c 239	|                                                                             |
238.09/239.42	c 239	|  Number of variables:  2362                                                 |
238.09/239.42	c 239	|  Number of clauses:    1079656                                              |
239.63/241.26	c 241	|  Parsing time:         1.42         s                                       |
239.74/241.36	c 241	============================[ Search Statistics ]==============================
239.74/241.36	c 241	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
239.74/241.36	c 241	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
239.74/241.36	c 241	===============================================================================
239.74/241.36	c 241	|         0 |    2317  1079387 14272541 |   359795        0    nan |  0.000 % |
239.83/241.42	c 241	|       100 |    2317  1079387 14272541 |   395775      100      8 |  1.905 % |
239.93/241.55	c 242	|       250 |    2317  1079387 14272541 |   435352      250      8 |  1.905 % |
239.93/241.60	c 242	|       475 |    2317  1079387 14272541 |   478888      475      9 |  1.905 % |
240.14/241.72	c 242	|       812 |    2317  1079387 14272541 |   526776      812      9 |  1.905 % |
240.34/241.93	c 242	|      1319 |    2317  1079387 14272541 |   579454     1319      9 |  1.905 % |
240.53/242.12	c 242	|      2079 |    2317  1079387 14272541 |   637399     2079      9 |  1.905 % |
240.73/242.35	c 242	|      3218 |    2317  1079387 14272541 |   701139     3218      9 |  1.905 % |
241.03/242.61	c 243	|      4926 |    2317  1079387 14272541 |   771253     4926      9 |  1.905 % |
241.43/243.05	c 243	|      7488 |    2317  1079387 14272541 |   848379     7488     10 |  1.905 % |
242.52/244.20	c 244	|     11332 |    2317  1079387 14272541 |   933217    11332     10 |  1.905 % |
243.71/245.38	c 245	|     17098 |    2317  1079387 14272541 |  1026539    17098     11 |  1.905 % |
247.30/248.96	c 249	|     25748 |    2317  1079387 14272541 |  1129192    25748     11 |  1.905 % |
250.48/252.16	c 252	|     38723 |    2317  1079387 14272541 |  1242112    38723     11 |  1.905 % |
255.65/257.36	c 257	|     58184 |    2317  1079387 14272541 |  1366323    58184     12 |  1.905 % |
265.21/266.95	c 267	|     87376 |    2317  1079387 14272541 |  1502955    87376     12 |  1.905 % |
276.36/278.16	c 278	===============================================================================
276.36/278.16	c 278	restarts              : 16
276.36/278.16	c 278	conflicts             : 123787         (3249 /sec)
276.36/278.16	c 278	decisions             : 163068         (1.43 % random) (4280 /sec)
276.36/278.16	c 278	propagations          : 2091806        (54903 /sec)
276.36/278.16	c 278	conflict literals     : 1551447        (20.35 % deleted)
276.36/278.16	c 278	Memory used           : 113.57 MB
276.36/278.16	c 278	CPU time              : 38.1002 s
276.36/278.16	c 278	
276.36/278.16	c 278	SATISFIABLE
276.36/278.18	c 278	FOUND: _COST <= 10
276.36/278.18	s SATISFIABLE
276.36/278.18	c 278	DECODING HOME/temp.out WITH HOME/temp.map
276.36/278.18	c 278	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
276.46/278.27	c 278	Decoding HOME/temp.out
276.55/278.31	c 278	OBJECTIVE _COST 10
276.55/278.31	o 10
276.55/278.31	v 25 25 25 12 25 22 0 19 1 6 21 25 25 25 8 25 0 19 17 17 14 14 25 25 25 23 25 20 24 20 8 13 11 25 25 25 19 25 10 15 18 13 25 19 25 25 25 20 25 4 8 19 3 0 0 25 25 25 17 25 18 2 5 8 11 8 22 4 24 4 17 7 0 20 18 4 17 2 17 24 18 19 0 11 11 8 25 4
276.55/278.32	c 278	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
276.55/278.37	c 278	OBJECTIVE BOUND: 0 <= _COST <= 10
276.55/278.37	c 278	SEARCHING: _COST <= 5
276.55/278.37	c 278	SOLVING HOME/temp.cnf
276.55/278.37	c 278	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
276.55/278.37	c 278	This is MiniSat 2.0 beta
276.55/278.37	c 278	WARNING: for repeatability, setting FPU to use double precision
276.55/278.37	c 278	============================[ Problem Statistics ]=============================
276.55/278.37	c 278	|                                                                             |
276.55/278.37	c 278	|  Number of variables:  2362                                                 |
276.55/278.37	c 278	|  Number of clauses:    1079656                                              |
278.00/279.88	c 280	|  Parsing time:         1.35         s                                       |
278.10/279.98	c 280	============================[ Search Statistics ]==============================
278.10/279.98	c 280	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
278.10/279.98	c 280	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
278.10/279.98	c 280	===============================================================================
278.10/279.98	c 280	|         0 |    2287  1079202 14272071 |   359734        0    nan |  0.000 % |
278.19/280.06	c 280	|       101 |    2287  1079202 14272071 |   395707      101      8 |  3.175 % |
278.29/280.12	c 280	|       252 |    2287  1079202 14272071 |   435278      252      8 |  3.175 % |
278.29/280.20	c 280	|       477 |    2287  1079202 14272071 |   478805      477      9 |  3.175 % |
278.39/280.30	c 280	|       814 |    2287  1079202 14272071 |   526686      814      9 |  3.175 % |
278.61/280.41	c 280	|      1320 |    2287  1079202 14272071 |   579355     1320      9 |  3.175 % |
278.71/280.56	c 281	|      2079 |    2287  1079202 14272071 |   637290     2079      9 |  3.175 % |
279.00/280.81	c 281	|      3219 |    2287  1079202 14272071 |   701019     3219      9 |  3.175 % |
279.30/281.18	c 281	|      4927 |    2287  1079202 14272071 |   771121     4927      9 |  3.175 % |
279.80/281.70	c 282	|      7489 |    2287  1079202 14272071 |   848233     7489     10 |  3.175 % |
280.39/282.30	c 282	|     11333 |    2287  1079202 14272071 |   933057    11333     11 |  3.175 % |
281.48/283.30	c 283	|     17099 |    2287  1079202 14272071 |  1026363    17099     11 |  3.175 % |
283.09/284.99	c 285	|     25748 |    2287  1079202 14272071 |  1128999    25748     11 |  3.175 % |
285.67/287.58	c 288	|     38724 |    2287  1079202 14272071 |  1241899    38724     11 |  3.175 % |
307.36/309.38	c 309	|     58185 |    2287  1079202 14272071 |  1366089    58185     13 |  3.175 % |
328.85/330.90	c 331	|     87378 |    2287  1079202 14272071 |  1502698    87378     14 |  3.175 % |
409.62/411.96	c 412	|    131168 |    2287  1079202 14272071 |  1652968   131168     16 |  3.175 % |
453.29/455.69	c 456	|    196853 |    2287  1079202 14272071 |  1818264   196853     17 |  3.175 % |
554.96/557.31	c 557	|    295380 |    2287  1079202 14272071 |  2000091   295380     17 |  3.175 % |
1145.03/1147.62	c 1148	|    443170 |    2287  1079202 14272071 |  2200100   443170     20 |  3.176 % |
1691.13/1693.98	c 1694	|    664853 |    2287  1079202 14272071 |  2420110   664853     22 |  3.176 % |
3201.25/3204.68	c 3205	|    997378 |    2287  1079202 14272071 |  2662121   997378     23 |  3.176 % |
3600.01/3603.52	c ERROR INTERRUPTED
3600.01/3603.56	c 3604	CPU 275.53 (0.04 0.01 275.49 1.07)
3600.01/3603.56	c 3604	END Sat Jul 12 03:19:32 2008

Verifier Data (download as text)

OK	10	9
10 unsatisfied constraints, 9 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-1110388-1215821968/watcher-1110388-1215821968 -o /tmp/evaluation-result-1110388-1215821968/solver-1110388-1215821968 -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-1110388-1215821968.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: 2.47 2.49 2.45 4/80 15831
/proc/meminfo: memFree=1825200/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=12268 CPUtime=0
/proc/15831/stat : 15831 (sugar) R 15829 15831 15698 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 38898875 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15831/statm: 3067 316 241 3 0 167 0

[startup+0.082003 s]
/proc/loadavg: 2.47 2.49 2.45 4/80 15831
/proc/meminfo: memFree=1825200/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.04
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38898875 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101992 s]
/proc/loadavg: 2.47 2.49 2.45 4/80 15831
/proc/meminfo: memFree=1825200/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.04
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38898875 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302006 s]
/proc/loadavg: 2.47 2.49 2.45 4/80 15831
/proc/meminfo: memFree=1825200/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.04
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38898875 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70204 s]
/proc/loadavg: 2.47 2.49 2.45 4/80 15831
/proc/meminfo: memFree=1825200/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.35
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 974 6513 0 1 3 1 28 3 15 0 1 0 38898875 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.47 2.49 2.45 3/91 15853
/proc/meminfo: memFree=1807000/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.35
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 974 6513 0 1 3 1 28 3 15 0 1 0 38898875 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 797 370 3 0 500 0
[pid=15844] ppid=15831 vsize=5356 CPUtime=0
/proc/15844/stat : 15844 (sh) S 15831 15831 15698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38898917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15844/statm: 1339 233 193 169 0 50 0
[pid=15845] ppid=15844 vsize=864364 CPUtime=1.05
/proc/15845/stat : 15845 (java) S 15844 15831 15698 0 -1 0 10931 0 1 0 99 6 0 0 18 0 9 0 38898918 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15845/statm: 216091 10121 2540 9 0 210666 0
[pid=15845/tid=15846] ppid=15844 vsize=864364 CPUtime=0.44
/proc/15845/task/15846/stat : 15846 (java) R 15844 15831 15698 0 -1 64 2754 0 1 0 43 1 0 0 20 0 9 0 38898919 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15847] ppid=15844 vsize=864364 CPUtime=0.53
/proc/15845/task/15847/stat : 15847 (java) R 15844 15831 15698 0 -1 64 7158 0 0 0 50 3 0 0 17 0 9 0 38898921 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 104456994 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15848] ppid=15844 vsize=864364 CPUtime=0
/proc/15845/task/15848/stat : 15848 (java) S 15844 15831 15698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38898921 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15849] ppid=15844 vsize=864364 CPUtime=0
/proc/15845/task/15849/stat : 15849 (java) S 15844 15831 15698 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38898921 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15850] ppid=15844 vsize=864364 CPUtime=0
/proc/15845/task/15850/stat : 15850 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38898923 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15851] ppid=15844 vsize=864364 CPUtime=0.05
/proc/15845/task/15851/stat : 15851 (java) S 15844 15831 15698 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 38898923 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15852] ppid=15844 vsize=864364 CPUtime=0
/proc/15845/task/15852/stat : 15852 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38898923 885108736 10121 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15853] ppid=15844 vsize=864364 CPUtime=0
/proc/15845/task/15853/stat : 15853 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38898923 885108736 10121 996147200 134512640 134550740 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) 883320

[startup+3.10126 s]
/proc/loadavg: 2.47 2.49 2.45 3/91 15853
/proc/meminfo: memFree=1775576/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.35
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 974 6513 0 1 3 1 28 3 15 0 1 0 38898875 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 797 370 3 0 500 0
[pid=15844] ppid=15831 vsize=5356 CPUtime=0
/proc/15844/stat : 15844 (sh) S 15831 15831 15698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38898917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15844/statm: 1339 233 193 169 0 50 0
[pid=15845] ppid=15844 vsize=864372 CPUtime=2.63
/proc/15845/stat : 15845 (java) S 15844 15831 15698 0 -1 0 19420 0 1 0 253 10 0 0 18 0 9 0 38898918 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15845/statm: 216093 18484 2564 9 0 210640 0
[pid=15845/tid=15846] ppid=15844 vsize=864372 CPUtime=1.17
/proc/15845/task/15846/stat : 15846 (java) R 15844 15831 15698 0 -1 64 3391 0 1 0 115 2 0 0 21 0 9 0 38898919 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4126584436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15847] ppid=15844 vsize=864372 CPUtime=1.35
/proc/15845/task/15847/stat : 15847 (java) S 15844 15831 15698 0 -1 64 14986 0 0 0 128 7 0 0 16 0 9 0 38898921 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15848] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15848/stat : 15848 (java) S 15844 15831 15698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38898921 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15849] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15849/stat : 15849 (java) S 15844 15831 15698 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38898921 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15850] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15850/stat : 15850 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38898923 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15851] ppid=15844 vsize=864372 CPUtime=0.09
/proc/15845/task/15851/stat : 15851 (java) S 15844 15831 15698 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 38898923 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15852] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15852/stat : 15852 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38898923 885116928 18484 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15853] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15853/stat : 15853 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38898923 885116928 18484 996147200 134512640 134550740 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) 883328

[startup+6.30253 s]
/proc/loadavg: 2.51 2.50 2.45 3/91 15853
/proc/meminfo: memFree=1758104/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.35
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 974 6513 0 1 3 1 28 3 15 0 1 0 38898875 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 797 370 3 0 500 0
[pid=15844] ppid=15831 vsize=5356 CPUtime=0
/proc/15844/stat : 15844 (sh) S 15831 15831 15698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38898917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15844/statm: 1339 233 193 169 0 50 0
[pid=15845] ppid=15844 vsize=864372 CPUtime=5.81
/proc/15845/stat : 15845 (java) S 15844 15831 15698 0 -1 0 19790 0 1 0 571 10 0 0 18 0 9 0 38898918 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15845/statm: 216093 18847 2564 9 0 210640 0
[pid=15845/tid=15846] ppid=15844 vsize=864372 CPUtime=4.33
/proc/15845/task/15846/stat : 15846 (java) R 15844 15831 15698 0 -1 64 3398 0 1 0 431 2 0 0 25 0 9 0 38898919 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 102109848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15847] ppid=15844 vsize=864372 CPUtime=1.37
/proc/15845/task/15847/stat : 15847 (java) S 15844 15831 15698 0 -1 64 15349 0 0 0 130 7 0 0 16 0 9 0 38898921 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15848] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15848/stat : 15848 (java) S 15844 15831 15698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38898921 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15849] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15849/stat : 15849 (java) S 15844 15831 15698 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38898921 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15850] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15850/stat : 15850 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38898923 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15851] ppid=15844 vsize=864372 CPUtime=0.09
/proc/15845/task/15851/stat : 15851 (java) S 15844 15831 15698 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 38898923 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15852] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15852/stat : 15852 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38898923 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15853] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15853/stat : 15853 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38898923 885116928 18847 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883328

[startup+12.7011 s]
/proc/loadavg: 2.55 2.51 2.46 3/91 15853
/proc/meminfo: memFree=1752600/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.35
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 974 6513 0 1 3 1 28 3 15 0 1 0 38898875 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 797 370 3 0 500 0
[pid=15844] ppid=15831 vsize=5356 CPUtime=0
/proc/15844/stat : 15844 (sh) S 15831 15831 15698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38898917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15844/statm: 1339 233 193 169 0 50 0
[pid=15845] ppid=15844 vsize=864372 CPUtime=12.18
/proc/15845/stat : 15845 (java) S 15844 15831 15698 0 -1 0 20941 0 1 0 1207 11 0 0 18 0 9 0 38898918 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15845/statm: 216093 19978 2564 9 0 210640 0
[pid=15845/tid=15846] ppid=15844 vsize=864372 CPUtime=10.63
/proc/15845/task/15846/stat : 15846 (java) R 15844 15831 15698 0 -1 64 3418 0 1 0 1061 2 0 0 25 0 9 0 38898919 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4126602323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15847] ppid=15844 vsize=864372 CPUtime=1.45
/proc/15845/task/15847/stat : 15847 (java) S 15844 15831 15698 0 -1 64 16480 0 0 0 137 8 0 0 16 0 9 0 38898921 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15848] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15848/stat : 15848 (java) S 15844 15831 15698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38898921 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15849] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15849/stat : 15849 (java) S 15844 15831 15698 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38898921 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15850] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15850/stat : 15850 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38898923 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15851] ppid=15844 vsize=864372 CPUtime=0.09
/proc/15845/task/15851/stat : 15851 (java) S 15844 15831 15698 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 38898923 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15852] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15852/stat : 15852 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 38898923 885116928 19978 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15853] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15853/stat : 15853 (java) S 15844 15831 15698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38898923 885116928 19978 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) 883328

[startup+25.5022 s]
/proc/loadavg: 2.57 2.52 2.46 5/91 15853
/proc/meminfo: memFree=1742168/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=0.35
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 974 6513 0 1 3 1 28 3 15 0 1 0 38898875 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15831/statm: 3400 797 370 3 0 500 0
[pid=15844] ppid=15831 vsize=5356 CPUtime=0
/proc/15844/stat : 15844 (sh) S 15831 15831 15698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38898917 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15844/statm: 1339 233 193 169 0 50 0
[pid=15845] ppid=15844 vsize=864372 CPUtime=24.91
/proc/15845/stat : 15845 (java) S 15844 15831 15698 0 -1 0 22573 0 1 0 2475 16 0 0 18 0 9 0 38898918 885116928 21559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15845/statm: 216093 21559 2564 9 0 210640 0
[pid=15845/tid=15846] ppid=15844 vsize=864372 CPUtime=23.24
/proc/15845/task/15846/stat : 15846 (java) R 15844 15831 15698 0 -1 64 3469 0 1 0 2319 5 0 0 25 0 9 0 38898919 885116928 21559 996147200 134512640 134550740 4294955936 18446744073709551615 4126601590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15847] ppid=15844 vsize=864372 CPUtime=1.55
/proc/15845/task/15847/stat : 15847 (java) S 15844 15831 15698 0 -1 64 18057 0 0 0 146 9 0 0 16 0 9 0 38898921 885116928 21559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15848] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15848/stat : 15848 (java) S 15844 15831 15698 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38898921 885116928 21559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15845/tid=15849] ppid=15844 vsize=864372 CPUtime=0
/proc/15845/task/15849/stat : 15849 (java) S 15844 15831 15698 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38898921 885116928 21559 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1584016/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=233524 CPUtime=2882.37
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 57135 0 0 0 288180 57 0 0 25 0 1 0 38926713 239128576 57121 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 58381 57121 76 150 0 58228 0
Current children cumulated CPU time (s) 3158.97
Current children cumulated vsize (KiB) 252480

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15914
/proc/meminfo: memFree=1581008/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=236596 CPUtime=2942.34
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 57884 0 0 0 294177 57 0 0 25 0 1 0 38926713 242274304 57870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 59149 57870 76 150 0 58996 0
Current children cumulated CPU time (s) 3218.94
Current children cumulated vsize (KiB) 255552

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15914
/proc/meminfo: memFree=1578448/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=239016 CPUtime=3002.33
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 58490 0 0 0 300175 58 0 0 25 0 1 0 38926713 244752384 58476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 59754 58476 76 150 0 59601 0
Current children cumulated CPU time (s) 3278.93
Current children cumulated vsize (KiB) 257972

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15914
/proc/meminfo: memFree=1576272/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=241120 CPUtime=3062.3
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 59034 0 0 0 306172 58 0 0 25 0 1 0 38926713 246906880 59020 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 60280 59020 76 150 0 60127 0
Current children cumulated CPU time (s) 3338.9
Current children cumulated vsize (KiB) 260076

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15914
/proc/meminfo: memFree=1573968/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=245464 CPUtime=3122.28
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 59596 0 0 0 312169 59 0 0 25 0 1 0 38926713 251355136 59582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 61366 59582 76 150 0 61213 0
Current children cumulated CPU time (s) 3398.88
Current children cumulated vsize (KiB) 264420

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15914
/proc/meminfo: memFree=1571728/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=247564 CPUtime=3182.25
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 60154 0 0 0 318166 59 0 0 25 0 1 0 38926713 253505536 60140 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 61891 60140 76 150 0 61738 0
Current children cumulated CPU time (s) 3458.85
Current children cumulated vsize (KiB) 266520

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15914
/proc/meminfo: memFree=1569744/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=249624 CPUtime=3242.24
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 60652 0 0 0 324163 61 0 0 25 0 1 0 38926713 255614976 60638 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 62406 60638 76 150 0 62253 0
Current children cumulated CPU time (s) 3518.84
Current children cumulated vsize (KiB) 268580

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15916
/proc/meminfo: memFree=1567632/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=251828 CPUtime=3302.2
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 61177 0 0 0 330159 61 0 0 25 0 1 0 38926713 257871872 61163 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 62957 61163 76 150 0 62804 0
Current children cumulated CPU time (s) 3578.8
Current children cumulated vsize (KiB) 270784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15916
/proc/meminfo: memFree=1566864/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=252620 CPUtime=3323.41
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 61367 0 0 0 332279 62 0 0 25 0 1 0 38926713 258682880 61353 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 63155 61353 76 150 0 63002 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 271576

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

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

[startup+3603.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15916
/proc/meminfo: memFree=1566864/2055920 swapFree=4177576/4192956
[pid=15831] ppid=15829 vsize=13600 CPUtime=276.6
/proc/15831/stat : 15831 (sugar) S 15829 15831 15698 0 -1 4194304 1170 87120 0 3 4 1 27549 106 16 0 1 0 38898875 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15831/statm: 3400 803 374 3 0 500 0
[pid=15866] ppid=15831 vsize=5356 CPUtime=0
/proc/15866/stat : 15866 (sh) S 15831 15831 15698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 38926712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15866/statm: 1339 232 193 169 0 50 0
[pid=15867] ppid=15866 vsize=252620 CPUtime=3323.41
/proc/15867/stat : 15867 (minisat) R 15866 15831 15698 0 -1 4194304 61367 0 0 0 332279 62 0 0 25 0 1 0 38926713 258682880 61353 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15867/statm: 63155 61353 76 150 0 63002 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 271576

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15831 and gives
#  childrusage.ru_utime.tv_sec=275
#  childrusage.ru_utime.tv_usec=539111
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=122829
# CPU time returned by wait4() is 276.662
# while last known CPU time is 3600.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3603.59
CPU time (s): 3600.01
CPU user time (s): 3598.32
CPU system time (s): 1.69
CPU usage (%): 99.9007
Max. virtual memory (cumulated for all children) (KiB): 894080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 275.539
system time used= 1.12283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88633
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= 13478
involuntary context switches= 22502

runsolver used 4.34934 second user time and 12.0692 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-12 02:19:28
IDJOB=1110388
IDBENCH=61099
IDSOLVER=368
FILE ID=node31/1110388-1215821968
PBS_JOBID= 7903329
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-11_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-1110388-1215821968/watcher-1110388-1215821968 -o /tmp/evaluation-result-1110388-1215821968/solver-1110388-1215821968 -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-1110388-1215821968.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bcf81c8a076467ebf8c6a868379407a
RANDOM SEED=520064705

node31.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.236
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.236
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:       1825936 kB
Buffers:         35000 kB
Cached:          61668 kB
SwapCached:       8392 kB
Active:         141652 kB
Inactive:        44824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825936 kB
SwapTotal:     4192956 kB
SwapFree:      4177576 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:         105420 kB
Slab:            28456 kB
Committed_AS:   984956 kB
PageTables:       2040 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66492 MiB
End job on node31 at 2008-07-12 03:19:34