Trace number 1110784

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.19 3628.75

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg14-18_ext.xml
MD5SUMca72fd363ec754292e0c02a94b9a6a57
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints16
Best CPU time to get the best result obtained on this benchmark3600.32
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints32
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension32
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 05:54:49 2008
0.00/0.04	c 0	PID 18294
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1110784-1215834888.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-1110784-1215834888.xml' 'HOME/temp.csp'
0.03/0.56	c 0	1 domains, 252 variables, 0 predicates, 2 relations, 32 constraints
0.03/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.54/0.65	c 0	Parsing HOME/temp.csp
0.54/0.87	c 0	parsed 287 expressions
0.54/0.87	c 0	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.87	c 0	MAX CSP: 32 constraints
0.54/0.87	c 0	Converting to clausal form CSP
0.54/0.89	c 0	converted 33 (10%) expressions
0.54/0.89	c 0	converted 65 (20%) expressions
0.54/0.90	c 0	converted 97 (30%) expressions
0.54/0.90	c 0	converted 129 (40%) expressions
0.54/0.90	c 0	converted 161 (50%) expressions
0.54/0.90	c 0	converted 194 (60%) expressions
0.54/0.90	c 0	converted 226 (70%) expressions
1.05/1.16	c 1	converted 258 (80%) expressions
4.71/4.85	c 4	converted 290 (90%) expressions
5.20/5.31	c 5	converted 322 (100%) expressions
5.20/5.31	c 5	CSP : 316 integers, 0 booleans, 95 clauses, largest domain size 49
5.20/5.31	c 5	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/5.31	c 5	Propagation in CSP
5.20/5.32	c 5	31 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.20/5.32	c 5	CSP : 316 integers, 0 booleans, 95 clauses, largest domain size 33
5.20/5.32	c 5	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/5.32	c 5	Simplifing CSP by introducing new Boolean variables
5.20/5.32	c 5	CSP : 316 integers, 0 booleans, 95 clauses, largest domain size 33
5.20/5.32	c 5	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.09/6.28	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.19/6.30	c 6	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
6.19/6.31	c 6	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
6.19/6.31	c 6	95 (30%) CSP integer variables are encoded (2280 clauses, 27577 bytes)
6.19/6.31	c 6	127 (40%) CSP integer variables are encoded (3048 clauses, 37561 bytes)
6.19/6.31	c 6	158 (50%) CSP integer variables are encoded (3792 clauses, 47233 bytes)
6.19/6.31	c 6	190 (60%) CSP integer variables are encoded (4560 clauses, 57217 bytes)
6.19/6.31	c 6	222 (70%) CSP integer variables are encoded (5328 clauses, 67201 bytes)
6.19/6.31	c 6	253 (80%) CSP integer variables are encoded (6048 clauses, 76561 bytes)
6.19/6.31	c 6	285 (90%) CSP integer variables are encoded (6079 clauses, 76964 bytes)
6.19/6.32	c 6	316 (100%) CSP integer variables are encoded (6306 clauses, 79915 bytes)
949.06/958.30	c 958	10 (10%) CSP clauses are encoded (1494106 clauses, 149931306 bytes)
1663.26/1673.55	c 1673	19 (20%) CSP clauses are encoded (2707081 clauses, 273832479 bytes)
1687.93/1698.27	c 1698	29 (30%) CSP clauses are encoded (2934431 clauses, 300646576 bytes)
1695.44/1705.78	c 1705	38 (40%) CSP clauses are encoded (3002898 clauses, 308885842 bytes)
1695.44/1705.79	c 1705	48 (50%) CSP clauses are encoded (3003424 clauses, 308894745 bytes)
1695.44/1705.79	c 1705	57 (60%) CSP clauses are encoded (3003461 clauses, 308895309 bytes)
1695.44/1705.79	c 1705	67 (70%) CSP clauses are encoded (3004057 clauses, 308905759 bytes)
1695.44/1705.79	c 1705	76 (80%) CSP clauses are encoded (3004104 clauses, 308906485 bytes)
1695.44/1705.79	c 1705	86 (90%) CSP clauses are encoded (3004186 clauses, 308907804 bytes)
1695.44/1705.79	c 1705	95 (100%) CSP clauses are encoded (3004432 clauses, 308911921 bytes)
1695.44/1705.79	c 1705	95 CSP clauses encoded
1695.44/1705.79	c 1705	Writing map file : HOME/temp.map
1695.44/1705.80	c 1705	Heap : 261 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1695.44/1705.80	c 1705	SAT : 6622 SAT variables, 3004432 SAT clauses, 308911921 bytes
1695.44/1705.80	c 1705	Heap : 261 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1695.53/1705.86	c 1705	OBJECTIVE minimize _COST
1695.53/1705.86	c 1705	OBJECTIVE BOUND: 0 <= _COST <= 
1695.53/1705.86	c 1705	SEARCHING: _COST <= 16
1695.53/1705.86	c 1705	SOLVING HOME/temp.cnf
1695.53/1705.86	c 1705	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1695.53/1705.86	c 1705	This is MiniSat 2.0 beta
1695.53/1705.86	c 1705	WARNING: for repeatability, setting FPU to use double precision
1695.53/1705.86	c 1705	============================[ Problem Statistics ]=============================
1695.53/1705.86	c 1705	|                                                                             |
1695.53/1705.86	c 1705	|  Number of variables:  6622                                                 |
1695.53/1705.86	c 1705	|  Number of clauses:    3004433                                              |
1701.65/1712.06	c 1712	|  Parsing time:         5.57         s                                       |
1702.05/1712.41	c 1712	============================[ Search Statistics ]==============================
1702.05/1712.41	c 1712	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1702.05/1712.41	c 1712	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1702.05/1712.41	c 1712	===============================================================================
1702.05/1712.41	c 1712	|         0 |    6526  3003699 57108745 |  1001233        0    nan |  0.000 % |
1702.65/1713.02	c 1713	|       101 |    6526  3003699 57108745 |  1101356      101      7 |  1.450 % |
1702.84/1713.28	c 1713	|       251 |    6526  3003699 57108745 |  1211491      251      7 |  1.450 % |
1703.24/1713.61	c 1713	|       477 |    6526  3003699 57108745 |  1332641      477      7 |  1.450 % |
1703.34/1713.74	c 1713	|       814 |    6526  3003699 57108745 |  1465905      814      8 |  1.450 % |
1703.53/1713.96	c 1714	|      1320 |    6526  3003699 57108745 |  1612495     1320      9 |  1.450 % |
1703.63/1714.10	c 1714	|      2081 |    6526  3003699 57108745 |  1773745     2081      9 |  1.450 % |
1703.83/1714.27	c 1714	|      3221 |    6526  3003699 57108745 |  1951119     3221      9 |  1.450 % |
1704.13/1714.57	c 1714	|      4929 |    6526  3003699 57108745 |  2146231     4929     10 |  1.450 % |
1705.32/1715.77	c 1715	|      7491 |    6526  3003699 57108745 |  2360855     7491     10 |  1.450 % |
1707.60/1718.07	c 1718	|     11337 |    6526  3003699 57108745 |  2596940    11337     11 |  1.450 % |
1709.28/1719.74	c 1719	|     17103 |    6526  3003699 57108745 |  2856634    17103     11 |  1.450 % |
1712.65/1723.17	c 1723	|     25753 |    6526  3003699 57108745 |  3142298    25753     11 |  1.450 % |
1719.58/1730.11	c 1730	|     38729 |    6526  3003699 57108745 |  3456527    38729     12 |  1.450 % |
1730.18/1740.85	c 1740	|     58190 |    6526  3003699 57108745 |  3802180    58190     12 |  1.450 % |
1747.71/1758.53	c 1758	|     87382 |    6526  3003699 57108745 |  4182398    87382     13 |  1.450 % |
1778.72/1789.83	c 1789	|    131171 |    6526  3003699 57108745 |  4600638   131171     13 |  1.450 % |
1825.67/1837.28	c 1837	|    196855 |    6526  3003699 57108745 |  5060702   196855     13 |  1.450 % |
1900.15/1912.49	c 1912	|    295384 |    6526  3003699 57108745 |  5566772   295384     13 |  1.450 % |
2053.00/2066.78	c 2066	|    443175 |    6526  3003699 57108745 |  6123449   443175     14 |  1.450 % |
2352.94/2369.55	c 2369	|    664858 |    6526  3003699 57108745 |  6735794   664858     15 |  1.450 % |
3094.08/3117.71	c 3117	|    997386 |    6526  3003699 57108745 |  7409374   997386     18 |  1.450 % |
3600.05/3628.52	c ERROR INTERRUPTED
3600.05/3628.59	s UNKNOWN
3600.05/3628.59	c 3628	CPU 1692.93 (0.04 0.01 1692.89 2.67)
3600.05/3628.59	c 3628	END Sat Jul 12 06:55:17 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-1110784-1215834888/watcher-1110784-1215834888 -o /tmp/evaluation-result-1110784-1215834888/solver-1110784-1215834888 -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-1110784-1215834888.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/81 18294
/proc/meminfo: memFree=1893792/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=12268 CPUtime=0
/proc/18294/stat : 18294 (sugar) R 18292 18294 17400 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 40190763 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 253320891667 0 0 4224 0 0 0 0 17 1 0 0
/proc/18294/statm: 3067 316 241 3 0 167 0

[startup+0.0611929 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18294
/proc/meminfo: memFree=1893792/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.03
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40190763 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101016 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18294
/proc/meminfo: memFree=1893792/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.03
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40190763 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301048 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18294
/proc/meminfo: memFree=1893792/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.03
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40190763 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701119 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 18294
/proc/meminfo: memFree=1893792/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.54
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 974 6693 0 1 3 0 47 4 16 0 1 0 40190763 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50226 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 18316
/proc/meminfo: memFree=1879944/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.54
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 974 6693 0 1 3 0 47 4 15 0 1 0 40190763 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 797 370 3 0 500 0
[pid=18307] ppid=18294 vsize=5356 CPUtime=0
/proc/18307/stat : 18307 (sh) S 18294 18294 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40190820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18307/statm: 1339 233 193 169 0 50 0
[pid=18308] ppid=18307 vsize=864588 CPUtime=0.9
/proc/18308/stat : 18308 (java) S 18307 18294 17400 0 -1 0 10420 0 1 0 86 4 0 0 19 0 9 0 40190820 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18308/statm: 216147 9627 2540 9 0 210722 0
[pid=18308/tid=18309] ppid=18307 vsize=864588 CPUtime=0.38
/proc/18308/task/18309/stat : 18309 (java) R 18307 18294 17400 0 -1 64 2770 0 1 0 37 1 0 0 22 0 9 0 40190821 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18310] ppid=18307 vsize=864588 CPUtime=0.43
/proc/18308/task/18310/stat : 18310 (java) R 18307 18294 17400 0 -1 64 6623 0 0 0 41 2 0 0 17 0 9 0 40190822 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18311] ppid=18307 vsize=864588 CPUtime=0
/proc/18308/task/18311/stat : 18311 (java) S 18307 18294 17400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40190822 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18312] ppid=18307 vsize=864588 CPUtime=0
/proc/18308/task/18312/stat : 18312 (java) S 18307 18294 17400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40190822 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18313] ppid=18307 vsize=864588 CPUtime=0
/proc/18308/task/18313/stat : 18313 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40190824 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18314] ppid=18307 vsize=864588 CPUtime=0.07
/proc/18308/task/18314/stat : 18314 (java) S 18307 18294 17400 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40190824 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18315] ppid=18307 vsize=864588 CPUtime=0
/proc/18308/task/18315/stat : 18315 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40190824 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18316] ppid=18307 vsize=864588 CPUtime=0
/proc/18308/task/18316/stat : 18316 (java) S 18307 18294 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40190825 885338112 9627 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883544

[startup+3.10253 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 18316
/proc/meminfo: memFree=1844360/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.54
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 974 6693 0 1 3 0 47 4 15 0 1 0 40190763 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 797 370 3 0 500 0
[pid=18307] ppid=18294 vsize=5356 CPUtime=0
/proc/18307/stat : 18307 (sh) S 18294 18294 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40190820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18307/statm: 1339 233 193 169 0 50 0
[pid=18308] ppid=18307 vsize=864336 CPUtime=2.49
/proc/18308/stat : 18308 (java) S 18307 18294 17400 0 -1 0 24403 0 1 0 239 10 0 0 19 0 9 0 40190820 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18308/statm: 216084 23399 2540 9 0 210659 0
[pid=18308/tid=18309] ppid=18307 vsize=864336 CPUtime=0.83
/proc/18308/task/18309/stat : 18309 (java) R 18307 18294 17400 0 -1 64 3640 0 1 0 82 1 0 0 25 0 9 0 40190821 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4126552080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18310] ppid=18307 vsize=864336 CPUtime=1.56
/proc/18308/task/18310/stat : 18310 (java) S 18307 18294 17400 0 -1 64 19736 0 0 0 149 7 0 0 17 0 9 0 40190822 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18311] ppid=18307 vsize=864336 CPUtime=0
/proc/18308/task/18311/stat : 18311 (java) S 18307 18294 17400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40190822 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18312] ppid=18307 vsize=864336 CPUtime=0
/proc/18308/task/18312/stat : 18312 (java) S 18307 18294 17400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40190822 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18313] ppid=18307 vsize=864336 CPUtime=0
/proc/18308/task/18313/stat : 18313 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40190824 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18314] ppid=18307 vsize=864336 CPUtime=0.07
/proc/18308/task/18314/stat : 18314 (java) S 18307 18294 17400 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 40190824 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18315] ppid=18307 vsize=864336 CPUtime=0
/proc/18308/task/18315/stat : 18315 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40190824 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18316] ppid=18307 vsize=864336 CPUtime=0
/proc/18308/task/18316/stat : 18316 (java) S 18307 18294 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40190825 885080064 23399 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883292

[startup+6.30208 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 18316
/proc/meminfo: memFree=1719496/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.54
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 974 6693 0 1 3 0 47 4 16 0 1 0 40190763 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 797 370 3 0 500 0
[pid=18307] ppid=18294 vsize=5356 CPUtime=0
/proc/18307/stat : 18307 (sh) S 18294 18294 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40190820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18307/statm: 1339 233 193 169 0 50 0
[pid=18308] ppid=18307 vsize=864448 CPUtime=5.65
/proc/18308/stat : 18308 (java) S 18307 18294 17400 0 -1 0 56011 0 1 0 541 24 0 0 19 0 9 0 40190820 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18308/statm: 216112 44719 2563 9 0 210659 0
[pid=18308/tid=18309] ppid=18307 vsize=864448 CPUtime=1.59
/proc/18308/task/18309/stat : 18309 (java) R 18307 18294 17400 0 -1 64 4444 0 1 0 157 2 0 0 23 0 9 0 40190821 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18310] ppid=18307 vsize=864448 CPUtime=3.94
/proc/18308/task/18310/stat : 18310 (java) S 18307 18294 17400 0 -1 64 50530 0 0 0 373 21 0 0 25 0 9 0 40190822 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18311] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18311/stat : 18311 (java) S 18307 18294 17400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40190822 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18312] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18312/stat : 18312 (java) S 18307 18294 17400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40190822 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18313] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18313/stat : 18313 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40190824 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18314] ppid=18307 vsize=864448 CPUtime=0.09
/proc/18308/task/18314/stat : 18314 (java) R 18307 18294 17400 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 40190824 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 102021524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18315] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18315/stat : 18315 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40190824 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18316] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18316/stat : 18316 (java) S 18307 18294 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40190825 885194752 44719 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883404

[startup+12.7022 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 18316
/proc/meminfo: memFree=1715656/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.54
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 974 6693 0 1 3 0 47 4 16 0 1 0 40190763 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 797 370 3 0 500 0
[pid=18307] ppid=18294 vsize=5356 CPUtime=0
/proc/18307/stat : 18307 (sh) S 18294 18294 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40190820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18307/statm: 1339 233 193 169 0 50 0
[pid=18308] ppid=18307 vsize=864448 CPUtime=11.98
/proc/18308/stat : 18308 (java) S 18307 18294 17400 0 -1 0 57447 0 1 0 1173 25 0 0 19 0 9 0 40190820 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18308/statm: 216112 46138 2565 9 0 210659 0
[pid=18308/tid=18309] ppid=18307 vsize=864448 CPUtime=7.84
/proc/18308/task/18309/stat : 18309 (java) R 18307 18294 17400 0 -1 64 5111 0 1 0 782 2 0 0 25 0 9 0 40190821 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4126636800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18310] ppid=18307 vsize=864448 CPUtime=4
/proc/18308/task/18310/stat : 18310 (java) S 18307 18294 17400 0 -1 64 51284 0 0 0 379 21 0 0 16 0 9 0 40190822 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18311] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18311/stat : 18311 (java) S 18307 18294 17400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40190822 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18312] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18312/stat : 18312 (java) S 18307 18294 17400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40190822 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18313] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18313/stat : 18313 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40190824 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18314] ppid=18307 vsize=864448 CPUtime=0.11
/proc/18308/task/18314/stat : 18314 (java) S 18307 18294 17400 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 40190824 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18315] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18315/stat : 18315 (java) S 18307 18294 17400 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40190824 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18316] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18316/stat : 18316 (java) S 18307 18294 17400 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40190825 885194752 46138 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883404

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 2.00 3/92 18316
/proc/meminfo: memFree=1711816/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=0.54
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 974 6693 0 1 3 0 47 4 16 0 1 0 40190763 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 797 370 3 0 500 0
[pid=18307] ppid=18294 vsize=5356 CPUtime=0
/proc/18307/stat : 18307 (sh) S 18294 18294 17400 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40190820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18307/statm: 1339 233 193 169 0 50 0
[pid=18308] ppid=18307 vsize=864448 CPUtime=24.67
/proc/18308/stat : 18308 (java) S 18307 18294 17400 0 -1 0 58426 0 1 0 2441 26 0 0 19 0 9 0 40190820 885194752 47111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18308/statm: 216112 47111 2565 9 0 210659 0
[pid=18308/tid=18309] ppid=18307 vsize=864448 CPUtime=20.47
/proc/18308/task/18309/stat : 18309 (java) R 18307 18294 17400 0 -1 64 5117 0 1 0 2045 2 0 0 25 0 9 0 40190821 885194752 47111 996147200 134512640 134550740 4294955936 18446744073709551615 4126636800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18310] ppid=18307 vsize=864448 CPUtime=4.05
/proc/18308/task/18310/stat : 18310 (java) S 18307 18294 17400 0 -1 64 52257 0 0 0 383 22 0 0 16 0 9 0 40190822 885194752 47111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18311] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18311/stat : 18311 (java) S 18307 18294 17400 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40190822 885194752 47111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18308/tid=18312] ppid=18307 vsize=864448 CPUtime=0
/proc/18308/task/18312/stat : 18312 (java) S 18307 18294 17400 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 40190822 885194752 47111 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+3282.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/76 18358
/proc/meminfo: memFree=1065224/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=502628 CPUtime=1561.54
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 122632 0 0 0 156057 97 0 0 25 0 1 0 40361349 514691072 122618 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 125657 122618 76 150 0 125504 0
Current children cumulated CPU time (s) 3257.13
Current children cumulated vsize (KiB) 521584

[startup+3342.3 s]
/proc/loadavg: 2.41 2.12 2.03 3/76 18358
/proc/meminfo: memFree=1061384/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=506468 CPUtime=1620.96
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 123596 0 0 0 161998 98 0 0 25 0 1 0 40361349 518623232 123582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 126617 123582 76 150 0 126464 0
Current children cumulated CPU time (s) 3316.55
Current children cumulated vsize (KiB) 525424

[startup+3402.31 s]
/proc/loadavg: 2.15 2.10 2.02 3/76 18358
/proc/meminfo: memFree=1056648/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=510960 CPUtime=1680.4
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 124738 0 0 0 167941 99 0 0 25 0 1 0 40361349 523223040 124724 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 127740 124724 76 150 0 127587 0
Current children cumulated CPU time (s) 3375.99
Current children cumulated vsize (KiB) 529916

[startup+3462.3 s]
/proc/loadavg: 2.05 2.08 2.02 3/76 18358
/proc/meminfo: memFree=1052680/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=514968 CPUtime=1739.83
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 125723 0 0 0 173883 100 0 0 25 0 1 0 40361349 527327232 125709 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 128742 125709 76 150 0 128589 0
Current children cumulated CPU time (s) 3435.42
Current children cumulated vsize (KiB) 533924

[startup+3522.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/76 18358
/proc/meminfo: memFree=1049928/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=517616 CPUtime=1799.27
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 126413 0 0 0 179826 101 0 0 25 0 1 0 40361349 530038784 126399 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 129404 126399 76 150 0 129251 0
Current children cumulated CPU time (s) 3494.86
Current children cumulated vsize (KiB) 536572

[startup+3582.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/76 18358
/proc/meminfo: memFree=1045320/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=522220 CPUtime=1858.7
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 127575 0 0 0 185768 102 0 0 25 0 1 0 40361349 534753280 127561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 130555 127561 76 150 0 130402 0
Current children cumulated CPU time (s) 3554.29
Current children cumulated vsize (KiB) 541176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.5 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 18358
/proc/meminfo: memFree=1042696/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=524660 CPUtime=1904.46
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 128210 0 0 0 190344 102 0 0 25 0 1 0 40361349 537251840 128196 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 131165 128196 76 150 0 131012 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 543616

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

[startup+3628.5 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 18358
/proc/meminfo: memFree=1042696/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.59
/proc/18294/stat : 18294 (sugar) S 18292 18294 17400 0 -1 4194304 1054 142617 0 2 3 1 169289 266 16 0 1 0 40190763 13926400 803 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18294/statm: 3400 803 374 3 0 500 0
[pid=18357] ppid=18294 vsize=5356 CPUtime=0
/proc/18357/stat : 18357 (sh) S 18294 18294 17400 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40361349 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18357/statm: 1339 232 193 169 0 50 0
[pid=18358] ppid=18357 vsize=524660 CPUtime=1904.46
/proc/18358/stat : 18358 (minisat) R 18357 18294 17400 0 -1 4194304 128210 0 0 0 190344 102 0 0 25 0 1 0 40361349 537251840 128196 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/18358/statm: 131165 128196 76 150 0 131012 0
Current children cumulated CPU time (s) 3600.05
Current children cumulated vsize (KiB) 543616

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

[startup+3628.62 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 18358
/proc/meminfo: memFree=1042696/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.64
/proc/18294/stat : 18294 (sugar) R 18292 18294 17400 0 -1 4194304 1092 142894 0 2 4 4 169289 267 16 0 1 0 40190763 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18294/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 1695.64
Current children cumulated vsize (KiB) 13600

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

[startup+3628.62 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 18358
/proc/meminfo: memFree=1042696/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.64
/proc/18294/stat : 18294 (sugar) R 18292 18294 17400 0 -1 4194304 1092 142894 0 2 4 4 169289 267 16 0 1 0 40190763 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18294/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 1695.64
Current children cumulated vsize (KiB) 13600

[startup+3628.7 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 18358
/proc/meminfo: memFree=1042696/2055920 swapFree=4180932/4192956
[pid=18294] ppid=18292 vsize=13600 CPUtime=1695.72
/proc/18294/stat : 18294 (sugar) R 18292 18294 17400 0 -1 4194304 1092 142894 0 2 4 12 169289 267 16 0 1 0 40190763 13926400 804 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18294/statm: 3400 804 375 3 0 500 0
Current children cumulated CPU time (s) 1695.72
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 3628.75
CPU time (s): 3600.19
CPU user time (s): 3596.36
CPU system time (s): 3.82157
CPU usage (%): 99.2129
Max. virtual memory (cumulated for all children) (KiB): 909268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1692.93
system time used= 2.84157
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144017
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= 45099
involuntary context switches= 71627

runsolver used 4.80427 second user time and 11.7382 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-12 05:54:49
IDJOB=1110784
IDBENCH=61152
IDSOLVER=368
FILE ID=node25/1110784-1215834888
PBS_JOBID= 7903335
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg14-18_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-1110784-1215834888/watcher-1110784-1215834888 -o /tmp/evaluation-result-1110784-1215834888/solver-1110784-1215834888 -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-1110784-1215834888.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ca72fd363ec754292e0c02a94b9a6a57
RANDOM SEED=1999846960

node25.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.265
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.265
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:       1894272 kB
Buffers:         23092 kB
Cached:          79112 kB
SwapCached:       5848 kB
Active:          72136 kB
Inactive:        48800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894272 kB
SwapTotal:     4192956 kB
SwapFree:      4180932 kB
Dirty:            1548 kB
Writeback:           0 kB
Mapped:          34716 kB
Slab:            26060 kB
Committed_AS:   213180 kB
PageTables:       1948 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= 66520 MiB
End job on node25 at 2008-07-12 06:55:19