Trace number 2663880

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 NameAnswerobjective functionCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solverSAT (TO)-17 1802.19 1802.78

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_5.opb
MD5SUMb1b77cfc7c7e45b216596a736ff4b926
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-27
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
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 constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

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.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2663880-1276670700.opb>
0.02/0.08	c original problem has 6626 variables (6626 bin, 0 int, 0 impl, 0 cont) and 6827 constraints
0.02/0.08	c problem read
0.02/0.08	c presolving settings loaded
0.02/0.08	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.09/0.17	o 0
0.09/0.17	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.17	c presolving:
0.39/0.47	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50208 impls, 400 clqs
0.89/0.93	c    (0.6s) probing: 101/6626 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.93	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.93	c presolving (2 rounds):
0.89/0.93	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.93	c  50208 implications, 400 cliques
0.89/0.93	c presolved problem has 6626 variables (6626 bin, 0 int, 0 impl, 0 cont) and 6827 constraints
0.89/0.93	c     400 constraints of type <setppc>
0.89/0.93	c    6226 constraints of type <and>
0.89/0.93	c       1 constraints of type <linear>
0.89/0.93	c     200 constraints of type <logicor>
0.89/0.93	c transformed objective value is always integral (scale: 1)
0.89/0.93	c Presolving Time: 0.60
0.89/0.93	c - non default parameters ----------------------------------------------------------------------
0.89/0.93	c # SCIP version 1.2.1.2
0.89/0.93	c 
0.89/0.93	c # frequency for displaying node information lines
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.93	c display/freq = 10000
0.89/0.93	c 
0.89/0.93	c # maximal time in seconds to run
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/time = 1799.92
0.89/0.93	c 
0.89/0.93	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.93	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.93	c limits/memory = 1620
0.89/0.93	c 
0.89/0.93	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: 1]
0.89/0.93	c lp/solvefreq = -1
0.89/0.93	c 
0.89/0.93	c # should presolving try to simplify inequalities
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/linear/simplifyinequalities = TRUE
0.89/0.93	c 
0.89/0.93	c # should presolving try to simplify knapsacks
0.89/0.93	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.93	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.93	c 
0.89/0.93	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c heuristics/undercover/freq = 0
0.89/0.93	c 
0.89/0.93	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.93	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.93	c separating/rapidlearning/freq = 0
0.89/0.93	c 
0.89/0.93	c -----------------------------------------------------------------------------------------------
0.89/0.93	c start solving
0.89/0.94	c 
0.89/0.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.95	c t 0.7s|     1 |     2 |     0 |     - |  18M|   0 |   - |6626 |6827 |   0 |   0 |   0 |   0 |   0 |-2.000000e+02 | 0.000000e+00 | 100.00%
56.26/56.30	c  55.5s| 10000 |  9678 |     0 |   0.0 |  42M| 173 |   - |6626 |6942 |   0 |   0 |   0 | 184 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
104.85/104.95	c   104s| 20000 | 19580 |     0 |   0.0 |  68M| 173 |   - |6626 |6961 |   0 |   0 |   0 | 210 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
147.63/147.79	c   146s| 30000 | 29292 |     0 |   0.0 |  92M| 191 |   - |6626 |7032 |   0 |   0 |   0 | 313 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
191.93/192.08	o -6
191.93/192.08	c * 190s| 38764 | 33366 |     0 |   0.0 | 112M| 201 |   - |6626 |7107 |   0 |   0 |   0 | 684 |   0 |-1.990000e+02 |-6.000000e+00 |  96.98%
198.12/198.23	c   196s| 40000 | 34438 |     0 |   0.0 | 115M| 240 |   - |6626 |7126 |   0 |   0 |   0 | 778 |   0 |-1.990000e+02 |-6.000000e+00 |  96.98%
227.41/227.51	o -11
227.41/227.51	c * 225s| 47780 | 40878 |     0 |   0.0 | 139M| 240 |   - |6626 |7309 |   0 |   0 |   0 |1466 |   0 |-1.990000e+02 |-1.100000e+01 |  94.47%
230.51/230.67	o -12
230.51/230.67	c * 228s| 48621 | 41498 |     0 |   0.0 | 141M| 240 |   - |6626 |7339 |   0 |   0 |   0 |1578 |   0 |-1.990000e+02 |-1.200000e+01 |  93.97%
231.61/231.72	o -13
231.61/231.72	c * 229s| 48931 | 41740 |     0 |   0.0 | 142M| 240 |   - |6626 |7361 |   0 |   0 |   0 |1626 |   0 |-1.990000e+02 |-1.300000e+01 |  93.47%
235.32/235.49	c   233s| 50000 | 42439 |     0 |   0.0 | 144M| 240 |   - |6626 |7400 |   0 |   0 |   0 |1765 |   0 |-1.990000e+02 |-1.300000e+01 |  93.47%
275.90/276.04	c   273s| 60000 | 51497 |     0 |   0.0 | 187M| 240 |   - |6626 |7283 |   0 |   0 |   0 |2395 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
317.79/317.95	c   315s| 70000 | 61067 |     0 |   0.0 | 240M| 240 |   - |6626 |7350 |   0 |   0 |   0 |2791 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
359.47/359.68	c   356s| 80000 | 70499 |     0 |   0.0 | 301M| 240 |   - |6626 |7413 |   0 |   0 |   0 |3285 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
399.16/399.33	c   395s| 90000 | 79980 |     0 |   0.0 | 359M| 240 |   - |6626 |7437 |   0 |   0 |   0 |3756 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
440.95/441.18	c   436s|100000 | 89467 |     0 |   0.0 | 420M| 240 |   - |6626 |7499 |   0 |   0 |   0 |4227 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
474.43/474.69	o -16
474.43/474.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
474.43/474.69	c * 470s|108392 | 97414 |     0 |   0.0 | 473M| 240 |   - |6626 |7512 |   0 |   0 |   0 |4604 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
481.64/481.82	c   477s|110000 | 98926 |     0 |   0.0 | 484M| 240 |   - |6626 |7521 |   0 |   0 |   0 |4683 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
527.01/527.24	c   522s|120000 |108174 |     0 |   0.0 | 557M| 240 |   - |6626 |7596 |   0 |   0 |   0 |5409 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
570.71/570.96	c   565s|130000 |117368 |     0 |   0.0 | 623M| 240 |   - |6626 |7664 |   0 |   0 |   0 |6154 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
614.88/615.10	c   609s|140000 |126271 |     0 |   0.0 | 693M| 240 |   - |6626 |7720 |   0 |   0 |   0 |7216 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
658.37/658.68	c   652s|150000 |134801 |     0 |   0.0 | 757M| 240 |   - |6626 |7797 |   0 |   0 |   0 |8610 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
701.26/701.54	c   694s|160000 |143359 |     0 |   0.0 | 818M| 240 |   - |6626 |7876 |   0 |   0 |   0 |9962 |   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
743.45/743.74	c   736s|170000 |151998 |     0 |   0.0 | 877M| 240 |   - |6626 |7737 |   0 |   0 |   0 |  11k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
785.52/785.84	c   778s|180000 |160647 |     0 |   0.0 | 936M| 240 |   - |6626 |7830 |   0 |   0 |   0 |  12k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
826.32/826.66	c   818s|190000 |168935 |     0 |   0.0 | 991M| 240 |   - |6626 |7936 |   0 |   0 |   0 |  13k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
867.20/867.50	c   858s|200000 |177149 |     0 |   0.0 |1044M| 240 |   - |6626 |7939 |   0 |   0 |   0 |  15k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
906.99/907.32	c   898s|210000 |185121 |     0 |   0.0 |1094M| 240 |   - |6626 |7968 |   0 |   0 |   0 |  17k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
947.98/948.35	c   938s|220000 |192853 |     0 |   0.0 |1143M| 240 |   - |6626 |8031 |   0 |   0 |   0 |  19k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
988.35/988.74	c   978s|230000 |200582 |     0 |   0.0 |1192M| 240 |   - |6626 |8172 |   0 |   0 |   0 |  21k|   0 |-1.980000e+02 |-1.600000e+01 |  91.92%
1026.44/1026.87	o -17
1026.44/1026.87	c *1016s|239442 |207880 |     0 |   0.0 |1237M| 240 |   - |6626 |8206 |   0 |   0 |   0 |  23k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1028.73/1029.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1028.73/1029.13	c  1018s|240000 |208348 |     0 |   0.0 |1240M| 240 |   - |6626 |8159 |   0 |   0 |   0 |  23k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1068.93/1069.39	c  1058s|250000 |215911 |     0 |   0.0 |1286M| 240 |   - |6626 |8123 |   0 |   0 |   0 |  25k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1109.42/1109.86	c  1098s|260000 |223310 |     0 |   0.0 |1332M| 241 |   - |6626 |8178 |   0 |   0 |   0 |  27k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1132.31/1132.71	c (node 265551) switching to memory saving mode (mem: 1296.0M/1620.0M)
1150.40/1150.83	c  1138s|270000 |227579 |     0 |   0.0 |1360M| 375 |   - |6626 |9327 |   0 |   0 |   0 |  32k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1208.58/1209.03	c  1193s|280000 |227575 |     0 |   0.0 |1377M| 376 |   - |6626 |  17k|   0 |   0 |   0 |  40k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1280.06/1280.56	c  1262s|290000 |227575 |     0 |   0.0 |1400M| 376 |   - |6626 |  27k|   0 |   0 |   0 |  50k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1349.84/1350.33	c  1330s|300000 |227576 |     0 |   0.0 |1423M| 376 |   - |6626 |  37k|   0 |   0 |   0 |  60k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1398.53/1399.04	c  1377s|310000 |227576 |     0 |   0.0 |1388M| 376 |   - |6626 |  20k|   0 |   0 |   0 |  70k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1450.91/1451.42	c  1428s|320000 |227574 |     0 |   0.0 |1394M| 376 |   - |6626 |  23k|   0 |   0 |   0 |  80k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1506.09/1506.69	c  1482s|330000 |227574 |     0 |   0.0 |1396M| 376 |   - |6626 |  24k|   0 |   0 |   0 |  90k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1559.88/1560.40	c  1534s|340000 |227573 |     0 |   0.0 |1405M| 376 |   - |6626 |  28k|   0 |   0 |   0 | 100k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1615.97/1616.52	c  1588s|350000 |227570 |     0 |   0.0 |1392M| 376 |   - |6626 |  22k|   0 |   0 |   0 | 110k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1666.05/1666.68	c  1637s|360000 |227569 |     0 |   0.0 |1381M| 376 |   - |6626 |  17k|   0 |   0 |   0 | 120k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1715.33/1715.97	c  1685s|370000 |227568 |     0 |   0.0 |1387M| 376 |   - |6626 |  20k|   0 |   0 |   0 | 130k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1761.32/1761.93	c  1730s|380000 |227569 |     0 |   0.0 |1393M| 376 |   - |6626 |  22k|   0 |   0 |   0 | 140k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
1800.01/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.01/1800.61	c 
1800.01/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.61	c Solving Time (sec) : 1767.39
1800.01/1800.61	c Solving Nodes      : 387819
1800.01/1800.61	c Primal Bound       : -1.70000000000000e+01 (9 solutions)
1800.01/1800.61	c Dual Bound         : -1.98000000000000e+02
1800.01/1800.61	c Gap                : 91.41 %
1800.01/1800.63	s SATISFIABLE
1800.01/1800.63	v -x383 -x316 -x245 -x260 -x248 -x378 -x310 -x305 -x293 -x257 -x230 -x355 x387 -x352 -x380 -x394 -x240 -x393 -x385 -x376 -x301 -x360 
1800.01/1800.63	v -x290 -x297 -x350 -x209 -x338 -x259 -x218 x306 -x334 x323 x348 -x231 -x388 -x312 -x336 x357 -x339 -x296 -x255 -x239 -x369 
1800.01/1800.63	v -x286 -x299 -x329 -x373 -x330 -x232 -x311 -x226 -x256 -x358 -x372 -x284 -x322 x370 -x326 -x283 -x246 -x319 -x242 -x396 -x268 
1800.01/1800.63	v -x252 x346 -x222 -x308 -x204 -x364 x356 x331 -x318 -x292 -x262 -x258 x241 -x397 -x270 -x237 -x313 -x210 -x351 -x371 -x207 -x302 
1800.01/1800.63	v x320 -x315 -x377 -x344 -x353 -x379 -x219 x392 -x203 -x395 -x381 x375 -x300 -x213 -x235 x295 -x264 -x279 -x275 -x345 -x291 
1800.01/1800.63	v -x340 -x289 -x269 -x234 x317 -x243 x390 -x228 -x202 -x398 -x363 -x359 -x349 -x337 -x333 -x307 -x303 -x298 -x288 -x282 -x251 
1800.01/1800.63	v -x247 -x244 -x212 -x324 -x386 -x354 -x389 -x223 -x294 -x224 -x236 -x266 -x214 -x254 -x272 -x341 -x362 -x400 -x309 -x285 x328 
1800.01/1800.63	v -x347 -x201 -x391 -x367 -x365 -x361 -x343 -x342 -x335 -x327 -x325 -x314 -x304 -x281 -x278 -x271 -x267 -x265 -x263 -x238 -x225 
1800.01/1800.63	v -x220 -x217 -x216 -x208 -x205 -x368 -x253 -x384 -x332 -x374 -x280 -x206 -x215 -x287 -x229 -x221 -x399 -x261 -x249 -x227 -x382 
1800.01/1800.63	v -x274 -x250 -x321 -x233 -x277 -x273 -x211 -x366 -x276 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.01/1800.63	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.01/1800.63	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.01/1800.63	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.01/1800.63	v -x125 -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 
1800.01/1800.63	v -x104 -x103 -x102 -x101 -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 
1800.01/1800.63	v -x80 -x79 -x78 -x77 -x76 x75 -x74 -x73 -x72 -x71 -x70 x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 
1800.01/1800.63	v -x55 -x54 -x53 x52 -x51 -x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 x32 -x31 -x30 
1800.01/1800.63	v x29 -x28 -x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 x18 -x17 x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 
1800.01/1800.63	v x2 x1 
1800.01/1800.63	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.63	c Solving Time       :    1767.39
1800.01/1800.63	c Original Problem   :
1800.01/1800.63	c   Problem name     : HOME/instance-2663880-1276670700.opb
1800.01/1800.63	c   Variables        : 6626 (6626 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.63	c   Constraints      : 6827 initial, 6827 maximal
1800.01/1800.63	c Presolved Problem  :
1800.01/1800.63	c   Problem name     : t_HOME/instance-2663880-1276670700.opb
1800.01/1800.63	c   Variables        : 6626 (6626 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.63	c   Constraints      : 6827 initial, 37924 maximal
1800.01/1800.63	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.63	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.63	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.63	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.63	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.63	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.63	c   probing          :       0.25          0          0          0          0          0          0          0          0
1800.01/1800.63	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.63	c   and              :       0.23          0          0          0          0          0          0          0          0
1800.01/1800.63	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.01/1800.63	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.63	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.63	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.63	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.63	c   setppc           :        400          0    3440664          0     313781       5877     660681          0          0          0
1800.01/1800.63	c   and              :       6226          0    3434993          0     313785         41   23946775          0          0          0
1800.01/1800.63	c   linear           :          1          0    3431386          0     313819       4050    5371875          0          0          0
1800.01/1800.63	c   logicor          :        200+         0     270593          0     312624       3212     443882          0          0          0
1800.01/1800.63	c   countsols        :          0          0          0          0     313825          0          0          0          0          0
1800.01/1800.63	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.63	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.63	c   setppc           :     223.19       0.00      18.91       0.00     204.28
1800.01/1800.63	c   and              :     273.52       0.00     175.79       0.00      97.73
1800.01/1800.63	c   linear           :      81.93       0.00      81.41       0.00       0.52
1800.01/1800.63	c   logicor          :     176.36       0.00     152.92       0.00      23.44
1800.01/1800.63	c   countsols        :       0.17       0.00       0.00       0.00       0.17
1800.01/1800.63	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.63	c   vbounds          :       1.35          2          0          0
1800.01/1800.63	c   rootredcost      :       1.64          0          0          0
1800.01/1800.63	c   pseudoobj        :     359.77    3507001      65657       5587
1800.01/1800.63	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.63	c   propagation      :     320.15      78837      78599     680864      209.7        303      198.4          -
1800.01/1800.63	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.63	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.63	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.63	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.63	c   applied globally :          -          -          -     148654      236.4          -          -          -
1800.01/1800.63	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.63	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.63	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.01/1800.63	c   redcost          :       0.00          0          0          0          0          0
1800.01/1800.63	c   impliedbounds    :       0.00          0          0          0          0          0
1800.01/1800.63	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.63	c   cgmip            :       0.00          0          0          0          0          0
1800.01/1800.63	c   gomory           :       0.00          0          0          0          0          0
1800.01/1800.63	c   strongcg         :       0.00          0          0          0          0          0
1800.01/1800.63	c   cmir             :       0.00          0          0          0          0          0
1800.01/1800.63	c   flowcover        :       0.00          0          0          0          0          0
1800.01/1800.63	c   clique           :       0.00          0          0          0          0          0
1800.01/1800.63	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.63	c   mcf              :       0.00          0          0          0          0          0
1800.01/1800.63	c   rapidlearning    :       0.00          0          0          0          0          0
1800.01/1800.63	c Pricers            :       Time      Calls       Vars
1800.01/1800.63	c   problem variables:       0.00          0          0
1800.01/1800.63	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.63	c   relpscost        :       0.00          0          0          0          0          0          0
1800.01/1800.63	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.63	c   inference        :     340.82     313819          0          0          0          0     627638
1800.01/1800.63	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.63	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.63	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.63	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.63	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.63	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.63	c   LP solutions     :       0.00          -          0
1800.01/1800.63	c   pseudo solutions :       0.02          -          6
1800.01/1800.63	c   oneopt           :       0.75          0          0
1800.01/1800.63	c   trivial          :       0.03          2          3
1800.01/1800.63	c   simplerounding   :       0.00          0          0
1800.01/1800.63	c   zirounding       :       0.00          0          0
1800.01/1800.63	c   rounding         :       0.00          0          0
1800.01/1800.63	c   shifting         :       0.00          0          0
1800.01/1800.63	c   intshifting      :       0.00          0          0
1800.01/1800.63	c   twoopt           :       0.00          0          0
1800.01/1800.63	c   fixandinfer      :       0.00          0          0
1800.01/1800.63	c   feaspump         :       0.00          0          0
1800.01/1800.63	c   coefdiving       :       0.00          0          0
1800.01/1800.63	c   pscostdiving     :       0.00          0          0
1800.01/1800.63	c   fracdiving       :       0.00          0          0
1800.01/1800.63	c   veclendiving     :       0.00          0          0
1800.01/1800.63	c   intdiving        :       0.00          0          0
1800.01/1800.63	c   actconsdiving    :       0.00          0          0
1800.01/1800.63	c   objpscostdiving  :       0.00          0          0
1800.01/1800.63	c   rootsoldiving    :       0.00          0          0
1800.01/1800.63	c   linesearchdiving :       0.00          0          0
1800.01/1800.63	c   guideddiving     :       0.00          0          0
1800.01/1800.63	c   octane           :       0.00          0          0
1800.01/1800.63	c   rens             :       0.00          0          0
1800.01/1800.63	c   rins             :       0.00          0          0
1800.01/1800.63	c   localbranching   :       0.00          0          0
1800.01/1800.63	c   mutation         :       0.00          0          0
1800.01/1800.63	c   crossover        :       0.00          0          0
1800.01/1800.63	c   dins             :       0.00          0          0
1800.01/1800.63	c   undercover       :       0.00          0          0
1800.01/1800.63	c   nlp              :       0.30          0          0
1800.01/1800.63	c   trysol           :       0.27          0          0
1800.01/1800.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.63	c   primal LP        :       0.00          0          0       0.00          -
1800.01/1800.63	c   dual LP          :       0.00          0          0       0.00          -
1800.01/1800.63	c   lex dual LP      :       0.00          0          0       0.00          -
1800.01/1800.63	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.63	c   diving/probing LP:       0.00          0          0       0.00          -
1800.01/1800.63	c   strong branching :       0.00          0          0       0.00          -
1800.01/1800.63	c     (at root node) :          -          0          0       0.00          -
1800.01/1800.63	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.63	c B&B Tree           :
1800.01/1800.63	c   number of runs   :          1
1800.01/1800.63	c   nodes            :     387819
1800.01/1800.63	c   nodes (total)    :     387819
1800.01/1800.63	c   nodes left       :     227569
1800.01/1800.63	c   max depth        :        376
1800.01/1800.63	c   max depth (total):        376
1800.01/1800.63	c   backtracks       :      12408 (3.2%)
1800.01/1800.63	c   delayed cutoffs  :      12251
1800.01/1800.63	c   repropagations   :    2590414 (1329966 domain reductions, 4843 cutoffs)
1800.01/1800.63	c   avg switch length:      17.64
1800.01/1800.63	c   switching time   :     225.28
1800.01/1800.63	c Solution           :
1800.01/1800.63	c   Solutions found  :          9 (7 improvements)
1800.01/1800.63	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.01/1800.63	c   Primal Bound     : -1.70000000000000e+01   (in run 1, after 239442 nodes, 1015.96 seconds, depth 84, found by <relaxation>)
1800.01/1800.63	c   Dual Bound       : -1.98000000000000e+02
1800.01/1800.63	c   Gap              :      91.41 %
1800.01/1800.63	c   Root Dual Bound  : -2.00000000000000e+02
1800.01/1800.63	c   Root Iterations  :          0

Verifier Data

OK	-17

Watcher Data

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

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

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: 0.92 0.98 1.07 3/106 14806
/proc/meminfo: memFree=1736932/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=6584 CPUtime=0
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 972 0 0 0 0 0 0 0 25 0 1 0 42674010 6742016 894 1992294400 4194304 7136930 140733290898864 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14806/statm: 1646 904 254 719 0 925 0

[startup+0.0301451 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 14806
/proc/meminfo: memFree=1736932/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=11520 CPUtime=0.02
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 2380 0 0 0 2 0 0 0 25 0 1 0 42674010 11796480 2302 1992294400 4194304 7136930 140733290898864 18446744073709551615 4679971 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14806/statm: 2880 2302 272 719 0 2159 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11520

[startup+0.101153 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 14806
/proc/meminfo: memFree=1736932/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=21840 CPUtime=0.09
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 5300 0 0 0 8 1 0 0 25 0 1 0 42674010 22364160 4868 1992294400 4194304 7136930 140733290898864 18446744073709551615 5901972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 5460 4868 283 719 0 4739 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21840

[startup+0.300173 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 14806
/proc/meminfo: memFree=1736932/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=30616 CPUtime=0.29
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 7569 0 0 0 22 7 0 0 25 0 1 0 42674010 31350784 6880 1992294400 4194304 7136930 140733290898864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 7654 6880 333 719 0 6933 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30616

[startup+0.700214 s]
/proc/loadavg: 0.92 0.98 1.07 3/106 14806
/proc/meminfo: memFree=1736932/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=35404 CPUtime=0.69
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 10410 0 0 0 46 23 0 0 25 0 1 0 42674010 36253696 8179 1992294400 4194304 7136930 140733290898864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 8851 8179 374 719 0 8130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35404

[startup+1.50131 s]
/proc/loadavg: 0.92 0.98 1.07 2/107 14807
/proc/meminfo: memFree=1703320/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=37480 CPUtime=1.48
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 10937 0 0 0 125 23 0 0 25 0 1 0 42674010 38379520 8706 1992294400 4194304 7136930 140733290898864 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/14806/statm: 9370 8706 388 719 0 8649 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37480

[startup+3.10046 s]
/proc/loadavg: 0.92 0.98 1.07 2/107 14807
/proc/meminfo: memFree=1700592/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=41588 CPUtime=3.08
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 11971 0 0 0 284 24 0 0 25 0 1 0 42674010 42586112 9740 1992294400 4194304 7136930 140733290898864 18446744073709551615 4697685 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 10397 9740 393 719 0 9676 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41588

[startup+6.30178 s]
/proc/loadavg: 0.93 0.98 1.07 2/107 14807
/proc/meminfo: memFree=1697740/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=44028 CPUtime=6.28
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 12503 0 0 0 601 27 0 0 25 0 1 0 42674010 45084672 10272 1992294400 4194304 7136930 140733290898864 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 11007 10272 393 719 0 10286 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44028

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 1.07 2/107 14807
/proc/meminfo: memFree=1694516/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=46840 CPUtime=12.68
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 13164 0 0 0 1237 31 0 0 25 0 1 0 42674010 47964160 10933 1992294400 4194304 7136930 140733290898864 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 11710 10933 393 719 0 10989 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 46840

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.07 2/107 14807
/proc/meminfo: memFree=1687820/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=53856 CPUtime=25.48
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 14925 0 0 0 2507 41 0 0 25 0 1 0 42674010 55148544 12694 1992294400 4194304 7136930 140733290898864 18446744073709551615 4227200 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 13464 12694 393 719 0 12743 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 53856

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 1.07 2/107 14807
/proc/meminfo: memFree=1673188/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=68040 CPUtime=51.07
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 18462 0 0 0 5046 61 0 0 25 0 1 0 42674010 69672960 16231 1992294400 4194304 7136930 140733290898864 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 17010 16231 393 719 0 16289 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 68040

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 1.06 2/107 14809
/proc/meminfo: memFree=1643676/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=97788 CPUtime=102.26
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 25762 0 0 0 10128 98 0 0 25 0 1 0 42674010 100134912 23531 1992294400 4194304 7136930 140733290898864 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 24447 23531 393 719 0 23726 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 97788

[startup+162.302 s]
/proc/loadavg: 1.04 1.00 1.06 2/107 14811
/proc/meminfo: memFree=1607344/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=134968 CPUtime=162.23
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 35023 0 0 0 16069 154 0 0 25 0 1 0 42674010 138207232 32792 1992294400 4194304 7136930 140733290898864 18446744073709551615 4774634 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 33742 32792 393 719 0 33021 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 134968

[startup+222.302 s]
/proc/loadavg: 1.01 1.00 1.06 2/107 14813
/proc/meminfo: memFree=1565184/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=180516 CPUtime=222.21
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 45415 0 0 0 21999 222 0 0 25 0 1 0 42674010 184848384 43184 1992294400 4194304 7136930 140733290898864 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 45129 43184 393 719 0 44408 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 180516

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 14813
/proc/meminfo: memFree=1498472/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=254348 CPUtime=282.19
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 62063 0 0 0 27931 288 0 0 25 0 1 0 42674010 260452352 59832 1992294400 4194304 7136930 140733290898864 18446744073709551615 5121908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 63587 59832 393 719 0 62866 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 254348

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 14815
/proc/meminfo: memFree=1417252/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=351480 CPUtime=342.18
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 82274 0 0 0 33872 346 0 0 25 0 1 0 42674010 359915520 80043 1992294400 4194304 7136930 140733290898864 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 87870 80043 393 719 0 87149 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 351480

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 14817
/proc/meminfo: memFree=1321400/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=468132 CPUtime=402.16
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 106436 0 0 0 39807 409 0 0 25 0 1 0 42674010 479367168 104205 1992294400 4194304 7136930 140733290898864 18446744073709551615 4697107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 117033 104205 393 719 0 116312 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 468132

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 14819
/proc/meminfo: memFree=1229020/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=574104 CPUtime=462.13
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 129252 0 0 0 45744 469 0 0 25 0 1 0 42674010 587882496 127021 1992294400 4194304 7136930 140733290898864 18446744073709551615 4643245 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 143526 127021 393 719 0 142805 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 574104

[startup+522.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 14821
/proc/meminfo: memFree=1124612/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=697160 CPUtime=522.11
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 155492 0 0 0 51684 527 0 0 25 0 1 0 42674010 713891840 153261 1992294400 4194304 7136930 140733290898864 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 174290 153261 393 719 0 173569 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 697160

[startup+582.301 s]
/proc/loadavg: 1.04 1.01 1.03 2/107 14821
/proc/meminfo: memFree=1029628/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=816372 CPUtime=582.1
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 179076 0 0 0 57628 582 0 0 25 0 1 0 42674010 835964928 176845 1992294400 4194304 7136930 140733290898864 18446744073709551615 4665414 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 204093 176845 393 719 0 203372 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 816372

[startup+642.301 s]
/proc/loadavg: 1.01 1.01 1.02 2/107 14823
/proc/meminfo: memFree=935512/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=926904 CPUtime=642.08
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 202254 0 0 0 63564 644 0 0 25 0 1 0 42674010 949149696 200023 1992294400 4194304 7136930 140733290898864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 231726 200023 393 719 0 231005 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 926904

[startup+702.301 s]

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

/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 345922 0 0 0 105108 1084 0 0 25 0 1 0 42674010 1655427072 343691 1992294400 4194304 7136930 140733290898864 18446744073709551615 4774630 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 404157 343691 393 719 0 403436 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 1616628

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14846
/proc/meminfo: memFree=278560/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1706840 CPUtime=1121.91
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 366299 0 0 0 111044 1147 0 0 25 0 1 0 42674010 1747804160 364068 1992294400 4194304 7136930 140733290898864 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 426710 364068 393 719 0 425989 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 1706840

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14846
/proc/meminfo: memFree=247312/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1737336 CPUtime=1181.89
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 374730 0 0 0 116752 1437 0 0 25 0 1 0 42674010 1779032064 371608 1992294400 4194304 7136930 140733290898864 18446744073709551615 5909168 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 434334 371608 393 719 0 433613 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 1737336

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14848
/proc/meminfo: memFree=223256/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1761088 CPUtime=1241.87
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 380664 0 0 0 122501 1686 0 0 25 0 1 0 42674010 1803354112 377542 1992294400 4194304 7136930 140733290898864 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 440272 377542 393 719 0 439551 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 1761088

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14850
/proc/meminfo: memFree=201184/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1783288 CPUtime=1301.87
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 386175 0 0 0 128316 1871 0 0 25 0 1 0 42674010 1826086912 383053 1992294400 4194304 7136930 140733290898864 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 445822 383053 393 719 0 445101 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 1783288

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14852
/proc/meminfo: memFree=176260/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1809148 CPUtime=1361.84
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 392623 0 0 0 134169 2015 0 0 25 0 1 0 42674010 1852567552 389501 1992294400 4194304 7136930 140733290898864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 452287 389501 393 719 0 451566 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 1809148

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14854
/proc/meminfo: memFree=166340/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1818108 CPUtime=1421.82
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 394864 0 0 0 139975 2207 0 0 25 0 1 0 42674010 1861742592 391742 1992294400 4194304 7136930 140733290898864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 454527 391742 393 719 0 453806 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 1818108

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14854
/proc/meminfo: memFree=160760/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1823612 CPUtime=1481.8
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 396248 0 0 0 145802 2378 0 0 25 0 1 0 42674010 1867378688 393126 1992294400 4194304 7136930 140733290898864 18446744073709551615 4999811 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 455903 393126 393 719 0 455182 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 1823612

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14856
/proc/meminfo: memFree=153816/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1830520 CPUtime=1541.79
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 397976 0 0 0 151654 2525 0 0 25 0 1 0 42674010 1874452480 394854 1992294400 4194304 7136930 140733290898864 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 457630 394854 393 719 0 456909 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 1830520

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14858
/proc/meminfo: memFree=153196/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1830704 CPUtime=1601.77
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 398770 0 0 0 157448 2729 0 0 25 0 1 0 42674010 1874640896 394880 1992294400 4194304 7136930 140733290898864 18446744073709551615 4780272 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 457676 394880 393 719 0 456955 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 1830704

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 14860
/proc/meminfo: memFree=148980/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1834800 CPUtime=1661.75
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 400051 0 0 0 163276 2899 0 0 25 0 1 0 42674010 1878835200 395905 1992294400 4194304 7136930 140733290898864 18446744073709551615 4221231 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 458700 395905 393 719 0 457979 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 1834800

[startup+1722.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 14865
/proc/meminfo: memFree=148360/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1834800 CPUtime=1721.73
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 400051 0 0 0 169105 3068 0 0 25 0 1 0 42674010 1878835200 395905 1992294400 4194304 7136930 140733290898864 18446744073709551615 4704991 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 458700 395905 393 719 0 457979 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 1834800

[startup+1782.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14865
/proc/meminfo: memFree=148360/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1835564 CPUtime=1781.71
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 400258 0 0 0 174944 3227 0 0 25 0 1 0 42674010 1879617536 396112 1992294400 4194304 7136930 140733290898864 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 458891 396112 393 719 0 458170 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 1835564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14867
/proc/meminfo: memFree=148236/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1835564 CPUtime=1800.01
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 400267 0 0 0 176745 3256 0 0 25 0 1 0 42674010 1879617536 396121 1992294400 4194304 7136930 140733290898864 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14806/statm: 458891 396121 393 719 0 458170 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1835564

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14806

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

[startup+1801.4 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 14867
/proc/meminfo: memFree=148236/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1834540 CPUtime=1800.8
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 400272 0 0 0 176824 3256 0 0 25 0 1 0 42674010 1878568960 395870 1992294400 4194304 7136930 140733290898864 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14806/statm: 458635 395870 398 719 0 457914 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 1834540

[startup+1802.2 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 14868
/proc/meminfo: memFree=148724/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1834296 CPUtime=1801.6
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 400272 0 0 0 176904 3256 0 0 25 0 1 0 42674010 1878319104 395809 1992294400 4194304 7136930 140733290898864 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14806/statm: 458574 395809 398 719 0 457853 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 1834296

[startup+1802.6 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 14868
/proc/meminfo: memFree=148724/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=1807720 CPUtime=1802
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4202496 400272 0 0 0 176944 3256 0 0 25 0 1 0 42674010 1851105280 388913 1992294400 4194304 7136930 140733290898864 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14806/statm: 451930 388913 398 719 0 451209 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1807720

[startup+1802.7 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 14868
/proc/meminfo: memFree=148724/2059040 swapFree=4135684/4192956
[pid=14806] ppid=14804 vsize=0 CPUtime=1802.1
/proc/14806/stat : 14806 (pbscip.linux.x8) R 14804 14806 14226 0 -1 4203524 400272 0 0 0 176945 3265 0 0 25 0 1 0 42674010 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/14806/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.78
CPU time (s): 1802.19
CPU user time (s): 1769.46
CPU system time (s): 32.73
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 1835824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.46
system time used= 32.73
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400272
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= 1
involuntary context switches= 20277

runsolver used 2.85556 second user time and 8.64269 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-16 08:45:00
IDJOB=2663880
IDBENCH=48253
IDSOLVER=1167
FILE ID=node002/2663880-1276670700
PBS_JOBID= 11172505
Free space on /tmp= 62572 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663880-1276670700/watcher-2663880-1276670700 -o /tmp/evaluation-result-2663880-1276670700/solver-2663880-1276670700 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663880-1276670700.opb -t 1800 -m 1800

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

MD5SUM BENCH= b1b77cfc7c7e45b216596a736ff4b926
RANDOM SEED=325672359

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1737336 kB
Buffers:        100508 kB
Cached:         127020 kB
SwapCached:      10940 kB
Active:         108832 kB
Inactive:       132204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1737336 kB
SwapTotal:     4192956 kB
SwapFree:      4135684 kB
Dirty:            3388 kB
Writeback:           0 kB
AnonPages:       11616 kB
Mapped:           9288 kB
Slab:            58936 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181076 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62568 MiB
End job on node002 at 2010-06-16 09:15:03