Trace number 2663772

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 solver? (TO) 1802.15 1802.83

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_2.opb
MD5SUMfaa00895e2f6f80e77634e2be522df62
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark1798.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint45
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6220
Sum of products size (including duplicates)12440
Number of different products6220
Sum of products size12440

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-2663772-1276655987.opb>
0.01/0.06	c original problem has 6420 variables (6420 bin, 0 int, 0 impl, 0 cont) and 6420 constraints
0.01/0.06	c problem read
0.01/0.06	c presolving settings loaded
0.01/0.06	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.13	c presolving:
0.59/0.63	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 200 upgd conss, 414832 impls, 0 clqs
1.00/1.06	c    (0.8s) probing: 101/6420 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.06	c    (0.8s) probing aborted: 100/100 successive totally useless probings
1.00/1.07	c presolving (2 rounds):
1.00/1.07	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.00/1.07	c  414832 implications, 0 cliques
1.00/1.07	c presolved problem has 6420 variables (6420 bin, 0 int, 0 impl, 0 cont) and 6420 constraints
1.00/1.07	c    6220 constraints of type <and>
1.00/1.07	c     200 constraints of type <logicor>
1.00/1.07	c transformed objective value is always integral (scale: 1)
1.00/1.07	c Presolving Time: 0.77
1.00/1.07	c - non default parameters ----------------------------------------------------------------------
1.00/1.07	c # SCIP version 1.2.1.2
1.00/1.07	c 
1.00/1.07	c # frequency for displaying node information lines
1.00/1.07	c # [type: int, range: [-1,2147483647], default: 100]
1.00/1.07	c display/freq = 10000
1.00/1.07	c 
1.00/1.07	c # maximal time in seconds to run
1.00/1.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.07	c limits/time = 1799.95
1.00/1.07	c 
1.00/1.07	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.00/1.07	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.00/1.07	c limits/memory = 1620
1.00/1.07	c 
1.00/1.07	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.00/1.07	c # [type: int, range: [-1,2147483647], default: 1]
1.00/1.07	c lp/solvefreq = -1
1.00/1.07	c 
1.00/1.07	c # should presolving try to simplify inequalities
1.00/1.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.07	c constraints/linear/simplifyinequalities = TRUE
1.00/1.07	c 
1.00/1.07	c # should presolving try to simplify knapsacks
1.00/1.07	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.00/1.07	c constraints/knapsack/simplifyinequalities = TRUE
1.00/1.07	c 
1.00/1.07	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
1.00/1.07	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.07	c heuristics/undercover/freq = 0
1.00/1.07	c 
1.00/1.07	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.00/1.07	c # [type: int, range: [-1,2147483647], default: -1]
1.00/1.07	c separating/rapidlearning/freq = 0
1.00/1.07	c 
1.00/1.07	c -----------------------------------------------------------------------------------------------
1.00/1.07	c start solving
1.00/1.07	c 
1.00/1.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.00/1.09	c   0.8s|     1 |     2 |     0 |     - |  26M|   0 |   - |6420 |6420 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
38.88/38.91	c  38.3s| 10000 |  9973 |     0 |   0.0 |  49M| 200 |   - |6420 |6434 |   0 |   0 |   0 |  14 |   0 | 0.000000e+00 |      --      |    Inf 
80.76/80.82	c  79.9s| 20000 | 19973 |     0 |   0.0 |  72M| 201 |   - |6420 |6434 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
123.55/123.65	c   122s| 30000 | 29973 |     0 |   0.0 |  95M| 201 |   - |6420 |6434 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
162.74/162.88	c   161s| 40000 | 39973 |     0 |   0.0 | 117M| 201 |   - |6420 |6432 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
200.61/200.77	c   199s| 50000 | 49973 |     0 |   0.0 | 139M| 205 |   - |6420 |6431 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
238.01/238.17	c   236s| 60000 | 59973 |     0 |   0.0 | 161M| 205 |   - |6420 |6431 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
274.39/274.57	c   272s| 70000 | 69973 |     0 |   0.0 | 182M| 205 |   - |6420 |6431 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
309.08/309.27	c   306s| 80000 | 79973 |     0 |   0.0 | 203M| 205 |   - |6420 |6431 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
343.37/343.59	c   340s| 90000 | 89973 |     0 |   0.0 | 225M| 205 |   - |6420 |6431 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
376.75/376.90	c   373s|100000 | 99973 |     0 |   0.0 | 246M| 205 |   - |6420 |6431 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
410.05/410.20	c   406s|110000 |109973 |     0 |   0.0 | 267M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
442.43/442.64	c   439s|120000 |119973 |     0 |   0.0 | 288M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
474.31/474.55	c   470s|130000 |129973 |     0 |   0.0 | 309M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
505.30/505.59	c   501s|140000 |139973 |     0 |   0.0 | 330M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
535.90/536.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
535.90/536.18	c   531s|150000 |149973 |     0 |   0.0 | 351M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
565.98/566.29	c   561s|160000 |159973 |     0 |   0.0 | 372M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
595.68/595.93	c   590s|170000 |169973 |     0 |   0.0 | 393M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
625.06/625.38	c   619s|180000 |179973 |     0 |   0.0 | 415M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
654.25/654.60	c   648s|190000 |189973 |     0 |   0.0 | 436M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
683.54/683.86	c   677s|200000 |199973 |     0 |   0.0 | 457M| 205 |   - |6420 |6430 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
712.83/713.20	c   706s|210000 |209973 |     0 |   0.0 | 478M| 205 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
741.62/741.91	c   735s|220000 |219973 |     0 |   0.0 | 500M| 205 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
769.91/770.20	c   763s|230000 |229973 |     0 |   0.0 | 521M| 205 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
797.60/797.91	c   790s|240000 |239973 |     0 |   0.0 | 542M| 205 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
825.38/825.76	c   818s|250000 |249973 |     0 |   0.0 | 563M| 205 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
853.57/853.96	c   846s|260000 |259973 |     0 |   0.0 | 584M| 206 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
881.46/881.81	c   873s|270000 |269973 |     0 |   0.0 | 605M| 206 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
908.05/908.44	c   899s|280000 |279973 |     0 |   0.0 | 627M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
934.35/934.75	c   925s|290000 |289973 |     0 |   0.0 | 648M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  14 |   0 | 1.000000e+00 |      --      |    Inf 
960.04/960.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
960.04/960.44	c   951s|300000 |299971 |     0 |   0.0 | 669M| 207 |   - |6420 |6430 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
985.63/986.02	c   976s|310000 |309971 |     0 |   0.0 | 690M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1011.02/1011.46	c  1001s|320000 |319971 |     0 |   0.0 | 711M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1036.71/1037.12	c  1027s|330000 |329971 |     0 |   0.0 | 732M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1062.11/1062.60	c  1052s|340000 |339971 |     0 |   0.0 | 753M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1087.30/1087.76	c  1077s|350000 |349971 |     0 |   0.0 | 774M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1111.88/1112.37	c  1101s|360000 |359971 |     0 |   0.0 | 795M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1136.77/1137.26	c  1125s|370000 |369971 |     0 |   0.0 | 817M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1160.67/1161.19	c  1149s|380000 |379971 |     0 |   0.0 | 838M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1184.86/1185.31	c  1173s|390000 |389971 |     0 |   0.0 | 859M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1208.46/1208.99	c  1196s|400000 |399971 |     0 |   0.0 | 880M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1231.64/1232.17	c  1219s|410000 |409971 |     0 |   0.0 | 902M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1254.33/1254.85	c  1242s|420000 |419971 |     0 |   0.0 | 923M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  17 |   0 | 1.000000e+00 |      --      |    Inf 
1276.52/1277.05	c  1263s|430000 |429969 |     0 |   0.0 | 945M| 207 |   - |6420 |6431 |   0 |   0 |   0 |  19 |   0 | 1.000000e+00 |      --      |    Inf 
1299.61/1300.20	c  1286s|440000 |439969 |     0 |   0.0 | 966M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  19 |   0 | 1.000000e+00 |      --      |    Inf 
1323.09/1323.65	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1323.09/1323.65	c  1309s|450000 |449967 |     0 |   0.0 | 988M| 207 |   - |6420 |6431 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1344.79/1345.37	c  1331s|460000 |459967 |     0 |   0.0 |1010M| 207 |   - |6420 |6431 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1376.57/1377.11	c  1362s|470000 |469967 |     0 |   0.0 |1033M| 207 |   - |6420 |6429 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1410.06/1410.68	c  1395s|480000 |479967 |     0 |   0.0 |1054M| 207 |   - |6420 |6428 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1437.16/1437.71	c  1422s|490000 |489967 |     0 |   0.0 |1075M| 207 |   - |6420 |6428 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1461.04/1461.65	c  1446s|500000 |499967 |     0 |   0.0 |1096M| 207 |   - |6420 |6428 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1487.83/1488.40	c  1472s|510000 |509967 |     0 |   0.0 |1117M| 207 |   - |6420 |6427 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1535.91/1536.58	c  1520s|520000 |519967 |     0 |   0.0 |1139M| 207 |   - |6420 |6426 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1582.21/1582.86	c  1566s|530000 |529967 |     0 |   0.0 |1161M| 207 |   - |6420 |6425 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1626.19/1626.82	c  1610s|540000 |539967 |     0 |   0.0 |1183M| 207 |   - |6420 |6424 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1670.27/1670.95	c  1654s|550000 |549967 |     0 |   0.0 |1205M| 207 |   - |6420 |6424 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1714.75/1715.50	c  1698s|560000 |559967 |     0 |   0.0 |1227M| 207 |   - |6420 |6424 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1758.64/1759.35	c  1741s|570000 |569967 |     0 |   0.0 |1249M| 207 |   - |6420 |6424 |   0 |   0 |   0 |  22 |   0 | 1.000000e+00 |      --      |    Inf 
1800.03/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.71	c 
1800.03/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.71	c Solving Time (sec) : 1782.34
1800.03/1800.71	c Solving Nodes      : 579192
1800.03/1800.71	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.71	c Dual Bound         : +1.00000000000000e+00
1800.03/1800.71	c Gap                : infinite
1800.03/1800.71	s UNKNOWN
1800.03/1800.71	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.71	c Solving Time       :    1782.34
1800.03/1800.71	c Original Problem   :
1800.03/1800.71	c   Problem name     : HOME/instance-2663772-1276655987.opb
1800.03/1800.71	c   Variables        : 6420 (6420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.71	c   Constraints      : 6420 initial, 6420 maximal
1800.03/1800.71	c Presolved Problem  :
1800.03/1800.71	c   Problem name     : t_HOME/instance-2663772-1276655987.opb
1800.03/1800.71	c   Variables        : 6420 (6420 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.71	c   Constraints      : 6420 initial, 6434 maximal
1800.03/1800.71	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.71	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.71	c   probing          :       0.24          0          0          0          0          0          0          0          0
1800.03/1800.71	c   and              :       0.47          0          0          0          0          0          0          0          0
1800.03/1800.71	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.71	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.71	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.71	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.71	c   and              :       6220          0    1754297          0     579175         15   18759366          0          0          0
1800.03/1800.71	c   logicor          :        200+         0     411262          0     579175          2      52292          0          0          0
1800.03/1800.71	c   countsols        :          0          0          0          0     579175          0          0          0          0          0
1800.03/1800.71	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.71	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.71	c   and              :     408.29       0.00     367.67       0.00      40.62
1800.03/1800.71	c   logicor          :     313.62       0.00       3.55       0.00     310.07
1800.03/1800.71	c   countsols        :       0.51       0.00       0.00       0.00       0.51
1800.03/1800.71	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.71	c   vbounds          :       1.29          2          0          0
1800.03/1800.71	c   rootredcost      :       1.30          0          0          0
1800.03/1800.71	c   pseudoobj        :      31.27    1754097          0          0
1800.03/1800.71	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.71	c   propagation      :       0.00         17         17         22       13.6          0        0.0          -
1800.03/1800.71	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.71	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.71	c   applied globally :          -          -          -         22       13.6          -          -          -
1800.03/1800.71	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.71	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.71	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.71	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.71	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.71	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.71	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.71	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.71	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.71	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.71	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.71	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.71	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.71	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.71	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.71	c Pricers            :       Time      Calls       Vars
1800.03/1800.71	c   problem variables:       0.00          0          0
1800.03/1800.71	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.71	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   inference        :     897.62     579175          0          0          0          0    1158350
1800.03/1800.71	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.71	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.71	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.71	c   LP solutions     :       0.00          -          0
1800.03/1800.71	c   pseudo solutions :       0.00          -          0
1800.03/1800.71	c   oneopt           :       0.33          0          0
1800.03/1800.71	c   trivial          :       0.02          2          0
1800.03/1800.72	c   simplerounding   :       0.00          0          0
1800.03/1800.72	c   zirounding       :       0.00          0          0
1800.03/1800.72	c   rounding         :       0.00          0          0
1800.03/1800.72	c   shifting         :       0.00          0          0
1800.03/1800.72	c   intshifting      :       0.00          0          0
1800.03/1800.72	c   twoopt           :       0.00          0          0
1800.03/1800.72	c   fixandinfer      :       0.00          0          0
1800.03/1800.72	c   feaspump         :       0.00          0          0
1800.03/1800.72	c   coefdiving       :       0.00          0          0
1800.03/1800.72	c   pscostdiving     :       0.00          0          0
1800.03/1800.72	c   fracdiving       :       0.00          0          0
1800.03/1800.72	c   veclendiving     :       0.00          0          0
1800.03/1800.72	c   intdiving        :       0.00          0          0
1800.03/1800.72	c   actconsdiving    :       0.00          0          0
1800.03/1800.72	c   objpscostdiving  :       0.00          0          0
1800.03/1800.72	c   rootsoldiving    :       0.00          0          0
1800.03/1800.72	c   linesearchdiving :       0.00          0          0
1800.03/1800.72	c   guideddiving     :       0.00          0          0
1800.03/1800.72	c   octane           :       0.00          0          0
1800.03/1800.72	c   rens             :       0.00          0          0
1800.03/1800.72	c   rins             :       0.00          0          0
1800.03/1800.72	c   localbranching   :       0.00          0          0
1800.03/1800.72	c   mutation         :       0.00          0          0
1800.03/1800.72	c   crossover        :       0.00          0          0
1800.03/1800.72	c   dins             :       0.00          0          0
1800.03/1800.72	c   undercover       :       0.00          0          0
1800.03/1800.72	c   nlp              :       1.04          0          0
1800.03/1800.72	c   trysol           :       0.32          0          0
1800.03/1800.72	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.72	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.72	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.72	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.72	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.72	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.72	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.72	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.72	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.72	c B&B Tree           :
1800.03/1800.72	c   number of runs   :          1
1800.03/1800.72	c   nodes            :     579192
1800.03/1800.72	c   nodes (total)    :     579192
1800.03/1800.72	c   nodes left       :     579159
1800.03/1800.72	c   max depth        :        207
1800.03/1800.72	c   max depth (total):        207
1800.03/1800.72	c   backtracks       :       8256 (1.4%)
1800.03/1800.72	c   delayed cutoffs  :          0
1800.03/1800.72	c   repropagations   :       6434 (69 domain reductions, 0 cutoffs)
1800.03/1800.72	c   avg switch length:       3.37
1800.03/1800.72	c   switching time   :      87.49
1800.03/1800.72	c Solution           :
1800.03/1800.72	c   Solutions found  :          0 (0 improvements)
1800.03/1800.72	c   Primal Bound     :          -
1800.03/1800.72	c   Dual Bound       : +1.00000000000000e+00
1800.03/1800.72	c   Gap              :   infinite
1800.03/1800.72	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.72	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663772-1276655987/watcher-2663772-1276655987 -o /tmp/evaluation-result-2663772-1276655987/solver-2663772-1276655987 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663772-1276655987.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: 1.00 1.01 1.00 3/106 7988
/proc/meminfo: memFree=1767428/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=6584 CPUtime=0
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 1003 0 0 0 0 0 0 0 15 0 1 0 41200336 6742016 926 1992294400 4194304 7136930 140736330974752 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7988/statm: 1646 936 254 719 0 925 0

[startup+0.022516 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 7988
/proc/meminfo: memFree=1767428/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=9800 CPUtime=0.01
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 1936 0 0 0 1 0 0 0 17 0 1 0 41200336 10035200 1859 1992294400 4194304 7136930 140736330974752 18446744073709551615 6176983 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7988/statm: 2450 1859 272 719 0 1729 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9800

[startup+0.101532 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 7988
/proc/meminfo: memFree=1767428/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=25488 CPUtime=0.09
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 6237 0 0 0 7 2 0 0 17 0 1 0 41200336 26099712 5806 1992294400 4194304 7136930 140736330974752 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 6372 5806 304 719 0 5651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25488

[startup+0.300574 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 7988
/proc/meminfo: memFree=1767428/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=38664 CPUtime=0.29
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 9188 0 0 0 26 3 0 0 17 0 1 0 41200336 39591936 8757 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 9666 8757 328 719 0 8945 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38664

[startup+0.700659 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 7988
/proc/meminfo: memFree=1767428/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=45608 CPUtime=0.69
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 11980 0 0 0 53 16 0 0 17 0 1 0 41200336 46702592 10521 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 11402 10521 348 719 0 10681 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45608

[startup+1.50083 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7989
/proc/meminfo: memFree=1724144/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=48964 CPUtime=1.49
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 12925 0 0 0 127 22 0 0 18 0 1 0 41200336 50139136 11466 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 12241 11466 381 719 0 11520 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48964

[startup+3.10017 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7989
/proc/meminfo: memFree=1722160/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=49764 CPUtime=3.09
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 13115 0 0 0 285 24 0 0 21 0 1 0 41200336 50958336 11656 1992294400 4194304 7136930 140736330974752 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 12441 11656 381 719 0 11720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49764

[startup+6.30085 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7989
/proc/meminfo: memFree=1720300/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=51796 CPUtime=6.29
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 13628 0 0 0 603 26 0 0 25 0 1 0 41200336 53039104 12169 1992294400 4194304 7136930 140736330974752 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 12949 12169 381 719 0 12228 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51796

[startup+12.7012 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7989
/proc/meminfo: memFree=1716704/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=56668 CPUtime=12.69
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 14850 0 0 0 1237 32 0 0 25 0 1 0 41200336 58028032 13391 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 14167 13391 386 719 0 13446 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56668

[startup+25.5009 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7989
/proc/meminfo: memFree=1706040/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=65468 CPUtime=25.48
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 17043 0 0 0 2505 43 0 0 25 0 1 0 41200336 67039232 15584 1992294400 4194304 7136930 140736330974752 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 16367 15584 386 719 0 15646 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65468

[startup+51.1014 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 7991
/proc/meminfo: memFree=1685332/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=86056 CPUtime=51.08
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 22230 0 0 0 5040 68 0 0 25 0 1 0 41200336 88121344 20771 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 21514 20771 386 719 0 20793 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86056

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7991
/proc/meminfo: memFree=1655448/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=115568 CPUtime=102.26
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 29618 0 0 0 10123 103 0 0 25 0 1 0 41200336 118341632 28159 1992294400 4194304 7136930 140736330974752 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 28892 28159 386 719 0 28171 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 115568

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7993
/proc/meminfo: memFree=1622960/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=148912 CPUtime=162.23
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 37980 0 0 0 16077 146 0 0 25 0 1 0 41200336 152485888 36521 1992294400 4194304 7136930 140736330974752 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 37228 36521 386 719 0 36507 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 148912

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7995
/proc/meminfo: memFree=1584520/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=186364 CPUtime=222.21
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 47329 0 0 0 22028 193 0 0 25 0 1 0 41200336 190836736 45870 1992294400 4194304 7136930 140736330974752 18446744073709551615 4407876 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 46591 45870 386 719 0 45870 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 186364

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7997
/proc/meminfo: memFree=1552280/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=221500 CPUtime=282.18
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 55590 0 0 0 27979 239 0 0 25 0 1 0 41200336 226816000 54131 1992294400 4194304 7136930 140736330974752 18446744073709551615 4619769 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 55375 54131 386 719 0 54654 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 221500

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7999
/proc/meminfo: memFree=1516196/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=256316 CPUtime=342.17
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 64325 0 0 0 33922 295 0 0 25 0 1 0 41200336 262467584 62866 1992294400 4194304 7136930 140736330974752 18446744073709551615 4697568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 64079 62866 386 719 0 63358 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 256316

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 7999
/proc/meminfo: memFree=1473912/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=299284 CPUtime=402.14
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 75103 0 0 0 39861 353 0 0 25 0 1 0 41200336 306466816 73644 1992294400 4194304 7136930 140736330974752 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 74821 73644 386 719 0 74100 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 299284

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8001
/proc/meminfo: memFree=1437084/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=336012 CPUtime=462.12
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 84320 0 0 0 45806 406 0 0 25 0 1 0 41200336 344076288 82861 1992294400 4194304 7136930 140736330974752 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 84003 82861 386 719 0 83282 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 336012

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8003
/proc/meminfo: memFree=1395916/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=376700 CPUtime=522.1
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 94549 0 0 0 51746 464 0 0 25 0 1 0 41200336 385740800 93090 1992294400 4194304 7136930 140736330974752 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 94175 93090 386 719 0 93454 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 376700

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8005
/proc/meminfo: memFree=1352268/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=420072 CPUtime=582.08
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 105413 0 0 0 57685 523 0 0 25 0 1 0 41200336 430153728 103954 1992294400 4194304 7136930 140736330974752 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 105018 103954 386 719 0 104297 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 420072

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8007
/proc/meminfo: memFree=1308992/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=462060 CPUtime=642.07
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 115946 0 0 0 63620 587 0 0 25 0 1 0 41200336 473149440 114487 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 115515 114487 386 719 0 114794 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 462060

[startup+702.301 s]

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

/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 196924 0 0 0 105146 1044 0 0 25 0 1 0 41200336 806486016 195465 1992294400 4194304 7136930 140736330974752 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 196896 195465 387 719 0 196175 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 787584

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8019
/proc/meminfo: memFree=933892/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=837160 CPUtime=1121.88
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 209416 0 0 0 111074 1114 0 0 25 0 1 0 41200336 857251840 207957 1992294400 4194304 7136930 140736330974752 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 209290 207957 387 719 0 208569 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 837160

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8021
/proc/meminfo: memFree=878712/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=893008 CPUtime=1181.85
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 223476 0 0 0 116997 1188 0 0 25 0 1 0 41200336 914440192 222017 1992294400 4194304 7136930 140736330974752 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 223252 222017 387 719 0 222531 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 893008

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8023
/proc/meminfo: memFree=826508/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=943244 CPUtime=1241.84
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 236126 0 0 0 122920 1264 0 0 25 0 1 0 41200336 965881856 234667 1992294400 4194304 7136930 140736330974752 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 235811 234667 387 719 0 235090 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 943244

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8032
/proc/meminfo: memFree=771824/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=996988 CPUtime=1301.81
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 249649 0 0 0 128836 1345 0 0 25 0 1 0 41200336 1020915712 248190 1992294400 4194304 7136930 140736330974752 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 249247 248190 387 719 0 248526 0
Current children cumulated CPU time (s) 1301.81
Current children cumulated vsize (KiB) 996988

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8034
/proc/meminfo: memFree=710444/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1066248 CPUtime=1361.78
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 264976 0 0 0 134757 1421 0 0 25 0 1 0 41200336 1091837952 263517 1992294400 4194304 7136930 140736330974752 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 266562 263517 387 719 0 265841 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 1066248

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8036
/proc/meminfo: memFree=676840/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1099592 CPUtime=1421.76
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 273351 0 0 0 140702 1474 0 0 25 0 1 0 41200336 1125982208 271892 1992294400 4194304 7136930 140736330974752 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 274898 271892 387 719 0 274177 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 1099592

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8038
/proc/meminfo: memFree=620916/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1154944 CPUtime=1481.74
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 287308 0 0 0 146627 1547 0 0 25 0 1 0 41200336 1182662656 285849 1992294400 4194304 7136930 140736330974752 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 288736 285849 387 719 0 288015 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 1154944

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8040
/proc/meminfo: memFree=597852/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1177916 CPUtime=1541.71
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 293093 0 0 0 152585 1586 0 0 25 0 1 0 41200336 1206185984 291634 1992294400 4194304 7136930 140736330974752 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 294479 291634 387 719 0 293758 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 1177916

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8040
/proc/meminfo: memFree=568712/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1206924 CPUtime=1601.69
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 300372 0 0 0 158542 1627 0 0 25 0 1 0 41200336 1235890176 298913 1992294400 4194304 7136930 140736330974752 18446744073709551615 4780826 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 301731 298913 387 719 0 301010 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 1206924

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8042
/proc/meminfo: memFree=539200/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1236320 CPUtime=1661.67
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 307747 0 0 0 164496 1671 0 0 25 0 1 0 41200336 1265991680 306288 1992294400 4194304 7136930 140736330974752 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 309080 306288 387 719 0 308359 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 1236320

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8044
/proc/meminfo: memFree=508944/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1266868 CPUtime=1721.64
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 315396 0 0 0 170453 1711 0 0 25 0 1 0 41200336 1297272832 313937 1992294400 4194304 7136930 140736330974752 18446744073709551615 4407882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 316717 313937 387 719 0 315996 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 1266868

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8046
/proc/meminfo: memFree=477696/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1297244 CPUtime=1781.62
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 322998 0 0 0 176410 1752 0 0 25 0 1 0 41200336 1328377856 321539 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 324311 321539 387 719 0 323590 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 1297244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8046
/proc/meminfo: memFree=467404/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1307496 CPUtime=1800.03
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 325579 0 0 0 178238 1765 0 0 25 0 1 0 41200336 1338875904 324120 1992294400 4194304 7136930 140736330974752 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/7988/statm: 326874 324120 387 719 0 326153 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1307496

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7988

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8046
/proc/meminfo: memFree=467404/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1307496 CPUtime=1800.72
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 325585 0 0 0 178307 1765 0 0 18 0 1 0 41200336 1338875904 324126 1992294400 4194304 7136930 140736330974752 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7988/statm: 326874 324126 393 719 0 326153 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 1307496

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8047
/proc/meminfo: memFree=467396/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1303908 CPUtime=1801.51
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 325585 0 0 0 178386 1765 0 0 19 0 1 0 41200336 1335201792 323229 1992294400 4194304 7136930 140736330974752 18446744073709551615 4670079 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7988/statm: 325977 323229 393 719 0 325256 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 1303908

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8047
/proc/meminfo: memFree=467396/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=1175696 CPUtime=1801.92
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4202496 325585 0 0 0 178425 1767 0 0 20 0 1 0 41200336 1203912704 291176 1992294400 4194304 7136930 140736330974752 18446744073709551615 6165594 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7988/statm: 293924 291176 393 719 0 293203 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 1175696

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 8047
/proc/meminfo: memFree=1494248/2059040 swapFree=4140252/4192956
[pid=7988] ppid=7986 vsize=0 CPUtime=1802.12
/proc/7988/stat : 7988 (pbscip.linux.x8) R 7986 7988 7185 0 -1 4203524 325585 0 0 0 178436 1776 0 0 20 0 1 0 41200336 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/7988/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.83
CPU time (s): 1802.15
CPU user time (s): 1784.37
CPU system time (s): 17.7823
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 1307496

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

runsolver used 2.95755 second user time and 8.5397 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 04:39:47
IDJOB=2663772
IDBENCH=48145
IDSOLVER=1167
FILE ID=node010/2663772-1276655987
PBS_JOBID= 11172457
Free space on /tmp= 62532 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_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-2663772-1276655987/watcher-2663772-1276655987 -o /tmp/evaluation-result-2663772-1276655987/solver-2663772-1276655987 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663772-1276655987.opb -t 1800 -m 1800

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

MD5SUM BENCH= faa00895e2f6f80e77634e2be522df62
RANDOM SEED=347209464

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768080 kB
Buffers:         56960 kB
Cached:         140964 kB
SwapCached:       6268 kB
Active:          63204 kB
Inactive:       148096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768080 kB
SwapTotal:     4192956 kB
SwapFree:      4140252 kB
Dirty:            3248 kB
Writeback:           0 kB
AnonPages:       11624 kB
Mapped:          13020 kB
Slab:            57792 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181480 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= 62528 MiB
End job on node010 at 2010-06-16 05:09:50