Trace number 1066527

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.13+minisat? (TO) 1800.06 1814.97

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-12_ext.xml
MD5SUM307fce858e8be208b5f286768abb1fff
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.99354
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints20
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 07:13:45 2008
0.00/0.05	c 0	PID 16164
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066527-1215148424.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-1066527-1215148424.xml' 'HOME/temp.csp'
0.03/0.35	c 0	1 domains, 96 variables, 0 predicates, 2 relations, 20 constraints
0.03/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.38	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.32/0.46	c 0	Parsing HOME/temp.csp
0.32/0.65	c 0	parsed 119 expressions
0.32/0.65	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.65	c 0	Converting to clausal form CSP
0.32/0.68	c 0	converted 12 (10%) expressions
0.32/0.68	c 0	converted 24 (20%) expressions
0.32/0.68	c 0	converted 36 (30%) expressions
0.32/0.68	c 0	converted 48 (40%) expressions
0.32/0.68	c 0	converted 60 (50%) expressions
0.32/0.68	c 0	converted 72 (60%) expressions
0.32/0.68	c 0	converted 84 (70%) expressions
0.32/0.68	c 0	converted 96 (80%) expressions
1.60/1.72	c 1	converted 108 (90%) expressions
2.30/2.46	c 2	converted 119 (100%) expressions
2.30/2.47	c 2	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
2.30/2.47	c 2	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.30/2.47	c 2	Propagation in CSP
2.30/2.47	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.30/2.47	c 2	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
2.30/2.47	c 2	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.30/2.47	c 2	Simplifing CSP by introducing new Boolean variables
2.30/2.47	c 2	CSP : 96 integers, 0 booleans, 20 clauses, largest domain size 26
2.30/2.47	c 2	Heap : 51 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.61/2.73	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.61/2.75	c 2	10 (10%) CSP integer variables are encoded (240 clauses, 2496 bytes)
2.61/2.76	c 2	20 (20%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.61/2.76	c 2	29 (30%) CSP integer variables are encoded (696 clauses, 7512 bytes)
2.61/2.76	c 2	39 (40%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.61/2.76	c 2	48 (50%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.61/2.76	c 2	58 (60%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.61/2.76	c 2	68 (70%) CSP integer variables are encoded (1632 clauses, 19153 bytes)
2.61/2.77	c 2	77 (80%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.61/2.77	c 2	87 (90%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
2.61/2.77	c 2	96 (100%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
33.21/33.65	c 33	2 (10%) CSP clauses are encoded (128998 clauses, 6848825 bytes)
64.30/65.03	c 65	4 (20%) CSP clauses are encoded (255692 clauses, 13728480 bytes)
95.48/96.54	c 96	6 (30%) CSP clauses are encoded (382386 clauses, 21082092 bytes)
127.27/128.62	c 128	8 (40%) CSP clauses are encoded (509080 clauses, 28435704 bytes)
158.35/160.02	c 160	10 (50%) CSP clauses are encoded (635774 clauses, 35789316 bytes)
189.65/191.65	c 191	12 (60%) CSP clauses are encoded (762468 clauses, 43142928 bytes)
200.03/202.16	c 202	14 (70%) CSP clauses are encoded (830726 clauses, 47636266 bytes)
210.71/212.99	c 213	16 (80%) CSP clauses are encoded (898984 clauses, 52676173 bytes)
221.31/223.60	c 223	18 (90%) CSP clauses are encoded (967242 clauses, 58487739 bytes)
231.71/234.11	c 234	20 (100%) CSP clauses are encoded (1035500 clauses, 64299305 bytes)
231.71/234.11	c 234	20 CSP clauses encoded
231.71/234.11	c 234	Writing map file : HOME/temp.map
231.71/234.11	c 234	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.71/234.11	c 234	SAT : 2400 SAT variables, 1035500 SAT clauses, 64299305 bytes
231.71/234.11	c 234	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.71/234.14	c 234	SOLVING HOME/temp.cnf
231.71/234.14	c 234	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
231.71/234.15	c 234	This is MiniSat 2.0 beta
231.71/234.15	c 234	WARNING: for repeatability, setting FPU to use double precision
231.71/234.15	c 234	============================[ Problem Statistics ]=============================
231.71/234.15	c 234	|                                                                             |
231.71/234.15	c 234	|  Number of variables:  2400                                                 |
231.71/234.15	c 234	|  Number of clauses:    1035500                                              |
233.27/235.71	c 235	|  Parsing time:         1.35         s                                       |
233.27/235.79	c 235	============================[ Search Statistics ]==============================
233.27/235.79	c 235	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
233.27/235.79	c 235	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
233.27/235.79	c 235	===============================================================================
233.27/235.79	c 235	|         0 |    2400  1035500 12604420 |   345166        0    nan |  0.000 % |
233.38/235.82	c 235	|       100 |    2400  1035500 12604420 |   379683      100      5 |  0.000 % |
233.38/235.88	c 235	|       250 |    2400  1035500 12604420 |   417651      250      5 |  0.000 % |
233.47/235.95	c 236	|       475 |    2400  1035500 12604420 |   459416      475      6 |  0.000 % |
233.57/236.07	c 236	|       812 |    2400  1035500 12604420 |   505358      812      7 |  0.000 % |
233.67/236.13	c 236	|      1318 |    2400  1035500 12604420 |   555894     1318      8 |  0.000 % |
233.87/236.33	c 236	|      2078 |    2400  1035500 12604420 |   611483     2078      8 |  0.000 % |
234.06/236.56	c 236	|      3217 |    2400  1035500 12604420 |   672632     3217      9 |  0.000 % |
234.26/236.77	c 236	|      4925 |    2400  1035500 12604420 |   739895     4925      9 |  0.000 % |
234.65/237.14	c 237	|      7488 |    2400  1035500 12604420 |   813884     7488     10 |  0.000 % |
235.55/238.03	c 238	|     11332 |    2400  1035500 12604420 |   895273    11332     10 |  0.000 % |
237.52/240.08	c 240	|     17098 |    2400  1035500 12604420 |   984800    17098     10 |  0.000 % |
265.16/267.98	c 268	|     25747 |    2400  1035500 12604420 |  1083280    25747     13 |  0.000 % |
304.47/307.63	c 307	|     38721 |    2400  1035500 12604420 |  1191608    38721     14 |  0.000 % |
359.14/362.86	c 362	|     58182 |    2400  1035500 12604420 |  1310769    58182     14 |  0.000 % |
444.52/449.04	c 449	|     87374 |    2396  1035500 12604420 |  1441846    87373     15 |  0.208 % |
609.84/615.92	c 615	|    131164 |    2396  1035500 12604420 |  1586031   131163     15 |  0.209 % |
888.09/896.86	c 896	|    196849 |    2396  1035500 12604420 |  1744634   196848     16 |  0.209 % |
1363.35/1376.62	c 1376	|    295375 |    2392  1032545 12569808 |  1919098   291406     16 |  0.708 % |
1800.06/1814.92	c ERROR INTERRUPTED
1800.06/1814.94	s UNKNOWN
1800.06/1814.94	c 1814	CPU 230.88 (0.04 0.01 230.84 0.86)
1800.06/1814.94	c 1814	END Fri Jul  4 07:43:59 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1066527-1215148424/watcher-1066527-1215148424 -o /tmp/evaluation-result-1066527-1215148424/solver-1066527-1215148424 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1066527-1215148424.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): 2200 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.01 2.00 2.00 4/81 16164
/proc/meminfo: memFree=1790032/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=3672 CPUtime=0
/proc/16164/stat : 16164 (sugar) R 16162 16164 13529 0 -1 4194304 53 0 0 0 0 0 0 0 20 0 1 0 1993818079 3760128 38 996147200 4194304 4206940 548682068608 18446744073709551615 259350656393 0 0 4096 0 0 0 0 17 1 0 0
/proc/16164/statm: 918 38 29 3 0 8 0

[startup+0.056369 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 16164
/proc/meminfo: memFree=1790032/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.03
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993818079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10233 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 16164
/proc/meminfo: memFree=1790032/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.03
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993818079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30237 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 16164
/proc/meminfo: memFree=1790032/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.03
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993818079 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701451 s]
/proc/loadavg: 2.01 2.00 2.00 4/81 16164
/proc/meminfo: memFree=1790032/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.32
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 973 6459 0 1 3 0 24 5 15 0 1 0 1993818079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 16186
/proc/meminfo: memFree=1771256/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.32
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 973 6459 0 1 3 0 24 5 15 0 1 0 1993818079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 797 370 3 0 500 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 13529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993818117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864364 CPUtime=1.09
/proc/16178/stat : 16178 (java) S 16177 16164 13529 0 -1 0 10787 0 1 0 104 5 0 0 18 0 9 0 1993818118 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216091 9957 2540 9 0 210666 0
[pid=16178/tid=16179] ppid=16177 vsize=864364 CPUtime=0.44
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 13529 0 -1 64 2765 0 1 0 43 1 0 0 20 0 9 0 1993818119 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864364 CPUtime=0.56
/proc/16178/task/16180/stat : 16180 (java) R 16177 16164 13529 0 -1 64 7000 0 0 0 53 3 0 0 17 0 9 0 1993818120 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 102731890 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864364 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 13529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993818120 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864364 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 13529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993818120 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864364 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 13529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993818122 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864364 CPUtime=0.06
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 13529 0 -1 64 329 0 0 0 6 0 0 0 16 0 9 0 1993818122 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864364 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 13529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993818122 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864364 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 13529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993818122 885108736 9957 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883320

[startup+3.10293 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 16186
/proc/meminfo: memFree=1742200/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.34
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 974 6459 0 1 4 1 24 5 15 0 1 0 1993818079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 797 370 3 0 500 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 13529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993818117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864244 CPUtime=2.67
/proc/16178/stat : 16178 (java) S 16177 16164 13529 0 -1 0 18936 0 1 0 255 12 0 0 18 0 9 0 1993818118 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216061 17987 2564 9 0 210608 0
[pid=16178/tid=16179] ppid=16177 vsize=864244 CPUtime=1.08
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 13529 0 -1 64 3399 0 1 0 106 2 0 0 19 0 9 0 1993818119 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 103215128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864244 CPUtime=1.46
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 13529 0 -1 64 14494 0 0 0 138 8 0 0 16 0 9 0 1993818120 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 13529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993818120 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 13529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993818120 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 13529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993818122 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864244 CPUtime=0.09
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 13529 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1993818122 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 13529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993818122 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 13529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993818122 884985856 17987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883200

[startup+6.30154 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 16186
/proc/meminfo: memFree=1724152/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.34
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 974 6459 0 1 4 1 24 5 15 0 1 0 1993818079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 797 370 3 0 500 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 13529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993818117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864244 CPUtime=5.83
/proc/16178/stat : 16178 (java) S 16177 16164 13529 0 -1 0 19210 0 1 0 571 12 0 0 18 0 9 0 1993818118 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216061 18255 2564 9 0 210608 0
[pid=16178/tid=16179] ppid=16177 vsize=864244 CPUtime=4.23
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 13529 0 -1 64 3405 0 1 0 421 2 0 0 25 0 9 0 1993818119 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4126602813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864244 CPUtime=1.48
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 13529 0 -1 64 14762 0 0 0 140 8 0 0 16 0 9 0 1993818120 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 13529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993818120 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 13529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993818120 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 13529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993818122 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864244 CPUtime=0.09
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 13529 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1993818122 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 13529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993818122 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 13529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993818122 884985856 18255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883200

[startup+12.7018 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 16186
/proc/meminfo: memFree=1719864/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.34
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 974 6459 0 1 4 1 24 5 15 0 1 0 1993818079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 797 370 3 0 500 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 13529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993818117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864244 CPUtime=12.17
/proc/16178/stat : 16178 (java) S 16177 16164 13529 0 -1 0 20644 0 1 0 1204 13 0 0 18 0 9 0 1993818118 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216061 19664 2564 9 0 210608 0
[pid=16178/tid=16179] ppid=16177 vsize=864244 CPUtime=10.47
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 13529 0 -1 64 3430 0 1 0 1045 2 0 0 25 0 9 0 1993818119 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864244 CPUtime=1.58
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 13529 0 -1 64 16171 0 0 0 149 9 0 0 16 0 9 0 1993818120 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 13529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993818120 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 13529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993818120 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16183] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16183/stat : 16183 (java) S 16177 16164 13529 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1993818122 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16184] ppid=16177 vsize=864244 CPUtime=0.09
/proc/16178/task/16184/stat : 16184 (java) S 16177 16164 13529 0 -1 64 350 0 0 0 9 0 0 0 16 0 9 0 1993818122 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16185] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16185/stat : 16185 (java) S 16177 16164 13529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993818122 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16186] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16186/stat : 16186 (java) S 16177 16164 13529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993818122 884985856 19664 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883200

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 16186
/proc/meminfo: memFree=1709560/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=0.34
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 974 6459 0 1 4 1 24 5 15 0 1 0 1993818079 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 797 370 3 0 500 0
[pid=16177] ppid=16164 vsize=5356 CPUtime=0
/proc/16177/stat : 16177 (sh) S 16164 16164 13529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993818117 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16177/statm: 1339 233 193 169 0 50 0
[pid=16178] ppid=16177 vsize=864244 CPUtime=24.85
/proc/16178/stat : 16178 (java) S 16177 16164 13529 0 -1 0 22053 0 1 0 2469 16 0 0 18 0 9 0 1993818118 884985856 21028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16178/statm: 216061 21028 2564 9 0 210608 0
[pid=16178/tid=16179] ppid=16177 vsize=864244 CPUtime=23.03
/proc/16178/task/16179/stat : 16179 (java) R 16177 16164 13529 0 -1 64 3475 0 1 0 2299 4 0 0 25 0 9 0 1993818119 884985856 21028 996147200 134512640 134550740 4294955952 18446744073709551615 4126583221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16180] ppid=16177 vsize=864244 CPUtime=1.69
/proc/16178/task/16180/stat : 16180 (java) S 16177 16164 13529 0 -1 64 17531 0 0 0 159 10 0 0 16 0 9 0 1993818120 884985856 21028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16181] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16181/stat : 16181 (java) S 16177 16164 13529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993818120 884985856 21028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16178/tid=16182] ppid=16177 vsize=864244 CPUtime=0
/proc/16178/task/16182/stat : 16182 (java) S 16177 16164 13529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993818120 884985856 21028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1600064/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=124832 CPUtime=1117.43
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 30807 0 0 0 111710 33 0 0 25 0 1 0 1993841494 127827968 30793 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16188/statm: 31208 30793 75 150 0 31055 0
Current children cumulated CPU time (s) 1349.18
Current children cumulated vsize (KiB) 143788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16188
/proc/meminfo: memFree=1598848/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=125872 CPUtime=1176.87
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 31087 0 0 0 117653 34 0 0 25 0 1 0 1993841494 128892928 31073 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16188/statm: 31468 31073 75 150 0 31315 0
Current children cumulated CPU time (s) 1408.62
Current children cumulated vsize (KiB) 144828

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16188
/proc/meminfo: memFree=1597568/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=127668 CPUtime=1236.29
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 31380 0 0 0 123595 34 0 0 25 0 1 0 1993841494 130732032 31366 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16188/statm: 31917 31366 75 150 0 31764 0
Current children cumulated CPU time (s) 1468.04
Current children cumulated vsize (KiB) 146624

[startup+1542.3 s]
/proc/loadavg: 1.87 1.97 1.99 3/85 16352
/proc/meminfo: memFree=1598392/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=128840 CPUtime=1295.95
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 31684 0 0 0 129559 36 0 0 25 0 1 0 1993841494 131932160 31670 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16188/statm: 32210 31670 75 150 0 32057 0
Current children cumulated CPU time (s) 1527.7
Current children cumulated vsize (KiB) 147796

[startup+1602.3 s]
/proc/loadavg: 1.57 1.88 1.96 2/70 16781
/proc/meminfo: memFree=1612208/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=130056 CPUtime=1355.85
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 31986 0 0 0 135544 41 0 0 25 0 1 0 1993841494 133177344 31972 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16188/statm: 32514 31972 75 150 0 32361 0
Current children cumulated CPU time (s) 1587.6
Current children cumulated vsize (KiB) 149012

[startup+1662.3 s]
/proc/loadavg: 1.21 1.71 1.89 2/70 17035
/proc/meminfo: memFree=1609200/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=131488 CPUtime=1415.79
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 32339 0 0 0 141533 46 0 0 25 0 1 0 1993841494 134643712 32325 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16188/statm: 32872 32325 75 150 0 32719 0
Current children cumulated CPU time (s) 1647.54
Current children cumulated vsize (KiB) 150444

[startup+1722.3 s]
/proc/loadavg: 1.56 1.71 1.88 3/84 17121
/proc/meminfo: memFree=1574528/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=132856 CPUtime=1475.76
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 32670 0 0 0 147529 47 0 0 25 0 1 0 1993841494 136044544 32656 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16188/statm: 33214 32656 75 150 0 33061 0
Current children cumulated CPU time (s) 1707.51
Current children cumulated vsize (KiB) 151812

[startup+1782.3 s]
/proc/loadavg: 1.84 1.76 1.88 3/84 17121
/proc/meminfo: memFree=1568448/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=133816 CPUtime=1535.72
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 32924 0 0 0 153525 47 0 0 25 0 1 0 1993841494 137027584 32910 996147200 134512640 135127466 4294956272 18446744073709551615 134531439 0 0 4096 3 0 0 0 17 0 0 0
/proc/16188/statm: 33454 32910 75 150 0 33301 0
Current children cumulated CPU time (s) 1767.47
Current children cumulated vsize (KiB) 152772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.9 s]
/proc/loadavg: 1.90 1.78 1.89 3/84 17123
/proc/meminfo: memFree=1568128/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=133816 CPUtime=1568.31
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 32929 0 0 0 156784 47 0 0 25 0 1 0 1993841494 137027584 32915 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16188/statm: 33454 32915 75 150 0 33301 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 152772

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

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

[startup+1814.9 s]
/proc/loadavg: 1.90 1.78 1.89 3/84 17123
/proc/meminfo: memFree=1568128/2055920 swapFree=4179472/4192956
[pid=16164] ppid=16162 vsize=13600 CPUtime=231.75
/proc/16164/stat : 16164 (sugar) S 16162 16164 13529 0 -1 4194304 1031 53843 0 2 4 1 23084 86 16 0 1 0 1993818079 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16164/statm: 3400 798 370 3 0 500 0
[pid=16187] ppid=16164 vsize=5356 CPUtime=0
/proc/16187/stat : 16187 (sh) S 16164 16164 13529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993841494 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16187/statm: 1339 232 193 169 0 50 0
[pid=16188] ppid=16187 vsize=133816 CPUtime=1568.31
/proc/16188/stat : 16188 (minisat) R 16187 16164 13529 0 -1 4194304 32929 0 0 0 156784 47 0 0 25 0 1 0 1993841494 137027584 32915 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16188/statm: 33454 32915 75 150 0 33301 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 152772

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16164 and gives
#  childrusage.ru_utime.tv_sec=230
#  childrusage.ru_utime.tv_usec=893898
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=912861
# CPU time returned by wait4() is 231.807
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1814.97
CPU time (s): 1800.06
CPU user time (s): 1798.72
CPU system time (s): 1.34
CPU usage (%): 99.1787
Max. virtual memory (cumulated for all children) (KiB): 894064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 230.894
system time used= 0.912861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55218
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= 12750
involuntary context switches= 21147

runsolver used 2.11668 second user time and 5.97409 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-04 07:13:45
IDJOB=1066527
IDBENCH=55127
IDSOLVER=346
FILE ID=node1/1066527-1215148424
PBS_JOBID= 7877341
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-12_ext.xml
COMMAND LINE= DIR/sugar -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-1066527-1215148424/watcher-1066527-1215148424 -o /tmp/evaluation-result-1066527-1215148424/solver-1066527-1215148424 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1066527-1215148424.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 307fce858e8be208b5f286768abb1fff
RANDOM SEED=138223217

node1.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.265
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.265
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:       1790512 kB
Buffers:         44104 kB
Cached:         142080 kB
SwapCached:       7548 kB
Active:         135144 kB
Inactive:        78300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790512 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          43436 kB
Slab:            37012 kB
Committed_AS:  3155080 kB
PageTables:       1928 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= 66552 MiB
End job on node1 at 2008-07-04 07:44:01