Trace number 1056754

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.01 1800.73

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-45_ext.xml
MD5SUMd827410f0ea96d85e234cb7a677b560b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 19:22:03 2008
0.00/0.05	c 0	PID 27310
0.00/0.05	c 0	HOST node29.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1056754-1215105722.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056754-1215105722.xml' 'HOME/temp.csp'
1.25/1.39	c 1	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.35/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.35/1.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'
1.35/1.49	c 1	Parsing HOME/temp.csp
3.64/3.76	c 4	parsed 175 expressions
3.64/3.76	c 4	Heap : 46 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.64/3.76	c 4	Converting to clausal form CSP
3.74/3.80	c 4	converted 18 (10%) expressions
3.74/3.82	c 4	converted 35 (20%) expressions
3.74/3.82	c 4	converted 53 (30%) expressions
3.74/3.86	c 4	converted 70 (40%) expressions
3.74/3.89	c 4	converted 88 (50%) expressions
3.84/3.97	c 4	converted 105 (60%) expressions
4.35/4.48	c 4	converted 123 (70%) expressions
4.63/4.77	c 5	converted 140 (80%) expressions
4.93/5.03	c 5	converted 158 (90%) expressions
5.13/5.24	c 5	converted 175 (100%) expressions
5.13/5.24	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.13/5.24	c 5	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.13/5.24	c 5	Propagation in CSP
5.13/5.24	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.13/5.24	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.13/5.24	c 5	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.13/5.24	c 5	Simplifing CSP by introducing new Boolean variables
5.13/5.24	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.13/5.24	c 5	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.33/5.46	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.33/5.47	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.33/5.47	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.33/5.47	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.33/5.47	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.33/5.47	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.33/5.48	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.33/5.48	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.33/5.48	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.33/5.48	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.33/5.48	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.73/5.89	c 6	8 (10%) CSP clauses are encoded (25221 clauses, 596744 bytes)
6.12/6.20	c 6	15 (20%) CSP clauses are encoded (46817 clauses, 1130226 bytes)
6.43/6.54	c 6	23 (30%) CSP clauses are encoded (70441 clauses, 1714154 bytes)
6.72/6.85	c 7	30 (40%) CSP clauses are encoded (92110 clauses, 2259229 bytes)
7.13/7.21	c 7	38 (50%) CSP clauses are encoded (116768 clauses, 2897655 bytes)
7.43/7.52	c 7	45 (60%) CSP clauses are encoded (138295 clauses, 3479884 bytes)
7.72/7.87	c 8	53 (70%) CSP clauses are encoded (163053 clauses, 4151622 bytes)
8.03/8.18	c 8	60 (80%) CSP clauses are encoded (184699 clauses, 4738686 bytes)
8.43/8.54	c 8	68 (90%) CSP clauses are encoded (209326 clauses, 5406558 bytes)
8.73/8.85	c 9	75 (100%) CSP clauses are encoded (230793 clauses, 5989009 bytes)
8.73/8.85	c 9	75 CSP clauses encoded
8.73/8.85	c 9	Writing map file : HOME/temp.map
8.73/8.85	c 9	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.73/8.85	c 9	SAT : 552 SAT variables, 230793 SAT clauses, 5989009 bytes
8.73/8.85	c 9	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.73/8.87	c 9	SOLVING HOME/temp.cnf
8.73/8.87	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.73/8.87	c 9	This is MiniSat 2.0 beta
8.73/8.87	c 9	WARNING: for repeatability, setting FPU to use double precision
8.73/8.87	c 9	============================[ Problem Statistics ]=============================
8.73/8.87	c 9	|                                                                             |
8.73/8.88	c 9	|  Number of variables:  552                                                  |
8.73/8.88	c 9	|  Number of clauses:    230793                                               |
8.80/9.01	c 9	|  Parsing time:         0.12         s                                       |
8.80/9.02	c 9	============================[ Search Statistics ]==============================
8.80/9.02	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.80/9.02	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.80/9.02	c 9	===============================================================================
8.80/9.02	c 9	|         0 |     552   230793  1286258 |    76931        0    nan |  0.000 % |
8.80/9.15	c 9	|       101 |     552   230793  1286258 |    84624      101     14 |  0.000 % |
8.80/9.27	c 9	|       252 |     552   230793  1286258 |    93086      252     14 |  0.004 % |
8.80/9.48	c 9	|       477 |     552   230793  1286258 |   102395      477     14 |  0.008 % |
8.80/9.73	c 10	|       814 |     552   230793  1286258 |   112634      814     13 |  0.008 % |
10.01/10.15	c 10	|      1321 |     552   230793  1286258 |   123898     1321     13 |  0.008 % |
10.51/10.69	c 10	|      2080 |     552   230793  1286258 |   136287     2080     14 |  0.007 % |
11.31/11.43	c 11	|      3219 |     552   230793  1286258 |   149916     3219     13 |  0.008 % |
12.51/12.68	c 12	|      4927 |     552   230793  1286258 |   164908     4927     13 |  0.008 % |
14.71/14.86	c 15	|      7489 |     552   230793  1286258 |   181399     7489     13 |  0.008 % |
18.21/18.37	c 18	|     11333 |     552   230793  1286258 |   199539    11333     13 |  0.008 % |
23.11/23.28	c 23	|     17099 |     552   230793  1286258 |   219493    17099     14 |  0.008 % |
31.19/31.35	c 31	|     25751 |     552   230793  1286258 |   241442    25751     14 |  0.008 % |
43.28/43.45	c 43	|     38725 |     552   230793  1286258 |   265586    38725     15 |  0.008 % |
63.87/64.09	c 64	|     58186 |     552   230793  1286258 |   292145    58186     15 |  0.008 % |
99.86/100.02	c 100	|     87379 |     552   230793  1286258 |   321359    87379     15 |  0.008 % |
162.24/162.43	c 162	|    131169 |     552   230793  1286258 |   353495   131169     16 |  0.008 % |
284.30/284.56	c 284	|    196854 |     552   230793  1286258 |   388845   196854     16 |  0.008 % |
495.03/495.33	c 495	|    295380 |     552   230793  1286258 |   427729   295380     18 |  0.008 % |
916.49/916.99	c 917	|    443169 |     552   230793  1286258 |   470502    36836     17 |  0.008 % |
1315.66/1316.26	c 1316	|    664852 |     552   230793  1286258 |   517553   258519     19 |  0.005 % |
1800.01/1800.72	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1800.72	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.01/1800.72	c ERROR INTERRUPTED
1800.01/1800.72	s UNKNOWN
1800.01/1800.72	c 1801	CPU 8.51 (0.03 0.01 8.48 0.28)
1800.01/1800.72	c 1801	END Thu Jul  3 19:52:04 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-1056754-1215105722/watcher-1056754-1215105722 -o /tmp/evaluation-result-1056754-1215105722/solver-1056754-1215105722 -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-1056754-1215105722.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: 0.00 0.00 0.00 4/67 27310
/proc/meminfo: memFree=1657240/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=12132 CPUtime=0
/proc/27310/stat : 27310 (sugar) R 27308 27310 27242 0 -1 4194304 256 0 0 0 0 0 0 0 18 0 1 0 1989546073 12423168 224 996147200 4194304 4206940 548682068608 18446744073709551615 221780579814 0 0 4224 0 0 0 0 17 0 0 0
/proc/27310/statm: 3033 226 170 3 0 133 0

[startup+0.0108119 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 27310
/proc/meminfo: memFree=1657240/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=12272 CPUtime=0
/proc/27310/stat : 27310 (sugar) D 27308 27310 27242 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 1989546073 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 221789600766 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/27310/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102822 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 27310
/proc/meminfo: memFree=1657240/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=0.03
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989546073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27310/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301833 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 27310
/proc/meminfo: memFree=1657240/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=0.03
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989546073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27310/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70186 s]
/proc/loadavg: 0.00 0.00 0.00 4/67 27310
/proc/meminfo: memFree=1657240/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=0.03
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1989546073 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27310/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 0.00 0.00 0.00 3/83 27330
/proc/meminfo: memFree=1624336/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.37
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 973 9543 0 1 3 1 124 9 15 0 1 0 1989546073 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13600

[startup+3.10301 s]
/proc/loadavg: 0.08 0.02 0.01 3/83 27340
/proc/meminfo: memFree=1624784/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.37
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 973 9543 0 1 3 1 124 9 15 0 1 0 1989546073 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 797 370 3 0 500 0
[pid=27331] ppid=27310 vsize=5356 CPUtime=0
/proc/27331/stat : 27331 (sh) S 27310 27310 27242 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27331/statm: 1339 233 193 169 0 50 0
[pid=27332] ppid=27331 vsize=864044 CPUtime=1.66
/proc/27332/stat : 27332 (java) S 27331 27310 27242 0 -1 0 13247 0 1 0 160 6 0 0 18 0 9 0 1989546215 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27332/statm: 216011 12507 2532 9 0 210593 0
[pid=27332/tid=27333] ppid=27331 vsize=864044 CPUtime=0.99
/proc/27332/task/27333/stat : 27333 (java) R 27331 27310 27242 0 -1 64 2776 0 1 0 98 1 0 0 25 0 9 0 1989546216 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 101444305 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27334] ppid=27331 vsize=864044 CPUtime=0.61
/proc/27332/task/27334/stat : 27334 (java) S 27331 27310 27242 0 -1 64 9460 0 0 0 58 3 0 0 16 0 9 0 1989546217 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27335] ppid=27331 vsize=864044 CPUtime=0
/proc/27332/task/27335/stat : 27335 (java) S 27331 27310 27242 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989546217 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27336] ppid=27331 vsize=864044 CPUtime=0
/proc/27332/task/27336/stat : 27336 (java) S 27331 27310 27242 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1989546217 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27337] ppid=27331 vsize=864044 CPUtime=0
/proc/27332/task/27337/stat : 27337 (java) S 27331 27310 27242 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1989546219 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27338] ppid=27331 vsize=864044 CPUtime=0.03
/proc/27332/task/27338/stat : 27338 (java) S 27331 27310 27242 0 -1 64 315 0 0 0 3 0 0 0 16 0 9 0 1989546219 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27339] ppid=27331 vsize=864044 CPUtime=0
/proc/27332/task/27339/stat : 27339 (java) S 27331 27310 27242 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1989546219 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27340] ppid=27331 vsize=864044 CPUtime=0
/proc/27332/task/27340/stat : 27340 (java) S 27331 27310 27242 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989546219 884781056 12507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883000

[startup+6.30121 s]
/proc/loadavg: 0.08 0.02 0.01 4/83 27340
/proc/meminfo: memFree=1547408/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=1.37
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 974 9543 0 1 3 1 124 9 15 0 1 0 1989546073 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 797 370 3 0 500 0
[pid=27331] ppid=27310 vsize=5356 CPUtime=0
/proc/27331/stat : 27331 (sh) S 27310 27310 27242 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1989546215 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27331/statm: 1339 233 193 169 0 50 0
[pid=27332] ppid=27331 vsize=864280 CPUtime=4.86
/proc/27332/stat : 27332 (java) S 27331 27310 27242 0 -1 0 26996 0 1 0 472 14 0 0 18 0 9 0 1989546215 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27332/statm: 216070 26173 2564 9 0 210617 0
[pid=27332/tid=27333] ppid=27331 vsize=864280 CPUtime=2.72
/proc/27332/task/27333/stat : 27333 (java) R 27331 27310 27242 0 -1 64 3705 0 1 0 269 3 0 0 25 0 9 0 1989546216 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4126564871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27334] ppid=27331 vsize=864280 CPUtime=2.01
/proc/27332/task/27334/stat : 27334 (java) S 27331 27310 27242 0 -1 64 22241 0 0 0 193 8 0 0 16 0 9 0 1989546217 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27335] ppid=27331 vsize=864280 CPUtime=0
/proc/27332/task/27335/stat : 27335 (java) S 27331 27310 27242 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1989546217 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27336] ppid=27331 vsize=864280 CPUtime=0
/proc/27332/task/27336/stat : 27336 (java) S 27331 27310 27242 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1989546217 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27337] ppid=27331 vsize=864280 CPUtime=0
/proc/27332/task/27337/stat : 27337 (java) S 27331 27310 27242 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1989546219 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27338] ppid=27331 vsize=864280 CPUtime=0.09
/proc/27332/task/27338/stat : 27338 (java) S 27331 27310 27242 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 1989546219 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27339] ppid=27331 vsize=864280 CPUtime=0
/proc/27332/task/27339/stat : 27339 (java) S 27331 27310 27242 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1989546219 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27332/tid=27340] ppid=27331 vsize=864280 CPUtime=0
/proc/27332/task/27340/stat : 27340 (java) S 27331 27310 27242 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1989546219 885022720 26173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 883236

[startup+12.7026 s]
/proc/loadavg: 0.37 0.08 0.03 3/75 27342
/proc/meminfo: memFree=1619024/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=15892 CPUtime=3.81
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 3823 0 0 0 379 2 0 0 25 0 1 0 1989546961 16273408 3809 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 3973 3809 75 150 0 3820 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 34848

[startup+25.5014 s]
/proc/loadavg: 0.62 0.14 0.05 3/76 27343
/proc/meminfo: memFree=1537040/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=17436 CPUtime=16.61
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 4185 0 0 0 1658 3 0 0 25 0 1 0 1989546961 17854464 4171 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 4359 4171 75 150 0 4206 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 36392

[startup+51.102 s]
/proc/loadavg: 1.09 0.29 0.10 3/76 27343
/proc/meminfo: memFree=1534544/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=20068 CPUtime=42.18
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 4849 0 0 0 4214 4 0 0 25 0 1 0 1989546961 20549632 4835 996147200 134512640 135127466 4294956272 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 5017 4835 75 150 0 4864 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 39024

[startup+102.306 s]
/proc/loadavg: 1.64 0.58 0.20 3/76 27343
/proc/meminfo: memFree=1530320/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=24028 CPUtime=93.36
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 5846 0 0 0 9331 5 0 0 25 0 1 0 1989546961 24604672 5832 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 6007 5832 75 150 0 5854 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 42984

[startup+162.302 s]
/proc/loadavg: 1.86 0.83 0.31 3/76 27343
/proc/meminfo: memFree=1526352/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=28128 CPUtime=153.34
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 6843 0 0 0 15327 7 0 0 25 0 1 0 1989546961 28803072 6829 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 7032 6829 75 150 0 6879 0
Current children cumulated CPU time (s) 162.14

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

/proc/meminfo: memFree=1491976/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=62752 CPUtime=1352.94
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15302 0 0 0 135278 16 0 0 25 0 1 0 1989546961 64258048 15288 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 15688 15288 75 150 0 15535 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 81708

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.54 3/78 27347
/proc/meminfo: memFree=1491968/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=62752 CPUtime=1412.92
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15306 0 0 0 141276 16 0 0 25 0 1 0 1989546961 64258048 15292 996147200 134512640 135127466 4294956272 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 15688 15292 75 150 0 15535 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 81708

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.56 3/78 27347
/proc/meminfo: memFree=1491968/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=62752 CPUtime=1472.9
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15309 0 0 0 147274 16 0 0 25 0 1 0 1989546961 64258048 15295 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 15688 15295 75 150 0 15535 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 81708

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/78 27347
/proc/meminfo: memFree=1491840/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=62904 CPUtime=1532.89
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15343 0 0 0 153272 17 0 0 25 0 1 0 1989546961 64413696 15329 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 15726 15329 75 150 0 15573 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 81860

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.61 3/79 27348
/proc/meminfo: memFree=1491576/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=63068 CPUtime=1592.87
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15405 0 0 0 159270 17 0 0 25 0 1 0 1989546961 64581632 15391 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 15767 15391 75 150 0 15614 0
Current children cumulated CPU time (s) 1601.67
Current children cumulated vsize (KiB) 82024

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.63 3/79 27348
/proc/meminfo: memFree=1491384/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=63368 CPUtime=1652.85
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15463 0 0 0 165268 17 0 0 25 0 1 0 1989546961 64888832 15449 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 15842 15449 75 150 0 15689 0
Current children cumulated CPU time (s) 1661.65
Current children cumulated vsize (KiB) 82324

[startup+1722.3 s]
/proc/loadavg: 2.04 1.99 1.66 3/79 27348
/proc/meminfo: memFree=1490680/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=64196 CPUtime=1712.83
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15639 0 0 0 171266 17 0 0 25 0 1 0 1989546961 65736704 15625 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 16049 15625 75 150 0 15896 0
Current children cumulated CPU time (s) 1721.63
Current children cumulated vsize (KiB) 83152

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 1.68 3/79 27348
/proc/meminfo: memFree=1489208/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=65496 CPUtime=1772.8
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 15947 0 0 0 177263 17 0 0 25 0 1 0 1989546961 67067904 15933 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 16374 15933 75 150 0 16221 0
Current children cumulated CPU time (s) 1781.6
Current children cumulated vsize (KiB) 84452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.04 2.00 1.68 3/79 27348
/proc/meminfo: memFree=1488440/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=66236 CPUtime=1791.21
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 16131 0 0 0 179104 17 0 0 25 0 1 0 1989546961 67825664 16117 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 16559 16117 75 150 0 16406 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 85192

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

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

[startup+1800.71 s]
/proc/loadavg: 2.04 2.00 1.68 3/79 27348
/proc/meminfo: memFree=1488440/2055920 swapFree=4180452/4192956
[pid=27310] ppid=27308 vsize=13600 CPUtime=8.8
/proc/27310/stat : 27310 (sugar) S 27308 27310 27242 0 -1 4194304 1031 36895 0 2 3 1 848 28 16 0 1 0 1989546073 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27310/statm: 3400 798 370 3 0 500 0
[pid=27341] ppid=27310 vsize=5356 CPUtime=0
/proc/27341/stat : 27341 (sh) S 27310 27310 27242 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1989546961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27341/statm: 1339 232 193 169 0 50 0
[pid=27342] ppid=27341 vsize=66236 CPUtime=1791.21
/proc/27342/stat : 27342 (minisat) R 27341 27310 27242 0 -1 4194304 16131 0 0 0 179104 17 0 0 25 0 1 0 1989546961 67825664 16117 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27342/statm: 16559 16117 75 150 0 16406 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 85192

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27310 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=528703
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=306953
# CPU time returned by wait4() is 8.83566
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.73
CPU time (s): 1800.01
CPU user time (s): 1799.55
CPU system time (s): 0.46
CPU usage (%): 99.9599
Max. virtual memory (cumulated for all children) (KiB): 883236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5287
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38353
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= 3381
involuntary context switches= 3170

runsolver used 1.89971 second user time and 4.68129 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-03 19:22:03
IDJOB=1056754
IDBENCH=53965
IDSOLVER=346
FILE ID=node29/1056754-1215105722
PBS_JOBID= 7877145
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-45_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-1056754-1215105722/watcher-1056754-1215105722 -o /tmp/evaluation-result-1056754-1215105722/solver-1056754-1215105722 -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-1056754-1215105722.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d827410f0ea96d85e234cb7a677b560b
RANDOM SEED=305036870

node29.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.220
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.220
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:       1657728 kB
Buffers:         36748 kB
Cached:         295768 kB
SwapCached:       6872 kB
Active:         142052 kB
Inactive:       200168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1657728 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            4372 kB
Writeback:           0 kB
Mapped:          15076 kB
Slab:            41412 kB
Committed_AS:  3296812 kB
PageTables:       1792 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= 66532 MiB
End job on node29 at 2008-07-03 19:52:06