Trace number 1068073

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.06 1812.14

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-23-05.xml
MD5SUM64975a2ae0dcb245d91af9d13390acc2
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 benchmark9.75252
Satisfiable
(Un)Satisfiability was proved
Number of variables445
Number of constraints4690
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension180
Number of constraints which are defined in intension4510
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 08:17:55 2008
0.00/0.05	c 0	PID 18635
0.04/0.05	c 0	HOST node20.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1068073-1215152275.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1068073-1215152275.xml' 'HOME/temp.csp'
0.97/1.06	c 2	1 domains, 445 variables, 9 predicates, 7 relations, 4690 constraints
1.03/1.11	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.11	c 2	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.03/1.19	c 2	Parsing HOME/temp.csp
1.04/1.96	c 2	parsed 5152 expressions
1.04/1.97	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.97	c 2	Converting to clausal form CSP
2.20/2.37	c 3	converted 516 (10%) expressions
4.66/4.88	c 5	converted 1031 (20%) expressions
5.55/5.76	c 6	converted 1546 (30%) expressions
6.84/7.05	c 7	converted 2061 (40%) expressions
6.94/7.14	c 8	converted 2576 (50%) expressions
6.94/7.19	c 8	converted 3092 (60%) expressions
7.05/7.27	c 8	converted 3607 (70%) expressions
7.14/7.35	c 8	converted 4122 (80%) expressions
7.24/7.44	c 8	converted 4637 (90%) expressions
7.34/7.55	c 8	converted 5152 (100%) expressions
7.34/7.55	c 8	CSP : 445 integers, 0 booleans, 4690 clauses, largest domain size 26
7.34/7.55	c 8	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.34/7.55	c 8	Propagation in CSP
7.44/7.61	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.44/7.61	c 8	CSP : 445 integers, 0 booleans, 4690 clauses, largest domain size 26
7.44/7.61	c 8	Heap : 133 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.44/7.61	c 8	Simplifing CSP by introducing new Boolean variables
7.64/7.86	c 8	CSP : 445 integers, 42604 booleans, 47294 clauses, largest domain size 26
7.64/7.86	c 8	Heap : 138 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.72/8.90	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.72/8.93	c 9	45 (10%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
8.72/8.94	c 9	89 (20%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
8.72/8.94	c 9	134 (30%) CSP integer variables are encoded (3216 clauses, 39745 bytes)
8.72/8.94	c 9	178 (40%) CSP integer variables are encoded (4272 clauses, 53473 bytes)
8.72/8.94	c 9	223 (50%) CSP integer variables are encoded (5352 clauses, 67513 bytes)
8.72/8.94	c 9	267 (60%) CSP integer variables are encoded (6408 clauses, 81241 bytes)
8.72/8.95	c 9	312 (70%) CSP integer variables are encoded (7488 clauses, 95281 bytes)
8.72/8.95	c 9	356 (80%) CSP integer variables are encoded (8544 clauses, 109009 bytes)
8.72/8.95	c 9	401 (90%) CSP integer variables are encoded (9624 clauses, 123098 bytes)
8.72/8.95	c 9	445 (100%) CSP integer variables are encoded (10680 clauses, 138938 bytes)
152.69/154.12	c 155	4730 (10%) CSP clauses are encoded (1924755 clauses, 87662605 bytes)
158.47/159.90	c 160	9459 (20%) CSP clauses are encoded (2071933 clauses, 92135416 bytes)
212.29/214.01	c 214	14189 (30%) CSP clauses are encoded (2493143 clauses, 114580287 bytes)
212.49/214.23	c 215	18918 (40%) CSP clauses are encoded (2605372 clauses, 116738405 bytes)
212.70/214.45	c 215	23647 (50%) CSP clauses are encoded (2717576 clauses, 118892170 bytes)
212.88/214.67	c 215	28377 (60%) CSP clauses are encoded (2829806 clauses, 121131655 bytes)
213.08/214.89	c 215	33106 (70%) CSP clauses are encoded (2942010 clauses, 123372031 bytes)
213.38/215.11	c 216	37836 (80%) CSP clauses are encoded (3054240 clauses, 125621141 bytes)
213.59/215.33	c 216	42565 (90%) CSP clauses are encoded (3166444 clauses, 127891492 bytes)
218.17/219.98	c 220	47294 (100%) CSP clauses are encoded (3321386 clauses, 133392847 bytes)
218.17/219.98	c 220	47294 CSP clauses encoded
218.17/219.98	c 220	Writing map file : HOME/temp.map
218.26/220.00	c 220	Heap : 172 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
218.26/220.00	c 220	SAT : 53729 SAT variables, 3321386 SAT clauses, 133392847 bytes
218.26/220.00	c 220	Heap : 172 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
218.26/220.07	c 221	SOLVING HOME/temp.cnf
218.26/220.07	c 221	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
218.26/220.08	c 221	This is MiniSat 2.0 beta
218.26/220.08	c 221	WARNING: for repeatability, setting FPU to use double precision
218.26/220.08	c 221	============================[ Problem Statistics ]=============================
218.26/220.08	c 221	|                                                                             |
218.26/220.08	c 221	|  Number of variables:  53729                                                |
218.26/220.08	c 221	|  Number of clauses:    3321386                                              |
221.21/223.04	c 223	|  Parsing time:         2.56         s                                       |
221.41/223.24	c 224	============================[ Search Statistics ]==============================
221.41/223.24	c 224	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
221.41/223.24	c 224	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
221.41/223.24	c 224	===============================================================================
221.41/223.24	c 224	|         0 |   53729  3321386 22781690 |  1107128        0    nan |  0.000 % |
221.70/223.56	c 224	|       101 |   53728  3321386 22781690 |  1217841      100      9 |  0.002 % |
221.80/223.64	c 224	|       252 |   53728  3321386 22781690 |  1339625      251     12 |  0.002 % |
221.91/223.78	c 224	|       477 |   53728  3321386 22781690 |  1473588      476     12 |  0.002 % |
222.00/223.88	c 224	|       814 |   53728  3321386 22781690 |  1620947      813     12 |  0.002 % |
222.10/223.97	c 224	|      1320 |   53728  3321386 22781690 |  1783041     1319     11 |  0.002 % |
222.30/224.12	c 225	|      2079 |   53728  3321386 22781690 |  1961345     2078     10 |  0.002 % |
222.51/224.37	c 225	|      3219 |   53728  3321386 22781690 |  2157480     3218     11 |  0.002 % |
222.80/224.68	c 225	|      4927 |   53728  3321386 22781690 |  2373228     4926     11 |  0.002 % |
223.89/225.79	c 226	|      7489 |   53728  3321386 22781690 |  2610551     7488     11 |  0.002 % |
224.99/226.85	c 227	|     11334 |   53728  3321386 22781690 |  2871606    11333     12 |  0.002 % |
227.07/228.90	c 229	|     17100 |   53728  3321386 22781690 |  3158767    17099     13 |  0.002 % |
228.47/230.35	c 231	|     25751 |   53728  3321386 22781690 |  3474644    25750     12 |  0.002 % |
233.94/235.82	c 236	|     38725 |   53727  3321386 22781690 |  3822108    38723     13 |  0.004 % |
247.08/249.02	c 249	|     58188 |   53725  3321386 22781690 |  4204319    58184     14 |  0.007 % |
254.15/256.10	c 257	|     87380 |   53725  3321386 22781690 |  4624751    87376     13 |  0.007 % |
268.97/271.07	c 272	|    131169 |   53724  3321386 22781690 |  5087226   131164     14 |  0.009 % |
302.81/305.01	c 305	|    196853 |   53721  3321386 22781690 |  5595948   196845     14 |  0.015 % |
333.35/335.73	c 336	|    295379 |   53718  3321386 22781690 |  6155543   295368     14 |  0.020 % |
402.62/405.33	c 406	|    443169 |   53711  3318935 22771705 |  6771098   443131     14 |  0.034 % |
583.82/587.48	c 588	|    664852 |   53709  3318935 22771705 |  7448208   664812     15 |  0.037 % |
787.81/792.49	c 793	|    997377 |   53705  3318225 22768860 |  8193028   997323     15 |  0.045 % |
1326.68/1336.55	c 1337	|   1496167 |   53701  3317308 22765022 |  9012331  1496079     16 |  0.052 % |
1800.03/1812.02	c ERROR INTERRUPTED
1800.03/1812.07	s UNKNOWN
1800.03/1812.07	c 1813	CPU 216.84 (0.03 0.01 216.81 1.47)
1800.03/1812.07	c 1813	END Fri Jul  4 08:48:08 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-1068073-1215152275/watcher-1068073-1215152275 -o /tmp/evaluation-result-1068073-1215152275/solver-1068073-1215152275 -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-1068073-1215152275.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.91 1.95 1.98 4/74 18635
/proc/meminfo: memFree=1248808/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=12000 CPUtime=0
/proc/18635/stat : 18635 (sugar) R 18633 18635 18517 0 -1 4194304 169 0 0 0 0 0 0 0 20 0 1 0 1303473449 12288000 137 996147200 4194304 4206940 548682068608 18446744073709551615 273966313920 0 0 4224 0 0 0 0 17 1 0 0
/proc/18635/statm: 3000 137 103 3 0 100 0

[startup+0.0556319 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 18635
/proc/meminfo: memFree=1248808/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=0.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1303473449 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101724 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 18635
/proc/meminfo: memFree=1248808/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=0.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1303473449 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301481 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 18635
/proc/meminfo: memFree=1248808/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=0.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1303473449 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701563 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 18635
/proc/meminfo: memFree=1248808/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=0.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1303473449 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50172 s]
/proc/loadavg: 1.91 1.95 1.98 5/85 18647
/proc/meminfo: memFree=1227856/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=1.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 973 8414 0 1 3 1 93 7 16 0 1 0 1303473449 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10303 s]
/proc/loadavg: 1.91 1.95 1.98 4/85 18657
/proc/meminfo: memFree=1229008/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=1.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 973 8414 0 1 3 1 93 7 15 0 1 0 1303473449 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 797 370 3 0 500 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18517 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303473560 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=864228 CPUtime=1.96
/proc/18649/stat : 18649 (java) S 18648 18635 18517 0 -1 0 14221 0 1 0 188 8 0 0 18 0 9 0 1303473560 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18649/statm: 216057 13400 2540 9 0 210632 0
[pid=18649/tid=18650] ppid=18648 vsize=864228 CPUtime=1.05
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18517 0 -1 64 2925 0 1 0 104 1 0 0 22 0 9 0 1303473561 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18651] ppid=18648 vsize=864228 CPUtime=0.79
/proc/18649/task/18651/stat : 18651 (java) R 18648 18635 18517 0 -1 64 10253 0 0 0 74 5 0 0 16 0 9 0 1303473562 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 102721922 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18652] ppid=18648 vsize=864228 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303473563 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18653] ppid=18648 vsize=864228 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1303473563 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18654] ppid=18648 vsize=864228 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1303473565 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18655] ppid=18648 vsize=864228 CPUtime=0.09
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18517 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 1303473565 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18656] ppid=18648 vsize=864228 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18517 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303473565 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18657] ppid=18648 vsize=864228 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303473565 884969472 13400 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883184

[startup+6.30248 s]
/proc/loadavg: 2.00 1.97 1.99 4/85 18657
/proc/meminfo: memFree=1142160/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=1.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 973 8414 0 1 3 1 93 7 16 0 1 0 1303473449 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 797 370 3 0 500 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18517 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303473560 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=889072 CPUtime=5.11
/proc/18649/stat : 18649 (java) S 18648 18635 18517 0 -1 0 43327 0 1 0 488 23 0 0 18 0 9 0 1303473560 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18649/statm: 222268 37396 2540 9 0 216843 0
[pid=18649/tid=18650] ppid=18648 vsize=889072 CPUtime=2.03
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18517 0 -1 64 3669 0 1 0 201 2 0 0 25 0 9 0 1303473561 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18651] ppid=18648 vsize=889072 CPUtime=2.85
/proc/18649/task/18651/stat : 18651 (java) R 18648 18635 18517 0 -1 64 37506 0 0 0 266 19 0 0 16 0 9 0 1303473562 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 103736814 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18652] ppid=18648 vsize=889072 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303473563 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18653] ppid=18648 vsize=889072 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1303473563 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18654] ppid=18648 vsize=889072 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1303473565 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18655] ppid=18648 vsize=889072 CPUtime=0.19
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18517 0 -1 64 1455 0 0 0 19 0 0 0 16 0 9 0 1303473565 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18656] ppid=18648 vsize=889072 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18517 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303473565 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18657] ppid=18648 vsize=889072 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303473565 910409728 37396 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 908028

[startup+12.7027 s]
/proc/loadavg: 2.08 1.99 1.99 3/85 18657
/proc/meminfo: memFree=1080400/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=1.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 974 8414 0 1 3 1 93 7 16 0 1 0 1303473449 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 797 370 3 0 500 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18517 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303473560 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868508 CPUtime=11.47
/proc/18649/stat : 18649 (java) S 18648 18635 18517 0 -1 0 62671 0 1 0 1110 37 0 0 18 0 9 0 1303473560 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18649/statm: 217127 42224 2567 9 0 211674 0
[pid=18649/tid=18650] ppid=18648 vsize=868508 CPUtime=6.3
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18517 0 -1 64 4534 0 1 0 624 6 0 0 25 0 9 0 1303473561 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4126999581 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868508 CPUtime=4.87
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18517 0 -1 64 55936 0 0 0 458 29 0 0 16 0 9 0 1303473562 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303473563 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303473563 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1303473565 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868508 CPUtime=0.27
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18517 0 -1 64 1504 0 0 0 27 0 0 0 16 0 9 0 1303473565 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18517 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303473565 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303473565 889352192 42224 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887464

[startup+25.5012 s]
/proc/loadavg: 2.06 1.99 1.99 3/85 18657
/proc/meminfo: memFree=1067408/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=1.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 974 8414 0 1 3 1 93 7 16 0 1 0 1303473449 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 797 370 3 0 500 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18517 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303473560 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868508 CPUtime=24.2
/proc/18649/stat : 18649 (java) S 18648 18635 18517 0 -1 0 63081 0 1 0 2375 45 0 0 18 0 9 0 1303473560 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18649/statm: 217127 42575 2567 9 0 211674 0
[pid=18649/tid=18650] ppid=18648 vsize=868508 CPUtime=18.71
/proc/18649/task/18650/stat : 18650 (java) R 18648 18635 18517 0 -1 64 4593 0 1 0 1858 13 0 0 25 0 9 0 1303473561 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4126996986 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18651] ppid=18648 vsize=868508 CPUtime=5.17
/proc/18649/task/18651/stat : 18651 (java) S 18648 18635 18517 0 -1 64 56287 0 0 0 488 29 0 0 16 0 9 0 1303473562 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18652] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18652/stat : 18652 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303473563 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18653] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18653/stat : 18653 (java) S 18648 18635 18517 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1303473563 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18654] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18654/stat : 18654 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1303473565 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18655] ppid=18648 vsize=868508 CPUtime=0.27
/proc/18649/task/18655/stat : 18655 (java) S 18648 18635 18517 0 -1 64 1504 0 0 0 27 0 0 0 16 0 9 0 1303473565 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18656] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18656/stat : 18656 (java) S 18648 18635 18517 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1303473565 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18649/tid=18657] ppid=18648 vsize=868508 CPUtime=0
/proc/18649/task/18657/stat : 18657 (java) S 18648 18635 18517 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1303473565 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 887464

[startup+51.1018 s]
/proc/loadavg: 2.04 1.99 1.99 3/85 18657
/proc/meminfo: memFree=1044304/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=1.04
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 974 8414 0 1 3 1 93 7 16 0 1 0 1303473449 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18635/statm: 3400 797 370 3 0 500 0
[pid=18648] ppid=18635 vsize=5356 CPUtime=0
/proc/18648/stat : 18648 (sh) S 18635 18635 18517 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1303473560 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18648/statm: 1339 233 193 169 0 50 0
[pid=18649] ppid=18648 vsize=868508 CPUtime=49.47
/proc/18649/stat : 18649 (java) S 18648 18635 18517 0 -1 0 63196 0 1 0 4888 59 0 0 18 0 9 0 1303473560 889352192 42575 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=375612 CPUtime=1193.78
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 92305 0 0 0 119280 98 0 0 25 0 1 0 1303495457 384626688 92291 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 93903 92291 76 150 0 93750 0
Current children cumulated CPU time (s) 1412.09
Current children cumulated vsize (KiB) 394568

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/84 18886
/proc/meminfo: memFree=1109656/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=380564 CPUtime=1253.51
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 93543 0 0 0 125251 100 0 0 25 0 1 0 1303495457 389697536 93529 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 95141 93529 76 150 0 94988 0
Current children cumulated CPU time (s) 1471.82
Current children cumulated vsize (KiB) 399520

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 18886
/proc/meminfo: memFree=1104408/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=385696 CPUtime=1313.24
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 94830 0 0 0 131223 101 0 0 25 0 1 0 1303495457 394952704 94816 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 96424 94816 76 150 0 96271 0
Current children cumulated CPU time (s) 1531.55
Current children cumulated vsize (KiB) 404652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 18886
/proc/meminfo: memFree=1099736/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=390212 CPUtime=1372.97
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 96022 0 0 0 137194 103 0 0 25 0 1 0 1303495457 399577088 96008 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 97553 96008 76 150 0 97400 0
Current children cumulated CPU time (s) 1591.28
Current children cumulated vsize (KiB) 409168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 18886
/proc/meminfo: memFree=1095832/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=393980 CPUtime=1432.69
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 96969 0 0 0 143166 103 0 0 25 0 1 0 1303495457 403435520 96955 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 98495 96955 76 150 0 98342 0
Current children cumulated CPU time (s) 1651
Current children cumulated vsize (KiB) 412936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18886
/proc/meminfo: memFree=1089624/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=400196 CPUtime=1492.43
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 98571 0 0 0 149138 105 0 0 25 0 1 0 1303495457 409800704 98557 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 100049 98557 76 150 0 99896 0
Current children cumulated CPU time (s) 1710.74
Current children cumulated vsize (KiB) 419152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18886
/proc/meminfo: memFree=1084568/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=404796 CPUtime=1552.15
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 99752 0 0 0 155109 106 0 0 25 0 1 0 1303495457 414511104 99738 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 101199 99738 76 150 0 101046 0
Current children cumulated CPU time (s) 1770.46
Current children cumulated vsize (KiB) 423752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18886
/proc/meminfo: memFree=1082456/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=406940 CPUtime=1581.72
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 100271 0 0 0 158065 107 0 0 25 0 1 0 1303495457 416706560 100257 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 101735 100257 76 150 0 101582 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 425896

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

[startup+1812 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18886
/proc/meminfo: memFree=1082456/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.31
/proc/18635/stat : 18635 (sugar) S 18633 18635 18517 0 -1 4194304 1034 101313 0 2 3 1 21681 146 16 0 1 0 1303473449 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 273961496674 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18635/statm: 3400 799 370 3 0 500 0
[pid=18658] ppid=18635 vsize=5356 CPUtime=0
/proc/18658/stat : 18658 (sh) S 18635 18635 18517 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1303495456 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18658/statm: 1339 232 193 169 0 50 0
[pid=18659] ppid=18658 vsize=406940 CPUtime=1581.72
/proc/18659/stat : 18659 (minisat) R 18658 18635 18517 0 -1 4194304 100271 0 0 0 158065 107 0 0 25 0 1 0 1303495457 416706560 100257 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18659/statm: 101735 100257 76 150 0 101582 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 425896

# WARNING:
# current cumulated CPU time (218.37 s) is less than in the last sample (1800.03 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1581.66 s) to the 'lost time'.

[startup+1812.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18886
/proc/meminfo: memFree=1082456/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.37
/proc/18635/stat : 18635 (sugar) R 18633 18635 18517 0 -1 4194304 1069 101590 0 2 3 6 21681 147 16 0 1 0 1303473449 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18635/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 218.37
Current children cumulated vsize (KiB) 13600

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

[startup+1812.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 18886
/proc/meminfo: memFree=1082456/2055920 swapFree=4122036/4192956
[pid=18635] ppid=18633 vsize=13600 CPUtime=218.37
/proc/18635/stat : 18635 (sugar) R 18633 18635 18517 0 -1 4194304 1069 101590 0 2 3 6 21681 147 16 0 1 0 1303473449 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 273952773161 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18635/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 218.37
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 1812.14
CPU time (s): 1800.06
CPU user time (s): 1797.5
CPU system time (s): 2.55976
CPU usage (%): 99.3338
Max. virtual memory (cumulated for all children) (KiB): 908028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.854
system time used= 1.54976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102690
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= 11650
involuntary context switches= 14154

runsolver used 2.02269 second user time and 5.32119 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 08:17:55
IDJOB=1068073
IDBENCH=55473
IDSOLVER=346
FILE ID=node20/1068073-1215152275
PBS_JOBID= 7877453
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-23-05.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-1068073-1215152275/watcher-1068073-1215152275 -o /tmp/evaluation-result-1068073-1215152275/solver-1068073-1215152275 -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-1068073-1215152275.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 64975a2ae0dcb245d91af9d13390acc2
RANDOM SEED=437638222

node20.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.263
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.263
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:       1249288 kB
Buffers:         45340 kB
Cached:         304572 kB
SwapCached:      64820 kB
Active:         624672 kB
Inactive:       106572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249288 kB
SwapTotal:     4192956 kB
SwapFree:      4122036 kB
Dirty:            2696 kB
Writeback:           0 kB
Mapped:         388376 kB
Slab:            59832 kB
Committed_AS:  2919268 kB
PageTables:       2588 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= 66556 MiB
End job on node20 at 2008-07-04 08:48:09