Trace number 1112435

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-incMSAT (TO)14 3600.12 3633.93

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-21.xml
MD5SUM211a31b34cdccac40457a597ad4f15a8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints11
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size285
Number of constraints which are defined in extension0
Number of constraints which are defined in intension325
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.05/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.08	c 0	BEGIN Sat Jul 12 15:06:56 2008
0.05/0.08	c 0	PID 18342
0.05/0.08	c 0	HOST node43.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-1112435-1215868015.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112435-1215868015.xml' 'HOME/temp.csp'
0.07/0.42	c 0	24 domains, 50 variables, 3 predicates, 0 relations, 325 constraints
0.07/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.45	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.42/0.53	c 0	Parsing HOME/temp.csp
0.42/0.64	c 0	parsed 402 expressions
0.42/0.65	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.42/0.66	c 0	MAX CSP: 325 constraints
0.42/0.66	c 0	Converting to clausal form CSP
0.42/0.68	c 0	converted 73 (10%) expressions
0.42/0.71	c 0	converted 146 (20%) expressions
0.42/0.73	c 0	converted 219 (30%) expressions
0.42/0.75	c 0	converted 292 (40%) expressions
0.42/0.78	c 0	converted 365 (50%) expressions
0.42/0.81	c 0	converted 438 (60%) expressions
0.42/0.85	c 0	converted 511 (70%) expressions
0.42/0.87	c 0	converted 584 (80%) expressions
0.42/0.89	c 0	converted 657 (90%) expressions
1.04/1.12	c 1	converted 730 (100%) expressions
1.04/1.13	c 1	CSP : 700 integers, 0 booleans, 974 clauses, largest domain size 488
1.04/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.13	c 1	Propagation in CSP
1.14/1.22	c 1	321 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.22	c 1	CSP : 700 integers, 0 booleans, 974 clauses, largest domain size 326
1.14/1.22	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.22	c 1	Simplifing CSP by introducing new Boolean variables
1.14/1.23	c 1	CSP : 700 integers, 650 booleans, 1624 clauses, largest domain size 326
1.14/1.23	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.30	c 1	70 (10%) CSP integer variables are encoded (11624 clauses, 152310 bytes)
1.23/1.30	c 1	140 (20%) CSP integer variables are encoded (11624 clauses, 152310 bytes)
1.23/1.30	c 1	210 (30%) CSP integer variables are encoded (11624 clauses, 152310 bytes)
1.23/1.30	c 1	280 (40%) CSP integer variables are encoded (11624 clauses, 152310 bytes)
1.23/1.30	c 1	350 (50%) CSP integer variables are encoded (11624 clauses, 152310 bytes)
1.23/1.30	c 1	420 (60%) CSP integer variables are encoded (12137 clauses, 160005 bytes)
1.23/1.30	c 1	490 (70%) CSP integer variables are encoded (12502 clauses, 165480 bytes)
1.23/1.31	c 1	560 (80%) CSP integer variables are encoded (13074 clauses, 174060 bytes)
1.23/1.31	c 1	630 (90%) CSP integer variables are encoded (15583 clauses, 211695 bytes)
1.23/1.31	c 1	700 (100%) CSP integer variables are encoded (16317 clauses, 222705 bytes)
1.23/1.36	c 1	163 (10%) CSP clauses are encoded (35343 clauses, 579056 bytes)
1.33/1.40	c 1	325 (20%) CSP clauses are encoded (56747 clauses, 1008031 bytes)
1.33/1.45	c 1	488 (30%) CSP clauses are encoded (79507 clauses, 1464327 bytes)
1.33/1.49	c 1	650 (40%) CSP clauses are encoded (99301 clauses, 1861189 bytes)
1.43/1.53	c 1	812 (50%) CSP clauses are encoded (118109 clauses, 2240720 bytes)
1.43/1.57	c 1	975 (60%) CSP clauses are encoded (138742 clauses, 2673043 bytes)
1.43/1.59	c 1	1137 (70%) CSP clauses are encoded (146440 clauses, 2831686 bytes)
1.54/1.64	c 1	1300 (80%) CSP clauses are encoded (167573 clauses, 3277154 bytes)
1.63/1.76	c 1	1462 (90%) CSP clauses are encoded (225497 clauses, 4487673 bytes)
1.73/1.87	c 1	1624 (100%) CSP clauses are encoded (279997 clauses, 5646661 bytes)
1.73/1.87	c 1	1624 CSP clauses encoded
1.73/1.87	c 1	Writing map file : HOME/temp.map
1.73/1.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.88	c 1	SAT : 17667 SAT variables, 279997 SAT clauses, 5646661 bytes
1.73/1.88	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.92	c 1	OBJECTIVE minimize _COST
1.81/1.92	c 1	SOLVING HOME/temp.cnf
1.81/1.92	c 1	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
1.81/1.92	c 1	This is MiniSat 2.0 beta incremental
1.81/1.92	c 1	WARNING: for repeatability, setting FPU to use double precision
1.81/1.92	c 1	============================[ Problem Statistics ]=============================
1.81/1.92	c 1	|                                                                             |
1.81/1.92	c 1	|  Number of variables:  17667                                                |
1.81/1.92	c 1	|  Number of clauses:    279997                                               |
1.83/2.06	c 2	|  Parsing time:         0.12         s                                       |
1.83/2.07	c 2	OK
1.83/2.07	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.83/2.07	c 2	SEARCHING: _COST <= 163
1.83/2.07	c 2	============================[ Search Statistics ]==============================
1.83/2.07	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.83/2.07	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.83/2.07	c 2	===============================================================================
1.83/2.07	c 2	|         0 |   17667   279997   812663 |    93332        0    nan |  0.000 % |
2.00/2.14	c 2	|       100 |   17667   279997   812663 |   102665      100     16 |  0.000 % |
2.00/2.16	c 2	===============================================================================
2.00/2.16	c 2	restarts              : 2
2.00/2.16	c 2	conflicts             : 103           (488 /sec)
2.00/2.16	c 2	decisions             : 1342          (1.19 % random) (6361 /sec)
2.00/2.16	c 2	propagations          : 107844         (511189 /sec)
2.00/2.16	c 2	conflict literals     : 1640           (22.35 % deleted)
2.00/2.16	c 2	Memory used           : 14.34 MB
2.00/2.16	c 2	CPU time              : 0.210967 s
2.00/2.16	c 2	
2.00/2.16	c 2	SATISFIABLE
2.00/2.17	c 2	OK
2.00/2.17	c 2	FOUND: _COST <= 163
2.00/2.17	s SATISFIABLE
2.00/2.17	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.00/2.17	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.06/2.25	c 2	Decoding HOME/temp.out
2.06/2.38	c 2	OBJECTIVE _COST 163
2.06/2.38	o 163
2.06/2.38	v 200 134 220 221 254 194 228 228 219 219 57 139 256 271 150 216 210 132 64 82 133 199 146 151 146 59 42 89 225 86 129 105 51 180 272 272 174 127 51 75 140 140 270 270 14 84 179 137 275 169
2.06/2.39	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.06/2.41	c 2	OK
2.06/2.41	c 2	OBJECTIVE BOUND: 0 <= _COST <= 163
2.06/2.41	c 2	SEARCHING: _COST <= 81
2.06/2.41	c 2	============================[ Search Statistics ]==============================
2.06/2.42	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.06/2.42	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.06/2.42	c 2	===============================================================================
2.06/2.42	c 2	|       103 |   17667   279997   812663 |    93332      103     16 |  0.000 % |
2.06/2.43	c 2	===============================================================================
2.06/2.43	c 2	restarts              : 3
2.06/2.43	c 2	conflicts             : 111           (459 /sec)
2.06/2.43	c 2	decisions             : 1755          (1.03 % random) (7253 /sec)
2.06/2.43	c 2	propagations          : 136066         (562342 /sec)
2.06/2.43	c 2	conflict literals     : 1736           (21.70 % deleted)
2.06/2.43	c 2	Memory used           : 14.34 MB
2.06/2.43	c 2	CPU time              : 0.241963 s
2.06/2.43	c 2	
2.06/2.43	c 2	SATISFIABLE
2.06/2.44	c 2	OK
2.06/2.44	c 2	FOUND: _COST <= 81
2.06/2.44	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.06/2.44	c 2	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.32/2.52	c 2	Decoding HOME/temp.out
2.32/2.74	c 2	OBJECTIVE _COST 81
2.32/2.74	o 81
2.32/2.74	v 200 51 136 49 254 153 228 41 219 218 113 264 271 270 0 0 176 175 203 203 194 193 211 210 69 124 85 86 9 8 24 174 44 195 9 272 76 156 120 22 5 205 36 124 139 139 194 85 184 183
2.32/2.75	c 2	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
2.32/2.76	c 2	OK
2.32/2.76	c 2	OBJECTIVE BOUND: 0 <= _COST <= 81
2.32/2.76	c 2	SEARCHING: _COST <= 40
2.62/2.84	c 2	============================[ Search Statistics ]==============================
2.62/2.84	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.62/2.84	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.62/2.84	c 2	===============================================================================
2.62/2.84	c 2	|       111 |   16209   279997   812663 |    93332      111     16 |  0.000 % |
2.69/2.96	c 2	|       211 |   16203   279997   812663 |   102665      211     22 | 12.900 % |
2.79/3.08	c 3	|       361 |   16203   279997   812663 |   112932      361     25 | 12.900 % |
2.89/3.16	c 3	===============================================================================
2.89/3.16	c 3	restarts              : 6
2.89/3.16	c 3	conflicts             : 407           (705 /sec)
2.89/3.16	c 3	decisions             : 2488          (1.21 % random) (4313 /sec)
2.89/3.16	c 3	propagations          : 614799         (1065672 /sec)
2.89/3.16	c 3	conflict literals     : 10180          (27.08 % deleted)
2.89/3.16	c 3	Memory used           : 14.47 MB
2.89/3.16	c 3	CPU time              : 0.576912 s
2.89/3.16	c 3	
2.89/3.16	c 3	SATISFIABLE
2.89/3.17	c 3	OK
2.89/3.17	c 3	FOUND: _COST <= 40
2.89/3.17	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.89/3.17	c 3	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.98/3.26	c 3	Decoding HOME/temp.out
3.07/3.36	c 3	OBJECTIVE _COST 40
3.07/3.36	o 40
3.07/3.36	v 200 89 3 110 64 143 240 241 174 173 198 177 184 171 11 27 199 132 217 116 2 140 211 67 141 80 150 109 3 4 240 6 13 108 95 137 187 119 51 133 205 105 185 169 96 129 4 3 95 175
3.07/3.37	c 3	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
3.07/3.39	c 3	OK
3.07/3.39	c 3	OBJECTIVE BOUND: 0 <= _COST <= 40
3.07/3.39	c 3	SEARCHING: _COST <= 20
3.16/3.40	c 3	============================[ Search Statistics ]==============================
3.16/3.41	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.16/3.41	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.16/3.41	c 3	===============================================================================
3.16/3.41	c 3	|       407 |   15388   279997   812663 |    93332      407     25 | 12.900 % |
3.16/3.45	c 3	|       507 |   15388   279997   812663 |   102665      507     24 | 15.945 % |
3.26/3.57	c 3	|       657 |   15388   279997   812663 |   112932      657     25 | 15.945 % |
3.46/3.78	c 3	|       884 |   14850   169575   489563 |   124225      882     25 | 15.945 % |
3.86/4.14	c 4	|      1221 |   14850   169575   489563 |   136647     1219     29 | 15.945 % |
4.16/4.40	c 4	|      1727 |   14850   169575   489563 |   150312     1725     27 | 15.945 % |
4.55/4.82	c 4	|      2486 |   14850   169575   489563 |   165343     2484     30 | 15.945 % |
6.33/6.65	c 6	|      3627 |   14850   169575   489563 |   181878     3625     36 | 15.945 % |
7.13/7.46	c 7	|      5337 |   14850   169575   489563 |   200066     5335     35 | 15.945 % |
8.02/8.33	c 8	|      7899 |   14850   169575   489563 |   220072     7897     34 | 15.945 % |
10.99/11.38	c 11	===============================================================================
10.99/11.38	c 11	restarts              : 16
10.99/11.38	c 11	conflicts             : 9909          (1166 /sec)
10.99/11.38	c 11	decisions             : 13733         (1.47 % random) (1617 /sec)
10.99/11.38	c 11	propagations          : 11777025       (1386396 /sec)
10.99/11.38	c 11	conflict literals     : 359593         (24.91 % deleted)
10.99/11.38	c 11	Memory used           : 14.61 MB
10.99/11.38	c 11	CPU time              : 8.49471 s
10.99/11.38	c 11	
10.99/11.38	c 11	SATISFIABLE
10.99/11.39	c 11	OK
10.99/11.39	c 11	FOUND: _COST <= 20
10.99/11.39	c 11	DECODING HOME/temp.out WITH HOME/temp.map
10.99/11.39	c 11	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.08/11.47	c 11	Decoding HOME/temp.out
11.08/11.68	c 11	OBJECTIVE _COST 20
11.08/11.68	o 20
11.08/11.69	v 65 102 1 0 254 253 143 150 187 188 278 277 263 264 1 2 125 124 185 186 10 284 120 119 71 72 194 195 11 27 20 19 187 186 6 7 87 86 65 224 197 198 17 18 142 141 33 34 0 1
11.08/11.69	c 11	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
11.08/11.71	c 11	OK
11.08/11.71	c 11	OBJECTIVE BOUND: 0 <= _COST <= 20
11.08/11.71	c 11	SEARCHING: _COST <= 10
11.08/11.71	c 11	============================[ Search Statistics ]==============================
11.08/11.71	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.08/11.71	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.08/11.71	c 11	===============================================================================
11.08/11.71	c 11	|      9909 |   14445   154390   445203 |    51463     9887     36 | 15.945 % |
11.47/11.83	c 11	|     10009 |   14445   154390   445203 |    56609     9987     36 | 18.238 % |
11.47/11.86	c 11	|     10159 |   14445   154390   445203 |    62270    10137     36 | 18.238 % |
11.57/11.92	c 11	|     10384 |   14445   154390   445203 |    68497    10362     36 | 18.238 % |
11.86/12.25	c 12	|     10722 |   14445   154390   445203 |    75347    10700     36 | 18.238 % |
11.96/12.34	c 12	|     11228 |   14445   154390   445203 |    82882    11206     35 | 18.238 % |
12.16/12.53	c 12	|     11987 |   14445   154390   445203 |    91170    11965     34 | 18.238 % |
12.56/12.90	c 12	|     13126 |   14445   154390   445203 |   100287    13104     35 | 18.238 % |
13.05/13.49	c 13	|     14835 |   14445   154390   445203 |   110316    14813     34 | 18.238 % |
13.65/14.08	c 14	|     17399 |   14445   154390   445203 |   121347    17377     34 | 18.238 % |
14.64/15.05	c 15	|     21245 |   14445   154390   445203 |   133482    21223     32 | 18.238 % |
19.10/19.54	c 19	|     27012 |   14445   154390   445203 |   146830    26990     32 | 18.238 % |
21.67/22.19	c 22	|     35661 |   14445   154390   445203 |   161513    35639     32 | 18.238 % |
27.11/27.67	c 27	|     48635 |   14445   154390   445203 |   177665    48613     31 | 18.238 % |
35.04/35.63	c 35	|     68096 |   14445   154390   445203 |   195431    68074     31 | 18.238 % |
54.75/55.53	c 55	|     97288 |   14445   154390   445203 |   214975    97266     30 | 18.238 % |
100.82/102.03	c 101	|    141077 |   14445   154390   445203 |   236472   141055     32 | 18.238 % |
193.45/195.51	c 195	|    206762 |   14445   154390   445203 |   260119   206740     30 | 18.238 % |
303.10/306.23	c 306	|    305289 |   14445   154390   445203 |   286131    60450     28 | 18.238 % |
500.04/505.10	c 505	|    453078 |   14445   154390   445203 |   314745   208239     36 | 18.238 % |
837.15/845.36	c 845	|    674761 |   14445   154390   445203 |   346219   128461     36 | 18.238 % |
1638.19/1653.95	c 1653	|   1007286 |   14445   154390   445203 |   380841   131122     58 | 18.238 % |
2712.04/2737.99	c 2737	|   1506074 |   14445   154390   445203 |   418925   267498     38 | 18.238 % |
3600.07/3633.91	c ERROR INTERRUPTED
3600.07/3633.92	c 3633	CPU 3599.5 (0.06 0.03 3599.44 0.57)
3600.07/3633.92	c 3633	END Sat Jul 12 16:07:29 2008

Verifier Data (download as text)

OK	14	311
14 unsatisfied constraints, 311 satisfied constraints

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-1112435-1215868015/watcher-1112435-1215868015 -o /tmp/evaluation-result-1112435-1215868015/solver-1112435-1215868015 -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-1112435-1215868015.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: 1.92 2.00 1.99 4/81 18342
/proc/meminfo: memFree=1588040/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=12268 CPUtime=0
/proc/18342/stat : 18342 (sugar++) R 18340 18342 18215 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 43500973 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 221954931301 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18342/statm: 3067 316 241 3 0 167 0

[startup+0.073796 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 18342
/proc/meminfo: memFree=1588040/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16476 CPUtime=0.05
/proc/18342/stat : 18342 (sugar++) R 18340 18342 18215 0 -1 4194304 1037 0 0 0 4 1 0 0 18 0 1 0 43500973 16871424 1005 996147200 4194304 4206940 548682068528 18446744073709551615 221954609889 0 0 4224 0 0 0 0 17 1 0 0
/proc/18342/statm: 4119 1005 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.102801 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 18342
/proc/meminfo: memFree=1588040/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16740 CPUtime=0.07
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43500973 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.30281 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 18342
/proc/meminfo: memFree=1588040/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16740 CPUtime=0.07
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 43500973 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701856 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 18342
/proc/meminfo: memFree=1588040/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16740 CPUtime=0.42
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1296 4351 0 1 5 2 32 3 15 0 1 0 43500973 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16740

[startup+1.50192 s]
/proc/loadavg: 1.92 2.00 1.99 4/92 18364
/proc/meminfo: memFree=1578416/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16740 CPUtime=0.42
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1297 4351 0 1 5 2 32 3 15 0 1 0 43500973 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4185 1104 409 3 0 764 0
[pid=18355] ppid=18342 vsize=5356 CPUtime=0
/proc/18355/stat : 18355 (sh) S 18342 18342 18215 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43501019 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18355/statm: 1339 233 193 169 0 50 0
[pid=18356] ppid=18355 vsize=868484 CPUtime=1.01
/proc/18356/stat : 18356 (java) S 18355 18342 18215 0 -1 0 6366 0 1 0 96 5 0 0 18 0 9 0 43501019 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18356/statm: 217121 5564 2562 9 0 211668 0
[pid=18356/tid=18357] ppid=18355 vsize=868484 CPUtime=0.74
/proc/18356/task/18357/stat : 18357 (java) R 18355 18342 18215 0 -1 64 2776 0 1 0 71 3 0 0 19 0 9 0 43501020 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4126507832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18356/tid=18358] ppid=18355 vsize=868484 CPUtime=0.05
/proc/18356/task/18358/stat : 18358 (java) S 18355 18342 18215 0 -1 64 1483 0 0 0 5 0 0 0 16 0 9 0 43501021 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18356/tid=18359] ppid=18355 vsize=868484 CPUtime=0
/proc/18356/task/18359/stat : 18359 (java) S 18355 18342 18215 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43501022 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18356/tid=18360] ppid=18355 vsize=868484 CPUtime=0
/proc/18356/task/18360/stat : 18360 (java) S 18355 18342 18215 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43501022 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18356/tid=18361] ppid=18355 vsize=868484 CPUtime=0
/proc/18356/task/18361/stat : 18361 (java) S 18355 18342 18215 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43501024 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18356/tid=18362] ppid=18355 vsize=868484 CPUtime=0.19
/proc/18356/task/18362/stat : 18362 (java) S 18355 18342 18215 0 -1 64 1415 0 0 0 19 0 0 0 16 0 9 0 43501024 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18356/tid=18363] ppid=18355 vsize=868484 CPUtime=0
/proc/18356/task/18363/stat : 18363 (java) S 18355 18342 18215 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43501024 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18356/tid=18364] ppid=18355 vsize=868484 CPUtime=0
/proc/18356/task/18364/stat : 18364 (java) R 18355 18342 18215 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43501024 889327616 5564 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890580

[startup+3.10107 s]
/proc/loadavg: 1.92 2.00 1.99 3/83 18365
/proc/meminfo: memFree=1565624/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.37
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1625 18830 0 4 6 3 211 17 15 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=14816 CPUtime=0.52
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 3620 0 0 0 51 1 0 0 17 0 1 0 43501166 15171584 3565 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 3704 3565 80 151 0 3550 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 31688

[startup+6.30136 s]
/proc/loadavg: 1.93 2.00 1.99 3/83 18395
/proc/meminfo: memFree=1564792/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.57
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1695 22682 0 5 6 3 228 20 15 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=14816 CPUtime=3.47
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 3632 0 0 0 346 1 0 0 25 0 1 0 43501166 15171584 3575 996147200 134512640 135134323 4294956192 18446744073709551615 134531980 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 3704 3575 80 151 0 3550 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 31688

[startup+12.7019 s]
/proc/loadavg: 1.93 2.00 1.99 3/83 18405
/proc/meminfo: memFree=1564728/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 15 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=14956 CPUtime=9.49
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 3648 0 0 0 948 1 0 0 25 0 1 0 43501166 15314944 3589 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 3739 3589 80 151 0 3585 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 31828

[startup+25.5021 s]
/proc/loadavg: 1.95 2.00 1.99 3/83 18405
/proc/meminfo: memFree=1561080/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=19052 CPUtime=22.16
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 4668 0 0 0 2214 2 0 0 25 0 1 0 43501166 19509248 4609 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 4763 4609 80 151 0 4609 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 35924

[startup+51.1024 s]
/proc/loadavg: 1.96 2.00 1.99 3/83 18405
/proc/meminfo: memFree=1553976/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=26208 CPUtime=47.53
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 6451 0 0 0 4748 5 0 0 25 0 1 0 43501166 26836992 6392 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 6552 6392 80 151 0 6398 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 43080

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.99 3/83 18405
/proc/meminfo: memFree=1545016/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=35476 CPUtime=98.24
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 8675 0 0 0 9817 7 0 0 25 0 1 0 43501166 36327424 8616 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 8869 8616 80 151 0 8715 0
Current children cumulated CPU time (s) 101.11
Current children cumulated vsize (KiB) 52348

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 18405
/proc/meminfo: memFree=1539000/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=41400 CPUtime=157.68
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 10164 0 0 0 15759 9 0 0 25 0 1 0 43501166 42393600 10105 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 10350 10105 80 151 0 10196 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 58272

[startup+222.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 18405
/proc/meminfo: memFree=1532856/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=47780 CPUtime=217.12
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 11686 0 0 0 21702 10 0 0 25 0 1 0 43501166 48926720 11627 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 11945 11627 80 151 0 11791 0
Current children cumulated CPU time (s) 219.99
Current children cumulated vsize (KiB) 64652

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/83 18405
/proc/meminfo: memFree=1527288/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=53468 CPUtime=276.56
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 13112 0 0 0 27645 11 0 0 25 0 1 0 43501166 54751232 13053 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 13367 13053 80 151 0 13213 0
Current children cumulated CPU time (s) 279.43
Current children cumulated vsize (KiB) 70340

[startup+342.303 s]
/proc/loadavg: 2.04 2.01 2.00 3/83 18405
/proc/meminfo: memFree=1527160/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[pid=18365] ppid=18342 vsize=108804 CPUtime=2891.84
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26457 0 0 0 289157 27 0 0 25 0 1 0 43501166 111415296 26390 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27201 26390 80 151 0 27047 0
Current children cumulated CPU time (s) 2894.71
Current children cumulated vsize (KiB) 125676

[startup+2982.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 18445
/proc/meminfo: memFree=1662472/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=108924 CPUtime=2951.29
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26510 0 0 0 295102 27 0 0 25 0 1 0 43501166 111538176 26443 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27231 26443 80 151 0 27077 0
Current children cumulated CPU time (s) 2954.16
Current children cumulated vsize (KiB) 125796

[startup+3042.3 s]
/proc/loadavg: 1.97 1.98 1.99 4/82 18445
/proc/meminfo: memFree=1579144/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109004 CPUtime=3010.78
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26525 0 0 0 301050 28 0 0 25 0 1 0 43501166 111620096 26458 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27251 26458 80 151 0 27097 0
Current children cumulated CPU time (s) 3013.65
Current children cumulated vsize (KiB) 125876

[startup+3102.3 s]
/proc/loadavg: 2.30 2.07 2.02 4/82 18445
/proc/meminfo: memFree=1558536/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109004 CPUtime=3070.26
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26542 0 0 0 306998 28 0 0 25 0 1 0 43501166 111620096 26475 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27251 26475 80 151 0 27097 0
Current children cumulated CPU time (s) 3073.13
Current children cumulated vsize (KiB) 125876

[startup+3162.3 s]
/proc/loadavg: 2.67 2.22 2.08 4/82 18445
/proc/meminfo: memFree=1557768/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109680 CPUtime=3129.74
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26692 0 0 0 312946 28 0 0 25 0 1 0 43501166 112312320 26625 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27420 26625 80 151 0 27266 0
Current children cumulated CPU time (s) 3132.61
Current children cumulated vsize (KiB) 126552

[startup+3222.3 s]
/proc/loadavg: 2.62 2.29 2.10 3/82 18445
/proc/meminfo: memFree=1557704/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109680 CPUtime=3189.21
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26702 0 0 0 318893 28 0 0 25 0 1 0 43501166 112312320 26635 996147200 134512640 135134323 4294956192 18446744073709551615 134531958 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27420 26635 80 151 0 27266 0
Current children cumulated CPU time (s) 3192.08
Current children cumulated vsize (KiB) 126552

[startup+3282.3 s]
/proc/loadavg: 2.68 2.36 2.14 4/82 18451
/proc/meminfo: memFree=1557576/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109680 CPUtime=3248.67
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26702 0 0 0 324838 29 0 0 25 0 1 0 43501166 112312320 26635 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27420 26635 80 151 0 27266 0
Current children cumulated CPU time (s) 3251.54
Current children cumulated vsize (KiB) 126552

[startup+3342.3 s]
/proc/loadavg: 2.63 2.39 2.16 4/82 18451
/proc/meminfo: memFree=1557576/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109680 CPUtime=3308.15
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26708 0 0 0 330786 29 0 0 25 0 1 0 43501166 112312320 26641 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27420 26641 80 151 0 27266 0
Current children cumulated CPU time (s) 3311.02
Current children cumulated vsize (KiB) 126552

[startup+3402.31 s]
/proc/loadavg: 2.82 2.49 2.21 4/82 18451
/proc/meminfo: memFree=1557576/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109680 CPUtime=3367.63
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26715 0 0 0 336733 30 0 0 25 0 1 0 43501166 112312320 26648 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27420 26648 80 151 0 27266 0
Current children cumulated CPU time (s) 3370.5
Current children cumulated vsize (KiB) 126552

[startup+3462.3 s]
/proc/loadavg: 2.73 2.52 2.23 3/82 18451
/proc/meminfo: memFree=1557384/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109680 CPUtime=3427.09
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26723 0 0 0 342679 30 0 0 25 0 1 0 43501166 112312320 26656 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27420 26656 80 151 0 27266 0
Current children cumulated CPU time (s) 3429.96
Current children cumulated vsize (KiB) 126552

[startup+3522.3 s]
/proc/loadavg: 2.62 2.53 2.25 3/82 18451
/proc/meminfo: memFree=1557320/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=109760 CPUtime=3486.56
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26746 0 0 0 348626 30 0 0 25 0 1 0 43501166 112394240 26679 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27440 26679 80 151 0 27286 0
Current children cumulated CPU time (s) 3489.43
Current children cumulated vsize (KiB) 126632

[startup+3582.3 s]
/proc/loadavg: 2.54 2.52 2.27 4/82 18451
/proc/meminfo: memFree=1557064/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=110120 CPUtime=3546.04
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26776 0 0 0 354573 31 0 0 25 0 1 0 43501166 112762880 26709 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27530 26709 80 151 0 27376 0
Current children cumulated CPU time (s) 3548.91
Current children cumulated vsize (KiB) 126992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 2.57 2.54 2.28 3/82 18451
/proc/meminfo: memFree=1556936/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=110120 CPUtime=3597.2
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26778 0 0 0 359689 31 0 0 25 0 1 0 43501166 112762880 26711 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27530 26711 80 151 0 27376 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 126992

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

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

[startup+3633.9 s]
/proc/loadavg: 2.57 2.54 2.28 3/82 18451
/proc/meminfo: memFree=1556936/2055920 swapFree=4192812/4192956
[pid=18342] ppid=18340 vsize=16872 CPUtime=2.87
/proc/18342/stat : 18342 (sugar++) S 18340 18342 18215 0 -1 4194304 1765 26534 0 6 6 3 255 23 16 0 1 0 43500973 17276928 1122 996147200 4194304 4206940 548682068528 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18342/statm: 4218 1122 414 3 0 797 0
[pid=18365] ppid=18342 vsize=110120 CPUtime=3597.2
/proc/18365/stat : 18365 (minisat-inc) R 18342 18342 18215 0 -1 4194304 26778 0 0 0 359689 31 0 0 25 0 1 0 43501166 112762880 26711 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/18365/statm: 27530 26711 80 151 0 27376 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 126992

Child status: 0
Real time (s): 3633.93
CPU time (s): 3600.12
CPU user time (s): 3599.51
CPU system time (s): 0.609907
CPU usage (%): 99.0698
Max. virtual memory (cumulated for all children) (KiB): 890580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.51
system time used= 0.609907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55156
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2586
involuntary context switches= 135811

runsolver used 4.66029 second user time and 11.4473 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-12 15:06:55
IDJOB=1112435
IDBENCH=61417
IDSOLVER=367
FILE ID=node43/1112435-1215868015
PBS_JOBID= 7903528
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/super-os/super-os-taillard-5/normalized-super-os-taillard-5-21.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-1112435-1215868015/watcher-1112435-1215868015 -o /tmp/evaluation-result-1112435-1215868015/solver-1112435-1215868015 -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-1112435-1215868015.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 211a31b34cdccac40457a597ad4f15a8
RANDOM SEED=1369691342

node43.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.216
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.216
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:       1588520 kB
Buffers:         49896 kB
Cached:          85556 kB
SwapCached:        140 kB
Active:         338524 kB
Inactive:        65184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1588520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:         288352 kB
Slab:            48296 kB
Committed_AS:   598320 kB
PageTables:       2396 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= 66508 MiB
End job on node43 at 2008-07-12 16:07:31