Trace number 1077165

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.02 1817.22

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-08.xml
MD5SUMd20c7bd53f46e51d24a0574180a1c33a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.58591
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
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 Fri Jul  4 19:19:33 2008
0.00/0.04	c 0	PID 23678
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1077165-1215191973.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-1077165-1215191973.xml' 'HOME/temp.csp'
0.96/1.09	c 1	1 domains, 295 variables, 9 predicates, 8 relations, 3243 constraints
0.96/1.10	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.10	c 1	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'
1.06/1.18	c 1	Parsing HOME/temp.csp
1.06/1.81	c 2	parsed 3556 expressions
1.06/1.81	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.81	c 2	Converting to clausal form CSP
2.04/2.20	c 2	converted 356 (10%) expressions
3.71/3.87	c 4	converted 712 (20%) expressions
4.11/4.26	c 4	converted 1067 (30%) expressions
4.31/4.45	c 4	converted 1423 (40%) expressions
4.40/4.51	c 4	converted 1778 (50%) expressions
4.50/4.67	c 5	converted 2134 (60%) expressions
4.61/4.74	c 5	converted 2490 (70%) expressions
4.61/4.78	c 5	converted 2845 (80%) expressions
5.00/5.13	c 5	converted 3201 (90%) expressions
5.21/5.38	c 5	converted 3556 (100%) expressions
5.21/5.38	c 5	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
5.21/5.38	c 5	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.21/5.38	c 5	Propagation in CSP
5.30/5.42	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.30/5.42	c 5	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
5.30/5.42	c 5	Heap : 97 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.30/5.42	c 5	Simplifing CSP by introducing new Boolean variables
5.39/5.51	c 5	CSP : 295 integers, 24948 booleans, 28191 clauses, largest domain size 26
5.39/5.51	c 5	Heap : 103 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.08/6.24	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.08/6.28	c 6	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
6.08/6.28	c 6	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
6.08/6.28	c 6	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
6.08/6.29	c 6	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
6.08/6.29	c 6	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
6.08/6.29	c 6	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
6.08/6.29	c 6	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
6.08/6.29	c 6	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
6.08/6.29	c 6	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
6.08/6.29	c 6	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
53.63/54.26	c 54	2820 (10%) CSP clauses are encoded (829322 clauses, 33315131 bytes)
68.90/70.53	c 70	5639 (20%) CSP clauses are encoded (958112 clauses, 38206522 bytes)
83.33/85.23	c 85	8458 (30%) CSP clauses are encoded (1086902 clauses, 43239627 bytes)
83.42/85.35	c 85	11277 (40%) CSP clauses are encoded (1152346 clauses, 44475359 bytes)
83.52/85.47	c 85	14096 (50%) CSP clauses are encoded (1217815 clauses, 45735100 bytes)
113.71/115.61	c 116	16915 (60%) CSP clauses are encoded (1409926 clauses, 55098084 bytes)
113.81/115.73	c 116	19734 (70%) CSP clauses are encoded (1475395 clauses, 56389288 bytes)
113.91/115.84	c 116	22553 (80%) CSP clauses are encoded (1540864 clauses, 57680492 bytes)
172.37/174.36	c 174	25372 (90%) CSP clauses are encoded (1859617 clauses, 75115256 bytes)
208.16/210.19	c 210	28191 (100%) CSP clauses are encoded (2114303 clauses, 91115601 bytes)
208.16/210.19	c 210	28191 CSP clauses encoded
208.16/210.19	c 210	Writing map file : HOME/temp.map
208.25/210.21	c 210	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
208.25/210.21	c 210	SAT : 32323 SAT variables, 2114303 SAT clauses, 91115601 bytes
208.25/210.21	c 210	Heap : 112 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
208.25/210.24	c 210	SOLVING HOME/temp.cnf
208.25/210.24	c 210	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
208.25/210.25	c 210	This is MiniSat 2.0 beta
208.25/210.25	c 210	WARNING: for repeatability, setting FPU to use double precision
208.25/210.25	c 210	============================[ Problem Statistics ]=============================
208.25/210.25	c 210	|                                                                             |
208.25/210.25	c 210	|  Number of variables:  32323                                                |
208.25/210.25	c 210	|  Number of clauses:    2114303                                              |
210.23/212.25	c 212	|  Parsing time:         1.79         s                                       |
210.32/212.38	c 212	============================[ Search Statistics ]==============================
210.32/212.38	c 212	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
210.32/212.38	c 212	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
210.32/212.38	c 212	===============================================================================
210.32/212.38	c 212	|         0 |   32323  2114303 15907110 |   704767        0    nan |  0.000 % |
210.52/212.54	c 213	|       100 |   32323  2114303 15907110 |   775244      100     15 |  0.000 % |
210.62/212.66	c 213	|       250 |   32323  2114303 15907110 |   852768      250     11 |  0.000 % |
210.72/212.77	c 213	|       475 |   32322  2114303 15907110 |   938045      474     10 |  0.003 % |
210.81/212.82	c 213	|       812 |   32322  2114303 15907110 |  1031850      811      9 |  0.003 % |
210.81/212.89	c 213	|      1318 |   32322  2114303 15907110 |  1135035     1317      9 |  0.003 % |
211.11/213.11	c 213	|      2078 |   32322  2114303 15907110 |  1248538     2077      9 |  0.003 % |
211.21/213.21	c 213	|      3217 |   32322  2114303 15907110 |  1373392     3216      9 |  0.003 % |
211.41/213.47	c 213	|      4925 |   32322  2114303 15907110 |  1510732     4924      9 |  0.003 % |
212.50/214.51	c 214	|      7490 |   32322  2114303 15907110 |  1661805     7489     11 |  0.003 % |
213.19/215.27	c 215	|     11335 |   32322  2114303 15907110 |  1827985    11334     11 |  0.003 % |
214.68/216.74	c 217	|     17101 |   32322  2114303 15907110 |  2010784    17100     11 |  0.003 % |
216.16/218.26	c 218	|     25751 |   32322  2114303 15907110 |  2211862    25750     11 |  0.003 % |
220.22/222.32	c 222	|     38725 |   32322  2114303 15907110 |  2433049    38724     11 |  0.003 % |
227.84/230.05	c 230	|     58187 |   32322  2114303 15907110 |  2676354    58186     12 |  0.003 % |
235.77/238.01	c 238	|     87379 |   32321  2114303 15907110 |  2943989    87377     12 |  0.006 % |
254.79/257.23	c 257	|    131169 |   32321  2114303 15907110 |  3238388   131167     12 |  0.006 % |
281.43/284.17	c 284	|    196855 |   32321  2114303 15907110 |  3562227   196853     13 |  0.006 % |
325.01/328.13	c 328	|    295381 |   32321  2114303 15907110 |  3918449   295379     13 |  0.006 % |
400.99/404.86	c 405	|    443172 |   32321  2114217 15906926 |  4310294   443168     14 |  0.006 % |
539.18/544.30	c 544	|    664855 |   32321  2114217 15906926 |  4741324   664851     14 |  0.006 % |
815.16/822.92	c 823	|    997380 |   32320  2114174 15906834 |  5215456   997374     15 |  0.009 % |
1368.62/1381.69	c 1382	|   1496169 |   32319  2114174 15906834 |  5737002  1496162     16 |  0.012 % |
1800.02/1817.12	c ERROR INTERRUPTED
1800.02/1817.17	s UNKNOWN
1800.02/1817.17	c 1817	CPU 207.17 (0.03 0.01 207.14 1.12)
1800.02/1817.17	c 1817	END Fri Jul  4 19:49:50 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-1077165-1215191973/watcher-1077165-1215191973 -o /tmp/evaluation-result-1077165-1215191973/solver-1077165-1215191973 -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-1077165-1215191973.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: 1.92 1.98 1.99 4/81 23678
/proc/meminfo: memFree=894312/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=12000 CPUtime=0
/proc/23678/stat : 23678 (sugar) R 23676 23678 18419 0 -1 4194304 203 0 0 0 0 0 0 0 22 0 1 0 1998169566 12288000 171 996147200 4194304 4206940 548682068560 18446744073709551615 273653644304 0 0 4224 0 0 0 0 17 1 0 0
/proc/23678/statm: 3000 171 132 3 0 100 0

[startup+0.0683309 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23678
/proc/meminfo: memFree=894312/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=0.03
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 900 128 0 0 2 1 0 0 19 0 1 0 1998169566 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101918 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23678
/proc/meminfo: memFree=894312/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=0.03
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 900 128 0 0 2 1 0 0 19 0 1 0 1998169566 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301945 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23678
/proc/meminfo: memFree=894312/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=0.03
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 900 128 0 0 2 1 0 0 19 0 1 0 1998169566 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703009 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 23678
/proc/meminfo: memFree=894312/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=0.03
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 900 128 0 0 2 1 0 0 19 0 1 0 1998169566 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50112 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 23690
/proc/meminfo: memFree=870672/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=1.06
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 972 8954 0 1 2 1 96 7 16 0 1 0 1998169566 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13600

[startup+3.10236 s]
/proc/loadavg: 1.92 1.98 1.99 4/92 23700
/proc/meminfo: memFree=868752/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=1.06
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 972 8954 0 1 2 1 96 7 15 0 1 0 1998169566 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 797 370 3 0 500 0
[pid=23691] ppid=23678 vsize=5356 CPUtime=0
/proc/23691/stat : 23691 (sh) S 23678 23678 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998169676 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23691/statm: 1339 233 193 169 0 50 0
[pid=23692] ppid=23691 vsize=864212 CPUtime=1.96
/proc/23692/stat : 23692 (java) S 23691 23678 18419 0 -1 0 14399 0 1 0 188 8 0 0 18 0 9 0 1998169676 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23692/statm: 216053 13599 2540 9 0 210628 0
[pid=23692/tid=23693] ppid=23691 vsize=864212 CPUtime=0.91
/proc/23692/task/23693/stat : 23693 (java) R 23691 23678 18419 0 -1 64 3176 0 1 0 89 2 0 0 25 0 9 0 1998169677 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23694] ppid=23691 vsize=864212 CPUtime=0.95
/proc/23692/task/23694/stat : 23694 (java) R 23691 23678 18419 0 -1 64 10184 0 0 0 90 5 0 0 17 0 9 0 1998169678 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 104179104 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23695] ppid=23691 vsize=864212 CPUtime=0
/proc/23692/task/23695/stat : 23695 (java) S 23691 23678 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998169678 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23696] ppid=23691 vsize=864212 CPUtime=0
/proc/23692/task/23696/stat : 23696 (java) S 23691 23678 18419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998169678 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23697] ppid=23691 vsize=864212 CPUtime=0
/proc/23692/task/23697/stat : 23697 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998169680 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23698] ppid=23691 vsize=864212 CPUtime=0.07
/proc/23692/task/23698/stat : 23698 (java) S 23691 23678 18419 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 1998169680 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23699] ppid=23691 vsize=864212 CPUtime=0
/proc/23692/task/23699/stat : 23699 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998169680 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23700] ppid=23691 vsize=864212 CPUtime=0
/proc/23692/task/23700/stat : 23700 (java) S 23691 23678 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998169680 884953088 13599 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883168

[startup+6.30183 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 23700
/proc/meminfo: memFree=780944/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=1.07
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 973 8954 0 1 3 1 96 7 15 0 1 0 1998169566 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 797 370 3 0 500 0
[pid=23691] ppid=23678 vsize=5356 CPUtime=0
/proc/23691/stat : 23691 (sh) S 23678 23678 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998169676 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23691/statm: 1339 233 193 169 0 50 0
[pid=23692] ppid=23691 vsize=868492 CPUtime=5.12
/proc/23692/stat : 23692 (java) S 23691 23678 18419 0 -1 0 41780 0 1 0 490 22 0 0 18 0 9 0 1998169676 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23692/statm: 217123 30615 2566 9 0 211670 0
[pid=23692/tid=23693] ppid=23691 vsize=868492 CPUtime=2
/proc/23692/task/23693/stat : 23693 (java) R 23691 23678 18419 0 -1 64 3691 0 1 0 198 2 0 0 22 0 9 0 1998169677 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 101568538 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23694] ppid=23691 vsize=868492 CPUtime=2.86
/proc/23692/task/23694/stat : 23694 (java) S 23691 23678 18419 0 -1 64 35914 0 0 0 270 16 0 0 18 0 9 0 1998169678 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23695] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23695/stat : 23695 (java) S 23691 23678 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998169678 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23696] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23696/stat : 23696 (java) S 23691 23678 18419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998169678 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23697] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23697/stat : 23697 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998169680 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23698] ppid=23691 vsize=868492 CPUtime=0.23
/proc/23692/task/23698/stat : 23698 (java) S 23691 23678 18419 0 -1 64 1479 0 0 0 21 2 0 0 15 0 9 0 1998169680 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23699] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23699/stat : 23699 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998169680 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23700] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23700/stat : 23700 (java) S 23691 23678 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998169680 889335808 30615 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887448

[startup+12.7018 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 23700
/proc/meminfo: memFree=766544/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=1.07
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 973 8954 0 1 3 1 96 7 15 0 1 0 1998169566 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 797 370 3 0 500 0
[pid=23691] ppid=23678 vsize=5356 CPUtime=0
/proc/23691/stat : 23691 (sh) S 23678 23678 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998169676 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23691/statm: 1339 233 193 169 0 50 0
[pid=23692] ppid=23691 vsize=868492 CPUtime=11.46
/proc/23692/stat : 23692 (java) S 23691 23678 18419 0 -1 0 42484 0 1 0 1116 30 0 0 18 0 9 0 1998169676 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23692/statm: 217123 31249 2567 9 0 211670 0
[pid=23692/tid=23693] ppid=23691 vsize=868492 CPUtime=8.14
/proc/23692/task/23693/stat : 23693 (java) R 23691 23678 18419 0 -1 64 4179 0 1 0 804 10 0 0 25 0 9 0 1998169677 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4126981252 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23694] ppid=23691 vsize=868492 CPUtime=3.03
/proc/23692/task/23694/stat : 23694 (java) S 23691 23678 18419 0 -1 64 36108 0 0 0 286 17 0 0 16 0 9 0 1998169678 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23695] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23695/stat : 23695 (java) S 23691 23678 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998169678 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23696] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23696/stat : 23696 (java) S 23691 23678 18419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998169678 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23697] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23697/stat : 23697 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998169680 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23698] ppid=23691 vsize=868492 CPUtime=0.27
/proc/23692/task/23698/stat : 23698 (java) S 23691 23678 18419 0 -1 64 1501 0 0 0 25 2 0 0 17 0 9 0 1998169680 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23699] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23699/stat : 23699 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998169680 889335808 31249 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23700] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23700/stat : 23700 (java) S 23691 23678 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998169680 889335808 31249 996147200 134512640 134550740 4294955904 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) 887448

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/92 23700
/proc/meminfo: memFree=747472/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=1.07
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 973 8954 0 1 3 1 96 7 15 0 1 0 1998169566 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 797 370 3 0 500 0
[pid=23691] ppid=23678 vsize=5356 CPUtime=0
/proc/23691/stat : 23691 (sh) S 23678 23678 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998169676 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23691/statm: 1339 233 193 169 0 50 0
[pid=23692] ppid=23691 vsize=868492 CPUtime=24.13
/proc/23692/stat : 23692 (java) S 23691 23678 18419 0 -1 0 44586 0 1 0 2376 37 0 0 18 0 9 0 1998169676 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23692/statm: 217123 33272 2567 9 0 211670 0
[pid=23692/tid=23693] ppid=23691 vsize=868492 CPUtime=20.45
/proc/23692/task/23693/stat : 23693 (java) R 23691 23678 18419 0 -1 64 4258 0 1 0 2029 16 0 0 25 0 9 0 1998169677 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23694] ppid=23691 vsize=868492 CPUtime=3.39
/proc/23692/task/23694/stat : 23694 (java) S 23691 23678 18419 0 -1 64 38131 0 0 0 321 18 0 0 16 0 9 0 1998169678 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23695] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23695/stat : 23695 (java) S 23691 23678 18419 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998169678 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23696] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23696/stat : 23696 (java) S 23691 23678 18419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998169678 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23697] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23697/stat : 23697 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998169680 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23698] ppid=23691 vsize=868492 CPUtime=0.27
/proc/23692/task/23698/stat : 23698 (java) S 23691 23678 18419 0 -1 64 1501 0 0 0 25 2 0 0 17 0 9 0 1998169680 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23699] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23699/stat : 23699 (java) S 23691 23678 18419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998169680 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23692/tid=23700] ppid=23691 vsize=868492 CPUtime=0
/proc/23692/task/23700/stat : 23700 (java) S 23691 23678 18419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998169680 889335808 33272 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 887448

[startup+51.1024 s]
/proc/loadavg: 1.88 1.97 1.99 3/80 23740
/proc/meminfo: memFree=1457920/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=1.07
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 973 8954 0 1 3 1 96 7 15 0 1 0 1998169566 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 797 370 3 0 500 0
[pid=23691] ppid=23678 vsize=5356 CPUtime=0
/proc/23691/stat : 23691 (sh) S 23678 23678 18419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998169676 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23691/statm: 1339 233 193 169 0 50 0
[pid=23692] ppid=23691 vsize=868492 CPUtime=49.48
/proc/23692/stat : 23692 (java) S 23691 23678 18419 0 -1 0 49801 0 1 0 4902 46 0 0 18 0 9 0 1998169676 889335808 38399 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/meminfo: memFree=1191272/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=296876 CPUtime=1141.19
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 73114 0 0 0 114060 59 0 0 25 0 1 0 1998190591 304001024 73100 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 74219 73100 76 150 0 74066 0
Current children cumulated CPU time (s) 1349.49
Current children cumulated vsize (KiB) 315832

[startup+1422.31 s]
/proc/loadavg: 2.21 2.06 2.01 3/84 23921
/proc/meminfo: memFree=1187624/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=300400 CPUtime=1200.63
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 74003 0 0 0 120003 60 0 0 25 0 1 0 1998190591 307609600 73989 996147200 134512640 135127466 4294956224 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 75100 73989 76 150 0 74947 0
Current children cumulated CPU time (s) 1408.93
Current children cumulated vsize (KiB) 319356

[startup+1482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/84 23921
/proc/meminfo: memFree=1183208/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=304916 CPUtime=1260.07
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 75114 0 0 0 125946 61 0 0 25 0 1 0 1998190591 312233984 75100 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 76229 75100 76 150 0 76076 0
Current children cumulated CPU time (s) 1468.37
Current children cumulated vsize (KiB) 323872

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 23921
/proc/meminfo: memFree=1178280/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=312784 CPUtime=1319.49
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 76335 0 0 0 131887 62 0 0 25 0 1 0 1998190591 320290816 76321 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 78196 76321 76 150 0 78043 0
Current children cumulated CPU time (s) 1527.79
Current children cumulated vsize (KiB) 331740

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 23921
/proc/meminfo: memFree=1170280/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=320492 CPUtime=1378.94
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 78329 0 0 0 137829 65 0 0 25 0 1 0 1998190591 328183808 78315 996147200 134512640 135127466 4294956224 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 80123 78315 76 150 0 79970 0
Current children cumulated CPU time (s) 1587.24
Current children cumulated vsize (KiB) 339448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 23921
/proc/meminfo: memFree=1165352/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=325288 CPUtime=1438.37
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 79538 0 0 0 143771 66 0 0 25 0 1 0 1998190591 333094912 79524 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 81322 79524 76 150 0 81169 0
Current children cumulated CPU time (s) 1646.67
Current children cumulated vsize (KiB) 344244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 23921
/proc/meminfo: memFree=1162088/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=328536 CPUtime=1497.81
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 80362 0 0 0 149714 67 0 0 25 0 1 0 1998190591 336420864 80348 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 82134 80348 76 150 0 81981 0
Current children cumulated CPU time (s) 1706.11
Current children cumulated vsize (KiB) 347492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 23921
/proc/meminfo: memFree=1159336/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=331172 CPUtime=1557.25
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 81044 0 0 0 155657 68 0 0 25 0 1 0 1998190591 339120128 81030 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 82793 81030 76 150 0 82640 0
Current children cumulated CPU time (s) 1765.55
Current children cumulated vsize (KiB) 350128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23921
/proc/meminfo: memFree=1157608/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=332908 CPUtime=1591.72
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 81464 0 0 0 159104 68 0 0 25 0 1 0 1998190591 340897792 81450 996147200 134512640 135127466 4294956224 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 83227 81450 76 150 0 83074 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 351864

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

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

[startup+1817.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 23921
/proc/meminfo: memFree=1157608/2055920 swapFree=4180424/4192956
[pid=23678] ppid=23676 vsize=13600 CPUtime=208.3
/proc/23678/stat : 23678 (sugar) S 23676 23678 18419 0 -1 4194304 1032 86622 0 2 3 1 20714 112 16 0 1 0 1998169566 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23678/statm: 3400 799 370 3 0 500 0
[pid=23918] ppid=23678 vsize=5356 CPUtime=0
/proc/23918/stat : 23918 (sh) S 23678 23678 18419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998190590 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23918/statm: 1339 232 193 169 0 50 0
[pid=23919] ppid=23918 vsize=332908 CPUtime=1591.72
/proc/23919/stat : 23919 (minisat) R 23918 23678 18419 0 -1 4194304 81464 0 0 0 159104 68 0 0 25 0 1 0 1998190591 340897792 81450 996147200 134512640 135127466 4294956224 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/23919/statm: 83227 81450 76 150 0 83074 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 351864

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23678 and gives
#  childrusage.ru_utime.tv_sec=207
#  childrusage.ru_utime.tv_usec=184503
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=192818
# CPU time returned by wait4() is 208.377
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.22
CPU time (s): 1800.02
CPU user time (s): 1798.21
CPU system time (s): 1.81
CPU usage (%): 99.0538
Max. virtual memory (cumulated for all children) (KiB): 908076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.185
system time used= 1.19282
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88002
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= 11592
involuntary context switches= 11534

runsolver used 2.00669 second user time and 6.28804 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-04 19:19:33
IDJOB=1077165
IDBENCH=56650
IDSOLVER=346
FILE ID=node52/1077165-1215191973
PBS_JOBID= 7881501
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-08.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-1077165-1215191973/watcher-1077165-1215191973 -o /tmp/evaluation-result-1077165-1215191973/solver-1077165-1215191973 -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-1077165-1215191973.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d20c7bd53f46e51d24a0574180a1c33a
RANDOM SEED=411413216

node52.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:        894792 kB
Buffers:         87308 kB
Cached:         234732 kB
SwapCached:       6808 kB
Active:         974224 kB
Inactive:       122168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        894792 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2440 kB
Writeback:           0 kB
Mapped:         790216 kB
Slab:            48204 kB
Committed_AS:  4695320 kB
PageTables:       3452 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= 66548 MiB
End job on node52 at 2008-07-04 19:49:52