Trace number 2663759

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.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.37
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 constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

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-2663759-1276654981.opb>
0.04/0.06	c original problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
0.04/0.06	c problem read
0.04/0.06	c presolving settings loaded
0.04/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.14	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, 421224 impls, 0 clqs
1.00/1.07	c    (0.8s) probing: 101/6460 (1.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.00/1.07	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  421224 implications, 0 cliques
1.00/1.07	c presolved problem has 6460 variables (6460 bin, 0 int, 0 impl, 0 cont) and 6460 constraints
1.00/1.07	c    6260 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.76
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.08	c 
1.00/1.10	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.10	c   0.8s|     1 |     2 |     0 |     - |  27M|   0 |   - |6460 |6460 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
37.97/38.07	c  37.5s| 10000 |  9999 |     0 |   0.0 |  50M| 186 |   - |6460 |6461 |   0 |   0 |   0 |   1 |   0 | 0.000000e+00 |      --      |    Inf 
81.27/81.38	c  80.5s| 20000 | 19999 |     0 |   0.0 |  72M| 186 |   - |6460 |6461 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
123.06/123.14	c   122s| 30000 | 29999 |     0 |   0.0 |  95M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
162.65/162.78	c   161s| 40000 | 39999 |     0 |   0.0 | 116M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
200.83/200.90	c   199s| 50000 | 49999 |     0 |   0.0 | 137M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
238.13/238.28	c   236s| 60000 | 59999 |     0 |   0.0 | 159M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
274.83/274.97	c   273s| 70000 | 69999 |     0 |   0.0 | 180M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
310.60/310.71	c   308s| 80000 | 79999 |     0 |   0.0 | 200M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
345.39/345.53	c   343s| 90000 | 89999 |     0 |   0.0 | 221M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
379.69/379.84	c   377s|100000 | 99999 |     0 |   0.0 | 242M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
413.28/413.43	c   410s|110000 |109999 |     0 |   0.0 | 262M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
446.08/446.28	c   442s|120000 |119999 |     0 |   0.0 | 283M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
478.47/478.63	c   475s|130000 |129999 |     0 |   0.0 | 303M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
510.06/510.21	c   506s|140000 |139999 |     0 |   0.0 | 323M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
540.96/541.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
540.96/541.20	c   536s|150000 |149999 |     0 |   0.0 | 344M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
571.44/571.61	c   567s|160000 |159999 |     0 |   0.0 | 365M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
600.93/601.15	c   596s|170000 |169999 |     0 |   0.0 | 386M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
630.03/630.29	c   625s|180000 |179999 |     0 |   0.0 | 407M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
658.62/658.86	c   653s|190000 |189999 |     0 |   0.0 | 428M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
686.81/687.02	c   681s|200000 |199999 |     0 |   0.0 | 449M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
714.39/714.65	c   708s|210000 |209999 |     0 |   0.0 | 470M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
742.09/742.30	c   735s|220000 |219999 |     0 |   0.0 | 491M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
769.48/769.76	c   763s|230000 |229999 |     0 |   0.0 | 512M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
797.58/797.82	c   790s|240000 |239999 |     0 |   0.0 | 534M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
824.86/825.10	c   817s|250000 |249999 |     0 |   0.0 | 555M| 186 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
851.07/851.39	c   843s|260000 |259999 |     0 |   0.0 | 576M| 188 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
876.95/877.28	c   869s|270000 |269999 |     0 |   0.0 | 597M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
902.95/903.28	c   894s|280000 |279999 |     0 |   0.0 | 618M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
929.35/929.61	c   920s|290000 |289999 |     0 |   0.0 | 640M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
955.54/955.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
955.54/955.88	c   946s|300000 |299999 |     0 |   0.0 | 661M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
981.03/981.31	c   972s|310000 |309999 |     0 |   0.0 | 682M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1006.13/1006.42	c   996s|320000 |319999 |     0 |   0.0 | 703M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1030.82/1031.12	c  1021s|330000 |329999 |     0 |   0.0 | 725M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1055.11/1055.49	c  1045s|340000 |339999 |     0 |   0.0 | 746M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1079.20/1079.53	c  1069s|350000 |349999 |     0 |   0.0 | 767M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1103.01/1103.38	c  1092s|360000 |359999 |     0 |   0.0 | 788M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1126.69/1127.07	c  1116s|370000 |369999 |     0 |   0.0 | 810M| 190 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1149.99/1150.34	c  1139s|380000 |379999 |     0 |   0.0 | 831M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1173.18/1173.51	c  1161s|390000 |389999 |     0 |   0.0 | 853M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1196.28/1196.67	c  1184s|400000 |399999 |     0 |   0.0 | 874M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1219.07/1219.44	c  1207s|410000 |409999 |     0 |   0.0 | 896M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   1 |   0 | 1.000000e+00 |      --      |    Inf 
1241.27/1241.65	c  1229s|420000 |419997 |     0 |   0.0 | 918M| 191 |   - |6460 |6461 |   0 |   0 |   0 |   3 |   0 | 1.000000e+00 |      --      |    Inf 
1263.16/1263.55	c  1250s|430000 |429997 |     0 |   0.0 | 940M| 191 |   - |6460 |6461 |   0 |   0 |   0 |   3 |   0 | 1.000000e+00 |      --      |    Inf 
1284.46/1284.82	c  1271s|440000 |439997 |     0 |   0.0 | 962M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   3 |   0 | 1.000000e+00 |      --      |    Inf 
1307.64/1308.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1307.64/1308.04	c  1294s|450000 |449995 |     0 |   0.0 | 985M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   5 |   0 | 1.000000e+00 |      --      |    Inf 
1330.14/1330.52	c  1316s|460000 |459995 |     0 |   0.0 |1008M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   5 |   0 | 1.000000e+00 |      --      |    Inf 
1366.63/1367.10	c  1353s|470000 |469995 |     0 |   0.0 |1029M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   5 |   0 | 1.000000e+00 |      --      |    Inf 
1397.63/1398.09	c  1383s|480000 |479993 |     0 |   0.0 |1049M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1425.23/1425.66	c  1411s|490000 |489993 |     0 |   0.0 |1070M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1450.21/1450.62	c  1435s|500000 |499993 |     0 |   0.0 |1091M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1478.60/1479.06	c  1463s|510000 |509993 |     0 |   0.0 |1113M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1531.09/1531.53	c  1516s|520000 |519993 |     0 |   0.0 |1136M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1581.17/1581.64	c  1565s|530000 |529993 |     0 |   0.0 |1159M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1628.86/1629.39	c  1613s|540000 |539993 |     0 |   0.0 |1182M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1674.35/1674.83	c  1658s|550000 |549993 |     0 |   0.0 |1204M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1718.55/1719.06	c  1702s|560000 |559993 |     0 |   0.0 |1227M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1762.43/1762.97	c  1745s|570000 |569993 |     0 |   0.0 |1249M| 191 |   - |6460 |6460 |   0 |   0 |   0 |   6 |   0 | 1.000000e+00 |      --      |    Inf 
1800.03/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.51	c 
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time (sec) : 1782.75
1800.03/1800.51	c Solving Nodes      : 578412
1800.03/1800.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.51	c Dual Bound         : +1.00000000000000e+00
1800.03/1800.51	c Gap                : infinite
1800.03/1800.51	s UNKNOWN
1800.03/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.51	c Solving Time       :    1782.75
1800.03/1800.51	c Original Problem   :
1800.03/1800.51	c   Problem name     : HOME/instance-2663759-1276654981.opb
1800.03/1800.51	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 6460 initial, 6460 maximal
1800.03/1800.51	c Presolved Problem  :
1800.03/1800.51	c   Problem name     : t_HOME/instance-2663759-1276654981.opb
1800.03/1800.51	c   Variables        : 6460 (6460 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.03/1800.51	c   Constraints      : 6460 initial, 6462 maximal
1800.03/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.51	c   probing          :       0.24          0          0          0          0          0          0          0          0
1800.03/1800.51	c   and              :       0.46          0          0          0          0          0          0          0          0
1800.03/1800.51	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.51	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.51	c   and              :       6260          0    1753154          0     578408          1   18708582          0          0          0
1800.03/1800.51	c   logicor          :        200+         0     376186          0     578408          3      51152          0          0          0
1800.03/1800.51	c   countsols        :          0          0          0          0     578408          0          0          0          0          0
1800.03/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.51	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.51	c   and              :     412.43       0.00     380.17       0.00      32.26
1800.03/1800.51	c   logicor          :     315.17       0.00       3.17       0.00     312.00
1800.03/1800.51	c   countsols        :       0.51       0.00       0.00       0.00       0.51
1800.03/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.51	c   vbounds          :       1.47          2          0          0
1800.03/1800.51	c   rootredcost      :       1.40          0          0          0
1800.03/1800.51	c   pseudoobj        :      29.73    1752954          0          0
1800.03/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.51	c   propagation      :       0.00          4          4          6       24.2          0        0.0          -
1800.03/1800.51	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.51	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.51	c   applied globally :          -          -          -          6       24.2          -          -          -
1800.03/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.51	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.51	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.51	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.51	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.51	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.51	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.51	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.51	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.51	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.51	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.51	c Pricers            :       Time      Calls       Vars
1800.03/1800.51	c   problem variables:       0.00          0          0
1800.03/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.51	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   inference        :     889.81     578408          0          0          0          0    1156816
1800.03/1800.51	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.51	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.51	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.51	c   LP solutions     :       0.00          -          0
1800.03/1800.51	c   pseudo solutions :       0.00          -          0
1800.03/1800.51	c   oneopt           :       0.43          0          0
1800.03/1800.51	c   trivial          :       0.02          2          0
1800.03/1800.51	c   simplerounding   :       0.00          0          0
1800.03/1800.51	c   zirounding       :       0.00          0          0
1800.03/1800.51	c   rounding         :       0.00          0          0
1800.03/1800.51	c   shifting         :       0.00          0          0
1800.03/1800.51	c   intshifting      :       0.00          0          0
1800.03/1800.51	c   twoopt           :       0.00          0          0
1800.03/1800.51	c   fixandinfer      :       0.00          0          0
1800.03/1800.51	c   feaspump         :       0.00          0          0
1800.03/1800.51	c   coefdiving       :       0.00          0          0
1800.03/1800.51	c   pscostdiving     :       0.00          0          0
1800.03/1800.51	c   fracdiving       :       0.00          0          0
1800.03/1800.51	c   veclendiving     :       0.00          0          0
1800.03/1800.51	c   intdiving        :       0.00          0          0
1800.03/1800.51	c   actconsdiving    :       0.00          0          0
1800.03/1800.51	c   objpscostdiving  :       0.00          0          0
1800.03/1800.51	c   rootsoldiving    :       0.00          0          0
1800.03/1800.51	c   linesearchdiving :       0.00          0          0
1800.03/1800.51	c   guideddiving     :       0.00          0          0
1800.03/1800.51	c   octane           :       0.00          0          0
1800.03/1800.51	c   rens             :       0.00          0          0
1800.03/1800.51	c   rins             :       0.00          0          0
1800.03/1800.51	c   localbranching   :       0.00          0          0
1800.03/1800.51	c   mutation         :       0.00          0          0
1800.03/1800.51	c   crossover        :       0.00          0          0
1800.03/1800.51	c   dins             :       0.00          0          0
1800.03/1800.51	c   undercover       :       0.00          0          0
1800.03/1800.51	c   nlp              :       0.91          0          0
1800.03/1800.51	c   trysol           :       0.36          0          0
1800.03/1800.51	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.51	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.51	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.51	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.51	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.51	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.51	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.51	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.51	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.51	c B&B Tree           :
1800.03/1800.51	c   number of runs   :          1
1800.03/1800.51	c   nodes            :     578412
1800.03/1800.51	c   nodes (total)    :     578412
1800.03/1800.51	c   nodes left       :     578405
1800.03/1800.51	c   max depth        :        191
1800.03/1800.51	c   max depth (total):        191
1800.03/1800.51	c   backtracks       :       8745 (1.5%)
1800.03/1800.51	c   delayed cutoffs  :          0
1800.03/1800.51	c   repropagations   :       6101 (106 domain reductions, 0 cutoffs)
1800.03/1800.51	c   avg switch length:       3.44
1800.03/1800.51	c   switching time   :      88.84
1800.03/1800.51	c Solution           :
1800.03/1800.51	c   Solutions found  :          0 (0 improvements)
1800.03/1800.51	c   Primal Bound     :          -
1800.03/1800.51	c   Dual Bound       : +1.00000000000000e+00
1800.03/1800.51	c   Gap              :   infinite
1800.03/1800.51	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.51	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-2663759-1276654981/watcher-2663759-1276654981 -o /tmp/evaluation-result-2663759-1276654981/solver-2663759-1276654981 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663759-1276654981.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.06 1.15 1.11 2/106 15062
/proc/meminfo: memFree=1754868/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=6584 CPUtime=0
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 1040 0 0 0 0 0 0 0 20 0 1 0 6789100 6742016 962 1992294400 4194304 7136930 140734299154064 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15062/statm: 1646 973 254 719 0 925 0

[startup+0.0534919 s]
/proc/loadavg: 1.06 1.15 1.11 2/106 15062
/proc/meminfo: memFree=1754868/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=15012 CPUtime=0.04
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 3258 0 0 0 3 1 0 0 20 0 1 0 6789100 15372288 3180 1992294400 4194304 7136930 140734299154064 18446744073709551615 4342020 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15062/statm: 3753 3180 272 719 0 3032 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15012

[startup+0.101496 s]
/proc/loadavg: 1.06 1.15 1.11 2/106 15062
/proc/meminfo: memFree=1754868/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=25560 CPUtime=0.09
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 6256 0 0 0 7 2 0 0 20 0 1 0 6789100 26173440 5824 1992294400 4194304 7136930 140734299154064 18446744073709551615 4563882 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 6390 5824 304 719 0 5669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25560

[startup+0.301516 s]
/proc/loadavg: 1.06 1.15 1.11 2/106 15062
/proc/meminfo: memFree=1754868/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=39320 CPUtime=0.3
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 9353 0 0 0 26 4 0 0 20 0 1 0 6789100 40263680 8921 1992294400 4194304 7136930 140734299154064 18446744073709551615 6166114 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 9830 8921 328 719 0 9109 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 39320

[startup+0.700556 s]
/proc/loadavg: 1.06 1.15 1.11 2/106 15062
/proc/meminfo: memFree=1754868/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=45576 CPUtime=0.69
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 11988 0 0 0 52 17 0 0 21 0 1 0 6789100 46669824 10528 1992294400 4194304 7136930 140734299154064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 11394 10528 348 719 0 10673 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45576

[startup+1.50063 s]
/proc/loadavg: 1.06 1.15 1.11 2/107 15063
/proc/meminfo: memFree=1711708/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=48916 CPUtime=1.49
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 12930 0 0 0 125 24 0 0 23 0 1 0 6789100 50089984 11470 1992294400 4194304 7136930 140734299154064 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 12229 11470 381 719 0 11508 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48916

[startup+3.10079 s]
/proc/loadavg: 1.06 1.15 1.11 2/107 15063
/proc/meminfo: memFree=1709848/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=49864 CPUtime=3.09
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 13160 0 0 0 284 25 0 0 25 0 1 0 6789100 51060736 11700 1992294400 4194304 7136930 140734299154064 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 12466 11700 381 719 0 11745 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49864

[startup+6.3011 s]
/proc/loadavg: 1.06 1.14 1.11 2/107 15063
/proc/meminfo: memFree=1708112/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=51608 CPUtime=6.29
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 13584 0 0 0 602 27 0 0 25 0 1 0 6789100 52846592 12124 1992294400 4194304 7136930 140734299154064 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 12902 12124 381 719 0 12181 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51608

[startup+12.7007 s]
/proc/loadavg: 1.05 1.14 1.10 2/107 15063
/proc/meminfo: memFree=1703284/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=56696 CPUtime=12.68
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 14846 0 0 0 1237 31 0 0 25 0 1 0 6789100 58056704 13386 1992294400 4194304 7136930 140734299154064 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 14174 13386 386 719 0 13453 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56696

[startup+25.502 s]
/proc/loadavg: 1.04 1.14 1.10 2/107 15063
/proc/meminfo: memFree=1693364/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=66624 CPUtime=25.49
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 17354 0 0 0 2508 41 0 0 25 0 1 0 6789100 68222976 15894 1992294400 4194304 7136930 140734299154064 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 16656 15894 386 719 0 15935 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66624

[startup+51.1015 s]
/proc/loadavg: 1.02 1.12 1.10 2/107 15065
/proc/meminfo: memFree=1675260/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=84816 CPUtime=51.07
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 21914 0 0 0 5044 63 0 0 25 0 1 0 6789100 86851584 20454 1992294400 4194304 7136930 140734299154064 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 21204 20454 386 719 0 20483 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84816

[startup+102.308 s]
/proc/loadavg: 1.01 1.10 1.09 2/107 15067
/proc/meminfo: memFree=1644384/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=114524 CPUtime=102.26
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 29374 0 0 0 10130 96 0 0 25 0 1 0 6789100 117272576 27914 1992294400 4194304 7136930 140734299154064 18446744073709551615 4643160 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 28631 27914 386 719 0 27910 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 114524

[startup+162.301 s]
/proc/loadavg: 1.00 1.08 1.08 2/107 15067
/proc/meminfo: memFree=1612640/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=145968 CPUtime=162.25
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 37300 0 0 0 16088 137 0 0 25 0 1 0 6789100 149471232 35840 1992294400 4194304 7136930 140734299154064 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 36492 35840 386 719 0 35771 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 145968

[startup+222.301 s]
/proc/loadavg: 1.00 1.06 1.08 2/107 15069
/proc/meminfo: memFree=1578044/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=180280 CPUtime=222.23
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 45914 0 0 0 22042 181 0 0 25 0 1 0 6789100 184606720 44454 1992294400 4194304 7136930 140734299154064 18446744073709551615 5892276 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 45070 44454 386 719 0 44349 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 180280

[startup+282.302 s]
/proc/loadavg: 1.00 1.05 1.07 2/107 15071
/proc/meminfo: memFree=1543696/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=216256 CPUtime=282.22
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 54459 0 0 0 27995 227 0 0 25 0 1 0 6789100 221446144 52999 1992294400 4194304 7136930 140734299154064 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 54064 52999 386 719 0 53343 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 216256

[startup+342.302 s]
/proc/loadavg: 1.00 1.04 1.07 2/107 15073
/proc/meminfo: memFree=1510588/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=249016 CPUtime=342.2
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 62732 0 0 0 33943 277 0 0 25 0 1 0 6789100 254992384 61272 1992294400 4194304 7136930 140734299154064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 62254 61272 386 719 0 61533 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 249016

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.06 2/107 15075
/proc/meminfo: memFree=1473016/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=286140 CPUtime=402.18
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 72096 0 0 0 39890 328 0 0 25 0 1 0 6789100 293007360 70636 1992294400 4194304 7136930 140734299154064 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 71535 70636 386 719 0 70814 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 286140

[startup+462.301 s]
/proc/loadavg: 1.00 1.02 1.05 2/107 15075
/proc/meminfo: memFree=1432840/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=325984 CPUtime=462.17
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 82120 0 0 0 45834 383 0 0 25 0 1 0 6789100 333807616 80660 1992294400 4194304 7136930 140734299154064 18446744073709551615 4780873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 81496 80660 386 719 0 80775 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 325984

[startup+522.301 s]
/proc/loadavg: 1.00 1.02 1.05 2/107 15077
/proc/meminfo: memFree=1396880/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=362420 CPUtime=522.16
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 91308 0 0 0 51779 437 0 0 25 0 1 0 6789100 371118080 89848 1992294400 4194304 7136930 140734299154064 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 90605 89848 386 719 0 89884 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 362420

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.04 2/107 15082
/proc/meminfo: memFree=1356580/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=400768 CPUtime=582.14
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 100965 0 0 0 57715 499 0 0 25 0 1 0 6789100 410386432 99505 1992294400 4194304 7136930 140734299154064 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 100192 99505 386 719 0 99471 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 400768

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 15084
/proc/meminfo: memFree=1309708/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=447048 CPUtime=642.12
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 112616 0 0 0 63657 555 0 0 25 0 1 0 6789100 457777152 111156 1992294400 4194304 7136930 140734299154064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 111762 111156 386 719 0 111041 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 447048

[startup+702.301 s]

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

/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 183293 0 0 0 99241 961 0 0 25 0 1 0 6789100 749518848 181833 1992294400 4194304 7136930 140734299154064 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 182988 181833 386 719 0 182267 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 731952

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15094
/proc/meminfo: memFree=976272/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=782764 CPUtime=1062.01
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 196085 0 0 0 105170 1031 0 0 25 0 1 0 6789100 801550336 194625 1992294400 4194304 7136930 140734299154064 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 195691 194625 386 719 0 194970 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 782764

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15096
/proc/meminfo: memFree=921836/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=835584 CPUtime=1122
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 209401 0 0 0 111096 1104 0 0 25 0 1 0 6789100 855638016 207941 1992294400 4194304 7136930 140734299154064 18446744073709551615 4225861 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 208896 207941 386 719 0 208175 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 835584

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15098
/proc/meminfo: memFree=868268/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=889620 CPUtime=1181.98
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 223029 0 0 0 117019 1179 0 0 25 0 1 0 6789100 910970880 221569 1992294400 4194304 7136930 140734299154064 18446744073709551615 4414774 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 222405 221569 386 719 0 221684 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 889620

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15100
/proc/meminfo: memFree=806888/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=949432 CPUtime=1241.97
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 238075 0 0 0 122939 1258 0 0 25 0 1 0 6789100 972218368 236615 1992294400 4194304 7136930 140734299154064 18446744073709551615 4697669 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 237358 236615 387 719 0 236637 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 949432

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15102
/proc/meminfo: memFree=750344/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1005364 CPUtime=1301.95
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 252156 0 0 0 128851 1344 0 0 25 0 1 0 6789100 1029492736 250696 1992294400 4194304 7136930 140734299154064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 251341 250696 387 719 0 250620 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1005364

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15102
/proc/meminfo: memFree=705828/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1057672 CPUtime=1361.93
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 263255 0 0 0 134788 1405 0 0 25 0 1 0 6789100 1083056128 261795 1992294400 4194304 7136930 140734299154064 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 264418 261795 387 719 0 263697 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1057672

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15104
/proc/meminfo: memFree=665528/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1097672 CPUtime=1421.92
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 273308 0 0 0 140731 1461 0 0 25 0 1 0 6789100 1124016128 271848 1992294400 4194304 7136930 140734299154064 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 274418 271848 387 719 0 273697 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1097672

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15106
/proc/meminfo: memFree=611960/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1151088 CPUtime=1481.91
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 286713 0 0 0 146667 1524 0 0 25 0 1 0 6789100 1178714112 285253 1992294400 4194304 7136930 140734299154064 18446744073709551615 4780830 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 287772 285253 387 719 0 287051 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1151088

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15108
/proc/meminfo: memFree=585300/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1177776 CPUtime=1541.88
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 293418 0 0 0 152630 1558 0 0 25 0 1 0 6789100 1206042624 291958 1992294400 4194304 7136930 140734299154064 18446744073709551615 4642180 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 294444 291958 387 719 0 293723 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1177776

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15110
/proc/meminfo: memFree=557772/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1205060 CPUtime=1601.87
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 300177 0 0 0 158592 1595 0 0 25 0 1 0 6789100 1233981440 298717 1992294400 4194304 7136930 140734299154064 18446744073709551615 5892212 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 301265 298717 387 719 0 300544 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1205060

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15110
/proc/meminfo: memFree=527144/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1235496 CPUtime=1661.85
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 307823 0 0 0 164550 1635 0 0 25 0 1 0 6789100 1265147904 306363 1992294400 4194304 7136930 140734299154064 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 308874 306363 387 719 0 308153 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1235496

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15112
/proc/meminfo: memFree=496516/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1265716 CPUtime=1721.84
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 315450 0 0 0 170511 1673 0 0 25 0 1 0 6789100 1296093184 313990 1992294400 4194304 7136930 140734299154064 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 316429 313990 387 719 0 315708 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1265716

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15114
/proc/meminfo: memFree=465020/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1297920 CPUtime=1781.83
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 323481 0 0 0 176470 1713 0 0 25 0 1 0 6789100 1329070080 322021 1992294400 4194304 7136930 140734299154064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 324480 322021 387 719 0 323759 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1297920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15114
/proc/meminfo: memFree=455100/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1306716 CPUtime=1800.03
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 325701 0 0 0 178279 1724 0 0 25 0 1 0 6789100 1338077184 324241 1992294400 4194304 7136930 140734299154064 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15062/statm: 326679 324241 387 719 0 325958 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1306716

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15062

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15115
/proc/meminfo: memFree=455092/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1306716 CPUtime=1800.92
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 325707 0 0 0 178368 1724 0 0 25 0 1 0 6789100 1338077184 324247 1992294400 4194304 7136930 140734299154064 18446744073709551615 6166130 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15062/statm: 326679 324247 393 719 0 325958 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 1306716

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15115
/proc/meminfo: memFree=455092/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=1274796 CPUtime=1801.72
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4202496 325707 0 0 0 178448 1724 0 0 25 0 1 0 6789100 1305391104 316267 1992294400 4194304 7136930 140734299154064 18446744073709551615 4212307 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15062/statm: 318699 316267 393 719 0 317978 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 1274796

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15115
/proc/meminfo: memFree=455092/2059040 swapFree=4192956/4192956
[pid=15062] ppid=15060 vsize=0 CPUtime=1802.12
/proc/15062/stat : 15062 (pbscip.linux.x8) R 15060 15062 13713 0 -1 4203524 325707 0 0 0 178478 1734 0 0 25 0 1 0 6789100 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/15062/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.62
CPU time (s): 1802.15
CPU user time (s): 1784.78
CPU system time (s): 17.3644
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 1306716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.78
system time used= 17.3644
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325707
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= 2
involuntary context switches= 22457

runsolver used 2.89556 second user time and 8.59769 second system time

The end

Launcher Data

Begin job on node056 at 2010-06-16 04:23:01
IDJOB=2663759
IDBENCH=48132
IDSOLVER=1167
FILE ID=node056/2663759-1276654981
PBS_JOBID= 11172420
Free space on /tmp= 98640 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_4.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-2663759-1276654981/watcher-2663759-1276654981 -o /tmp/evaluation-result-2663759-1276654981/solver-2663759-1276654981 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2663759-1276654981.opb -t 1800 -m 1800

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1120796101

node056.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.215
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.43
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.215
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1755644 kB
Buffers:         30368 kB
Cached:         136968 kB
SwapCached:          0 kB
Active:         116332 kB
Inactive:       110592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1755644 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3332 kB
Writeback:           0 kB
AnonPages:       59636 kB
Mapped:          15464 kB
Slab:            54572 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180204 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= 98636 MiB
End job on node056 at 2010-06-16 04:53:04