Trace number 1110532

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.06 3636.84

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg15-16_ext.xml
MD5SUM24ac4d403780cbef16b04fa2e8973bed
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints31
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension31
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 Sat Jul 12 03:50:30 2008
0.00/0.04	c 0	PID 15708
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110532-1215827430.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-1110532-1215827430.xml' 'HOME/temp.csp'
0.03/0.28	c 0	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.03/0.32	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.39	c 1	Parsing HOME/temp.csp
0.25/0.54	c 1	parsed 274 expressions
0.25/0.54	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.55	c 1	MAX CSP: 31 constraints
0.25/0.55	c 1	Converting to clausal form CSP
0.25/0.57	c 1	converted 31 (10%) expressions
0.25/0.57	c 1	converted 62 (20%) expressions
0.25/0.57	c 1	converted 93 (30%) expressions
0.25/0.57	c 1	converted 124 (40%) expressions
0.25/0.57	c 1	converted 154 (50%) expressions
0.25/0.57	c 1	converted 185 (60%) expressions
0.25/0.57	c 1	converted 216 (70%) expressions
0.25/0.63	c 1	converted 247 (80%) expressions
0.25/0.95	c 1	converted 278 (90%) expressions
0.91/1.06	c 1	converted 308 (100%) expressions
0.91/1.06	c 1	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 47
0.91/1.06	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.06	c 1	Propagation in CSP
0.91/1.06	c 1	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.07	c 1	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
0.91/1.07	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.07	c 1	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
0.91/1.07	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.15	c 1	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.01/1.15	c 1	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
1.01/1.15	c 1	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
1.01/1.16	c 1	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
1.01/1.16	c 1	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
1.01/1.16	c 1	182 (60%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
1.01/1.16	c 1	212 (70%) CSP integer variables are encoded (5088 clauses, 64081 bytes)
1.01/1.16	c 1	242 (80%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
1.01/1.17	c 1	272 (90%) CSP integer variables are encoded (5790 clauses, 73207 bytes)
1.01/1.17	c 1	302 (100%) CSP integer variables are encoded (5982 clauses, 75703 bytes)
6.45/6.65	c 7	10 (10%) CSP clauses are encoded (87032 clauses, 7949464 bytes)
10.21/10.48	c 11	19 (20%) CSP clauses are encoded (146129 clauses, 13696592 bytes)
11.89/12.14	c 12	28 (30%) CSP clauses are encoded (177530 clauses, 17019635 bytes)
12.49/12.77	c 13	37 (40%) CSP clauses are encoded (188025 clauses, 18127746 bytes)
12.49/12.77	c 13	46 (50%) CSP clauses are encoded (188104 clauses, 18129021 bytes)
12.49/12.77	c 13	56 (60%) CSP clauses are encoded (188149 clauses, 18129712 bytes)
12.49/12.77	c 13	65 (70%) CSP clauses are encoded (188377 clauses, 18133598 bytes)
12.49/12.78	c 13	74 (80%) CSP clauses are encoded (188445 clauses, 18134688 bytes)
12.49/12.78	c 13	83 (90%) CSP clauses are encoded (188503 clauses, 18135599 bytes)
12.49/12.78	c 13	92 (100%) CSP clauses are encoded (189627 clauses, 18154836 bytes)
12.49/12.78	c 13	92 CSP clauses encoded
12.49/12.78	c 13	Writing map file : HOME/temp.map
12.49/12.79	c 13	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.49/12.79	c 13	SAT : 6284 SAT variables, 189627 SAT clauses, 18154836 bytes
12.49/12.79	c 13	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.58/12.81	c 13	OBJECTIVE minimize _COST
12.58/12.85	c 13	OBJECTIVE BOUND: 0 <= _COST <= 
12.58/12.85	c 13	SEARCHING: _COST <= 16
12.58/12.85	c 13	SOLVING HOME/temp.cnf
12.58/12.85	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.58/12.85	c 13	This is MiniSat 2.0 beta
12.58/12.85	c 13	WARNING: for repeatability, setting FPU to use double precision
12.58/12.85	c 13	============================[ Problem Statistics ]=============================
12.58/12.85	c 13	|                                                                             |
12.58/12.85	c 13	|  Number of variables:  6284                                                 |
12.58/12.85	c 13	|  Number of clauses:    189628                                               |
12.94/13.23	c 13	|  Parsing time:         0.34         s                                       |
12.94/13.25	c 13	============================[ Search Statistics ]==============================
12.94/13.25	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.94/13.25	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.94/13.25	c 13	===============================================================================
12.94/13.25	c 13	|         0 |    6209   189017  3361779 |    63005        0    nan |  0.000 % |
12.94/13.26	c 13	|       100 |    6209   189017  3361779 |    69306      100      7 |  1.194 % |
12.94/13.28	c 13	|       250 |    6209   189017  3361779 |    76236      250      7 |  1.194 % |
12.94/13.29	c 13	|       476 |    6209   189017  3361779 |    83860      476      7 |  1.194 % |
13.04/13.34	c 13	|       813 |    6209   189017  3361779 |    92246      813      7 |  1.194 % |
13.04/13.37	c 14	|      1320 |    6209   189017  3361779 |   101471     1320      8 |  1.194 % |
13.14/13.41	c 14	|      2080 |    6209   189017  3361779 |   111618     2080      8 |  1.194 % |
13.24/13.54	c 14	|      3219 |    6209   189017  3361779 |   122780     3219      9 |  1.194 % |
13.34/13.65	c 14	|      4928 |    6209   189017  3361779 |   135058     4928      9 |  1.194 % |
13.53/13.85	c 14	|      7490 |    6209   189017  3361779 |   148564     7490      9 |  1.194 % |
13.83/14.14	c 14	|     11334 |    6209   189017  3361779 |   163420    11334      9 |  1.194 % |
14.22/14.59	c 15	|     17100 |    6209   189017  3361779 |   179762    17100      9 |  1.194 % |
15.12/15.42	c 16	|     25750 |    6209   189017  3361779 |   197738    25750     10 |  1.194 % |
16.70/17.08	c 17	|     38725 |    6209   189017  3361779 |   217512    38725     10 |  1.194 % |
19.57/19.97	c 20	|     58188 |    6209   189017  3361779 |   239263    58188     11 |  1.194 % |
32.06/32.50	c 33	|     87380 |    6209   189017  3361779 |   263190    87380     12 |  1.194 % |
52.95/53.64	c 54	|    131170 |    6209   189017  3361779 |   289509   131170     14 |  1.194 % |
92.39/93.48	c 94	|    196854 |    6209   189017  3361779 |   318460   196854     15 |  1.194 % |
228.70/231.07	c 231	|    295380 |    6209   189017  3361779 |   350306   295380     17 |  1.194 % |
405.94/409.95	c 410	|    443169 |    6209   189017  3361779 |   385336   125748     24 |  1.194 % |
719.29/728.95	c 729	|    664852 |    6209   189017  3361779 |   423870   347431     22 |  1.194 % |
1201.45/1215.60	c 1216	|    997378 |    6209   189017  3361779 |   466257   289073     20 |  1.194 % |
2066.79/2089.16	c 2089	|   1496167 |    6209   189017  3361779 |   512883   357342     25 |  1.194 % |
3600.06/3636.82	c ERROR INTERRUPTED
3600.06/3636.82	s UNKNOWN
3600.06/3636.82	c 3637	CPU 12.32 (0.04 0 12.28 0.28)
3600.06/3636.82	c 3637	END Sat Jul 12 04:51:07 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1110532-1215827430/watcher-1110532-1215827430 -o /tmp/evaluation-result-1110532-1215827430/solver-1110532-1215827430 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1110532-1215827430.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 15708
/proc/meminfo: memFree=1898064/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=12268 CPUtime=0
/proc/15708/stat : 15708 (sugar) R 15706 15708 15473 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 39446395 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15708/statm: 3067 316 241 3 0 167 0

[startup+0.0579559 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 15708
/proc/meminfo: memFree=1898064/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.03
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 39446395 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102304 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 15708
/proc/meminfo: memFree=1898064/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.03
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 39446395 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301316 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 15708
/proc/meminfo: memFree=1898064/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.03
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 916 127 0 0 3 0 0 0 15 0 1 0 39446395 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701355 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 15708
/proc/meminfo: memFree=1898064/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.25
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 974 4302 0 1 3 0 20 2 15 0 1 0 39446395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50242 s]
/proc/loadavg: 2.00 2.00 1.98 4/92 15730
/proc/meminfo: memFree=1881528/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.25
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 974 4302 0 1 3 0 20 2 15 0 1 0 39446395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 797 370 3 0 500 0
[pid=15721] ppid=15708 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15708 15708 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39446427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 233 193 169 0 50 0
[pid=15722] ppid=15721 vsize=864312 CPUtime=1.16
/proc/15722/stat : 15722 (java) S 15721 15708 15473 0 -1 0 7527 0 1 0 113 3 0 0 19 0 9 0 39446428 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15722/statm: 216078 6764 2564 9 0 210625 0
[pid=15722/tid=15723] ppid=15721 vsize=864312 CPUtime=0.82
/proc/15722/task/15723/stat : 15723 (java) R 15721 15708 15473 0 -1 64 2783 0 1 0 82 0 0 0 19 0 9 0 39446429 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15724] ppid=15721 vsize=864312 CPUtime=0.22
/proc/15722/task/15724/stat : 15724 (java) R 15721 15708 15473 0 -1 64 3777 0 0 0 21 1 0 0 16 0 9 0 39446430 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15725] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15725/stat : 15725 (java) S 15721 15708 15473 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 39446430 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15726] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15726/stat : 15726 (java) S 15721 15708 15473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39446430 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15727] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15727/stat : 15727 (java) S 15721 15708 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39446432 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15728] ppid=15721 vsize=864312 CPUtime=0.09
/proc/15722/task/15728/stat : 15728 (java) S 15721 15708 15473 0 -1 64 274 0 0 0 9 0 0 0 16 0 9 0 39446432 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15729] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15729/stat : 15729 (java) S 15721 15708 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39446432 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15730] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15730/stat : 15730 (java) S 15721 15708 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39446432 885055488 6764 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883268

[startup+3.10255 s]
/proc/loadavg: 2.00 2.00 1.98 3/92 15730
/proc/meminfo: memFree=1876152/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.25
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 974 4302 0 1 3 0 20 2 15 0 1 0 39446395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 797 370 3 0 500 0
[pid=15721] ppid=15708 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15708 15708 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39446427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 233 193 169 0 50 0
[pid=15722] ppid=15721 vsize=864312 CPUtime=2.74
/proc/15722/stat : 15722 (java) S 15721 15708 15473 0 -1 0 8829 0 1 0 268 6 0 0 19 0 9 0 39446428 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15722/statm: 216078 7880 2564 9 0 210625 0
[pid=15722/tid=15723] ppid=15721 vsize=864312 CPUtime=2.3
/proc/15722/task/15723/stat : 15723 (java) R 15721 15708 15473 0 -1 64 2969 0 1 0 228 2 0 0 25 0 9 0 39446429 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 102109812 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15724] ppid=15721 vsize=864312 CPUtime=0.32
/proc/15722/task/15724/stat : 15724 (java) S 15721 15708 15473 0 -1 64 4889 0 0 0 30 2 0 0 16 0 9 0 39446430 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15725] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15725/stat : 15725 (java) S 15721 15708 15473 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 39446430 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15726] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15726/stat : 15726 (java) S 15721 15708 15473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39446430 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15727] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15727/stat : 15727 (java) S 15721 15708 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39446432 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15728] ppid=15721 vsize=864312 CPUtime=0.09
/proc/15722/task/15728/stat : 15728 (java) S 15721 15708 15473 0 -1 64 278 0 0 0 9 0 0 0 16 0 9 0 39446432 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15729] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15729/stat : 15729 (java) S 15721 15708 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39446432 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15730] ppid=15721 vsize=864312 CPUtime=0
/proc/15722/task/15730/stat : 15730 (java) S 15721 15708 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39446432 885055488 7880 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883268

[startup+6.30181 s]
/proc/loadavg: 2.00 2.00 1.98 3/92 15730
/proc/meminfo: memFree=1867512/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.25
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 974 4302 0 1 3 0 20 2 15 0 1 0 39446395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 797 370 3 0 500 0
[pid=15721] ppid=15708 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15708 15708 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39446427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 233 193 169 0 50 0
[pid=15722] ppid=15721 vsize=864376 CPUtime=5.91
/proc/15722/stat : 15722 (java) S 15721 15708 15473 0 -1 0 10002 0 1 0 578 13 0 0 19 0 9 0 39446428 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15722/statm: 216094 8125 2564 9 0 210641 0
[pid=15722/tid=15723] ppid=15721 vsize=864376 CPUtime=5.14
/proc/15722/task/15723/stat : 15723 (java) R 15721 15708 15473 0 -1 64 3329 0 1 0 508 6 0 0 25 0 9 0 39446429 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4126516674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15724] ppid=15721 vsize=864376 CPUtime=0.64
/proc/15722/task/15724/stat : 15724 (java) S 15721 15708 15473 0 -1 64 5696 0 0 0 59 5 0 0 16 0 9 0 39446430 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15725] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15725/stat : 15725 (java) S 15721 15708 15473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39446430 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15726] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15726/stat : 15726 (java) S 15721 15708 15473 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39446430 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15727] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15727/stat : 15727 (java) S 15721 15708 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39446432 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15728] ppid=15721 vsize=864376 CPUtime=0.1
/proc/15722/task/15728/stat : 15728 (java) S 15721 15708 15473 0 -1 64 284 0 0 0 10 0 0 0 16 0 9 0 39446432 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15729] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15729/stat : 15729 (java) S 15721 15708 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39446432 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15730] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15730/stat : 15730 (java) S 15721 15708 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39446432 885121024 8125 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 883332

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 1.98 3/92 15730
/proc/meminfo: memFree=1855032/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=0.25
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 974 4302 0 1 3 0 20 2 16 0 1 0 39446395 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 797 370 3 0 500 0
[pid=15721] ppid=15708 vsize=5356 CPUtime=0
/proc/15721/stat : 15721 (sh) S 15708 15708 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39446427 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15721/statm: 1339 233 193 169 0 50 0
[pid=15722] ppid=15721 vsize=864376 CPUtime=12.24
/proc/15722/stat : 15722 (java) S 15721 15708 15473 0 -1 0 12810 0 1 0 1200 24 0 0 19 0 9 0 39446428 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15722/statm: 216094 8471 2564 9 0 210641 0
[pid=15722/tid=15723] ppid=15721 vsize=864376 CPUtime=10.84
/proc/15722/task/15723/stat : 15723 (java) R 15721 15708 15473 0 -1 64 4073 0 1 0 1070 14 0 0 25 0 9 0 39446429 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4126589830 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15724] ppid=15721 vsize=864376 CPUtime=1.28
/proc/15722/task/15724/stat : 15724 (java) S 15721 15708 15473 0 -1 64 7760 0 0 0 118 10 0 0 16 0 9 0 39446430 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15725] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15725/stat : 15725 (java) S 15721 15708 15473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39446430 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15726] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15726/stat : 15726 (java) S 15721 15708 15473 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39446430 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15727] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15727/stat : 15727 (java) S 15721 15708 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 39446432 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15728] ppid=15721 vsize=864376 CPUtime=0.1
/proc/15722/task/15728/stat : 15728 (java) S 15721 15708 15473 0 -1 64 284 0 0 0 10 0 0 0 17 0 9 0 39446432 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15729] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15729/stat : 15729 (java) S 15721 15708 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 39446432 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15722/tid=15730] ppid=15721 vsize=864376 CPUtime=0
/proc/15722/task/15730/stat : 15730 (java) S 15721 15708 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 39446432 885121024 8471 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883332

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 15732
/proc/meminfo: memFree=1847160/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=31280 CPUtime=12.51
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 7695 0 0 0 1246 5 0 0 25 0 1 0 39447680 32030720 7681 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 7820 7681 76 150 0 7667 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 50236

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 1.98 3/84 15732
/proc/meminfo: memFree=1841464/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1740472/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=105444 CPUtime=3057.95
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 25610 0 0 0 305765 30 0 0 25 0 1 0 39447680 107974656 25596 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 26361 25596 76 150 0 26208 0
Current children cumulated CPU time (s) 3070.55
Current children cumulated vsize (KiB) 124400

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1740088/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=106032 CPUtime=3117.39
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 25697 0 0 0 311709 30 0 0 25 0 1 0 39447680 108576768 25683 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 26508 25683 76 150 0 26355 0
Current children cumulated CPU time (s) 3129.99
Current children cumulated vsize (KiB) 124988

[startup+3222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 16257
/proc/meminfo: memFree=1739704/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=106536 CPUtime=3176.83
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 25786 0 0 0 317653 30 0 0 25 0 1 0 39447680 109092864 25772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 26634 25772 76 150 0 26481 0
Current children cumulated CPU time (s) 3189.43
Current children cumulated vsize (KiB) 125492

[startup+3282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1739256/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=106856 CPUtime=3236.27
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 25871 0 0 0 323597 30 0 0 25 0 1 0 39447680 109420544 25857 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 26714 25857 76 150 0 26561 0
Current children cumulated CPU time (s) 3248.87
Current children cumulated vsize (KiB) 125812

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1738808/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=107564 CPUtime=3295.71
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 25984 0 0 0 329541 30 0 0 25 0 1 0 39447680 110145536 25970 996147200 134512640 135127466 4294956256 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 26891 25970 76 150 0 26738 0
Current children cumulated CPU time (s) 3308.31
Current children cumulated vsize (KiB) 126520

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1738808/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=107564 CPUtime=3355.15
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 25993 0 0 0 335485 30 0 0 25 0 1 0 39447680 110145536 25979 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 26891 25979 76 150 0 26738 0
Current children cumulated CPU time (s) 3367.75
Current children cumulated vsize (KiB) 126520

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1738488/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=107564 CPUtime=3414.6
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 26016 0 0 0 341429 31 0 0 25 0 1 0 39447680 110145536 26002 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 26891 26002 76 150 0 26738 0
Current children cumulated CPU time (s) 3427.2
Current children cumulated vsize (KiB) 126520

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1737272/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=108632 CPUtime=3474.03
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 26285 0 0 0 347372 31 0 0 25 0 1 0 39447680 111239168 26271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 27158 26271 76 150 0 27005 0
Current children cumulated CPU time (s) 3486.63
Current children cumulated vsize (KiB) 127588

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1735736/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=110524 CPUtime=3533.47
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 26703 0 0 0 353316 31 0 0 25 0 1 0 39447680 113176576 26689 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 27631 26689 76 150 0 27478 0
Current children cumulated CPU time (s) 3546.07
Current children cumulated vsize (KiB) 129480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16257
/proc/meminfo: memFree=1734008/2055920 swapFree=4192812/4192956
[pid=15708] ppid=15706 vsize=13600 CPUtime=12.6
/proc/15708/stat : 15708 (sugar) S 15706 15708 15473 0 -1 4194304 1053 17431 1 2 4 0 1228 28 16 0 1 0 39446395 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15708/statm: 3400 803 374 3 0 500 0
[pid=15731] ppid=15708 vsize=5356 CPUtime=0
/proc/15731/stat : 15731 (sh) S 15708 15708 15473 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 39447680 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15731/statm: 1339 232 193 169 0 50 0
[pid=15732] ppid=15731 vsize=112144 CPUtime=3587.46
/proc/15732/stat : 15732 (minisat) R 15731 15708 15473 0 -1 4194304 27114 0 0 0 358715 31 0 0 25 0 1 0 39447680 114835456 27100 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15732/statm: 28036 27100 76 150 0 27883 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 131100

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15708 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=329125
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=303953
# CPU time returned by wait4() is 12.6331
# while last known CPU time is 3600.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3636.84
CPU time (s): 3600.06
CPU user time (s): 3599.47
CPU system time (s): 0.59
CPU usage (%): 98.9888
Max. virtual memory (cumulated for all children) (KiB): 884620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3291
system time used= 0.303953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18830
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10305
involuntary context switches= 10553

runsolver used 4.69928 second user time and 11.8482 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-12 03:50:30
IDJOB=1110532
IDBENCH=61117
IDSOLVER=368
FILE ID=node3/1110532-1215827430
PBS_JOBID= 7903333
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 24ac4d403780cbef16b04fa2e8973bed
RANDOM SEED=445987223

node3.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.238
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.238
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:       1898544 kB
Buffers:         20564 kB
Cached:          55528 kB
SwapCached:          0 kB
Active:          71532 kB
Inactive:        36492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1288 kB
Writeback:           0 kB
Mapped:          52040 kB
Slab:            34660 kB
Committed_AS:   160192 kB
PageTables:       1828 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= 66536 MiB
End job on node3 at 2008-07-12 04:51:09