Trace number 1869447

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 NameAnswerobjCPU timeWall clock time
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2SAT (TO)39 1800.21 1800.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m200_500_10_10.r.opb
MD5SUM9ce5413471f93025df24c6fa43fb2680
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark1800.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 39
Optimality of the best value was proved NO
Number of variables492
Total number of constraints200
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 492
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 492
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 492
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver Clp 1.8.2
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1869447-1245172660.opb>
0.00/0.01	c original problem has 492 variables (492 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 0 impls, 0 clqs
0.00/0.03	c    (0.0s) probing: 101/492 (20.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (2 rounds):
0.00/0.03	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 0 cliques
0.00/0.03	c presolved problem has 492 variables (492 bin, 0 int, 0 impl, 0 cont) and 200 constraints
0.00/0.03	c     200 constraints of type <logicor>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.01
0.00/0.03	c strange?!, PURESAT with obj
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = c 1620
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = c 1791
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = c 10000
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving problem
0.00/0.03	c 
0.09/0.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |   497 |1327k|   0 | 153 | 492 | 200 | 200 | 492 | 200 |   0 |   0 |   0 | 3.355595e+01 |      --      |    Inf 
0.09/0.10	o 153
0.09/0.10	c r 0.1s|     1 |     0 |   497 |1340k|   0 | 153 | 492 | 200 | 200 | 492 | 200 |   0 |   0 |   0 | 3.355595e+01 | 1.530000e+02 | 355.95%
0.09/0.11	o 152
0.09/0.11	c R 0.1s|     1 |     0 |   497 |1354k|   0 | 153 | 492 | 200 | 200 | 492 | 200 |   0 |   0 |   0 | 3.355595e+01 | 1.520000e+02 | 352.97%
0.09/0.11	o 151
0.09/0.11	c s 0.1s|     1 |     0 |   497 |1367k|   0 | 153 | 492 | 200 | 200 | 492 | 200 |   0 |   0 |   0 | 3.355595e+01 | 1.510000e+02 | 349.99%
0.19/0.26	c   0.2s|     1 |     0 |   553 |3707k|   0 | 155 | 492 | 200 | 200 | 492 | 201 |   1 |   0 |   0 | 3.359618e+01 | 1.510000e+02 | 349.46%
0.19/0.26	o 150
0.19/0.26	c R 0.2s|     1 |     0 |   553 |3720k|   0 | 155 | 492 | 200 | 200 | 492 | 201 |   1 |   0 |   0 | 3.359618e+01 | 1.500000e+02 | 346.48%
0.19/0.26	o 149
0.19/0.26	c s 0.2s|     1 |     0 |   553 |3727k|   0 | 155 | 492 | 200 | 200 | 492 | 201 |   1 |   0 |   0 | 3.359618e+01 | 1.490000e+02 | 343.50%
0.39/0.41	c   0.4s|     1 |     0 |   598 |6067k|   0 | 153 | 492 | 200 | 200 | 492 | 202 |   2 |   0 |   0 | 3.361575e+01 | 1.490000e+02 | 343.24%
0.39/0.42	o 148
0.39/0.42	c R 0.4s|     1 |     0 |   598 |6081k|   0 | 153 | 492 | 200 | 200 | 492 | 202 |   2 |   0 |   0 | 3.361575e+01 | 1.480000e+02 | 340.27%
0.39/0.42	o 147
0.39/0.42	c s 0.4s|     1 |     0 |   598 |6087k|   0 | 153 | 492 | 200 | 200 | 492 | 202 |   2 |   0 |   0 | 3.361575e+01 | 1.470000e+02 | 337.29%
0.49/0.57	c   0.5s|     1 |     0 |   645 |7818k|   0 | 157 | 492 | 200 | 200 | 492 | 203 |   3 |   0 |   0 | 3.363284e+01 | 1.470000e+02 | 337.07%
0.49/0.58	o 146
0.49/0.58	c R 0.5s|     1 |     0 |   645 |7831k|   0 | 157 | 492 | 200 | 200 | 492 | 203 |   3 |   0 |   0 | 3.363284e+01 | 1.460000e+02 | 334.10%
0.49/0.58	o 145
0.49/0.58	c s 0.5s|     1 |     0 |   645 |7838k|   0 | 157 | 492 | 200 | 200 | 492 | 203 |   3 |   0 |   0 | 3.363284e+01 | 1.450000e+02 | 331.13%
0.69/0.72	c   0.7s|     1 |     0 |   698 |8527k|   0 | 156 | 492 | 200 | 200 | 492 | 204 |   4 |   0 |   0 | 3.363942e+01 | 1.450000e+02 | 331.04%
0.69/0.72	o 144
0.69/0.72	c R 0.7s|     1 |     0 |   698 |8540k|   0 | 156 | 492 | 200 | 200 | 492 | 204 |   4 |   0 |   0 | 3.363942e+01 | 1.440000e+02 | 328.07%
0.69/0.73	o 143
0.69/0.73	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.69/0.73	c s 0.7s|     1 |     0 |   698 |8547k|   0 | 156 | 492 | 200 | 200 | 492 | 204 |   4 |   0 |   0 | 3.363942e+01 | 1.430000e+02 | 325.10%
0.79/0.87	c   0.8s|     1 |     0 |   730 |8681k|   0 | 158 | 492 | 200 | 200 | 492 | 205 |   5 |   0 |   0 | 3.364335e+01 | 1.430000e+02 | 325.05%
0.79/0.87	o 142
0.79/0.87	c R 0.8s|     1 |     0 |   730 |8695k|   0 | 158 | 492 | 200 | 200 | 492 | 205 |   5 |   0 |   0 | 3.364335e+01 | 1.420000e+02 | 322.07%
0.79/0.87	o 141
0.79/0.87	c s 0.8s|     1 |     0 |   730 |8702k|   0 | 158 | 492 | 200 | 200 | 492 | 205 |   5 |   0 |   0 | 3.364335e+01 | 1.410000e+02 | 319.10%
0.99/1.01	c   1.0s|     1 |     0 |   760 |8767k|   0 | 158 | 492 | 200 | 200 | 492 | 206 |   6 |   0 |   0 | 3.364474e+01 | 1.410000e+02 | 319.08%
0.99/1.02	o 140
0.99/1.02	c R 1.0s|     1 |     0 |   760 |8781k|   0 | 158 | 492 | 200 | 200 | 492 | 206 |   6 |   0 |   0 | 3.364474e+01 | 1.400000e+02 | 316.11%
0.99/1.02	o 139
0.99/1.02	c s 1.0s|     1 |     0 |   760 |8787k|   0 | 158 | 492 | 200 | 200 | 492 | 206 |   6 |   0 |   0 | 3.364474e+01 | 1.390000e+02 | 313.14%
1.09/1.18	c   1.1s|     1 |     0 |   796 |8797k|   0 | 157 | 492 | 200 | 200 | 492 | 207 |   7 |   0 |   0 | 3.364552e+01 | 1.390000e+02 | 313.13%
1.09/1.18	o 138
1.09/1.18	c R 1.1s|     1 |     0 |   796 |8811k|   0 | 157 | 492 | 200 | 200 | 492 | 207 |   7 |   0 |   0 | 3.364552e+01 | 1.380000e+02 | 310.16%
1.09/1.18	o 137
1.09/1.18	c s 1.1s|     1 |     0 |   796 |8818k|   0 | 157 | 492 | 200 | 200 | 492 | 207 |   7 |   0 |   0 | 3.364552e+01 | 1.370000e+02 | 307.19%
1.28/1.34	c   1.3s|     1 |     0 |   843 |8828k|   0 | 152 | 492 | 200 | 200 | 492 | 208 |   8 |   0 |   0 | 3.364768e+01 | 1.370000e+02 | 307.16%
1.28/1.34	o 136
1.28/1.34	c R 1.3s|     1 |     0 |   843 |8841k|   0 | 152 | 492 | 200 | 200 | 492 | 208 |   8 |   0 |   0 | 3.364768e+01 | 1.360000e+02 | 304.19%
1.28/1.34	o 135
1.28/1.34	c s 1.3s|     1 |     0 |   843 |8848k|   0 | 152 | 492 | 200 | 200 | 492 | 208 |   8 |   0 |   0 | 3.364768e+01 | 1.350000e+02 | 301.22%
1.28/1.39	c   1.4s|     1 |     0 |   878 |8857k|   0 | 153 | 492 | 200 | 200 | 492 | 209 |   9 |   0 |   0 | 3.364868e+01 | 1.350000e+02 | 301.20%
1.38/1.40	o 134
1.38/1.40	c R 1.4s|     1 |     0 |   878 |8871k|   0 | 153 | 492 | 200 | 200 | 492 | 209 |   9 |   0 |   0 | 3.364868e+01 | 1.340000e+02 | 298.23%
1.38/1.40	o 133
1.38/1.40	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.38/1.40	c s 1.4s|     1 |     0 |   878 |8878k|   0 | 153 | 492 | 200 | 200 | 492 | 209 |   9 |   0 |   0 | 3.364868e+01 | 1.330000e+02 | 295.26%
1.38/1.44	o 52
1.38/1.44	c k 1.4s|     1 |     0 |   878 |8891k|   0 | 153 | 492 | 200 | 200 | 492 | 209 |   9 |   0 |   0 | 3.364868e+01 | 5.200000e+01 |  54.54%
6.89/6.96	o 40
6.89/6.96	c E 6.8s|     1 |     0 |   878 |8890k|   0 | 153 | 492 | 200 | 200 | 492 | 209 |   9 |   0 |   0 | 3.364868e+01 | 4.000000e+01 |  18.88%
6.89/6.97	c   6.9s|     1 |     0 |   878 |8890k|   0 | 153 | 492 | 200 | 200 | 492 | 209 |   9 |   0 |   0 | 3.364868e+01 | 4.000000e+01 |  18.88%
7.49/7.54	c   7.4s|     1 |     2 |   878 |8891k|   0 | 153 | 492 | 200 | 200 | 492 | 209 |   9 |   0 |  23 | 3.364868e+01 | 4.000000e+01 |  18.88%
26.59/26.65	o 40
26.59/26.65	c C26.4s|   201 |   180 | 24204 |9783k|  21 | 105 | 492 | 200 | 184 | 492 | 209 |   9 |   0 | 938 | 3.375842e+01 | 4.000000e+01 |  18.49%
29.68/29.80	o 39
29.68/29.80	c o29.6s|   340 |   301 | 38150 |9993k|  22 |   0 | 492 | 200 | 120 | 492 | 209 |   9 |   0 |1004 | 3.428137e+01 | 3.900000e+01 |  13.76%
310.70/310.85	c   309s| 10000 |  5475 |  1378k|  28M|  28 |  99 | 492 | 200 | 128 | 492 | 209 |   9 |   0 |3280 | 3.602460e+01 | 3.900000e+01 |   8.26%
537.85/538.01	c   535s| 20000 |  9693 |  2540k|  49M|  29 | 121 | 492 | 200 | 174 | 492 | 209 |   9 |   0 |4322 | 3.629436e+01 | 3.900000e+01 |   7.45%
776.69/776.99	c   773s| 30000 | 13343 |  3737k|  69M|  29 | 132 | 492 | 200 | 165 | 492 | 209 |   9 |   0 |5505 | 3.644607e+01 | 3.900000e+01 |   7.01%
981.54/981.88	c   976s| 40000 | 15971 |  4798k|  85M|  30 | 111 | 492 | 200 | 147 | 492 | 209 |   9 |   0 |6511 | 3.656520e+01 | 3.900000e+01 |   6.66%
1163.00/1163.37	c  1157s| 50000 | 17657 |  5746k|  98M|  30 |   - | 492 | 200 | 182 | 492 | 209 |   9 |   0 |7599 | 3.663934e+01 | 3.900000e+01 |   6.44%
1332.35/1332.77	c  1325s| 60000 | 18923 |  6661k| 108M|  30 |   - | 492 | 200 | 135 | 492 | 209 |   9 |   0 |8383 | 3.670221e+01 | 3.900000e+01 |   6.26%
1495.62/1496.09	c  1488s| 70000 | 19901 |  7550k| 118M|  30 |   - | 492 | 200 | 141 | 492 | 209 |   9 |   0 |9162 | 3.675781e+01 | 3.900000e+01 |   6.10%
1655.48/1655.95	c  1647s| 80000 | 20601 |  8424k| 126M|  30 |   - | 492 | 200 | 147 | 492 | 209 |   9 |   0 |9906 | 3.681004e+01 | 3.900000e+01 |   5.95%
1800.04/1800.50	c 
1800.04/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.50	c Solving Time (sec) : 1790.30
1800.04/1800.50	c Solving Nodes      : 89244
1800.04/1800.50	c Primal Bound       : +3.90000000000000e+01 (795 solutions)
1800.04/1800.50	c Dual Bound         : +3.68562225912001e+01
1800.04/1800.50	c Gap                : 5.82 %
1800.04/1800.50	c NODE         89244
1800.04/1800.50	c DUAL BOUND   36.8562
1800.04/1800.50	c PRIMAL BOUND 39
1800.04/1800.50	c GAP          0.058166
1800.04/1800.50	s SATISFIABLE
1800.04/1800.50	v -x492 -x491 -x490 -x489 -x488 -x487 -x486 -x485 -x484 -x483 -x482 -x481 -x480 -x479 -x478 -x477 x476 -x475 -x474 -x473 -x472 -x471 
1800.04/1800.50	v -x470 -x469 -x468 -x467 -x466 -x465 -x464 -x463 -x462 -x461 -x460 -x459 -x458 -x457 -x456 -x455 -x454 -x453 -x452 -x451 -x450 
1800.04/1800.50	v -x449 -x448 -x447 -x446 -x445 -x444 -x443 -x442 x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 
1800.04/1800.50	v -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 
1800.04/1800.50	v -x408 -x407 x406 x405 -x404 -x403 -x402 -x401 -x400 -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 
1800.04/1800.50	v -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 -x378 x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 x366 
1800.04/1800.50	v -x365 -x364 -x363 -x362 -x361 -x360 -x359 x358 -x357 -x356 -x355 -x354 -x353 -x352 -x351 -x350 -x349 -x348 -x347 x346 -x345 
1800.04/1800.50	v -x344 -x343 -x342 -x341 -x340 -x339 -x338 -x337 -x336 -x335 -x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 x325 -x324 
1800.04/1800.50	v -x323 -x322 -x321 -x320 x319 -x318 -x317 -x316 -x315 -x314 -x313 -x312 x311 -x310 x309 -x308 -x307 -x306 -x305 -x304 -x303 
1800.04/1800.50	v -x302 -x301 -x300 -x299 -x298 -x297 -x296 -x295 -x294 -x293 -x292 x291 -x290 -x289 -x288 -x287 -x286 -x285 -x284 -x283 -x282 
1800.04/1800.50	v -x281 -x280 -x279 -x278 -x277 -x276 -x275 -x274 -x273 -x272 -x271 -x270 -x269 -x268 -x267 -x266 -x265 -x264 -x263 -x262 -x261 
1800.04/1800.50	v -x260 -x259 -x258 -x257 -x256 -x255 -x254 -x253 -x252 -x251 -x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 x242 -x241 -x240 
1800.04/1800.50	v -x239 -x238 -x237 x236 -x235 -x234 -x233 -x232 x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 x220 -x219 
1800.04/1800.50	v -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 x199 -x198 
1800.04/1800.50	v -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 x180 -x179 -x178 -x177 
1800.04/1800.50	v -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 -x167 -x166 x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 
1800.04/1800.50	v -x155 -x154 -x153 -x152 -x151 -x150 x149 x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 
1800.04/1800.50	v -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 
1800.04/1800.50	v -x112 -x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 -x103 -x102 -x101 -x100 -x99 -x98 x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 
1800.04/1800.50	v -x89 -x88 -x87 -x86 -x85 -x84 x83 x82 x81 -x80 -x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 
1800.04/1800.50	v -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 
1800.04/1800.50	v -x38 -x37 -x36 -x35 -x34 -x33 -x32 x31 -x30 x29 x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 
1800.04/1800.50	v -x12 -x11 -x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.04/1800.50	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.50	c Solving Time       :    1790.30
1800.04/1800.50	c Original Problem   :
1800.04/1800.50	c   Problem name     : HOME/instance-1869447-1245172660.opb
1800.04/1800.50	c   Variables        : 492 (492 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.50	c   Constraints      : 200 initial, 200 maximal
1800.04/1800.50	c Presolved Problem  :
1800.04/1800.50	c   Problem name     : t_HOME/instance-1869447-1245172660.opb
1800.04/1800.50	c   Variables        : 492 (492 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.50	c   Constraints      : 200 initial, 200 maximal
1800.04/1800.50	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.04/1800.50	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.04/1800.50	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.04/1800.50	c   root node        :          -          0          -          -          0          -          -          -          -
1800.04/1800.50	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.50	c   integral         :          0          0          0      57817          0        218       3613          0          0     110352
1800.04/1800.50	c   logicor          :        200         10     121420          0          0          0       2681          0          0          0
1800.04/1800.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.04/1800.50	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.04/1800.50	c   integral         :     149.89       0.00       0.00     149.89       0.00
1800.04/1800.50	c   logicor          :       2.30       0.00       2.30       0.00       0.00
1800.04/1800.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.04/1800.50	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.04/1800.50	c   rootredcost      :       0.12          1          0          0
1800.04/1800.50	c   pseudoobj        :       5.15     234390          0          0
1800.04/1800.50	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.50	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.50	c   infeasible LP    :       1.20      41045          0          0        0.0          0        0.0          0
1800.04/1800.50	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.51	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.04/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.04/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.51	c   cut pool         :       0.04          9          -          -         19          -    (maximal pool size: 534)
1800.04/1800.51	c   redcost          :       8.15     106815          0    3858455          0          0
1800.04/1800.51	c   impliedbounds    :       0.00         11          0          0          0          0
1800.04/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.51	c   gomory           :       0.43         11          0          0          0          0
1800.04/1800.51	c   strongcg         :       0.50         11          0          0        534          0
1800.04/1800.51	c   cmir             :       0.06         10          0          0          0          0
1800.04/1800.51	c   flowcover        :       0.16         10          0          0          0          0
1800.04/1800.51	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.51	c Pricers            :       Time      Calls       Vars
1800.04/1800.51	c   problem variables:       0.00          0          0
1800.04/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.51	c   relpscost        :     149.74      57817        218       3613          0          0     110352
1800.04/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.51	c   LP solutions     :       0.00          -          0
1800.04/1800.51	c   pseudo solutions :       0.00          -          0
1800.04/1800.51	c   feaspump         :       0.00          0          0
1800.04/1800.51	c   oneopt           :       0.04          3          1
1800.04/1800.51	c   crossover        :       0.43          9          2
1800.04/1800.51	c   objpscostdiving  :      60.66        175        518
1800.04/1800.51	c   guideddiving     :      48.89        513          3
1800.04/1800.51	c   pscostdiving     :      67.70        513        101
1800.04/1800.51	c   fracdiving       :      47.84        513          9
1800.04/1800.51	c   coefdiving       :      58.90        513         13
1800.04/1800.51	c   veclendiving     :      24.32        514          6
1800.04/1800.51	c   linesearchdiving :      55.44        514          5
1800.04/1800.51	c   simplerounding   :       1.57      57826        112
1800.04/1800.51	c   rounding         :      13.70      30461         10
1800.04/1800.51	c   shifting         :       1.69       2998         10
1800.04/1800.51	c   intshifting      :       0.00          0          0
1800.04/1800.51	c   fixandinfer      :       0.00          0          0
1800.04/1800.51	c   intdiving        :       0.00          0          0
1800.04/1800.51	c   actconsdiving    :       0.00          0          0
1800.04/1800.51	c   rootsoldiving    :       3.55        109          4
1800.04/1800.51	c   octane           :       0.00          0          0
1800.04/1800.51	c   rens             :       5.46          1          1
1800.04/1800.51	c   rins             :       0.00          0          0
1800.04/1800.51	c   localbranching   :       0.00          0          0
1800.04/1800.51	c   mutation         :       0.00          0          0
1800.04/1800.51	c   dins             :       0.00          0          0
1800.04/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.51	c   dual LP          :    1209.04      91676    7561308      82.48    6253.98
1800.04/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.51	c   diving/probing LP:     348.16     104031    1660836      15.96    4770.32
1800.04/1800.51	c   strong branching :     145.55      10613    1064895     100.34    7316.35
1800.04/1800.51	c     (at root node) :          -         23       3634     158.00          -
1800.04/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.51	c B&B Tree           :
1800.04/1800.51	c   number of runs   :          1
1800.04/1800.51	c   nodes            :      89244
1800.04/1800.51	c   nodes (total)    :      89244
1800.04/1800.51	c   nodes left       :      21025
1800.04/1800.51	c   max depth        :         30
1800.04/1800.51	c   max depth (total):         30
1800.04/1800.51	c   backtracks       :      23414 (26.2%)
1800.04/1800.51	c   delayed cutoffs  :          0
1800.04/1800.51	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.04/1800.51	c   avg switch length:       5.52
1800.04/1800.51	c   switching time   :       8.06
1800.04/1800.51	c Solution           :
1800.04/1800.51	c   Solutions found  :        795 (25 improvements)
1800.04/1800.51	c   Primal Bound     : +3.90000000000000e+01   (in run 1, after 340 nodes, 29.56 seconds, depth 22, found by <objpscostdiving>)
1800.04/1800.51	c   Dual Bound       : +3.68562225912001e+01
1800.04/1800.51	c   Gap              :       5.82 %
1800.04/1800.51	c   Root Dual Bound  : +3.36486819906699e+01
1800.16/1800.65	c Time complete: 1800.19.

Verifier Data

OK	39

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1869447-1245172660/watcher-1869447-1245172660 -o /tmp/evaluation-result-1869447-1245172660/solver-1869447-1245172660 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869447-1245172660.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.95 3/67 9662
/proc/meminfo: memFree=1293472/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=7616 CPUtime=0
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 563 0 0 0 0 0 0 0 18 0 1 0 173755324 7798784 547 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/9662/statm: 1904 558 353 1256 0 643 0

[startup+0.0489981 s]
/proc/loadavg: 1.00 1.00 0.95 3/67 9662
/proc/meminfo: memFree=1293472/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=16236 CPUtime=0.04
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 3126 0 0 0 3 1 0 0 18 0 1 0 173755324 16625664 2756 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 4059 2757 602 1256 0 2798 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16236

[startup+0.102001 s]
/proc/loadavg: 1.00 1.00 0.95 3/67 9662
/proc/meminfo: memFree=1293472/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=16236 CPUtime=0.09
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 3192 0 0 0 8 1 0 0 18 0 1 0 173755324 16625664 2822 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 4059 2822 602 1256 0 2798 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16236

[startup+0.302019 s]
/proc/loadavg: 1.00 1.00 0.95 3/67 9662
/proc/meminfo: memFree=1293472/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=19900 CPUtime=0.29
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 4121 0 0 0 28 1 0 0 19 0 1 0 173755324 20377600 3751 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 4975 3751 641 1256 0 3714 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19900

[startup+0.701055 s]
/proc/loadavg: 1.00 1.00 0.95 3/67 9662
/proc/meminfo: memFree=1293472/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=25784 CPUtime=0.69
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 5538 0 0 0 67 2 0 0 22 0 1 0 173755324 26402816 5167 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 6446 5167 641 1256 0 5185 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25784

[startup+1.50113 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1274328/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=37224 CPUtime=1.49
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 8107 0 0 0 146 3 0 0 25 0 1 0 173755324 38117376 7732 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 9306 7733 654 1256 0 8045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37224

[startup+3.10127 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1263000/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=39176 CPUtime=3.09
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 8629 0 0 0 304 5 0 0 25 0 1 0 173755324 40116224 8254 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 9794 8254 674 1256 0 8533 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39176

[startup+6.30155 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1262552/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=39176 CPUtime=6.29
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 8638 0 0 0 620 9 0 0 25 0 1 0 173755324 40116224 8263 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 9794 8263 674 1256 0 8533 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39176

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1262616/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=39176 CPUtime=12.69
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 8694 0 0 0 1256 13 0 0 25 0 1 0 173755324 40116224 8319 1992294400 4194304 9342243 548682068736 18446744073709551615 6938997 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 9794 8319 688 1256 0 8533 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39176

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1262552/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=39176 CPUtime=25.49
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 8730 0 0 0 2530 19 0 0 25 0 1 0 173755324 40116224 8355 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 9794 8355 688 1256 0 8533 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39176

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1261144/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=39176 CPUtime=51.07
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 9085 0 0 0 5075 32 0 0 25 0 1 0 173755324 40116224 8710 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 9794 8710 696 1256 0 8533 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39176

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1262680/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=37016 CPUtime=102.26
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 9329 0 0 0 10168 58 0 0 25 0 1 0 173755324 37904384 8287 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 9254 8287 696 1256 0 7993 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 37016

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1255768/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=45956 CPUtime=162.24
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 11091 0 0 0 16138 86 0 0 25 0 1 0 173755324 47058944 10048 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 11489 10048 696 1256 0 10228 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45956

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1254296/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=45956 CPUtime=222.23
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 11460 0 0 0 22106 117 0 0 25 0 1 0 173755324 47058944 10417 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 11489 10417 696 1256 0 10228 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 45956

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1248408/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=52648 CPUtime=282.2
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 14258 0 0 0 28073 147 0 0 25 0 1 0 173755324 53911552 11904 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 13162 11904 696 1256 0 11901 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 52648

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1241624/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=59624 CPUtime=342.2
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 15947 0 0 0 34039 181 0 0 25 0 1 0 173755324 61054976 13593 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 14906 13593 696 1256 0 13645 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 59624

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1233368/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=67584 CPUtime=402.18
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 19321 0 0 0 40003 215 0 0 25 0 1 0 173755324 69206016 15663 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 16896 15663 696 1256 0 15635 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 67584

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1226904/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=73692 CPUtime=462.16
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 20904 0 0 0 45970 246 0 0 25 0 1 0 173755324 75460608 17237 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 18423 17237 696 1256 0 17162 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 73692

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1218904/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=82712 CPUtime=522.16
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 22925 0 0 0 51934 282 0 0 25 0 1 0 173755324 84697088 19257 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 20678 19257 696 1256 0 19417 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 82712

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1212632/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=89120 CPUtime=582.13
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 24474 0 0 0 57900 313 0 0 25 0 1 0 173755324 91258880 20803 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 22280 20803 696 1256 0 21019 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 89120

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1203864/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=98384 CPUtime=642.12
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 26640 0 0 0 63869 343 0 0 25 0 1 0 173755324 100745216 22969 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 24596 22969 696 1256 0 23335 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 98384

[startup+702.302 s]

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

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1180312/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=123692 CPUtime=882.07
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 34411 0 0 0 87734 473 0 0 25 0 1 0 173755324 126660608 28843 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 30923 28843 696 1256 0 29662 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 123692

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1174552/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=129124 CPUtime=942.05
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 35842 0 0 0 93698 507 0 0 25 0 1 0 173755324 132222976 30274 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 32281 30274 696 1256 0 31020 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 129124

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1169304/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=134536 CPUtime=1002.04
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 37158 0 0 0 99664 540 0 0 25 0 1 0 173755324 137764864 31590 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 33634 31590 696 1256 0 32373 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 134536

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1163416/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=139920 CPUtime=1062.02
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 38607 0 0 0 105630 572 0 0 25 0 1 0 173755324 143278080 33038 1992294400 4194304 9342243 548682068736 18446744073709551615 6044002 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 34980 33038 696 1256 0 33719 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 139920

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1156248/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=148052 CPUtime=1122
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 40399 0 0 0 111594 606 0 0 25 0 1 0 173755324 151605248 34828 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 37013 34828 696 1256 0 35752 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 148052

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1150296/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=153736 CPUtime=1181.99
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 43558 0 0 0 117558 641 0 0 25 0 1 0 173755324 157425664 36330 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 38434 36330 696 1256 0 37173 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 153736

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1144216/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=160168 CPUtime=1241.98
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 45051 0 0 0 123526 672 0 0 25 0 1 0 173755324 164012032 37823 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 40042 37823 696 1256 0 38781 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 160168

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1138840/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=165432 CPUtime=1301.97
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 46393 0 0 0 129493 704 0 0 25 0 1 0 173755324 169402368 39165 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 41358 39165 696 1256 0 40097 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 165432

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1132696/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=172580 CPUtime=1361.95
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 47930 0 0 0 135458 737 0 0 25 0 1 0 173755324 176721920 40698 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 43145 40698 696 1256 0 41884 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 172580

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1125784/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=179940 CPUtime=1421.94
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 49637 0 0 0 141425 769 0 0 25 0 1 0 173755324 184258560 42405 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 44985 42405 696 1256 0 43724 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 179940

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9663
/proc/meminfo: memFree=1122648/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=183028 CPUtime=1481.92
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 50422 0 0 0 147390 802 0 0 25 0 1 0 173755324 187420672 43190 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 45757 43190 696 1256 0 44496 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 183028

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9665
/proc/meminfo: memFree=1117912/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=189136 CPUtime=1541.91
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 51575 0 0 0 153356 835 0 0 25 0 1 0 173755324 193675264 44343 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 47284 44343 696 1256 0 46023 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 189136

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9665
/proc/meminfo: memFree=1114072/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=193784 CPUtime=1601.89
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 52514 0 0 0 159321 868 0 0 25 0 1 0 173755324 198434816 45282 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 48446 45282 696 1256 0 47185 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 193784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9665
/proc/meminfo: memFree=1111704/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=195496 CPUtime=1661.87
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 53113 0 0 0 165287 900 0 0 25 0 1 0 173755324 200187904 45881 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 48874 45881 696 1256 0 47613 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 195496

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9665
/proc/meminfo: memFree=1109784/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=198324 CPUtime=1721.86
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 53576 0 0 0 171253 933 0 0 25 0 1 0 173755324 203083776 46344 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 49581 46344 696 1256 0 48320 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 198324

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9665
/proc/meminfo: memFree=1106264/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=202732 CPUtime=1781.85
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 54485 0 0 0 177222 963 0 0 25 0 1 0 173755324 207597568 47253 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 50683 47253 696 1256 0 49422 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 202732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 0.95 2/68 9665
/proc/meminfo: memFree=1105624/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=203292 CPUtime=1800.04
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 54644 0 0 0 179031 973 0 0 25 0 1 0 173755324 208171008 47412 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/9662/statm: 50823 47412 696 1256 0 49562 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 203292

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

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

[startup+1800.61 s]
/proc/loadavg: 1.00 1.00 0.95 2/69 9666
/proc/meminfo: memFree=1105616/2055920 swapFree=4192956/4192956
[pid=9662] ppid=9660 vsize=203292 CPUtime=1800.16
/proc/9662/stat : 9662 (pbscip.linux.x8) R 9660 9662 9148 0 -1 4194304 54645 0 0 0 179042 974 0 0 17 0 1 0 173755324 208171008 47413 1992294400 4194304 9342243 548682068736 18446744073709551615 5838684 0 0 4096 0 0 0 0 17 1 0 0
/proc/9662/statm: 50823 47413 697 1256 0 49562 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 203292

Child status: 0
Real time (s): 1800.65
CPU time (s): 1800.21
CPU user time (s): 1790.43
CPU system time (s): 9.77051
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 203292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.43
system time used= 9.77051
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54648
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3331

runsolver used 1.51777 second user time and 5.04723 second system time

The end

Launcher Data

Begin job on node68 at 2009-06-16 19:17:40
IDJOB=1869447
IDBENCH=2878
IDSOLVER=684
FILE ID=node68/1869447-1245172660
PBS_JOBID= 9363870
Free space on /tmp= 66472 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m200_500_10_10.r.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869447-1245172660/watcher-1869447-1245172660 -o /tmp/evaluation-result-1869447-1245172660/solver-1869447-1245172660 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1869447-1245172660.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9ce5413471f93025df24c6fa43fb2680
RANDOM SEED=366739520

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1293888 kB
Buffers:         69312 kB
Cached:         596136 kB
SwapCached:          0 kB
Active:         344520 kB
Inactive:       337332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1293888 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11800 kB
Writeback:           0 kB
Mapped:          26464 kB
Slab:            65824 kB
Committed_AS:    82944 kB
PageTables:       1564 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node68 at 2009-06-16 19:47:43