Trace number 1066435

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.04 1808.57

General information on the benchmark

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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:03:23 2008
0.00/0.04	c 0	PID 23480
0.00/0.05	c 1	HOST node41.alineos.net
0.00/0.05	c 1	CONVERTING HOME/instance-1066435-1215147803.xml TO HOME/temp.csp
0.00/0.05	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066435-1215147803.xml' 'HOME/temp.csp'
0.03/0.36	c 1	1 domains, 88 variables, 0 predicates, 2 relations, 19 constraints
0.03/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.41	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'
0.03/0.49	c 1	Parsing HOME/temp.csp
0.33/0.66	c 1	parsed 110 expressions
0.33/0.67	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.33/0.67	c 1	Converting to clausal form CSP
0.33/0.68	c 1	converted 11 (10%) expressions
0.33/0.68	c 1	converted 22 (20%) expressions
0.33/0.69	c 1	converted 33 (30%) expressions
0.33/0.69	c 1	converted 44 (40%) expressions
0.33/0.69	c 1	converted 55 (50%) expressions
0.33/0.69	c 1	converted 66 (60%) expressions
0.33/0.69	c 1	converted 77 (70%) expressions
0.33/0.69	c 1	converted 88 (80%) expressions
1.29/1.50	c 2	converted 99 (90%) expressions
2.09/2.23	c 3	converted 110 (100%) expressions
2.09/2.23	c 3	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
2.09/2.23	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.23	c 3	Propagation in CSP
2.09/2.23	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.09/2.23	c 3	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
2.09/2.23	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.23	c 3	Simplifing CSP by introducing new Boolean variables
2.09/2.23	c 3	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
2.09/2.23	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.29/2.45	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.29/2.47	c 3	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.29/2.47	c 3	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.29/2.47	c 3	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
2.29/2.48	c 3	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.29/2.48	c 3	44 (50%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
2.29/2.48	c 3	53 (60%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
2.29/2.48	c 3	62 (70%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
2.29/2.48	c 3	71 (80%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
2.29/2.48	c 3	80 (90%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
2.29/2.48	c 3	88 (100%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
29.84/30.18	c 31	2 (10%) CSP clauses are encoded (128806 clauses, 6846329 bytes)
57.40/57.85	c 58	4 (20%) CSP clauses are encoded (255500 clauses, 13725525 bytes)
84.37/84.92	c 85	6 (30%) CSP clauses are encoded (382194 clauses, 20847561 bytes)
111.34/112.03	c 112	8 (40%) CSP clauses are encoded (508888 clauses, 28085844 bytes)
138.69/139.54	c 140	10 (50%) CSP clauses are encoded (635582 clauses, 35439456 bytes)
160.78/161.75	c 162	12 (60%) CSP clauses are encoded (746418 clauses, 41861743 bytes)
177.89/178.99	c 179	14 (70%) CSP clauses are encoded (841396 clauses, 48167065 bytes)
195.00/196.15	c 197	16 (80%) CSP clauses are encoded (936374 clauses, 55254871 bytes)
212.02/213.21	c 214	18 (90%) CSP clauses are encoded (1031352 clauses, 62912009 bytes)
220.48/221.80	c 222	19 (100%) CSP clauses are encoded (1078841 clauses, 66740578 bytes)
220.48/221.80	c 222	19 CSP clauses encoded
220.57/221.80	c 222	Writing map file : HOME/temp.map
220.57/221.80	c 222	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
220.57/221.80	c 222	SAT : 2200 SAT variables, 1078841 SAT clauses, 66740578 bytes
220.57/221.80	c 222	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
220.57/221.83	c 222	SOLVING HOME/temp.cnf
220.57/221.83	c 222	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
220.57/221.84	c 222	This is MiniSat 2.0 beta
220.57/221.84	c 222	WARNING: for repeatability, setting FPU to use double precision
220.57/221.84	c 222	============================[ Problem Statistics ]=============================
220.57/221.84	c 222	|                                                                             |
220.57/221.84	c 222	|  Number of variables:  2200                                                 |
220.57/221.84	c 222	|  Number of clauses:    1078841                                              |
222.07/223.32	c 224	|  Parsing time:         1.32         s                                       |
222.16/223.41	c 224	============================[ Search Statistics ]==============================
222.16/223.41	c 224	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
222.16/223.41	c 224	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
222.16/223.41	c 224	===============================================================================
222.16/223.41	c 224	|         0 |    2200  1078841 13194439 |   359613        0    nan |  0.000 % |
222.16/223.47	c 224	|       100 |    2197  1078841 13194439 |   395575       97      7 |  0.137 % |
222.26/223.56	c 224	|       252 |    2196  1078841 13194439 |   435132      248      7 |  0.182 % |
222.56/223.80	c 224	|       477 |    2195  1078841 13194439 |   478645      472      7 |  0.228 % |
222.56/223.87	c 224	|       814 |    2195  1078841 13194439 |   526510      809      8 |  0.228 % |
222.66/223.91	c 224	|      1320 |    2195  1078841 13194439 |   579161     1315      9 |  0.228 % |
222.76/224.05	c 224	|      2080 |    2195  1078841 13194439 |   637077     2075      9 |  0.228 % |
222.96/224.22	c 225	|      3219 |    2195  1078841 13194439 |   700785     3214      9 |  0.227 % |
223.26/224.51	c 225	|      4928 |    2195  1078841 13194439 |   770863     4923     10 |  0.228 % |
223.65/224.98	c 225	|      7492 |    2195  1078841 13194439 |   847950     7487     10 |  0.228 % |
224.34/225.69	c 226	|     11337 |    2194  1078841 13194439 |   932745    11331     10 |  0.273 % |
225.74/227.00	c 227	|     17103 |    2194  1078841 13194439 |  1026019    17097     10 |  0.273 % |
240.07/241.47	c 242	|     25752 |    2194  1078841 13194439 |  1128621    25746     11 |  0.273 % |
269.42/270.90	c 271	|     38726 |    2191  1078841 13194439 |  1241483    38718     13 |  0.455 % |
322.76/324.58	c 325	|     58187 |    2191  1078841 13194439 |  1365632    58179     14 |  0.455 % |
400.69/402.89	c 403	|     87379 |    2191  1078841 13194439 |  1502195    87371     14 |  0.455 % |
546.98/549.80	c 550	|    131169 |    2191  1078841 13194439 |  1652415   131161     16 |  0.455 % |
775.78/779.76	c 780	|    196856 |    2191  1078841 13194439 |  1817656   196848     16 |  0.455 % |
1168.41/1174.25	c 1175	|    295382 |    2190  1076266 13165565 |  1999422   294498     17 |  0.455 % |
1800.04/1808.51	c ERROR INTERRUPTED
1800.04/1808.54	s UNKNOWN
1800.04/1808.54	c 1809	CPU 219.85 (0.03 0.01 219.82 0.77)
1800.04/1808.54	c 1809	END Fri Jul  4 07:33:32 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-1066435-1215147803/watcher-1066435-1215147803 -o /tmp/evaluation-result-1066435-1215147803/solver-1066435-1215147803 -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-1066435-1215147803.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.98 4/81 23480
/proc/meminfo: memFree=1816144/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=18572 CPUtime=0
/proc/23480/stat : 23480 (runsolver) R 23478 23480 22054 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1993753349 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23480/statm: 4643 292 257 25 0 2626 0

[startup+0.0566051 s]
/proc/loadavg: 1.92 1.98 1.98 4/81 23480
/proc/meminfo: memFree=1816144/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.03
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993753349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101613 s]
/proc/loadavg: 1.92 1.98 1.98 4/81 23480
/proc/meminfo: memFree=1816144/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.03
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993753349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301628 s]
/proc/loadavg: 1.92 1.98 1.98 4/81 23480
/proc/meminfo: memFree=1816144/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.03
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993753349 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701662 s]
/proc/loadavg: 1.92 1.98 1.98 4/81 23480
/proc/meminfo: memFree=1816144/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.33
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 973 6512 0 1 3 0 27 3 15 0 1 0 1993753349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.92 1.98 1.98 4/92 23502
/proc/meminfo: memFree=1794736/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.33
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 973 6512 0 1 3 0 27 3 16 0 1 0 1993753349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 797 370 3 0 500 0
[pid=23493] ppid=23480 vsize=5356 CPUtime=0
/proc/23493/stat : 23493 (sh) S 23480 23480 22054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993753391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23493/statm: 1339 233 193 169 0 50 0
[pid=23494] ppid=23493 vsize=864168 CPUtime=1.06
/proc/23494/stat : 23494 (java) S 23493 23480 22054 0 -1 0 11731 0 1 0 100 6 0 0 18 0 9 0 1993753391 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23494/statm: 216042 10922 2540 9 0 210617 0
[pid=23494/tid=23495] ppid=23493 vsize=864168 CPUtime=0.45
/proc/23494/task/23495/stat : 23495 (java) R 23493 23480 22054 0 -1 64 2928 0 1 0 43 2 0 0 25 0 9 0 1993753392 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 103214617 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23496] ppid=23493 vsize=864168 CPUtime=0.54
/proc/23494/task/23496/stat : 23496 (java) S 23493 23480 22054 0 -1 64 7787 0 0 0 51 3 0 0 17 0 9 0 1993753393 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23497] ppid=23493 vsize=864168 CPUtime=0
/proc/23494/task/23497/stat : 23497 (java) S 23493 23480 22054 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993753393 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23498] ppid=23493 vsize=864168 CPUtime=0
/proc/23494/task/23498/stat : 23498 (java) S 23493 23480 22054 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993753393 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23499] ppid=23493 vsize=864168 CPUtime=0
/proc/23494/task/23499/stat : 23499 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993753395 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23500] ppid=23493 vsize=864168 CPUtime=0.05
/proc/23494/task/23500/stat : 23500 (java) S 23493 23480 22054 0 -1 64 324 0 0 0 5 0 0 0 16 0 9 0 1993753395 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23501] ppid=23493 vsize=864168 CPUtime=0
/proc/23494/task/23501/stat : 23501 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993753395 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23502] ppid=23493 vsize=864168 CPUtime=0
/proc/23494/task/23502/stat : 23502 (java) S 23493 23480 22054 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993753395 884908032 10922 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883124

[startup+3.10288 s]
/proc/loadavg: 1.92 1.98 1.98 4/92 23502
/proc/meminfo: memFree=1759920/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.33
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 974 6512 0 1 3 0 27 3 15 0 1 0 1993753349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 797 370 3 0 500 0
[pid=23493] ppid=23480 vsize=5356 CPUtime=0
/proc/23493/stat : 23493 (sh) S 23480 23480 22054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993753391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23493/statm: 1339 233 193 169 0 50 0
[pid=23494] ppid=23493 vsize=864280 CPUtime=2.65
/proc/23494/stat : 23494 (java) S 23493 23480 22054 0 -1 0 19486 0 1 0 255 10 0 0 18 0 9 0 1993753391 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23494/statm: 216070 18587 2564 9 0 210617 0
[pid=23494/tid=23495] ppid=23493 vsize=864280 CPUtime=1.27
/proc/23494/task/23495/stat : 23495 (java) R 23493 23480 22054 0 -1 64 3389 0 1 0 125 2 0 0 25 0 9 0 1993753392 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4126567968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23496] ppid=23493 vsize=864280 CPUtime=1.28
/proc/23494/task/23496/stat : 23496 (java) S 23493 23480 22054 0 -1 64 15061 0 0 0 122 6 0 0 16 0 9 0 1993753393 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23497] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23497/stat : 23497 (java) S 23493 23480 22054 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993753393 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23498] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23498/stat : 23498 (java) S 23493 23480 22054 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993753393 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23499] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23499/stat : 23499 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993753395 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23500] ppid=23493 vsize=864280 CPUtime=0.08
/proc/23494/task/23500/stat : 23500 (java) S 23493 23480 22054 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1993753395 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23501] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23501/stat : 23501 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993753395 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23502] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23502/stat : 23502 (java) S 23493 23480 22054 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993753395 885022720 18587 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883236

[startup+6.30115 s]
/proc/loadavg: 1.93 1.98 1.98 3/92 23502
/proc/meminfo: memFree=1749040/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.33
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 974 6512 0 1 3 0 27 3 15 0 1 0 1993753349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 797 370 3 0 500 0
[pid=23493] ppid=23480 vsize=5356 CPUtime=0
/proc/23493/stat : 23493 (sh) S 23480 23480 22054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993753391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23493/statm: 1339 233 193 169 0 50 0
[pid=23494] ppid=23493 vsize=864280 CPUtime=5.83
/proc/23494/stat : 23494 (java) S 23493 23480 22054 0 -1 0 19849 0 1 0 573 10 0 0 18 0 9 0 1993753391 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23494/statm: 216070 18943 2564 9 0 210617 0
[pid=23494/tid=23495] ppid=23493 vsize=864280 CPUtime=4.42
/proc/23494/task/23495/stat : 23495 (java) R 23493 23480 22054 0 -1 64 3396 0 1 0 440 2 0 0 25 0 9 0 1993753392 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4126568034 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23496] ppid=23493 vsize=864280 CPUtime=1.3
/proc/23494/task/23496/stat : 23496 (java) S 23493 23480 22054 0 -1 64 15417 0 0 0 124 6 0 0 16 0 9 0 1993753393 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23497] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23497/stat : 23497 (java) S 23493 23480 22054 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993753393 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23498] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23498/stat : 23498 (java) S 23493 23480 22054 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993753393 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23499] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23499/stat : 23499 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993753395 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23500] ppid=23493 vsize=864280 CPUtime=0.08
/proc/23494/task/23500/stat : 23500 (java) S 23493 23480 22054 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1993753395 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23501] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23501/stat : 23501 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993753395 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23502] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23502/stat : 23502 (java) S 23493 23480 22054 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993753395 885022720 18943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883236

[startup+12.7017 s]
/proc/loadavg: 1.94 1.98 1.98 3/92 23502
/proc/meminfo: memFree=1743408/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.33
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 974 6512 0 1 3 0 27 3 15 0 1 0 1993753349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 797 370 3 0 500 0
[pid=23493] ppid=23480 vsize=5356 CPUtime=0
/proc/23493/stat : 23493 (sh) S 23480 23480 22054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993753391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23493/statm: 1339 233 193 169 0 50 0
[pid=23494] ppid=23493 vsize=864280 CPUtime=12.21
/proc/23494/stat : 23494 (java) S 23493 23480 22054 0 -1 0 20890 0 1 0 1210 11 0 0 18 0 9 0 1993753391 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23494/statm: 216070 19966 2564 9 0 210617 0
[pid=23494/tid=23495] ppid=23493 vsize=864280 CPUtime=10.73
/proc/23494/task/23495/stat : 23495 (java) R 23493 23480 22054 0 -1 64 3414 0 1 0 1071 2 0 0 25 0 9 0 1993753392 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4126588228 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23496] ppid=23493 vsize=864280 CPUtime=1.36
/proc/23494/task/23496/stat : 23496 (java) S 23493 23480 22054 0 -1 64 16440 0 0 0 129 7 0 0 16 0 9 0 1993753393 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23497] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23497/stat : 23497 (java) S 23493 23480 22054 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993753393 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23498] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23498/stat : 23498 (java) S 23493 23480 22054 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993753393 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23499] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23499/stat : 23499 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1993753395 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23500] ppid=23493 vsize=864280 CPUtime=0.08
/proc/23494/task/23500/stat : 23500 (java) S 23493 23480 22054 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1993753395 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23501] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23501/stat : 23501 (java) S 23493 23480 22054 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1993753395 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23502] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23502/stat : 23502 (java) S 23493 23480 22054 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993753395 885022720 19966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883236

[startup+25.5028 s]
/proc/loadavg: 1.95 1.98 1.98 3/92 23502
/proc/meminfo: memFree=1731760/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=0.33
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 974 6512 0 1 3 0 27 3 15 0 1 0 1993753349 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 797 370 3 0 500 0
[pid=23493] ppid=23480 vsize=5356 CPUtime=0
/proc/23493/stat : 23493 (sh) S 23480 23480 22054 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993753391 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23493/statm: 1339 233 193 169 0 50 0
[pid=23494] ppid=23493 vsize=864280 CPUtime=24.94
/proc/23494/stat : 23494 (java) S 23493 23480 22054 0 -1 0 23131 0 1 0 2480 14 0 0 18 0 9 0 1993753391 885022720 22147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23494/statm: 216070 22147 2564 9 0 210617 0
[pid=23494/tid=23495] ppid=23493 vsize=864280 CPUtime=23.32
/proc/23494/task/23495/stat : 23495 (java) R 23493 23480 22054 0 -1 64 3475 0 1 0 2328 4 0 0 25 0 9 0 1993753392 885022720 22147 996147200 134512640 134550740 4294955952 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23496] ppid=23493 vsize=864280 CPUtime=1.5
/proc/23494/task/23496/stat : 23496 (java) S 23493 23480 22054 0 -1 64 18617 0 0 0 142 8 0 0 16 0 9 0 1993753393 885022720 22147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23497] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23497/stat : 23497 (java) S 23493 23480 22054 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993753393 885022720 22147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23494/tid=23498] ppid=23493 vsize=864280 CPUtime=0
/proc/23494/task/23498/stat : 23498 (java) S 23493 23480 22054 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993753393 885022720 22147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1509112/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=137068 CPUtime=1135.09
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 33187 0 0 0 113477 32 0 0 25 0 1 0 1993775533 140357632 33173 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 34267 33173 75 150 0 34114 0
Current children cumulated CPU time (s) 1355.71
Current children cumulated vsize (KiB) 156024

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 23660
/proc/meminfo: memFree=1507704/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=138364 CPUtime=1194.85
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 33525 0 0 0 119452 33 0 0 25 0 1 0 1993775533 141684736 33511 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 34591 33511 75 150 0 34438 0
Current children cumulated CPU time (s) 1415.47
Current children cumulated vsize (KiB) 157320

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 23660
/proc/meminfo: memFree=1506680/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=139348 CPUtime=1254.59
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 33783 0 0 0 125425 34 0 0 25 0 1 0 1993775533 142692352 33769 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 34837 33769 75 150 0 34684 0
Current children cumulated CPU time (s) 1475.21
Current children cumulated vsize (KiB) 158304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 23660
/proc/meminfo: memFree=1505272/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=140608 CPUtime=1314.33
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 34108 0 0 0 131399 34 0 0 25 0 1 0 1993775533 143982592 34094 996147200 134512640 135127466 4294956272 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 35152 34094 75 150 0 34999 0
Current children cumulated CPU time (s) 1534.95
Current children cumulated vsize (KiB) 159564

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23660
/proc/meminfo: memFree=1504120/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=141672 CPUtime=1374.08
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 34388 0 0 0 137373 35 0 0 25 0 1 0 1993775533 145072128 34374 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 35418 34374 75 150 0 35265 0
Current children cumulated CPU time (s) 1594.7
Current children cumulated vsize (KiB) 160628

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23660
/proc/meminfo: memFree=1502968/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=142804 CPUtime=1433.83
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 34657 0 0 0 143348 35 0 0 25 0 1 0 1993775533 146231296 34643 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 35701 34643 75 150 0 35548 0
Current children cumulated CPU time (s) 1654.45
Current children cumulated vsize (KiB) 161760

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23660
/proc/meminfo: memFree=1501816/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=143964 CPUtime=1493.58
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 34928 0 0 0 149323 35 0 0 25 0 1 0 1993775533 147419136 34914 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 35991 34914 75 150 0 35838 0
Current children cumulated CPU time (s) 1714.2
Current children cumulated vsize (KiB) 162920

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23660
/proc/meminfo: memFree=1500664/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=145020 CPUtime=1553.33
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 35212 0 0 0 155297 36 0 0 25 0 1 0 1993775533 148500480 35198 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 36255 35198 75 150 0 36102 0
Current children cumulated CPU time (s) 1773.95
Current children cumulated vsize (KiB) 163976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23660
/proc/meminfo: memFree=1500088/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=145556 CPUtime=1579.42
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 35330 0 0 0 157906 36 0 0 25 0 1 0 1993775533 149049344 35316 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 36389 35316 75 150 0 36236 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 164512

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

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

[startup+1808.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 23660
/proc/meminfo: memFree=1500088/2055920 swapFree=4180688/4192956
[pid=23480] ppid=23478 vsize=13600 CPUtime=220.62
/proc/23480/stat : 23480 (sugar) S 23478 23480 22054 0 -1 4194304 1031 54770 0 2 3 1 21981 77 16 0 1 0 1993753349 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23480/statm: 3400 798 370 3 0 500 0
[pid=23503] ppid=23480 vsize=5356 CPUtime=0
/proc/23503/stat : 23503 (sh) S 23480 23480 22054 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993775533 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23503/statm: 1339 232 193 169 0 50 0
[pid=23504] ppid=23503 vsize=145556 CPUtime=1579.42
/proc/23504/stat : 23504 (minisat) R 23503 23480 22054 0 -1 4194304 35330 0 0 0 157906 36 0 0 25 0 1 0 1993775533 149049344 35316 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/23504/statm: 36389 35316 75 150 0 36236 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 164512

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23480 and gives
#  childrusage.ru_utime.tv_sec=219
#  childrusage.ru_utime.tv_usec=856576
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=819875
# CPU time returned by wait4() is 220.676
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.57
CPU time (s): 1800.04
CPU user time (s): 1798.9
CPU system time (s): 1.14
CPU usage (%): 99.5286
Max. virtual memory (cumulated for all children) (KiB): 894060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 219.857
system time used= 0.819875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56145
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= 12611
involuntary context switches= 16965

runsolver used 2.06868 second user time and 5.17721 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 07:03:23
IDJOB=1066435
IDBENCH=55122
IDSOLVER=346
FILE ID=node41/1066435-1215147803
PBS_JOBID= 7877389
Free space on /tmp= 66212 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bcf81c8a076467ebf8c6a868379407a
RANDOM SEED=2077610491

node41.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.232
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.232
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:       1816632 kB
Buffers:         28736 kB
Cached:         127096 kB
SwapCached:       6144 kB
Active:         116736 kB
Inactive:        63032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816632 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            1536 kB
Writeback:           0 kB
Mapped:          40072 kB
Slab:            44756 kB
Committed_AS:  3539576 kB
PageTables:       1804 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= 66196 MiB
End job on node41 at 2008-07-04 07:33:34