Trace number 1110531

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-inc? (TO) 3600.07 3602.24

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.04/0.14	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.14	c 0	BEGIN Sat Jul 12 03:50:28 2008
0.04/0.14	c 0	PID 15881
0.04/0.14	c 0	HOST node47.alineos.net
0.04/0.14	c 0	CONVERTING HOME/instance-1110531-1215827427.xml TO HOME/temp.csp
0.04/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110531-1215827427.xml' 'HOME/temp.csp'
0.06/0.37	c 0	1 domains, 240 variables, 0 predicates, 2 relations, 31 constraints
0.06/0.41	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.41	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.49	c 0	Parsing HOME/temp.csp
0.28/0.59	c 0	parsed 274 expressions
0.28/0.60	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.60	c 0	MAX CSP: 31 constraints
0.28/0.60	c 0	Converting to clausal form CSP
0.28/0.62	c 0	converted 31 (10%) expressions
0.28/0.62	c 0	converted 62 (20%) expressions
0.28/0.62	c 0	converted 93 (30%) expressions
0.28/0.62	c 0	converted 124 (40%) expressions
0.28/0.63	c 0	converted 154 (50%) expressions
0.28/0.63	c 0	converted 185 (60%) expressions
0.28/0.63	c 0	converted 216 (70%) expressions
0.28/0.66	c 0	converted 247 (80%) expressions
0.28/0.79	c 0	converted 278 (90%) expressions
0.28/0.89	c 0	converted 308 (100%) expressions
0.28/0.89	c 0	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 47
0.28/0.89	c 0	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.28/0.89	c 0	Propagation in CSP
0.28/0.90	c 0	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.90	c 0	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
0.28/0.90	c 0	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.90	c 0	Simplifing CSP by introducing new Boolean variables
0.28/0.90	c 0	CSP : 302 integers, 0 booleans, 92 clauses, largest domain size 32
0.28/0.90	c 0	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.28/0.95	c 0	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.97	c 0	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
0.28/0.97	c 0	61 (20%) CSP integer variables are encoded (1464 clauses, 16969 bytes)
0.28/0.98	c 0	91 (30%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
0.28/0.98	c 0	121 (40%) CSP integer variables are encoded (2904 clauses, 35689 bytes)
0.28/0.98	c 0	151 (50%) CSP integer variables are encoded (3624 clauses, 45049 bytes)
0.28/0.98	c 0	182 (60%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
0.28/0.98	c 0	212 (70%) CSP integer variables are encoded (5088 clauses, 64081 bytes)
0.28/0.98	c 0	242 (80%) CSP integer variables are encoded (5760 clauses, 72817 bytes)
0.28/0.98	c 0	272 (90%) CSP integer variables are encoded (5790 clauses, 73207 bytes)
0.28/0.98	c 0	302 (100%) CSP integer variables are encoded (5982 clauses, 75703 bytes)
6.02/6.29	c 6	10 (10%) CSP clauses are encoded (87032 clauses, 7949464 bytes)
9.71/9.95	c 9	19 (20%) CSP clauses are encoded (146129 clauses, 13696592 bytes)
11.39/11.63	c 11	28 (30%) CSP clauses are encoded (177530 clauses, 17019635 bytes)
11.89/12.18	c 12	37 (40%) CSP clauses are encoded (188025 clauses, 18127746 bytes)
11.89/12.18	c 12	46 (50%) CSP clauses are encoded (188104 clauses, 18129021 bytes)
11.89/12.18	c 12	56 (60%) CSP clauses are encoded (188149 clauses, 18129712 bytes)
11.89/12.19	c 12	65 (70%) CSP clauses are encoded (188377 clauses, 18133598 bytes)
11.89/12.19	c 12	74 (80%) CSP clauses are encoded (188445 clauses, 18134688 bytes)
11.89/12.19	c 12	83 (90%) CSP clauses are encoded (188503 clauses, 18135599 bytes)
11.89/12.19	c 12	92 (100%) CSP clauses are encoded (189627 clauses, 18154836 bytes)
11.89/12.19	c 12	92 CSP clauses encoded
11.89/12.19	c 12	Writing map file : HOME/temp.map
11.98/12.20	c 12	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.98/12.20	c 12	SAT : 6284 SAT variables, 189627 SAT clauses, 18154836 bytes
11.98/12.20	c 12	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.98/12.25	c 12	OBJECTIVE minimize _COST
11.98/12.25	c 12	SOLVING HOME/temp.cnf
11.98/12.25	c 12	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
11.98/12.26	c 12	This is MiniSat 2.0 beta incremental
11.98/12.26	c 12	WARNING: for repeatability, setting FPU to use double precision
11.98/12.26	c 12	============================[ Problem Statistics ]=============================
11.98/12.26	c 12	|                                                                             |
11.98/12.26	c 12	|  Number of variables:  6284                                                 |
11.98/12.26	c 12	|  Number of clauses:    189627                                               |
12.01/12.62	c 12	|  Parsing time:         0.33         s                                       |
12.01/12.64	c 12	OK
12.01/12.64	c 12	OBJECTIVE BOUND: 0 <= _COST <= 
12.01/12.64	c 12	SEARCHING: _COST <= 16
12.01/12.64	c 12	============================[ Search Statistics ]==============================
12.01/12.64	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.01/12.64	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.01/12.64	c 12	===============================================================================
12.01/12.64	c 12	|         0 |    6284   189627  3363399 |    63209        0    nan |  0.000 % |
12.01/12.65	c 12	|       100 |    6284   189627  3363399 |    69529      100      7 |  0.000 % |
12.01/12.66	c 12	|       252 |    6284   189627  3363399 |    76482      252      7 |  0.000 % |
12.01/12.68	c 12	|       479 |    6284   189627  3363399 |    84131      479      8 |  0.000 % |
12.01/12.72	c 12	|       816 |    6284   189627  3363399 |    92544      816      8 |  0.000 % |
12.01/12.75	c 12	|      1322 |    6284   189627  3363399 |   101798     1322      8 |  0.000 % |
12.01/12.79	c 12	|      2081 |    6284   189627  3363399 |   111978     2081      8 |  0.000 % |
12.01/12.85	c 12	|      3221 |    6284   189627  3363399 |   123176     3221      9 |  0.000 % |
12.01/12.94	c 12	|      4930 |    6284   189627  3363399 |   135494     4930      9 |  0.000 % |
12.84/13.11	c 13	|      7493 |    6284   189627  3363399 |   149043     7493      9 |  0.000 % |
13.03/13.37	c 13	|     11337 |    6284   189627  3363399 |   163947    11337      9 |  0.000 % |
13.54/13.82	c 13	|     17104 |    6284   189627  3363399 |   180342    17104      9 |  0.000 % |
14.23/14.57	c 14	|     25753 |    6284   189627  3363399 |   198376    25753     10 |  0.000 % |
15.73/16.00	c 15	|     38727 |    6284   189627  3363399 |   218214    38727     10 |  0.000 % |
18.90/19.29	c 19	|     58188 |    6284   189627  3363399 |   240036    58188     11 |  0.000 % |
25.27/25.65	c 25	|     87382 |    6284   189627  3363399 |   264039    87382     11 |  0.000 % |
48.56/48.99	c 48	|    131172 |    6284   189627  3363399 |   290443   131172     14 |  0.000 % |
103.34/103.79	c 103	|    196856 |    6284   189627  3363399 |   319488   196856     15 |  0.000 % |
216.79/217.21	c 217	|    295383 |    6284   189627  3363399 |   351436   295383     17 |  0.000 % |
356.34/356.82	c 356	|    443172 |    6284   189627  3363399 |   386580   127000     17 |  0.000 % |
610.03/610.66	c 610	|    664856 |    6284   189627  3363399 |   425238   348684     21 |  0.000 % |
1027.53/1028.71	c 1028	|    997381 |    6284   189627  3363399 |   467762   287873     23 |  0.000 % |
1961.56/1963.11	c 1963	|   1496169 |    6284   189627  3363399 |   514538   355355     25 |  0.000 % |
3600.01/3602.21	c ERROR INTERRUPTED
3600.01/3602.21	s UNKNOWN
3600.01/3602.23	c 3602	CPU 3599.35 (0.06 0.02 3599.29 0.68)
3600.01/3602.23	c 3602	END Sat Jul 12 04:50:30 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-1110531-1215827427/watcher-1110531-1215827427 -o /tmp/evaluation-result-1110531-1215827427/solver-1110531-1215827427 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110531-1215827427.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 2.00 4/73 15881
/proc/meminfo: memFree=1918928/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=18572 CPUtime=0
/proc/15881/stat : 15881 (runsolver) R 15879 15881 14902 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 39441881 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15881/statm: 4643 292 257 25 0 2626 0

[startup+0.0484231 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15881
/proc/meminfo: memFree=1918928/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=13336 CPUtime=0.02
/proc/15881/stat : 15881 (sugar++) D 15879 15881 14902 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 39441881 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/15881/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.102428 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15881
/proc/meminfo: memFree=1918928/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=14644 CPUtime=0.04
/proc/15881/stat : 15881 (sugar++) R 15879 15881 14902 0 -1 4194304 844 0 0 0 3 1 0 0 18 0 1 0 39441881 14995456 812 996147200 4194304 4206940 548682068528 18446744073709551615 208735869274 0 0 4224 0 0 0 0 17 1 0 0
/proc/15881/statm: 3661 812 378 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.302452 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15881
/proc/meminfo: memFree=1918928/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=0.06
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 39441881 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15881/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702496 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 15881
/proc/meminfo: memFree=1918928/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=0.28
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1296 4302 0 1 5 1 20 2 15 0 1 0 39441881 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15881/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16740

[startup+1.50158 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15903
/proc/meminfo: memFree=1899576/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=0.29
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1297 4302 0 1 6 1 20 2 15 0 1 0 39441881 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15881/statm: 4185 1104 409 3 0 764 0
[pid=15894] ppid=15881 vsize=5356 CPUtime=0
/proc/15894/stat : 15894 (sh) S 15881 15881 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39441923 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15894/statm: 1339 233 193 169 0 50 0
[pid=15895] ppid=15894 vsize=864372 CPUtime=1.06
/proc/15895/stat : 15895 (java) S 15894 15881 14902 0 -1 0 7697 0 1 0 101 5 0 0 18 0 9 0 39441923 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15895/statm: 216093 6892 2564 9 0 210640 0
[pid=15895/tid=15896] ppid=15894 vsize=864372 CPUtime=0.71
/proc/15895/task/15896/stat : 15896 (java) R 15894 15881 14902 0 -1 64 2760 0 1 0 70 1 0 0 21 0 9 0 39441924 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4125953964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15897] ppid=15894 vsize=864372 CPUtime=0.23
/proc/15895/task/15897/stat : 15897 (java) S 15894 15881 14902 0 -1 64 3901 0 0 0 21 2 0 0 16 0 9 0 39441925 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15898] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15898/stat : 15898 (java) S 15894 15881 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39441925 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15899] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15899/stat : 15899 (java) S 15894 15881 14902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39441925 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15900] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15900/stat : 15900 (java) S 15894 15881 14902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39441927 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15901] ppid=15894 vsize=864372 CPUtime=0.09
/proc/15895/task/15901/stat : 15901 (java) S 15894 15881 14902 0 -1 64 344 0 0 0 9 0 0 0 16 0 9 0 39441927 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15902] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15902/stat : 15902 (java) S 15894 15881 14902 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39441927 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15903] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15903/stat : 15903 (java) S 15894 15881 14902 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39441927 885116928 6892 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 886468

[startup+3.10175 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15903
/proc/meminfo: memFree=1894584/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=0.29
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1297 4302 0 1 6 1 20 2 15 0 1 0 39441881 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15881/statm: 4185 1104 409 3 0 764 0
[pid=15894] ppid=15881 vsize=5356 CPUtime=0
/proc/15894/stat : 15894 (sh) S 15881 15881 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39441923 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15894/statm: 1339 233 193 169 0 50 0
[pid=15895] ppid=15894 vsize=864372 CPUtime=2.65
/proc/15895/stat : 15895 (java) S 15894 15881 14902 0 -1 0 9023 0 1 0 256 9 0 0 18 0 9 0 39441923 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15895/statm: 216093 8018 2564 9 0 210640 0
[pid=15895/tid=15896] ppid=15894 vsize=864372 CPUtime=2.19
/proc/15895/task/15896/stat : 15896 (java) R 15894 15881 14902 0 -1 64 2960 0 1 0 216 3 0 0 25 0 9 0 39441924 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4126488342 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15897] ppid=15894 vsize=864372 CPUtime=0.33
/proc/15895/task/15897/stat : 15897 (java) S 15894 15881 14902 0 -1 64 5024 0 0 0 30 3 0 0 16 0 9 0 39441925 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15898] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15898/stat : 15898 (java) S 15894 15881 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39441925 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15899] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15899/stat : 15899 (java) S 15894 15881 14902 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 39441925 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15900] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15900/stat : 15900 (java) S 15894 15881 14902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39441927 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15901] ppid=15894 vsize=864372 CPUtime=0.09
/proc/15895/task/15901/stat : 15901 (java) S 15894 15881 14902 0 -1 64 347 0 0 0 9 0 0 0 16 0 9 0 39441927 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15902] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15902/stat : 15902 (java) S 15894 15881 14902 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39441927 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15903] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15903/stat : 15903 (java) S 15894 15881 14902 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39441927 885116928 8018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 886468

[startup+6.3021 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 15903
/proc/meminfo: memFree=1885816/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=0.29
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1297 4302 0 1 6 1 20 2 16 0 1 0 39441881 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15881/statm: 4185 1104 409 3 0 764 0
[pid=15894] ppid=15881 vsize=5356 CPUtime=0
/proc/15894/stat : 15894 (sh) S 15881 15881 14902 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 39441923 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15894/statm: 1339 233 193 169 0 50 0
[pid=15895] ppid=15894 vsize=864372 CPUtime=5.84
/proc/15895/stat : 15895 (java) S 15894 15881 14902 0 -1 0 10092 0 1 0 570 14 0 0 18 0 9 0 39441923 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15895/statm: 216093 8165 2564 9 0 210640 0
[pid=15895/tid=15896] ppid=15894 vsize=864372 CPUtime=5.05
/proc/15895/task/15896/stat : 15896 (java) R 15894 15881 14902 0 -1 64 3315 0 1 0 499 6 0 0 25 0 9 0 39441924 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 103214876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15897] ppid=15894 vsize=864372 CPUtime=0.65
/proc/15895/task/15897/stat : 15897 (java) S 15894 15881 14902 0 -1 64 5733 0 0 0 60 5 0 0 16 0 9 0 39441925 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15898] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15898/stat : 15898 (java) S 15894 15881 14902 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 39441925 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15899] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15899/stat : 15899 (java) S 15894 15881 14902 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 39441925 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15900] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15900/stat : 15900 (java) S 15894 15881 14902 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 39441927 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15901] ppid=15894 vsize=864372 CPUtime=0.1
/proc/15895/task/15901/stat : 15901 (java) S 15894 15881 14902 0 -1 64 352 0 0 0 10 0 0 0 16 0 9 0 39441927 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15902] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15902/stat : 15902 (java) S 15894 15881 14902 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 39441927 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15895/tid=15903] ppid=15894 vsize=864372 CPUtime=0
/proc/15895/task/15903/stat : 15903 (java) S 15894 15881 14902 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 39441927 885116928 8165 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 886468

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15903
/proc/meminfo: memFree=1873528/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 15 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 16740

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15937
/proc/meminfo: memFree=1878720/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=32536 CPUtime=13.16
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 8038 0 0 0 1311 5 0 0 25 0 1 0 39443107 33316864 7986 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 8134 7987 74 151 0 7980 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 49276

[startup+51.1029 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15938
/proc/meminfo: memFree=1860752/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=38044 CPUtime=38.75
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 9435 0 0 0 3867 8 0 0 25 0 1 0 39443107 38957056 9383 996147200 134512640 135134323 4294956192 18446744073709551615 134535448 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 9511 9383 74 151 0 9357 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 54784

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15938
/proc/meminfo: memFree=1854224/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=44652 CPUtime=89.93
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 11034 0 0 0 8984 9 0 0 25 0 1 0 39443107 45723648 10982 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 11163 10982 74 151 0 11009 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 61392

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15938
/proc/meminfo: memFree=1847440/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0

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

[pid=15904] ppid=15881 vsize=110476 CPUtime=2848.4
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 26808 0 0 0 284807 33 0 0 25 0 1 0 39443107 113127424 26756 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 27619 26756 74 151 0 27465 0
Current children cumulated CPU time (s) 2860.41
Current children cumulated vsize (KiB) 127216

[startup+2922.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1761104/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=110676 CPUtime=2908.37
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 26842 0 0 0 290804 33 0 0 25 0 1 0 39443107 113332224 26790 996147200 134512640 135134323 4294956192 18446744073709551615 134532097 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 27669 26790 74 151 0 27515 0
Current children cumulated CPU time (s) 2920.38
Current children cumulated vsize (KiB) 127416

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1760912/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=110676 CPUtime=2968.35
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 26852 0 0 0 296802 33 0 0 25 0 1 0 39443107 113332224 26800 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 27669 26800 74 151 0 27515 0
Current children cumulated CPU time (s) 2980.36
Current children cumulated vsize (KiB) 127416

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1760656/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=110920 CPUtime=3028.32
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 26918 0 0 0 302799 33 0 0 25 0 1 0 39443107 113582080 26866 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 27730 26866 74 151 0 27576 0
Current children cumulated CPU time (s) 3040.33
Current children cumulated vsize (KiB) 127660

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1760400/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=111084 CPUtime=3088.29
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 26982 0 0 0 308796 33 0 0 25 0 1 0 39443107 113750016 26930 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 27771 26930 74 151 0 27617 0
Current children cumulated CPU time (s) 3100.3
Current children cumulated vsize (KiB) 127824

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1760144/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=111500 CPUtime=3148.28
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 27035 0 0 0 314794 34 0 0 25 0 1 0 39443107 114176000 26983 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 27875 26983 74 151 0 27721 0
Current children cumulated CPU time (s) 3160.29
Current children cumulated vsize (KiB) 128240

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1760016/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=111580 CPUtime=3208.25
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 27066 0 0 0 320791 34 0 0 25 0 1 0 39443107 114257920 27014 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 27895 27014 74 151 0 27741 0
Current children cumulated CPU time (s) 3220.26
Current children cumulated vsize (KiB) 128320

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1759568/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=112120 CPUtime=3268.23
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 27176 0 0 0 326789 34 0 0 25 0 1 0 39443107 114810880 27124 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 28030 27124 74 151 0 27876 0
Current children cumulated CPU time (s) 3280.24
Current children cumulated vsize (KiB) 128860

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1758096/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=113688 CPUtime=3328.2
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 27549 0 0 0 332786 34 0 0 25 0 1 0 39443107 116416512 27497 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 28422 27497 74 151 0 28268 0
Current children cumulated CPU time (s) 3340.21
Current children cumulated vsize (KiB) 130428

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1755984/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=115900 CPUtime=3388.17
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 28060 0 0 0 338782 35 0 0 25 0 1 0 39443107 118681600 28008 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 28975 28008 74 151 0 28821 0
Current children cumulated CPU time (s) 3400.18
Current children cumulated vsize (KiB) 132640

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1753936/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=118120 CPUtime=3448.15
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 28566 0 0 0 344779 36 0 0 25 0 1 0 39443107 120954880 28514 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 29530 28514 74 151 0 29376 0
Current children cumulated CPU time (s) 3460.16
Current children cumulated vsize (KiB) 134860

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1752784/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=118844 CPUtime=3508.13
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 28802 0 0 0 350777 36 0 0 25 0 1 0 39443107 121696256 28750 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 29711 28750 74 151 0 29557 0
Current children cumulated CPU time (s) 3520.14
Current children cumulated vsize (KiB) 135584

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1752720/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=118844 CPUtime=3568.11
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 28802 0 0 0 356774 37 0 0 25 0 1 0 39443107 121696256 28750 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 29711 28750 74 151 0 29557 0
Current children cumulated CPU time (s) 3580.12
Current children cumulated vsize (KiB) 135584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16422
/proc/meminfo: memFree=1752656/2055920 swapFree=4177044/4192956
[pid=15881] ppid=15879 vsize=16740 CPUtime=12.01
/proc/15881/stat : 15881 (sugar++) S 15879 15881 14902 0 -1 4194304 1462 16892 0 2 6 2 1165 28 16 0 1 0 39441881 17141760 1113 996147200 4194304 4206940 548682068528 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15881/statm: 4185 1113 414 3 0 764 0
[pid=15904] ppid=15881 vsize=119040 CPUtime=3588
/proc/15904/stat : 15904 (minisat-inc) R 15881 15881 14902 0 -1 4194304 28822 0 0 0 358763 37 0 0 25 0 1 0 39443107 121896960 28770 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/15904/statm: 29760 28770 74 151 0 29606 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 135780

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

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

Child status: 0
Real time (s): 3602.24
CPU time (s): 3600.07
CPU user time (s): 3599.36
CPU system time (s): 0.710891
CPU usage (%): 99.9399
Max. virtual memory (cumulated for all children) (KiB): 887756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.36
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47249
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= 10798
involuntary context switches= 23445

runsolver used 3.71043 second user time and 9.45956 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-12 03:50:27
IDJOB=1110531
IDBENCH=61117
IDSOLVER=367
FILE ID=node47/1110531-1215827427
PBS_JOBID= 7903317
Free space on /tmp= 66504 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg15-16_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110531-1215827427/watcher-1110531-1215827427 -o /tmp/evaluation-result-1110531-1215827427/solver-1110531-1215827427 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110531-1215827427.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 24ac4d403780cbef16b04fa2e8973bed
RANDOM SEED=106717965

node47.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1919408 kB
Buffers:         11040 kB
Cached:          56068 kB
SwapCached:       9936 kB
Active:          81012 kB
Inactive:        13356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1919408 kB
SwapTotal:     4192956 kB
SwapFree:      4177044 kB
Dirty:             844 kB
Writeback:           0 kB
Mapped:          30136 kB
Slab:            27252 kB
Committed_AS:   189236 kB
PageTables:       1924 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= 66500 MiB
End job on node47 at 2008-07-12 04:50:32