Trace number 2663865

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)-18 1802.24 1802.97

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
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-26
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
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)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

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-2663865-1276668003.opb>
0.02/0.08	c original problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6821 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, 50160 impls, 400 clqs
0.89/0.92	c    (0.6s) probing: 101/6620 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.92	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.92	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  50160 implications, 400 cliques
0.89/0.93	c presolved problem has 6620 variables (6620 bin, 0 int, 0 impl, 0 cont) and 6821 constraints
0.89/0.93	c     400 constraints of type <setppc>
0.89/0.93	c    6220 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.93
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.93	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 |   - |6620 |6821 |   0 |   0 |   0 |   0 |   0 |-2.000000e+02 | 0.000000e+00 | 100.00%
59.66/59.72	c  59.0s| 10000 |  9542 |     0 |   0.0 |  41M| 171 |   - |6620 |6935 |   0 |   0 |   0 | 255 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
110.14/110.23	c   109s| 20000 | 19376 |     0 |   0.0 |  65M| 171 |   - |6620 |6997 |   0 |   0 |   0 | 322 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
152.43/152.50	c   151s| 30000 | 28723 |     0 |   0.0 |  89M| 171 |   - |6620 |7046 |   0 |   0 |   0 | 642 |   0 |-1.990000e+02 | 0.000000e+00 | 100.00%
185.61/185.74	o -10
185.61/185.74	c * 184s| 36657 | 32258 |     0 |   0.0 | 107M| 189 |   - |6620 |7099 |   0 |   0 |   0 | 954 |   0 |-1.980000e+02 |-1.000000e+01 |  94.95%
201.40/201.55	c   199s| 40000 | 35486 |     0 |   0.0 | 115M| 190 |   - |6620 |7125 |   0 |   0 |   0 |1033 |   0 |-1.980000e+02 |-1.000000e+01 |  94.95%
214.31/214.49	o -13
214.31/214.49	c * 212s| 43094 | 38440 |     0 |   0.0 | 121M| 190 |   - |6620 |7144 |   0 |   0 |   0 |1119 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
240.39/240.55	c   238s| 50000 | 43949 |     0 |   0.0 | 140M| 190 |   - |6620 |7309 |   0 |   0 |   0 |1707 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
280.67/280.82	c   278s| 60000 | 52037 |     0 |   0.0 | 180M| 190 |   - |6620 |7354 |   0 |   0 |   0 |2547 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
321.66/321.80	c   318s| 70000 | 61707 |     0 |   0.0 | 226M| 190 |   - |6620 |7357 |   0 |   0 |   0 |2834 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
360.84/361.02	c   357s| 80000 | 71350 |     0 |   0.0 | 269M| 190 |   - |6620 |7358 |   0 |   0 |   0 |3125 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
400.53/400.76	c   397s| 90000 | 80797 |     0 |   0.0 | 324M| 190 |   - |6620 |7431 |   0 |   0 |   0 |3587 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
441.92/442.15	c   438s|100000 | 90158 |     0 |   0.0 | 383M| 190 |   - |6620 |7478 |   0 |   0 |   0 |4075 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
484.49/484.79	c   480s|110000 | 99526 |     0 |   0.0 | 449M| 190 |   - |6620 |7545 |   0 |   0 |   0 |4561 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
525.38/525.68	c   520s|120000 |108898 |     0 |   0.0 | 513M| 190 |   - |6620 |7596 |   0 |   0 |   0 |5099 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
565.07/565.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
565.07/565.33	c   559s|130000 |118211 |     0 |   0.0 | 575M| 190 |   - |6620 |7601 |   0 |   0 |   0 |5699 |   0 |-1.980000e+02 |-1.300000e+01 |  93.43%
574.06/574.35	o -15
574.06/574.35	c * 568s|132233 |120294 |     0 |   0.0 | 590M| 190 |   - |6620 |7580 |   0 |   0 |   0 |5831 |   0 |-1.980000e+02 |-1.500000e+01 |  92.42%
603.95/604.29	o -17
603.95/604.29	c * 598s|139267 |126792 |     0 |   0.0 | 637M| 190 |   - |6620 |7611 |   0 |   0 |   0 |6296 |   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
607.25/607.53	c   601s|140000 |127463 |     0 |   0.0 | 642M| 190 |   - |6620 |7634 |   0 |   0 |   0 |6349 |   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
649.53/649.86	c   643s|150000 |136459 |     0 |   0.0 | 705M| 190 |   - |6620 |7738 |   0 |   0 |   0 |7209 |   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
693.21/693.59	c   686s|160000 |145233 |     0 |   0.0 | 774M| 190 |   - |6620 |7878 |   0 |   0 |   0 |8349 |   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
736.39/736.70	c   729s|170000 |153923 |     0 |   0.0 | 841M| 190 |   - |6620 |7912 |   0 |   0 |   0 |9594 |   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
778.87/779.26	c   771s|180000 |162411 |     0 |   0.0 | 906M| 190 |   - |6620 |8071 |   0 |   0 |   0 |  11k|   0 |-1.980000e+02 |-1.700000e+01 |  91.41%
796.07/796.48	o -18
796.07/796.48	c * 788s|184042 |165892 |     0 |   0.0 | 931M| 190 |   - |6620 |8031 |   0 |   0 |   0 |  11k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
821.05/821.49	c   813s|190000 |170780 |     0 |   0.0 | 966M| 190 |   - |6620 |8062 |   0 |   0 |   0 |  12k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
862.94/863.37	c   854s|200000 |179187 |     0 |   0.0 |1024M| 190 |   - |6620 |8067 |   0 |   0 |   0 |  14k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
904.42/904.87	c   895s|210000 |187559 |     0 |   0.0 |1083M| 190 |   - |6620 |8146 |   0 |   0 |   0 |  15k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
945.01/945.44	c   936s|220000 |195800 |     0 |   0.0 |1139M| 190 |   - |6620 |8164 |   0 |   0 |   0 |  17k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
985.59/986.08	c   976s|230000 |203754 |     0 |   0.0 |1193M| 190 |   - |6620 |8193 |   0 |   0 |   0 |  19k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1026.28/1026.79	c  1016s|240000 |211881 |     0 |   0.0 |1247M| 190 |   - |6620 |8079 |   0 |   0 |   0 |  20k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1066.36/1066.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1066.36/1066.90	c  1056s|250000 |219887 |     0 |   0.0 |1300M| 190 |   - |6620 |8047 |   0 |   0 |   0 |  22k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1106.24/1106.72	c  1095s|260000 |227935 |     0 |   0.0 |1353M| 190 |   - |6620 |8037 |   0 |   0 |   0 |  24k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1110.24/1110.75	c (node 261039) switching to memory saving mode (mem: 1296.0M/1620.0M)
1134.23/1134.73	c  1122s|270000 |228827 |     0 |   0.0 |1361M| 266 |   - |6620 |9010 |   0 |   0 |   0 |  31k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1162.32/1162.81	c  1149s|280000 |228827 |     0 |   0.0 |1362M| 266 |   - |6620 |9840 |   0 |   0 |   0 |  36k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1189.01/1189.57	c  1175s|290000 |228826 |     0 |   0.0 |1363M| 267 |   - |6620 |  10k|   0 |   0 |   0 |  41k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1219.80/1220.36	c  1205s|300000 |228826 |     0 |   0.0 |1365M| 268 |   - |6620 |  11k|   0 |   0 |   0 |  46k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1246.09/1246.66	c  1230s|310000 |228827 |     0 |   0.0 |1364M| 268 |   - |6620 |  10k|   0 |   0 |   0 |  52k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1277.78/1278.38	c  1261s|320000 |228828 |     0 |   0.0 |1366M| 269 |   - |6620 |  12k|   0 |   0 |   0 |  57k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1306.46/1307.08	c  1289s|330000 |228827 |     0 |   0.0 |1365M| 270 |   - |6620 |  11k|   0 |   0 |   0 |  62k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1334.46/1335.08	c  1316s|340000 |228828 |     0 |   0.0 |1367M| 270 |   - |6620 |  12k|   0 |   0 |   0 |  67k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1363.35/1363.99	c  1344s|350000 |228827 |     0 |   0.0 |1366M| 270 |   - |6620 |  12k|   0 |   0 |   0 |  72k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1392.43/1393.06	c  1372s|360000 |228826 |     0 |   0.0 |1368M| 270 |   - |6620 |  13k|   0 |   0 |   0 |  77k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1421.63/1422.24	c  1400s|370000 |228827 |     0 |   0.0 |1369M| 270 |   - |6620 |  13k|   0 |   0 |   0 |  82k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1450.01/1450.67	c  1428s|380000 |228826 |     0 |   0.0 |1369M| 270 |   - |6620 |  14k|   0 |   0 |   0 |  87k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1480.00/1480.63	c  1457s|390000 |228827 |     0 |   0.0 |1372M| 279 |   - |6620 |  15k|   0 |   0 |   0 |  92k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1509.59/1510.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1509.59/1510.27	c  1486s|400000 |228827 |     0 |   0.0 |1372M| 279 |   - |6620 |  15k|   0 |   0 |   0 |  98k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1539.07/1539.73	c  1514s|410000 |228828 |     0 |   0.0 |1374M| 279 |   - |6620 |  16k|   0 |   0 |   0 | 103k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1568.26/1568.91	c  1543s|420000 |228827 |     0 |   0.0 |1376M| 279 |   - |6620 |  18k|   0 |   0 |   0 | 108k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1596.96/1597.61	c  1571s|430000 |228824 |     0 |   0.0 |1362M| 279 |   - |6620 |9619 |   0 |   0 |   0 | 114k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1624.34/1625.08	c  1597s|440000 |228824 |     0 |   0.0 |1367M| 279 |   - |6620 |  11k|   0 |   0 |   0 | 124k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1653.03/1653.79	c  1625s|450000 |228824 |     0 |   0.0 |1367M| 279 |   - |6620 |  11k|   0 |   0 |   0 | 134k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1682.12/1682.81	c  1653s|460000 |228823 |     0 |   0.0 |1370M| 279 |   - |6620 |  13k|   0 |   0 |   0 | 143k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1712.20/1712.98	c  1683s|470000 |228823 |     0 |   0.0 |1371M| 279 |   - |6620 |  13k|   0 |   0 |   0 | 153k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1742.70/1743.48	c  1712s|480000 |228824 |     0 |   0.0 |1374M| 279 |   - |6620 |  14k|   0 |   0 |   0 | 163k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1771.88/1772.68	c  1741s|490000 |228824 |     0 |   0.0 |1379M| 279 |   - |6620 |  17k|   0 |   0 |   0 | 173k|   0 |-1.980000e+02 |-1.800000e+01 |  90.91%
1800.08/1800.80	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.08/1800.80	c 
1800.08/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.80	c Solving Time (sec) : 1768.13
1800.08/1800.80	c Solving Nodes      : 499995
1800.08/1800.80	c Primal Bound       : -1.80000000000000e+01 (8 solutions)
1800.08/1800.80	c Dual Bound         : -1.98000000000000e+02
1800.08/1800.80	c Gap                : 90.91 %
1800.08/1800.82	s SATISFIABLE
1800.08/1800.82	v x384 -x335 x334 -x301 -x233 -x289 -x295 -x375 -x290 -x325 -x256 x237 -x247 -x396 -x328 x388 -x312 -x215 -x394 -x226 x313 -x377 
1800.08/1800.82	v -x326 -x216 -x258 -x305 -x251 -x381 -x308 -x266 x271 -x259 -x229 -x220 x302 x336 -x354 -x207 -x364 -x338 -x286 -x248 -x230 -x272 
1800.08/1800.82	v -x365 -x340 -x293 -x268 -x279 -x353 -x332 -x352 -x345 -x314 -x285 -x254 -x243 -x240 -x213 x267 -x321 -x280 -x269 -x372 -x323 
1800.08/1800.82	v x303 x270 -x244 -x232 -x221 -x342 -x273 -x275 -x306 -x355 -x390 -x235 -x284 -x212 -x347 x393 -x379 -x351 -x330 x298 -x288 
1800.08/1800.82	v -x281 -x222 -x210 -x300 -x219 -x319 -x309 -x282 -x224 -x252 -x304 -x385 -x395 -x348 -x333 -x296 -x242 -x236 -x227 -x225 -x218 
1800.08/1800.82	v -x205 -x371 -x311 -x391 -x369 -x318 -x257 -x317 -x322 -x344 -x363 -x206 -x349 -x324 -x310 -x361 -x367 -x400 -x246 -x202 -x341 
1800.08/1800.82	v -x287 -x263 -x260 -x249 -x241 -x239 -x234 -x217 -x204 -x245 -x276 -x315 -x357 -x366 -x261 -x307 -x329 -x358 -x398 -x274 -x378 
1800.08/1800.82	v -x253 -x397 -x362 x383 -x387 -x214 -x264 -x297 -x231 -x211 -x201 -x399 -x386 -x382 -x360 -x359 -x356 -x339 -x337 -x327 -x292 
1800.08/1800.82	v x283 -x277 -x223 -x209 -x208 -x392 -x316 x370 -x373 -x203 -x331 -x368 -x374 -x255 -x250 -x238 x294 -x350 -x380 -x343 -x228 
1800.08/1800.82	v -x346 -x278 -x265 -x299 -x262 -x376 x389 -x320 -x291 -x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 x192 -x191 -x190 -x189 
1800.08/1800.82	v -x188 -x187 -x186 -x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.08/1800.82	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.08/1800.82	v -x146 -x145 -x144 -x143 x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.08/1800.82	v -x125 -x124 -x123 x122 -x121 x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 x109 -x108 -x107 -x106 -x105 
1800.08/1800.82	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.08/1800.82	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.08/1800.82	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.08/1800.82	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 x2 
1800.08/1800.82	v -x1 
1800.08/1800.82	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.82	c Solving Time       :    1768.13
1800.08/1800.82	c Original Problem   :
1800.08/1800.82	c   Problem name     : HOME/instance-2663865-1276668003.opb
1800.08/1800.82	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.82	c   Constraints      : 6821 initial, 6821 maximal
1800.08/1800.82	c Presolved Problem  :
1800.08/1800.82	c   Problem name     : t_HOME/instance-2663865-1276668003.opb
1800.08/1800.82	c   Variables        : 6620 (6620 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.82	c   Constraints      : 6821 initial, 19940 maximal
1800.08/1800.82	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.82	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.82	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.82	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.82	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.82	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.82	c   probing          :       0.24          0          0          0          0          0          0          0          0
1800.08/1800.82	c   setppc           :       0.01          0          0          0          0          0          0          0          0
1800.08/1800.82	c   and              :       0.24          0          0          0          0          0          0          0          0
1800.08/1800.82	c   linear           :       0.05          0          0          0          0          0          0          0          0
1800.08/1800.82	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.82	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.82	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.82	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.08/1800.82	c   setppc           :        400          0    3202065          0     370699       6200     682139          0          0          0
1800.08/1800.82	c   and              :       6220          0    3220778          0     371649         38   24437187          0          0          0
1800.08/1800.82	c   linear           :          1          0    3216367          0     371661       7835    5633941          0          0          0
1800.08/1800.82	c   logicor          :        200+         0     369508          0     361880       2902     524764          0          0          0
1800.08/1800.82	c   countsols        :          0          0          0          0     371666          0          0          0          0          0
1800.08/1800.82	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.82	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.82	c   setppc           :     223.07       0.00      19.41       0.00     203.66
1800.08/1800.82	c   and              :     286.46       0.00     183.69       0.00     102.77
1800.08/1800.82	c   linear           :     102.79       0.00     102.21       0.00       0.58
1800.08/1800.82	c   logicor          :     102.01       0.00      78.76       0.00      23.25
1800.08/1800.82	c   countsols        :       0.28       0.00       0.00       0.00       0.28
1800.08/1800.82	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.82	c   vbounds          :       1.63          2          0          0
1800.08/1800.82	c   rootredcost      :       1.63          0          0          0
1800.08/1800.82	c   pseudoobj        :     459.23    3346792     119879      21303
1800.08/1800.82	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.82	c   propagation      :     430.80     136854     136464    1757863      211.2        250      198.6          -
1800.08/1800.82	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.82	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.82	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.82	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.82	c   applied globally :          -          -          -     183913      209.0          -          -          -
1800.08/1800.82	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.82	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.82	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.08/1800.82	c   redcost          :       0.00          0          0          0          0          0
1800.08/1800.82	c   impliedbounds    :       0.00          0          0          0          0          0
1800.08/1800.82	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.82	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.82	c   gomory           :       0.00          0          0          0          0          0
1800.08/1800.82	c   strongcg         :       0.00          0          0          0          0          0
1800.08/1800.82	c   cmir             :       0.00          0          0          0          0          0
1800.08/1800.82	c   flowcover        :       0.00          0          0          0          0          0
1800.08/1800.82	c   clique           :       0.00          0          0          0          0          0
1800.08/1800.82	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.82	c   mcf              :       0.00          0          0          0          0          0
1800.08/1800.82	c   rapidlearning    :       0.00          0          0          0          0          0
1800.08/1800.82	c Pricers            :       Time      Calls       Vars
1800.08/1800.82	c   problem variables:       0.00          0          0
1800.08/1800.82	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.82	c   relpscost        :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   inference        :     339.79     371661          0          0          0          0     743322
1800.08/1800.82	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.82	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.82	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.82	c   LP solutions     :       0.00          -          0
1800.08/1800.82	c   pseudo solutions :       0.03          -          5
1800.08/1800.82	c   oneopt           :       0.99          0          0
1800.08/1800.82	c   trivial          :       0.02          2          3
1800.08/1800.82	c   simplerounding   :       0.00          0          0
1800.08/1800.82	c   zirounding       :       0.00          0          0
1800.08/1800.82	c   rounding         :       0.00          0          0
1800.08/1800.82	c   shifting         :       0.00          0          0
1800.08/1800.82	c   intshifting      :       0.00          0          0
1800.08/1800.82	c   twoopt           :       0.00          0          0
1800.08/1800.82	c   fixandinfer      :       0.00          0          0
1800.08/1800.82	c   feaspump         :       0.00          0          0
1800.08/1800.82	c   coefdiving       :       0.00          0          0
1800.08/1800.82	c   pscostdiving     :       0.00          0          0
1800.08/1800.82	c   fracdiving       :       0.00          0          0
1800.08/1800.82	c   veclendiving     :       0.00          0          0
1800.08/1800.82	c   intdiving        :       0.00          0          0
1800.08/1800.82	c   actconsdiving    :       0.00          0          0
1800.08/1800.82	c   objpscostdiving  :       0.00          0          0
1800.08/1800.82	c   rootsoldiving    :       0.00          0          0
1800.08/1800.82	c   linesearchdiving :       0.00          0          0
1800.08/1800.82	c   guideddiving     :       0.00          0          0
1800.08/1800.82	c   octane           :       0.00          0          0
1800.08/1800.82	c   rens             :       0.00          0          0
1800.08/1800.82	c   rins             :       0.00          0          0
1800.08/1800.82	c   localbranching   :       0.00          0          0
1800.08/1800.82	c   mutation         :       0.00          0          0
1800.08/1800.82	c   crossover        :       0.00          0          0
1800.08/1800.82	c   dins             :       0.00          0          0
1800.08/1800.82	c   undercover       :       0.00          0          0
1800.08/1800.82	c   nlp              :       0.35          0          0
1800.08/1800.82	c   trysol           :       0.32          0          0
1800.08/1800.82	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.82	c   primal LP        :       0.00          0          0       0.00          -
1800.08/1800.82	c   dual LP          :       0.00          0          0       0.00          -
1800.08/1800.82	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.82	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.82	c   diving/probing LP:       0.00          0          0       0.00          -
1800.08/1800.82	c   strong branching :       0.00          0          0       0.00          -
1800.08/1800.82	c     (at root node) :          -          0          0       0.00          -
1800.08/1800.82	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.82	c B&B Tree           :
1800.08/1800.82	c   number of runs   :          1
1800.08/1800.82	c   nodes            :     499995
1800.08/1800.82	c   nodes (total)    :     499995
1800.08/1800.82	c   nodes left       :     228823
1800.08/1800.82	c   max depth        :        279
1800.08/1800.82	c   max depth (total):        279
1800.08/1800.82	c   backtracks       :      14992 (3.0%)
1800.08/1800.82	c   delayed cutoffs  :      14505
1800.08/1800.82	c   repropagations   :    2167038 (1575197 domain reductions, 8525 cutoffs)
1800.08/1800.82	c   avg switch length:      11.62
1800.08/1800.82	c   switching time   :     180.90
1800.08/1800.82	c Solution           :
1800.08/1800.82	c   Solutions found  :          8 (6 improvements)
1800.08/1800.82	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.07 seconds, depth 0, found by <trivial>)
1800.08/1800.82	c   Primal Bound     : -1.80000000000000e+01   (in run 1, after 184042 nodes, 788.15 seconds, depth 70, found by <relaxation>)
1800.08/1800.82	c   Dual Bound       : -1.98000000000000e+02
1800.08/1800.82	c   Gap              :      90.91 %
1800.08/1800.82	c   Root Dual Bound  : -2.00000000000000e+02
1800.08/1800.82	c   Root Iterations  :          0

Verifier Data

OK	-18

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663865-1276668003/watcher-2663865-1276668003 -o /tmp/evaluation-result-2663865-1276668003/solver-2663865-1276668003 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663865-1276668003.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: 2.01 1.80 1.38 3/106 9172
/proc/meminfo: memFree=1762060/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=6584 CPUtime=0
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 1146 0 0 0 0 0 0 0 18 0 1 0 40456578 6742016 1069 1992294400 4194304 7136930 140736886540896 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9172/statm: 1646 1077 254 719 0 925 0

[startup+0.025428 s]
/proc/loadavg: 2.01 1.80 1.38 3/106 9172
/proc/meminfo: memFree=1762060/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=11144 CPUtime=0.02
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 2260 0 0 0 1 1 0 0 18 0 1 0 40456578 11411456 2182 1992294400 4194304 7136930 140736886540896 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9172/statm: 2786 2182 272 719 0 2065 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11144

[startup+0.101443 s]
/proc/loadavg: 2.01 1.80 1.38 3/106 9172
/proc/meminfo: memFree=1762060/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=21812 CPUtime=0.09
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 5292 0 0 0 7 2 0 0 18 0 1 0 40456578 22335488 4860 1992294400 4194304 7136930 140736886540896 18446744073709551615 6166553 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 5453 4860 283 719 0 4732 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21812

[startup+0.30148 s]
/proc/loadavg: 2.01 1.80 1.38 3/106 9172
/proc/meminfo: memFree=1762060/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=30652 CPUtime=0.29
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 7574 0 0 0 22 7 0 0 18 0 1 0 40456578 31387648 6885 1992294400 4194304 7136930 140736886540896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 7663 6885 333 719 0 6942 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30652

[startup+0.701555 s]
/proc/loadavg: 2.01 1.80 1.38 3/106 9172
/proc/meminfo: memFree=1762060/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=35460 CPUtime=0.7
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 10431 0 0 0 48 22 0 0 18 0 1 0 40456578 36311040 8200 1992294400 4194304 7136930 140736886540896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 8865 8200 374 719 0 8144 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 35460

[startup+1.5017 s]
/proc/loadavg: 1.93 1.79 1.37 2/107 9173
/proc/meminfo: memFree=1728696/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=37528 CPUtime=1.49
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 10961 0 0 0 127 22 0 0 19 0 1 0 40456578 38428672 8730 1992294400 4194304 7136930 140736886540896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 9382 8730 388 719 0 8661 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37528

[startup+3.102 s]
/proc/loadavg: 1.93 1.79 1.37 2/107 9173
/proc/meminfo: memFree=1725844/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=41712 CPUtime=3.09
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 11988 0 0 0 286 23 0 0 23 0 1 0 40456578 42713088 9757 1992294400 4194304 7136930 140736886540896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 10428 9757 393 719 0 9707 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41712

[startup+6.3016 s]
/proc/loadavg: 1.85 1.78 1.37 2/107 9173
/proc/meminfo: memFree=1722868/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=43808 CPUtime=6.29
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 12415 0 0 0 602 27 0 0 25 0 1 0 40456578 44859392 10184 1992294400 4194304 7136930 140736886540896 18446744073709551615 4774597 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 10952 10184 393 719 0 10231 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43808

[startup+12.7018 s]
/proc/loadavg: 1.78 1.76 1.37 2/107 9173
/proc/meminfo: memFree=1719892/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=46696 CPUtime=12.69
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 13138 0 0 0 1238 31 0 0 25 0 1 0 40456578 47816704 10907 1992294400 4194304 7136930 140736886540896 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 11674 10907 393 719 0 10953 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46696

[startup+25.5012 s]
/proc/loadavg: 1.61 1.73 1.36 2/107 9173
/proc/meminfo: memFree=1711460/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=55412 CPUtime=25.49
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 15316 0 0 0 2509 40 0 0 25 0 1 0 40456578 56741888 13085 1992294400 4194304 7136930 140736886540896 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 13853 13085 393 719 0 13132 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55412

[startup+51.101 s]
/proc/loadavg: 1.40 1.67 1.35 2/107 9173
/proc/meminfo: memFree=1700548/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=65516 CPUtime=51.07
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 17833 0 0 0 5048 59 0 0 25 0 1 0 40456578 67088384 15602 1992294400 4194304 7136930 140736886540896 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 16379 15602 393 719 0 15658 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 65516

[startup+102.309 s]
/proc/loadavg: 1.17 1.56 1.33 2/107 9184
/proc/meminfo: memFree=1675004/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=90572 CPUtime=102.25
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 24097 0 0 0 10132 93 0 0 25 0 1 0 40456578 92745728 21866 1992294400 4194304 7136930 140736886540896 18446744073709551615 6166546 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 22643 21866 393 719 0 21922 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 90572

[startup+162.301 s]
/proc/loadavg: 1.06 1.46 1.31 2/107 9186
/proc/meminfo: memFree=1636192/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=130736 CPUtime=162.22
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 33857 0 0 0 16071 151 0 0 25 0 1 0 40456578 133873664 31626 1992294400 4194304 7136930 140736886540896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 32684 31626 393 719 0 31963 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 130736

[startup+222.301 s]
/proc/loadavg: 1.05 1.38 1.29 2/107 9188
/proc/meminfo: memFree=1598496/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=169984 CPUtime=222.2
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 43234 0 0 0 22006 214 0 0 25 0 1 0 40456578 174063616 41003 1992294400 4194304 7136930 140736886540896 18446744073709551615 4697603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 42496 41003 393 719 0 41775 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 169984

[startup+282.301 s]
/proc/loadavg: 1.02 1.31 1.27 2/107 9188
/proc/meminfo: memFree=1536744/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=238088 CPUtime=282.17
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 58725 0 0 0 27934 283 0 0 25 0 1 0 40456578 243802112 56494 1992294400 4194304 7136930 140736886540896 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 59522 56494 393 719 0 58801 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 238088

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.25 2/107 9190
/proc/meminfo: memFree=1465940/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=319836 CPUtime=342.15
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 76245 0 0 0 33878 337 0 0 25 0 1 0 40456578 327512064 74014 1992294400 4194304 7136930 140736886540896 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 79959 74014 393 719 0 79238 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 319836

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.23 2/107 9192
/proc/meminfo: memFree=1384224/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=415300 CPUtime=402.13
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 97047 0 0 0 39820 393 0 0 25 0 1 0 40456578 425267200 94816 1992294400 4194304 7136930 140736886540896 18446744073709551615 4781144 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 103825 94816 393 719 0 103104 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 415300

[startup+462.301 s]
/proc/loadavg: 1.05 1.18 1.22 2/107 9194
/proc/meminfo: memFree=1288124/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=526960 CPUtime=462.1
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 120719 0 0 0 45759 451 0 0 25 0 1 0 40456578 539607040 118488 1992294400 4194304 7136930 140736886540896 18446744073709551615 5121908 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 131740 118488 393 719 0 131019 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 526960

[startup+522.301 s]
/proc/loadavg: 1.06 1.16 1.21 2/107 9196
/proc/meminfo: memFree=1196736/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=637056 CPUtime=522.08
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 143859 0 0 0 51696 512 0 0 25 0 1 0 40456578 652345344 141628 1992294400 4194304 7136930 140736886540896 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 159264 141628 393 719 0 158543 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 637056

[startup+582.301 s]
/proc/loadavg: 1.06 1.14 1.20 2/107 9196
/proc/meminfo: memFree=1093196/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=760204 CPUtime=582.05
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 169340 0 0 0 57634 571 0 0 25 0 1 0 40456578 778448896 167109 1992294400 4194304 7136930 140736886540896 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 190051 167109 393 719 0 189330 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 760204

[startup+642.301 s]
/proc/loadavg: 1.06 1.13 1.18 2/107 9198
/proc/meminfo: memFree=1003296/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=867136 CPUtime=642.05
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 191611 0 0 0 63576 629 0 0 25 0 1 0 40456578 887947264 189380 1992294400 4194304 7136930 140736886540896 18446744073709551615 4740313 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 216784 189380 393 719 0 216063 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 867136

[startup+702.301 s]

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

/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 371635 0 0 0 111014 1170 0 0 25 0 1 0 40456578 1754525696 368509 1992294400 4194304 7136930 140736886540896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 428351 368509 393 719 0 427630 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 1713404

[startup+1182.3 s]
/proc/loadavg: 1.03 1.08 1.13 2/107 9212
/proc/meminfo: memFree=270456/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1727640 CPUtime=1181.82
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 375148 0 0 0 116793 1389 0 0 25 0 1 0 40456578 1769103360 372022 1992294400 4194304 7136930 140736886540896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 431910 372022 393 719 0 431189 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 1727640

[startup+1242.3 s]
/proc/loadavg: 1.01 1.06 1.12 2/107 9214
/proc/meminfo: memFree=268844/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1729032 CPUtime=1241.79
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 375501 0 0 0 122593 1586 0 0 25 0 1 0 40456578 1770528768 372375 1992294400 4194304 7136930 140736886540896 18446744073709551615 4652873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 432258 372375 393 719 0 431537 0
Current children cumulated CPU time (s) 1241.79
Current children cumulated vsize (KiB) 1729032

[startup+1302.3 s]
/proc/loadavg: 1.00 1.05 1.11 2/107 9216
/proc/meminfo: memFree=266860/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1730788 CPUtime=1301.78
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 375971 0 0 0 128399 1779 0 0 25 0 1 0 40456578 1772326912 372845 1992294400 4194304 7136930 140736886540896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 432697 372845 393 719 0 431976 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 1730788

[startup+1362.3 s]
/proc/loadavg: 1.00 1.04 1.09 2/107 9218
/proc/meminfo: memFree=266736/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1730788 CPUtime=1361.74
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 375975 0 0 0 134199 1975 0 0 25 0 1 0 40456578 1772326912 372849 1992294400 4194304 7136930 140736886540896 18446744073709551615 4704589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 432697 372849 393 719 0 431976 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 1730788

[startup+1422.31 s]
/proc/loadavg: 1.00 1.03 1.09 2/107 9220
/proc/meminfo: memFree=264504/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1732968 CPUtime=1421.72
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 376528 0 0 0 140015 2157 0 0 25 0 1 0 40456578 1774559232 373402 1992294400 4194304 7136930 140736886540896 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 433242 373402 393 719 0 432521 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 1732968

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.08 2/107 9220
/proc/meminfo: memFree=263140/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1734280 CPUtime=1481.7
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 376854 0 0 0 145842 2328 0 0 25 0 1 0 40456578 1775902720 373728 1992294400 4194304 7136930 140736886540896 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 433570 373728 393 719 0 432849 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 1734280

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.08 2/107 9222
/proc/meminfo: memFree=262024/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1735304 CPUtime=1541.68
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 377127 0 0 0 151691 2477 0 0 25 0 1 0 40456578 1776951296 374001 1992294400 4194304 7136930 140736886540896 18446744073709551615 4976417 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 433826 374001 393 719 0 433105 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 1735304

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/107 9224
/proc/meminfo: memFree=254832/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1742592 CPUtime=1601.65
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 378895 0 0 0 157546 2619 0 0 25 0 1 0 40456578 1784414208 375769 1992294400 4194304 7136930 140736886540896 18446744073709551615 4780277 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 435648 375769 393 719 0 434927 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 1742592

[startup+1662.3 s]
/proc/loadavg: 1.04 1.02 1.07 2/107 9226
/proc/meminfo: memFree=253840/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1743532 CPUtime=1661.62
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 379129 0 0 0 163347 2815 0 0 25 0 1 0 40456578 1785376768 376003 1992294400 4194304 7136930 140736886540896 18446744073709551615 5921712 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 435883 376003 393 719 0 435162 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 1743532

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.06 2/107 9228
/proc/meminfo: memFree=251236/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1746344 CPUtime=1721.6
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 379829 0 0 0 169179 2981 0 0 25 0 1 0 40456578 1788256256 376703 1992294400 4194304 7136930 140736886540896 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 436586 376703 393 719 0 435865 0
Current children cumulated CPU time (s) 1721.6
Current children cumulated vsize (KiB) 1746344

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/107 9228
/proc/meminfo: memFree=240324/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1757112 CPUtime=1781.57
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 382491 0 0 0 175025 3132 0 0 25 0 1 0 40456578 1799282688 379365 1992294400 4194304 7136930 140736886540896 18446744073709551615 4704784 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 439278 379365 393 719 0 438557 0
Current children cumulated CPU time (s) 1781.57
Current children cumulated vsize (KiB) 1757112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.01 1.06 2/107 9230
/proc/meminfo: memFree=239456/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1757872 CPUtime=1800.08
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 382703 0 0 0 176819 3189 0 0 25 0 1 0 40456578 1800060928 379577 1992294400 4194304 7136930 140736886540896 18446744073709551615 5909095 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9172/statm: 439468 379577 393 719 0 438747 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1757872

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9172

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.01 1.06 2/107 9230
/proc/meminfo: memFree=239456/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1757872 CPUtime=1800.67
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 382708 0 0 0 176878 3189 0 0 25 0 1 0 40456578 1800060928 379582 1992294400 4194304 7136930 140736886540896 18446744073709551615 6166167 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9172/statm: 439468 379582 398 719 0 438747 0
Current children cumulated CPU time (s) 1800.67
Current children cumulated vsize (KiB) 1757872

[startup+1802.2 s]
/proc/loadavg: 1.00 1.01 1.06 2/108 9231
/proc/meminfo: memFree=239448/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1757872 CPUtime=1801.47
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 382708 0 0 0 176958 3189 0 0 25 0 1 0 40456578 1800060928 379582 1992294400 4194304 7136930 140736886540896 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9172/statm: 439468 379582 398 719 0 438747 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 1757872

[startup+1802.6 s]
/proc/loadavg: 1.00 1.01 1.06 2/108 9231
/proc/meminfo: memFree=239448/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1757872 CPUtime=1801.87
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 382708 0 0 0 176998 3189 0 0 25 0 1 0 40456578 1800060928 379582 1992294400 4194304 7136930 140736886540896 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9172/statm: 439468 379582 398 719 0 438747 0
Current children cumulated CPU time (s) 1801.87
Current children cumulated vsize (KiB) 1757872

[startup+1802.8 s]
/proc/loadavg: 1.00 1.01 1.06 2/108 9231
/proc/meminfo: memFree=278384/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=1710764 CPUtime=1802.08
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4202496 382708 0 0 0 177018 3190 0 0 25 0 1 0 40456578 1751822336 367805 1992294400 4194304 7136930 140736886540896 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9172/statm: 427691 367805 398 719 0 426970 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 1710764

[startup+1802.91 s]
/proc/loadavg: 1.00 1.01 1.06 2/108 9231
/proc/meminfo: memFree=278384/2059040 swapFree=4140352/4192956
[pid=9172] ppid=9170 vsize=0 CPUtime=1802.17
/proc/9172/stat : 9172 (pbscip.linux.x8) R 9170 9172 9043 0 -1 4203524 382708 0 0 0 177018 3199 0 0 25 0 1 0 40456578 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/9172/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.97
CPU time (s): 1802.24
CPU user time (s): 1770.19
CPU system time (s): 32.0561
CPU usage (%): 99.96
Max. virtual memory (cumulated for all children) (KiB): 1757872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1770.19
system time used= 32.0561
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 382708
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= 6253

runsolver used 3.06153 second user time and 8.43272 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 08:00:03
IDJOB=2663865
IDBENCH=48238
IDSOLVER=1167
FILE ID=node019/2663865-1276668003
PBS_JOBID= 11172516
Free space on /tmp= 62416 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_2.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-2663865-1276668003/watcher-2663865-1276668003 -o /tmp/evaluation-result-2663865-1276668003/solver-2663865-1276668003 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663865-1276668003.opb -t 1800 -m 1800

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

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=25627052

node019.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.264
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.52
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.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762588 kB
Buffers:         89916 kB
Cached:         115928 kB
SwapCached:       6068 kB
Active:         106460 kB
Inactive:       112712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762588 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:            3380 kB
Writeback:          36 kB
AnonPages:       11708 kB
Mapped:          13160 kB
Slab:            55588 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181044 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= 62412 MiB
End job on node019 at 2010-06-16 08:30:06