Trace number 1112442

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+minisatMSAT (TO)4 3600.06 3620.44

General information on the benchmark

Namecsp/super-os/super-os-taillard-5/
normalized-super-os-taillard-5-4.xml
MD5SUM7e6e65bbb019960e8b8070b754af3371
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.09
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints325
Maximum constraint arity2
Maximum domain size306
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 15:10:58 2008
0.00/0.04	c 0	PID 15294
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1112442-1215868258.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-1112442-1215868258.xml' 'HOME/temp.csp'
0.03/0.35	c 1	23 domains, 50 variables, 3 predicates, 0 relations, 325 constraints
0.03/0.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.39	c 1	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.32/0.47	c 1	Parsing HOME/temp.csp
0.32/0.57	c 1	parsed 401 expressions
0.32/0.57	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.58	c 1	MAX CSP: 325 constraints
0.32/0.58	c 1	Converting to clausal form CSP
0.32/0.60	c 1	converted 73 (10%) expressions
0.32/0.63	c 1	converted 146 (20%) expressions
0.32/0.64	c 1	converted 219 (30%) expressions
0.32/0.66	c 1	converted 292 (40%) expressions
0.32/0.68	c 1	converted 365 (50%) expressions
0.32/0.68	c 1	converted 438 (60%) expressions
0.32/0.69	c 1	converted 511 (70%) expressions
0.32/0.76	c 1	converted 584 (80%) expressions
0.32/0.77	c 1	converted 657 (90%) expressions
0.32/0.83	c 1	converted 729 (100%) expressions
0.32/0.84	c 1	CSP : 700 integers, 0 booleans, 974 clauses, largest domain size 488
0.32/0.84	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.84	c 1	Propagation in CSP
0.32/0.87	c 1	321 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.32/0.87	c 1	CSP : 700 integers, 0 booleans, 974 clauses, largest domain size 326
0.32/0.87	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.87	c 1	Simplifing CSP by introducing new Boolean variables
0.32/0.89	c 1	CSP : 700 integers, 650 booleans, 1624 clauses, largest domain size 326
0.32/0.89	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.32/0.91	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.32/0.95	c 1	70 (10%) CSP integer variables are encoded (12598 clauses, 166912 bytes)
0.32/0.95	c 1	140 (20%) CSP integer variables are encoded (12598 clauses, 166912 bytes)
0.32/0.95	c 1	210 (30%) CSP integer variables are encoded (12598 clauses, 166912 bytes)
0.32/0.95	c 1	280 (40%) CSP integer variables are encoded (12598 clauses, 166912 bytes)
0.32/0.95	c 1	350 (50%) CSP integer variables are encoded (12598 clauses, 166912 bytes)
0.32/0.95	c 1	420 (60%) CSP integer variables are encoded (13111 clauses, 174607 bytes)
0.32/0.95	c 1	490 (70%) CSP integer variables are encoded (13476 clauses, 180082 bytes)
0.32/0.95	c 1	560 (80%) CSP integer variables are encoded (14048 clauses, 188662 bytes)
0.32/0.96	c 1	630 (90%) CSP integer variables are encoded (16557 clauses, 226297 bytes)
0.32/0.96	c 1	700 (100%) CSP integer variables are encoded (17291 clauses, 237307 bytes)
0.91/1.01	c 1	163 (10%) CSP clauses are encoded (39791 clauses, 664683 bytes)
0.91/1.06	c 1	325 (20%) CSP clauses are encoded (62516 clauses, 1122104 bytes)
1.02/1.10	c 2	488 (30%) CSP clauses are encoded (84415 clauses, 1563309 bytes)
1.02/1.14	c 2	650 (40%) CSP clauses are encoded (106167 clauses, 2001103 bytes)
1.02/1.19	c 2	812 (50%) CSP clauses are encoded (127699 clauses, 2437195 bytes)
1.10/1.23	c 2	975 (60%) CSP clauses are encoded (149066 clauses, 2895358 bytes)
1.10/1.25	c 2	1137 (70%) CSP clauses are encoded (156764 clauses, 3054001 bytes)
1.10/1.29	c 2	1300 (80%) CSP clauses are encoded (177897 clauses, 3499469 bytes)
1.32/1.42	c 2	1462 (90%) CSP clauses are encoded (235821 clauses, 4709988 bytes)
1.41/1.52	c 2	1624 (100%) CSP clauses are encoded (290321 clauses, 5868976 bytes)
1.41/1.52	c 2	1624 CSP clauses encoded
1.41/1.52	c 2	Writing map file : HOME/temp.map
1.41/1.53	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.53	c 2	SAT : 18641 SAT variables, 290321 SAT clauses, 5868976 bytes
1.41/1.53	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.59	c 2	OBJECTIVE minimize _COST
1.41/1.59	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
1.41/1.59	c 2	SEARCHING: _COST <= 163
1.41/1.59	c 2	SOLVING HOME/temp.cnf
1.41/1.59	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.46/1.60	c 2	This is MiniSat 2.0 beta
1.46/1.60	c 2	WARNING: for repeatability, setting FPU to use double precision
1.46/1.60	c 2	============================[ Problem Statistics ]=============================
1.46/1.60	c 2	|                                                                             |
1.46/1.60	c 2	|  Number of variables:  18641                                                |
1.46/1.60	c 2	|  Number of clauses:    290322                                               |
1.46/1.75	c 2	|  Parsing time:         0.13         s                                       |
1.46/1.78	c 2	============================[ Search Statistics ]==============================
1.46/1.78	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.78	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.78	c 2	===============================================================================
1.46/1.78	c 2	|         0 |   17183   238091   690183 |    79363        0    nan |  0.000 % |
1.46/1.80	c 2	===============================================================================
1.46/1.81	c 2	restarts              : 1
1.46/1.81	c 2	conflicts             : 0              (0 /sec)
1.46/1.81	c 2	decisions             : 437            (1.37 % random) (2300 /sec)
1.46/1.81	c 2	propagations          : 18641          (98126 /sec)
1.46/1.81	c 2	conflict literals     : 0              ( nan % deleted)
1.46/1.81	c 2	Memory used           : 14.10 MB
1.46/1.81	c 2	CPU time              : 0.189971 s
1.46/1.81	c 2	
1.46/1.81	c 2	SATISFIABLE
1.46/1.82	c 2	FOUND: _COST <= 163
1.46/1.82	s SATISFIABLE
1.46/1.82	c 2	DECODING HOME/temp.out WITH HOME/temp.map
1.46/1.82	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1.71/2.14	c 3	Decoding HOME/temp.out
1.81/2.27	c 3	OBJECTIVE _COST 163
1.81/2.27	o 163
1.81/2.27	v 207 208 94 95 161 162 26 27 62 63 199 200 10 11 89 90 127 128 266 266 126 126 305 305 257 257 108 108 235 235 285 285 233 233 120 120 272 272 250 250 227 227 126 126 273 273 298 298 217 217
1.81/2.28	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.89/2.35	c 3	OBJECTIVE BOUND: 0 <= _COST <= 163
1.89/2.35	c 3	SEARCHING: _COST <= 81
1.89/2.35	c 3	SOLVING HOME/temp.cnf
1.89/2.35	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.89/2.35	c 3	This is MiniSat 2.0 beta
1.89/2.35	c 3	WARNING: for repeatability, setting FPU to use double precision
1.89/2.35	c 3	============================[ Problem Statistics ]=============================
1.89/2.35	c 3	|                                                                             |
1.89/2.35	c 3	|  Number of variables:  18641                                                |
1.89/2.35	c 3	|  Number of clauses:    290322                                               |
1.90/2.51	c 3	|  Parsing time:         0.14         s                                       |
1.90/2.55	c 3	============================[ Search Statistics ]==============================
1.90/2.55	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.90/2.55	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.90/2.55	c 3	===============================================================================
1.90/2.55	c 3	|         0 |   16362   205740   595511 |    68580        0    nan |  0.000 % |
1.90/2.58	c 3	===============================================================================
1.90/2.58	c 3	restarts              : 1
1.90/2.58	c 3	conflicts             : 2              (10 /sec)
1.90/2.58	c 3	decisions             : 247            (1.21 % random) (1188 /sec)
1.90/2.58	c 3	propagations          : 20925          (100616 /sec)
1.90/2.58	c 3	conflict literals     : 37             (5.13 % deleted)
1.90/2.58	c 3	Memory used           : 14.21 MB
1.90/2.58	c 3	CPU time              : 0.207968 s
1.90/2.58	c 3	
1.90/2.59	c 3	SATISFIABLE
1.90/2.59	c 3	FOUND: _COST <= 81
1.90/2.59	c 3	DECODING HOME/temp.out WITH HOME/temp.map
1.90/2.59	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.15/2.67	c 3	Decoding HOME/temp.out
2.15/2.77	c 3	OBJECTIVE _COST 81
2.15/2.77	o 81
2.15/2.77	v 9 10 219 232 74 75 183 184 132 133 164 165 4 5 83 84 232 233 120 119 223 222 304 305 169 170 1 2 93 94 194 285 233 233 231 231 184 185 123 123 227 227 141 142 273 273 298 298 90 90
2.15/2.78	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.15/2.84	c 3	OBJECTIVE BOUND: 0 <= _COST <= 81
2.15/2.84	c 3	SEARCHING: _COST <= 40
2.15/2.84	c 3	SOLVING HOME/temp.cnf
2.15/2.84	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.15/2.85	c 3	This is MiniSat 2.0 beta
2.15/2.85	c 3	WARNING: for repeatability, setting FPU to use double precision
2.15/2.85	c 3	============================[ Problem Statistics ]=============================
2.15/2.85	c 3	|                                                                             |
2.15/2.85	c 3	|  Number of variables:  18641                                                |
2.15/2.85	c 3	|  Number of clauses:    290322                                               |
2.34/3.00	c 3	|  Parsing time:         0.13         s                                       |
2.34/3.04	c 3	============================[ Search Statistics ]==============================
2.34/3.04	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.34/3.04	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.34/3.04	c 3	===============================================================================
2.34/3.04	c 3	|         0 |   15824   179899   519561 |    59966        0    nan |  0.000 % |
2.34/3.19	c 4	===============================================================================
2.34/3.19	c 4	restarts              : 1
2.34/3.19	c 4	conflicts             : 85             (268 /sec)
2.34/3.19	c 4	decisions             : 356            (0.84 % random) (1123 /sec)
2.34/3.19	c 4	propagations          : 202398         (638578 /sec)
2.34/3.19	c 4	conflict literals     : 2568           (10.08 % deleted)
2.34/3.19	c 4	Memory used           : 14.21 MB
2.34/3.19	c 4	CPU time              : 0.316951 s
2.34/3.19	c 4	
2.34/3.19	c 4	SATISFIABLE
2.34/3.20	c 4	FOUND: _COST <= 40
2.34/3.20	c 4	DECODING HOME/temp.out WITH HOME/temp.map
2.34/3.20	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.72/3.33	c 4	Decoding HOME/temp.out
2.81/3.43	c 4	OBJECTIVE _COST 40
2.81/3.43	o 40
2.81/3.43	v 245 246 34 33 141 140 102 101 187 186 120 119 231 232 83 82 11 10 186 187 1 2 137 138 84 83 219 218 143 144 100 101 233 232 2 3 126 134 172 173 0 1 164 164 82 83 219 22 217 217
2.81/3.44	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/3.47	c 4	OBJECTIVE BOUND: 0 <= _COST <= 40
2.81/3.47	c 4	SEARCHING: _COST <= 20
2.81/3.47	c 4	SOLVING HOME/temp.cnf
2.81/3.47	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.81/3.48	c 4	This is MiniSat 2.0 beta
2.81/3.48	c 4	WARNING: for repeatability, setting FPU to use double precision
2.81/3.48	c 4	============================[ Problem Statistics ]=============================
2.81/3.48	c 4	|                                                                             |
2.81/3.48	c 4	|  Number of variables:  18641                                                |
2.81/3.48	c 4	|  Number of clauses:    290322                                               |
2.87/3.63	c 4	|  Parsing time:         0.13         s                                       |
2.87/3.67	c 4	============================[ Search Statistics ]==============================
2.87/3.67	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.87/3.67	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.87/3.67	c 4	===============================================================================
2.87/3.67	c 4	|         0 |   15419   164714   475201 |    54904        0    nan |  0.000 % |
2.87/3.86	c 4	|       100 |   15419   164714   475201 |    60395      100     48 | 17.284 % |
2.87/4.09	c 4	|       251 |   15419   164714   475201 |    66434      251     43 | 17.284 % |
3.88/4.52	c 5	|       476 |   15419   164714   475201 |    73078      476     41 | 17.284 % |
4.48/5.18	c 6	|       813 |   15419   164714   475201 |    80385      813     41 | 17.284 % |
5.28/5.98	c 6	|      1319 |   15419   164714   475201 |    88424     1319     41 | 17.284 % |
6.58/7.30	c 8	|      2079 |   15419   164714   475201 |    97266     2079     44 | 17.284 % |
8.08/8.74	c 9	===============================================================================
8.08/8.74	c 9	restarts              : 7
8.08/8.74	c 9	conflicts             : 2763           (527 /sec)
8.08/8.74	c 9	decisions             : 3682           (1.47 % random) (703 /sec)
8.08/8.74	c 9	propagations          : 6772209        (1292110 /sec)
8.08/8.74	c 9	conflict literals     : 127354         (19.27 % deleted)
8.08/8.74	c 9	Memory used           : 14.36 MB
8.08/8.74	c 9	CPU time              : 5.2412 s
8.08/8.74	c 9	
8.08/8.75	c 9	SATISFIABLE
8.08/8.75	c 9	FOUND: _COST <= 20
8.08/8.75	c 9	DECODING HOME/temp.out WITH HOME/temp.map
8.08/8.75	c 9	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.15/8.86	c 9	Decoding HOME/temp.out
8.15/8.98	c 9	OBJECTIVE _COST 20
8.15/8.98	o 20
8.15/8.98	v 164 165 244 243 60 61 14 15 106 105 39 38 160 159 2 3 238 239 106 105 229 228 2 1 8 7 137 138 62 61 15 14 149 150 230 231 110 111 50 49 227 226 53 229 1 0 40 41 145 134
8.15/9.43	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.15/9.47	c 10	OBJECTIVE BOUND: 0 <= _COST <= 20
8.15/9.47	c 10	SEARCHING: _COST <= 10
8.15/9.47	c 10	SOLVING HOME/temp.cnf
8.15/9.47	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.15/9.47	c 10	This is MiniSat 2.0 beta
8.15/9.47	c 10	WARNING: for repeatability, setting FPU to use double precision
8.15/9.47	c 10	============================[ Problem Statistics ]=============================
8.15/9.47	c 10	|                                                                             |
8.15/9.47	c 10	|  Number of variables:  18641                                                |
8.15/9.47	c 10	|  Number of clauses:    290322                                               |
8.36/9.64	c 10	|  Parsing time:         0.14         s                                       |
8.36/9.69	c 10	============================[ Search Statistics ]==============================
8.36/9.69	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.36/9.69	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.36/9.69	c 10	===============================================================================
8.36/9.69	c 10	|         0 |   15064   156114   450456 |    52038        0    nan |  0.000 % |
8.67/9.80	c 10	===============================================================================
8.67/9.81	c 10	restarts              : 1
8.67/9.81	c 10	conflicts             : 63             (208 /sec)
8.67/9.81	c 10	decisions             : 193            (0.52 % random) (637 /sec)
8.67/9.81	c 10	propagations          : 136277         (449829 /sec)
8.67/9.81	c 10	conflict literals     : 1887           (10.36 % deleted)
8.67/9.81	c 10	Memory used           : 14.34 MB
8.67/9.81	c 10	CPU time              : 0.302953 s
8.67/9.81	c 10	
8.67/9.81	c 10	SATISFIABLE
8.67/9.82	c 10	FOUND: _COST <= 10
8.67/9.82	c 10	DECODING HOME/temp.out WITH HOME/temp.map
8.67/9.82	c 10	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
8.67/9.90	c 10	Decoding HOME/temp.out
8.70/10.00	c 10	OBJECTIVE _COST 10
8.70/10.00	o 10
8.70/10.00	v 245 246 16 17 130 129 176 175 212 213 244 243 129 128 207 208 13 12 84 85 1 2 305 304 175 176 83 82 229 228 83 82 233 232 3 4 169 168 108 109 0 1 87 88 174 175 216 217 211 212
8.70/10.01	c 10	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
8.70/10.06	c 10	OBJECTIVE BOUND: 0 <= _COST <= 10
8.70/10.06	c 10	SEARCHING: _COST <= 5
8.70/10.06	c 10	SOLVING HOME/temp.cnf
8.70/10.06	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.89/10.12	c 11	This is MiniSat 2.0 beta
8.89/10.12	c 11	WARNING: for repeatability, setting FPU to use double precision
8.89/10.12	c 11	============================[ Problem Statistics ]=============================
8.89/10.12	c 11	|                                                                             |
8.89/10.12	c 11	|  Number of variables:  18641                                                |
8.89/10.12	c 11	|  Number of clauses:    290322                                               |
8.89/10.27	c 11	|  Parsing time:         0.13         s                                       |
8.89/10.31	c 11	============================[ Search Statistics ]==============================
8.89/10.31	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.89/10.31	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.89/10.31	c 11	===============================================================================
8.89/10.31	c 11	|         0 |   14729   151204   436726 |    50401        0    nan |  0.000 % |
8.89/10.34	c 11	===============================================================================
8.89/10.34	c 11	restarts              : 1
8.89/10.34	c 11	conflicts             : 17             (82 /sec)
8.89/10.34	c 11	decisions             : 135            (0.00 % random) (649 /sec)
8.89/10.34	c 11	propagations          : 35109          (168819 /sec)
8.89/10.34	c 11	conflict literals     : 191            (4.50 % deleted)
8.89/10.34	c 11	Memory used           : 14.34 MB
8.89/10.34	c 11	CPU time              : 0.207968 s
8.89/10.34	c 11	
8.89/10.35	c 11	SATISFIABLE
8.89/10.35	c 11	FOUND: _COST <= 5
8.89/10.35	c 11	DECODING HOME/temp.out WITH HOME/temp.map
8.89/10.35	c 11	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
9.13/10.88	c 11	Decoding HOME/temp.out
9.40/11.11	c 12	OBJECTIVE _COST 5
9.40/11.11	o 5
9.40/11.12	v 245 246 5 6 133 134 72 73 212 213 244 243 129 128 207 208 0 1 84 85 0 1 174 173 179 180 82 83 235 234 82 83 233 232 2 3 169 168 108 109 0 1 87 88 174 175 222 223 217 217
9.40/11.14	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
9.40/11.18	c 12	OBJECTIVE BOUND: 0 <= _COST <= 5
9.40/11.18	c 12	SEARCHING: _COST <= 2
9.40/11.18	c 12	SOLVING HOME/temp.cnf
9.40/11.18	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.40/11.19	c 12	This is MiniSat 2.0 beta
9.40/11.19	c 12	WARNING: for repeatability, setting FPU to use double precision
9.40/11.19	c 12	============================[ Problem Statistics ]=============================
9.40/11.20	c 12	|                                                                             |
9.40/11.20	c 12	|  Number of variables:  18641                                                |
9.40/11.20	c 12	|  Number of clauses:    290322                                               |
9.47/11.35	c 12	|  Parsing time:         0.13         s                                       |
9.47/11.39	c 12	============================[ Search Statistics ]==============================
9.47/11.39	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
9.47/11.39	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
9.47/11.39	c 12	===============================================================================
9.47/11.39	c 12	|         0 |   14273   147416   426727 |    49138        0    nan |  0.000 % |
9.47/11.58	c 12	|       101 |   14273   147416   426727 |    54052      101     35 | 23.432 % |
9.47/11.84	c 12	|       251 |   14273   147416   426727 |    59457      251     32 | 23.432 % |
10.46/12.30	c 13	|       477 |   14273   147416   426727 |    65403      477     35 | 23.432 % |
11.15/12.95	c 13	|       814 |   14273   147416   426727 |    71943      814     36 | 23.432 % |
12.35/14.14	c 15	|      1322 |   14273   147416   426727 |    79138     1322     44 | 23.432 % |
14.14/15.92	c 16	|      2081 |   14273   147416   426727 |    87052     2081     53 | 23.432 % |
17.33/19.19	c 20	|      3222 |   14273   147416   426727 |    95757     3222     66 | 23.432 % |
22.31/24.15	c 25	|      4931 |   14273   147416   426727 |   105333     4931     81 | 23.432 % |
30.26/32.10	c 33	|      7493 |   14271   147408   426708 |   115866     7161     96 | 23.443 % |
42.20/44.16	c 45	|     11338 |   14270   147405   426700 |   127453    10586    111 | 23.448 % |
62.20/64.21	c 65	|     17105 |   14265   147388   426660 |   140198    15753    124 | 23.475 % |
91.15/93.34	c 94	|     25754 |   14256   147357   426584 |   154218    23154    131 | 23.524 % |
145.98/148.44	c 149	|     38728 |   14233   147277   426391 |   169640    33962    138 | 23.647 % |
229.57/232.46	c 233	|     58190 |   14197   147153   426095 |   186604    50500    141 | 23.840 % |
369.68/373.23	c 374	|     87382 |   14173   147061   425877 |   205264    78439    130 | 23.969 % |
534.06/538.43	c 539	===============================================================================
534.06/538.43	c 539	restarts              : 16
534.06/538.43	c 539	conflicts             : 116944         (223 /sec)
534.06/538.43	c 539	decisions             : 120256         (1.80 % random) (229 /sec)
534.06/538.43	c 539	propagations          : 222376530      (424047 /sec)
534.06/538.43	c 539	conflict literals     : 12588747       (17.71 % deleted)
534.06/538.43	c 539	Memory used           : 93.23 MB
534.06/538.43	c 539	CPU time              : 524.415 s
534.06/538.43	c 539	
534.06/538.43	c 539	UNSATISFIABLE
534.06/538.44	c 539	NOT FOUND: _COST <= 2
534.06/538.44	c 539	OBJECTIVE BOUND: 3 <= _COST <= 5
534.06/538.44	c 539	SEARCHING: _COST <= 4
534.06/538.44	c 539	SOLVING HOME/temp.cnf
534.06/538.44	c 539	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
534.06/538.45	c 539	This is MiniSat 2.0 beta
534.06/538.45	c 539	WARNING: for repeatability, setting FPU to use double precision
534.06/538.45	c 539	============================[ Problem Statistics ]=============================
534.06/538.45	c 539	|                                                                             |
534.06/538.46	c 539	|  Number of variables:  18641                                                |
534.06/538.46	c 539	|  Number of clauses:    290322                                               |
534.12/538.60	c 539	|  Parsing time:         0.13         s                                       |
534.12/538.65	c 539	============================[ Search Statistics ]==============================
534.12/538.65	c 539	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
534.12/538.65	c 539	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
534.12/538.65	c 539	===============================================================================
534.12/538.65	c 539	|         0 |   14600   149935   433305 |    49978        0    nan |  0.000 % |
534.12/538.69	c 539	===============================================================================
534.12/538.69	c 539	restarts              : 1
534.12/538.69	c 539	conflicts             : 12             (59 /sec)
534.12/538.69	c 539	decisions             : 82             (0.00 % random) (404 /sec)
534.12/538.69	c 539	propagations          : 33026          (162715 /sec)
534.12/538.69	c 539	conflict literals     : 158            (5.39 % deleted)
534.12/538.69	c 539	Memory used           : 14.22 MB
534.12/538.69	c 539	CPU time              : 0.202969 s
534.12/538.69	c 539	
534.12/538.69	c 539	SATISFIABLE
534.12/538.70	c 539	FOUND: _COST <= 4
534.12/538.70	c 539	DECODING HOME/temp.out WITH HOME/temp.map
534.12/538.70	c 539	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
534.37/538.96	c 539	Decoding HOME/temp.out
534.46/539.09	c 539	OBJECTIVE _COST 4
534.46/539.09	o 4
534.46/539.09	v 245 246 5 6 133 134 72 73 211 212 243 244 128 129 207 206 0 1 84 83 0 1 173 174 179 178 82 81 235 234 82 83 232 233 2 3 168 169 108 107 0 1 86 87 173 174 222 223 217 217
534.46/539.10	c 540	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
534.57/539.16	c 540	OBJECTIVE BOUND: 3 <= _COST <= 4
534.57/539.16	c 540	SEARCHING: _COST <= 3
534.57/539.16	c 540	SOLVING HOME/temp.cnf
534.57/539.16	c 540	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
534.57/539.16	c 540	This is MiniSat 2.0 beta
534.57/539.16	c 540	WARNING: for repeatability, setting FPU to use double precision
534.57/539.16	c 540	============================[ Problem Statistics ]=============================
534.57/539.16	c 540	|                                                                             |
534.57/539.17	c 540	|  Number of variables:  18641                                                |
534.57/539.17	c 540	|  Number of clauses:    290322                                               |
534.58/539.33	c 540	|  Parsing time:         0.14         s                                       |
534.58/539.37	c 540	============================[ Search Statistics ]==============================
534.58/539.37	c 540	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
534.58/539.37	c 540	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
534.58/539.37	c 540	===============================================================================
534.58/539.37	c 540	|         0 |   14471   148789   430253 |    49596        0    nan |  0.000 % |
534.58/539.56	c 540	|       100 |   14471   148789   430253 |    54555      100     32 | 22.370 % |
534.58/539.90	c 540	|       250 |   14471   148789   430253 |    60011      250     34 | 22.370 % |
535.69/540.39	c 541	|       475 |   14471   148789   430253 |    66012      475     36 | 22.370 % |
536.48/541.18	c 542	|       813 |   14471   148789   430253 |    72613      813     41 | 22.370 % |
537.87/542.53	c 543	|      1320 |   14471   148789   430253 |    79875     1320     49 | 22.370 % |
539.95/544.62	c 545	|      2080 |   14471   148789   430253 |    87862     2080     58 | 22.370 % |
543.22/547.96	c 548	|      3220 |   14471   148789   430253 |    96649     3220     69 | 22.370 % |
548.77/553.58	c 554	|      4929 |   14471   148789   430253 |   106314     4929     87 | 22.370 % |
555.20/560.03	c 560	|      7492 |   14471   148789   430253 |   116945     7492     97 | 22.370 % |
566.70/571.67	c 572	|     11336 |   14471   148789   430253 |   128640    11336    107 | 22.370 % |
588.00/593.14	c 594	|     17104 |   14471   148789   430253 |   141504    17104    119 | 22.370 % |
619.50/624.96	c 625	|     25753 |   14471   148789   430253 |   155654    25753    123 | 22.370 % |
665.67/671.54	c 672	|     38729 |   14471   148789   430253 |   171219    38729    125 | 22.370 % |
747.98/754.67	c 755	|     58190 |   14471   148789   430253 |   188341    58190    130 | 22.370 % |
869.54/877.34	c 878	|     87382 |   14471   148789   430253 |   207176    87382    131 | 22.370 % |
1092.12/1102.02	c 1102	|    131172 |   14471   148789   430253 |   227893   131172    133 | 22.370 % |
1493.02/1506.71	c 1507	|    196857 |   14471   148789   430253 |   250683   196857    136 | 22.370 % |
2078.58/2097.90	c 2098	|    295383 |   14471   148789   430253 |   275751    60619    141 | 22.370 % |
2829.96/2850.02	c 2850	|    443172 |   14468   148776   430223 |   303326   195005    138 | 22.386 % |
3600.06/3620.41	c ERROR INTERRUPTED
3600.06/3620.44	c 3621	CPU 533.81 (0.04 0.03 533.77 0.75)
3600.06/3620.44	c 3621	END Sat Jul 12 16:11:19 2008

Verifier Data (download as text)

OK	4	321
4 unsatisfied constraints, 321 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-1112442-1215868258/watcher-1112442-1215868258 -o /tmp/evaluation-result-1112442-1215868258/solver-1112442-1215868258 -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-1112442-1215868258.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: 3.13 3.19 3.06 5/80 15294
/proc/meminfo: memFree=1792744/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=18572 CPUtime=0
/proc/15294/stat : 15294 (runsolver) R 15292 15294 14204 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 43525267 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15294/statm: 4643 292 257 25 0 2626 0

[startup+0.00921592 s]
/proc/loadavg: 3.13 3.19 3.06 5/80 15294
/proc/meminfo: memFree=1792744/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=12268 CPUtime=0
/proc/15294/stat : 15294 (sugar) D 15292 15294 14204 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 43525267 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 259415308901 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/15294/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101159 s]
/proc/loadavg: 3.13 3.19 3.06 5/80 15294
/proc/meminfo: memFree=1792744/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13600 CPUtime=0.03
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 43525267 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301179 s]
/proc/loadavg: 3.13 3.19 3.06 5/80 15294
/proc/meminfo: memFree=1792744/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13600 CPUtime=0.03
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 43525267 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701222 s]
/proc/loadavg: 3.13 3.19 3.06 5/80 15294
/proc/meminfo: memFree=1792744/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13600 CPUtime=0.32
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 974 4510 0 1 2 1 26 3 15 0 1 0 43525267 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50131 s]
/proc/loadavg: 3.13 3.19 3.06 3/91 15316
/proc/meminfo: memFree=1778192/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13600 CPUtime=0.33
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 974 4510 0 1 3 1 26 3 15 0 1 0 43525267 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15294/statm: 3400 797 370 3 0 500 0
[pid=15307] ppid=15294 vsize=5356 CPUtime=0
/proc/15307/stat : 15307 (sh) S 15294 15294 14204 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43525306 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15307/statm: 1339 233 193 169 0 50 0
[pid=15308] ppid=15307 vsize=868472 CPUtime=1.08
/proc/15308/stat : 15308 (java) S 15307 15294 14204 0 -1 0 6470 0 1 0 100 8 0 0 18 0 9 0 43525307 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 217118 5564 2562 9 0 211665 0
[pid=15308/tid=15309] ppid=15307 vsize=868472 CPUtime=0.79
/proc/15308/task/15309/stat : 15309 (java) R 15307 15294 14204 0 -1 64 2843 0 1 0 74 5 0 0 22 0 9 0 43525307 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4126869354 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15310] ppid=15307 vsize=868472 CPUtime=0.07
/proc/15308/task/15310/stat : 15310 (java) S 15307 15294 14204 0 -1 64 1471 0 0 0 6 1 0 0 16 0 9 0 43525309 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15307 vsize=868472 CPUtime=0
/proc/15308/task/15311/stat : 15311 (java) S 15307 15294 14204 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 43525309 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15307 vsize=868472 CPUtime=0
/proc/15308/task/15312/stat : 15312 (java) S 15307 15294 14204 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 43525309 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15307 vsize=868472 CPUtime=0
/proc/15308/task/15313/stat : 15313 (java) S 15307 15294 14204 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43525311 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15307 vsize=868472 CPUtime=0.2
/proc/15308/task/15314/stat : 15314 (java) S 15307 15294 14204 0 -1 64 1464 0 0 0 19 1 0 0 16 0 9 0 43525311 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15307 vsize=868472 CPUtime=0
/proc/15308/task/15315/stat : 15315 (java) S 15307 15294 14204 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43525311 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15307 vsize=868472 CPUtime=0
/proc/15308/task/15316/stat : 15316 (java) S 15307 15294 14204 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43525311 889315328 5564 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887428

[startup+3.10168 s]
/proc/loadavg: 3.13 3.19 3.06 3/87 15324
/proc/meminfo: memFree=1781936/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=2.34
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1297 26492 0 4 3 2 206 23 15 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 13728

[startup+6.30205 s]
/proc/loadavg: 3.12 3.18 3.06 3/83 15354
/proc/meminfo: memFree=1771152/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=2.87
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1411 34122 0 5 3 2 254 28 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15353] ppid=15294 vsize=5356 CPUtime=0
/proc/15353/stat : 15353 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43525615 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15353/statm: 1339 232 193 169 0 50 0
[pid=15354] ppid=15353 vsize=14548 CPUtime=2.81
/proc/15354/stat : 15354 (minisat) R 15353 15294 14204 0 -1 4194304 3489 0 0 0 279 2 0 0 25 0 1 0 43525615 14897152 3475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15354/statm: 3637 3475 75 150 0 3484 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 33632

[startup+12.7027 s]
/proc/loadavg: 3.11 3.18 3.06 3/83 15390
/proc/meminfo: memFree=1771088/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=9.47
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1753 57041 0 8 3 3 896 45 15 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15389] ppid=15294 vsize=5356 CPUtime=0
/proc/15389/stat : 15389 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43526385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15389/statm: 1339 232 193 169 0 50 0
[pid=15390] ppid=15389 vsize=14552 CPUtime=1.49
/proc/15390/stat : 15390 (minisat) R 15389 15294 14204 0 -1 4194304 3481 0 0 0 147 2 0 0 25 0 1 0 43526387 14901248 3467 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 3638 3467 75 150 0 3485 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 33636

[startup+25.5012 s]
/proc/loadavg: 3.01 3.15 3.05 3/83 15390
/proc/meminfo: memFree=1771088/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=9.47
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1753 57041 0 8 3 3 896 45 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15389] ppid=15294 vsize=5356 CPUtime=0
/proc/15389/stat : 15389 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43526385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15389/statm: 1339 232 193 169 0 50 0
[pid=15390] ppid=15389 vsize=14552 CPUtime=14.22
/proc/15390/stat : 15390 (minisat) R 15389 15294 14204 0 -1 4194304 3482 0 0 0 1420 2 0 0 25 0 1 0 43526387 14901248 3468 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 3638 3468 75 150 0 3485 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 33636

[startup+51.102 s]
/proc/loadavg: 2.89 3.11 3.04 3/83 15390
/proc/meminfo: memFree=1766800/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=9.47
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1753 57041 0 8 3 3 896 45 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15389] ppid=15294 vsize=5356 CPUtime=0
/proc/15389/stat : 15389 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43526385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15389/statm: 1339 232 193 169 0 50 0
[pid=15390] ppid=15389 vsize=19176 CPUtime=39.7
/proc/15390/stat : 15390 (minisat) R 15389 15294 14204 0 -1 4194304 4632 0 0 0 3966 4 0 0 25 0 1 0 43526387 19636224 4618 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 4794 4618 75 150 0 4641 0
Current children cumulated CPU time (s) 49.17
Current children cumulated vsize (KiB) 38260

[startup+102.307 s]
/proc/loadavg: 2.70 3.03 3.01 3/83 15390
/proc/meminfo: memFree=1757456/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=9.47
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1753 57041 0 8 3 3 896 45 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15389] ppid=15294 vsize=5356 CPUtime=0
/proc/15389/stat : 15389 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43526385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15389/statm: 1339 232 193 169 0 50 0
[pid=15390] ppid=15389 vsize=28496 CPUtime=90.64
/proc/15390/stat : 15390 (minisat) R 15389 15294 14204 0 -1 4194304 6926 0 0 0 9059 5 0 0 25 0 1 0 43526387 29179904 6912 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 7124 6912 75 150 0 6971 0
Current children cumulated CPU time (s) 100.11
Current children cumulated vsize (KiB) 47580

[startup+162.301 s]
/proc/loadavg: 2.58 2.93 2.98 3/83 15390
/proc/meminfo: memFree=1747088/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=9.47
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1753 57041 0 8 3 3 896 45 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15389] ppid=15294 vsize=5356 CPUtime=0
/proc/15389/stat : 15389 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43526385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15389/statm: 1339 232 193 169 0 50 0
[pid=15390] ppid=15389 vsize=39264 CPUtime=150.35
/proc/15390/stat : 15390 (minisat) R 15389 15294 14204 0 -1 4194304 9512 0 0 0 15027 8 0 0 25 0 1 0 43526387 40206336 9498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 9816 9498 75 150 0 9663 0
Current children cumulated CPU time (s) 159.82
Current children cumulated vsize (KiB) 58348

[startup+222.302 s]
/proc/loadavg: 2.80 2.92 2.97 3/83 15390
/proc/meminfo: memFree=1738320/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=9.47
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1753 57041 0 8 3 3 896 45 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15389] ppid=15294 vsize=5356 CPUtime=0
/proc/15389/stat : 15389 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 43526385 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15389/statm: 1339 232 193 169 0 50 0
[pid=15390] ppid=15389 vsize=48344 CPUtime=210.05
/proc/15390/stat : 15390 (minisat) R 15389 15294 14204 0 -1 4194304 11688 0 0 0 20995 10 0 0 25 0 1 0 43526387 49504256 11674 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/15390/statm: 12086 11674 75 150 0 11933 0
Current children cumulated CPU time (s) 219.52
Current children cumulated vsize (KiB) 67428

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

/proc/meminfo: memFree=1566536/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=188060 CPUtime=2547.57
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 45390 0 0 0 254696 61 0 0 25 0 1 0 43579184 192573440 45376 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 47015 45376 75 150 0 46862 0
Current children cumulated CPU time (s) 3082.15
Current children cumulated vsize (KiB) 207144

[startup+3162.3 s]
/proc/loadavg: 2.69 2.59 2.58 3/83 15450
/proc/meminfo: memFree=1566472/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=188060 CPUtime=2607.55
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 45396 0 0 0 260694 61 0 0 25 0 1 0 43579184 192573440 45382 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 47015 45382 75 150 0 46862 0
Current children cumulated CPU time (s) 3142.13
Current children cumulated vsize (KiB) 207144

[startup+3222.3 s]
/proc/loadavg: 2.69 2.61 2.59 3/83 15450
/proc/meminfo: memFree=1566280/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=188456 CPUtime=2667.53
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 45498 0 0 0 266691 62 0 0 25 0 1 0 43579184 192978944 45484 996147200 134512640 135127466 4294956256 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 47114 45484 75 150 0 46961 0
Current children cumulated CPU time (s) 3202.11
Current children cumulated vsize (KiB) 207540

[startup+3282.3 s]
/proc/loadavg: 2.69 2.62 2.59 3/83 15450
/proc/meminfo: memFree=1561672/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=192944 CPUtime=2727.51
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 46629 0 0 0 272688 63 0 0 25 0 1 0 43579184 197574656 46615 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 48236 46615 75 150 0 48083 0
Current children cumulated CPU time (s) 3262.09
Current children cumulated vsize (KiB) 212028

[startup+3342.3 s]
/proc/loadavg: 2.67 2.63 2.59 3/83 15450
/proc/meminfo: memFree=1557776/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=196788 CPUtime=2787.48
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 47600 0 0 0 278684 64 0 0 25 0 1 0 43579184 201510912 47586 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 49197 47586 75 150 0 49044 0
Current children cumulated CPU time (s) 3322.06
Current children cumulated vsize (KiB) 215872

[startup+3402.31 s]
/proc/loadavg: 2.51 2.59 2.58 3/83 15450
/proc/meminfo: memFree=1553936/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=200384 CPUtime=2847.46
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 48502 0 0 0 284681 65 0 0 25 0 1 0 43579184 205193216 48488 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 50096 48488 75 150 0 49943 0
Current children cumulated CPU time (s) 3382.04
Current children cumulated vsize (KiB) 219468

[startup+3462.3 s]
/proc/loadavg: 2.45 2.55 2.57 3/83 15450
/proc/meminfo: memFree=1550096/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=204112 CPUtime=2907.44
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 49447 0 0 0 290677 67 0 0 25 0 1 0 43579184 209010688 49433 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 51028 49433 75 150 0 50875 0
Current children cumulated CPU time (s) 3442.02
Current children cumulated vsize (KiB) 223196

[startup+3522.3 s]
/proc/loadavg: 2.57 2.56 2.56 3/83 15450
/proc/meminfo: memFree=1545552/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=208600 CPUtime=2967.41
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 50564 0 0 0 296673 68 0 0 25 0 1 0 43579184 213606400 50550 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 52150 50550 75 150 0 51997 0
Current children cumulated CPU time (s) 3501.99
Current children cumulated vsize (KiB) 227684

[startup+3582.3 s]
/proc/loadavg: 2.57 2.56 2.56 3/83 15450
/proc/meminfo: memFree=1542672/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=211572 CPUtime=3027.39
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 51276 0 0 0 302670 69 0 0 25 0 1 0 43579184 216649728 51262 996147200 134512640 135127466 4294956256 18446744073709551615 134530817 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 52893 51262 75 150 0 52740 0
Current children cumulated CPU time (s) 3561.97
Current children cumulated vsize (KiB) 230656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.4 s]
/proc/loadavg: 2.62 2.57 2.56 3/83 15450
/proc/meminfo: memFree=1542672/2055920 swapFree=4181040/4192956
[pid=15294] ppid=15292 vsize=13728 CPUtime=534.58
/proc/15294/stat : 15294 (sugar) S 15292 15294 14204 0 -1 4194304 1921 87392 0 9 4 3 53376 75 16 0 1 0 43525267 14057472 811 996147200 4194304 4206940 548682068592 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15294/statm: 3432 811 374 3 0 532 0
[pid=15405] ppid=15294 vsize=5356 CPUtime=0
/proc/15405/stat : 15405 (sh) S 15294 15294 14204 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 43579183 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15405/statm: 1339 232 193 169 0 50 0
[pid=15406] ppid=15405 vsize=211572 CPUtime=3065.48
/proc/15406/stat : 15406 (minisat) R 15405 15294 14204 0 -1 4194304 51276 0 0 0 306479 69 0 0 25 0 1 0 43579184 216649728 51262 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/15406/statm: 52893 51262 75 150 0 52740 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 230656

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

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

Child status: 0

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

Real time (s): 3620.44
CPU time (s): 3600.06
CPU user time (s): 3598.59
CPU system time (s): 1.47
CPU usage (%): 99.437
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 533.812
system time used= 0.794879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89655
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4758
involuntary context switches= 27326

runsolver used 4.68929 second user time and 11.7812 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-12 15:10:58
IDJOB=1112442
IDBENCH=61418
IDSOLVER=368
FILE ID=node42/1112442-1215868258
PBS_JOBID= 7903461
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7e6e65bbb019960e8b8070b754af3371
RANDOM SEED=1593409414

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1793352 kB
Buffers:         31220 kB
Cached:          86668 kB
SwapCached:       5804 kB
Active:         144732 kB
Inactive:        59696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793352 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:            1456 kB
Writeback:           0 kB
Mapped:         102800 kB
Slab:            43200 kB
Committed_AS:   990484 kB
PageTables:       2000 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= 66492 MiB
End job on node42 at 2008-07-12 16:11:21