Trace number 2700622

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1800.56 1800.5

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-le450-5a-2_wcsp.wbo
MD5SUMf22a0f0686559d8ded0c30a6073a8ba7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2545
Best CPU time to get the best result obtained on this benchmark1799.42
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables900
Total number of constraints11878
Number of soft constraints11428
Number of constraints which are clauses11428
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 11428
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3
Number of bits of the biggest sum of numbers2
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2700622-1278535940.wbo>
0.09/0.12	c original problem has 23756 variables (12328 bin, 0 int, 0 impl, 11428 cont) and 23307 constraints
0.09/0.12	c problem read
0.09/0.12	c presolving settings loaded
0.09/0.12	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.19/0.24	c presolving:
0.19/0.28	c (round 1) 450 del vars, 450 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12328 impls, 0 clqs
0.29/0.31	c (round 2) 450 del vars, 450 del conss, 11428 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12328 impls, 0 clqs
0.49/0.54	c    (0.4s) probing: 101/11878 (0.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.54	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.49/0.54	c presolving (3 rounds):
0.49/0.54	c  450 deleted vars, 450 deleted constraints, 11428 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.54	c  12328 implications, 0 cliques
0.49/0.54	c presolved problem has 23306 variables (11878 bin, 0 int, 0 impl, 11428 cont) and 22857 constraints
0.49/0.54	c   11428 constraints of type <indicator>
0.49/0.54	c       1 constraints of type <knapsack>
0.49/0.54	c   11428 constraints of type <linear>
0.49/0.54	c transformed objective value is always integral (scale: 1)
0.49/0.54	c Presolving Time: 0.31
0.49/0.54	c - non default parameters ----------------------------------------------------------------------
0.49/0.54	c # SCIP version 1.2.1.2
0.49/0.54	c 
0.49/0.54	c # frequency for displaying node information lines
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.54	c display/freq = 10000
0.49/0.54	c 
0.49/0.54	c # maximal time in seconds to run
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/time = 1799.89
0.49/0.54	c 
0.49/0.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.54	c limits/memory = 3420
0.49/0.54	c 
0.49/0.54	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.54	c lp/solvefreq = -1
0.49/0.54	c 
0.49/0.54	c # should presolving try to simplify inequalities
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/linear/simplifyinequalities = TRUE
0.49/0.54	c 
0.49/0.54	c # should presolving try to simplify knapsacks
0.49/0.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.54	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.54	c 
0.49/0.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.49/0.54	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.54	c separating/rapidlearning/freq = 0
0.49/0.54	c 
0.49/0.54	c -----------------------------------------------------------------------------------------------
0.49/0.54	c start solving
0.49/0.55	c 
0.49/0.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.59	c   0.4s|     1 |     2 |     0 |     - |  73M|   0 |   - |  23k|  22k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
21.69/21.74	c  21.3s| 10000 | 10001 |     0 |   0.0 |  81M|9999 |   - |  23k|  22k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
52.50/52.52	c  51.8s| 20000 | 19997 |     0 |   0.0 |  91M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   5 |   0 | 1.000000e+00 |      --      |    Inf 
87.09/87.13	c  86.1s| 30000 | 29997 |     0 |   0.0 |  98M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   5 |   0 | 1.000000e+00 |      --      |    Inf 
121.40/121.43	c   120s| 40000 | 39997 |     0 |   0.0 | 105M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   5 |   0 | 1.000000e+00 |      --      |    Inf 
156.30/156.36	c   155s| 50000 | 49994 |     0 |   0.0 | 112M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
191.20/191.21	c   189s| 60000 | 59994 |     0 |   0.0 | 120M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
225.50/225.58	c   223s| 70000 | 69994 |     0 |   0.0 | 127M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
259.61/259.64	c   257s| 80000 | 79994 |     0 |   0.0 | 134M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
294.00/294.05	c   291s| 90000 | 89994 |     0 |   0.0 | 141M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
329.00/329.04	c   326s|100000 | 88645 |     0 |   0.0 | 144M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
363.70/363.78	c   360s|110000 | 98645 |     0 |   0.0 | 151M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
398.50/398.50	c   395s|120000 |108645 |     0 |   0.0 | 158M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
433.50/433.56	c   430s|130000 |118645 |     0 |   0.0 | 166M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
468.01/468.04	c   464s|140000 |128645 |     0 |   0.0 | 173M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
502.31/502.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
502.31/502.34	c   498s|150000 |138645 |     0 |   0.0 | 180M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
537.21/537.23	c   532s|160000 |148645 |     0 |   0.0 | 187M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
571.81/571.88	c   567s|170000 |158645 |     0 |   0.0 | 194M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
606.81/606.84	c   601s|180000 |168645 |     0 |   0.0 | 201M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
641.61/641.67	c   636s|190000 |178645 |     0 |   0.0 | 209M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
676.52/676.52	c   670s|200000 |188645 |     0 |   0.0 | 216M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
711.51/711.54	c   705s|210000 |198645 |     0 |   0.0 | 223M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
745.91/745.97	c   739s|220000 |208645 |     0 |   0.0 | 230M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
780.71/780.72	c   774s|230000 |218645 |     0 |   0.0 | 237M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
815.02/815.04	c   808s|240000 |228645 |     0 |   0.0 | 245M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
849.51/849.55	c   842s|250000 |238645 |     0 |   0.0 | 252M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
883.51/883.57	c   876s|260000 |248645 |     0 |   0.0 | 259M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
917.81/917.88	c   910s|270000 |258645 |     0 |   0.0 | 266M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
952.02/952.06	c   944s|280000 |268645 |     0 |   0.0 | 273M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
986.52/986.57	c   978s|290000 |278645 |     0 |   0.0 | 280M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1019.82/1019.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1019.82/1019.84	c  1011s|300000 |288644 |     0 |   0.0 | 287M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1054.62/1054.68	c  1045s|310000 |298644 |     0 |   0.0 | 295M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1089.73/1089.79	c  1080s|320000 |308644 |     0 |   0.0 | 302M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1124.24/1124.23	c  1114s|330000 |318644 |     0 |   0.0 | 309M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1158.33/1158.35	c  1148s|340000 |328644 |     0 |   0.0 | 317M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1193.03/1193.00	c  1183s|350000 |338644 |     0 |   0.0 | 324M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1227.73/1227.79	c  1217s|360000 |348644 |     0 |   0.0 | 331M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1261.93/1261.96	c  1251s|370000 |358642 |     0 |   0.0 | 338M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1296.33/1296.39	c  1285s|380000 |368642 |     0 |   0.0 | 346M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1331.13/1331.17	c  1320s|390000 |378642 |     0 |   0.0 | 353M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1365.53/1365.59	c  1354s|400000 |388642 |     0 |   0.0 | 361M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1400.03/1400.09	c  1388s|410000 |398642 |     0 |   0.0 | 367M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1434.34/1434.31	c  1422s|420000 |408642 |     0 |   0.0 | 375M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1469.14/1469.17	c  1456s|430000 |418642 |     0 |   0.0 | 382M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1503.54/1503.52	c  1490s|440000 |428642 |     0 |   0.0 | 389M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1537.84/1537.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1537.84/1537.83	c  1524s|450000 |438642 |     0 |   0.0 | 396M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1572.83/1572.84	c  1559s|460000 |448642 |     0 |   0.0 | 404M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1607.24/1607.25	c  1593s|470000 |458642 |     0 |   0.0 | 411M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1642.35/1642.35	c  1628s|480000 |468642 |     0 |   0.0 | 418M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1676.74/1676.79	c  1662s|490000 |478642 |     0 |   0.0 | 425M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1711.65/1711.67	c  1697s|500000 |488642 |     0 |   0.0 | 433M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1746.44/1746.46	c  1731s|510000 |498642 |     0 |   0.0 | 440M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1781.15/1781.16	c  1766s|520000 |508642 |     0 |   0.0 | 447M|  11k|   - |  23k|  22k|   0 |   0 |   0 |   9 |   0 | 1.000000e+00 |      --      |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1784.39
1800.05/1800.01	c Solving Nodes      : 525559
1800.05/1800.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.01	c Dual Bound         : +1.00000000000000e+00
1800.05/1800.01	c Gap                : infinite
1800.05/1800.01	s UNKNOWN
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time       :    1784.39
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-2700622-1278535940.wbo
1800.05/1800.01	c   Variables        : 23756 (12328 binary, 0 integer, 0 implicit integer, 11428 continuous)
1800.05/1800.01	c   Constraints      : 23307 initial, 23307 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-2700622-1278535940.wbo
1800.05/1800.01	c   Variables        : 23306 (11878 binary, 0 integer, 0 implicit integer, 11428 continuous)
1800.05/1800.01	c   Constraints      : 22857 initial, 22866 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.20          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.05          0        450          0      11428          0        450          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   indicator        :      11428          0     784815          0     525556          0    1801635          0          0          0
1800.05/1800.01	c   knapsack         :          1          0     784817          0     525557          0          0          0          0          0
1800.05/1800.01	c   linear           :      11428          0     784817          0     525557          4    1463542          0          0          0
1800.05/1800.01	c   logicor          :          0+         0       2337          0          0          0        450          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0     525557          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.01	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   indicator        :     731.97       0.00     162.90       0.00     569.07
1800.05/1800.01	c   knapsack         :     109.57       0.00       0.09       0.00     109.48
1800.05/1800.01	c   linear           :      77.55       0.00      77.31       0.00       0.24
1800.05/1800.01	c   logicor          :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :       0.01          2          0          0
1800.05/1800.01	c   rootredcost      :       0.02          0          0          0
1800.05/1800.01	c   pseudoobj        :     186.27     784617          0          0
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.00          4          4          4        6.0          5        3.0          -
1800.05/1800.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -          9        4.3          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.01	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.01	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.01	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :     657.20     525557          0          0          0          0    1051114
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   oneopt           :       0.00          0          0
1800.05/1800.01	c   trivial          :       0.05          2          0
1800.05/1800.01	c   simplerounding   :       0.00          0          0
1800.05/1800.01	c   zirounding       :       0.00          0          0
1800.05/1800.01	c   rounding         :       0.00          0          0
1800.05/1800.01	c   shifting         :       0.00          0          0
1800.05/1800.01	c   intshifting      :       0.00          0          0
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   feaspump         :       0.00          0          0
1800.05/1800.01	c   coefdiving       :       0.00          0          0
1800.05/1800.01	c   pscostdiving     :       0.00          0          0
1800.05/1800.01	c   fracdiving       :       0.00          0          0
1800.05/1800.01	c   veclendiving     :       0.00          0          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :       0.00          0          0
1800.05/1800.01	c   rootsoldiving    :       0.00          0          0
1800.05/1800.01	c   linesearchdiving :       0.00          0          0
1800.05/1800.01	c   guideddiving     :       0.00          0          0
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.00          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   crossover        :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   nlp              :       0.05          0          0
1800.05/1800.01	c   trysol           :       0.01          1          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.01	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.01	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     525559
1800.05/1800.01	c   nodes (total)    :     525559
1800.05/1800.01	c   nodes left       :     514201
1800.05/1800.01	c   max depth        :      11429
1800.05/1800.01	c   max depth (total):      11429
1800.05/1800.01	c   backtracks       :        451 (0.1%)
1800.05/1800.01	c   delayed cutoffs  :      11355
1800.05/1800.01	c   repropagations   :          3 (152 domain reductions, 2 cutoffs)
1800.05/1800.01	c   avg switch length:       2.01
1800.05/1800.01	c   switching time   :      12.24
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :          0 (0 improvements)
1800.05/1800.01	c   Primal Bound     :          -
1800.05/1800.01	c   Dual Bound       : +1.00000000000000e+00
1800.05/1800.01	c   Gap              :   infinite
1800.05/1800.01	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.01	c   Root Iterations  :          0
1800.55/1800.50	c Time complete: 1800.55.

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-2700622-1278535940/watcher-2700622-1278535940 -o /tmp/evaluation-result-2700622-1278535940/solver-2700622-1278535940 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700622-1278535940.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 19707
/proc/meminfo: memFree=28608320/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=8288 CPUtime=0
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 1554 0 0 0 0 0 0 0 20 0 1 0 21807154 8486912 1477 4089446400 4194304 7136930 140735500889632 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19707/statm: 2072 1495 268 719 0 1351 0

[startup+0.020649 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 19707
/proc/meminfo: memFree=28608320/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=13884 CPUtime=0.01
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 2961 0 0 0 1 0 0 0 20 0 1 0 21807154 14217216 2884 4089446400 4194304 7136930 140735500889632 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19707/statm: 3471 2884 275 719 0 2750 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13884

[startup+0.100635 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 19707
/proc/meminfo: memFree=28608320/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=34932 CPUtime=0.09
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 8216 0 0 0 9 0 0 0 20 0 1 0 21807154 35770368 8134 4089446400 4194304 7136930 140735500889632 18446744073709551615 6350527 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/19707/statm: 8733 8151 275 719 0 8012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34932

[startup+0.300596 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 19707
/proc/meminfo: memFree=28608320/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=98152 CPUtime=0.29
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 24376 0 0 0 25 4 0 0 20 0 1 0 21807154 100507648 23294 4089446400 4194304 7136930 140735500889632 18446744073709551615 4973474 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19707/statm: 24538 23294 368 719 0 23817 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98152

[startup+0.700527 s]
/proc/loadavg: 2.00 2.00 1.85 4/178 19707
/proc/meminfo: memFree=28608320/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=102228 CPUtime=0.69
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 25828 0 0 0 64 5 0 0 18 0 1 0 21807154 104681472 24190 4089446400 4194304 7136930 140735500889632 18446744073709551615 4436423 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19707/statm: 25557 24190 422 719 0 24836 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102228

[startup+1.50038 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 19708
/proc/meminfo: memFree=28513204/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=102360 CPUtime=1.49
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 25871 0 0 0 143 6 0 0 19 0 1 0 21807154 104816640 24230 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19707/statm: 25590 24230 419 719 0 24869 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102360

[startup+3.10111 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 19708
/proc/meminfo: memFree=28512708/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=102760 CPUtime=3.09
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 25977 0 0 0 301 8 0 0 22 0 1 0 21807154 105226240 24336 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19707/statm: 25690 24336 419 719 0 24969 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102760

[startup+6.30054 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 19708
/proc/meminfo: memFree=28512384/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=103456 CPUtime=6.29
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 26163 0 0 0 619 10 0 0 25 0 1 0 21807154 105938944 24522 4089446400 4194304 7136930 140735500889632 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19707/statm: 25864 24522 419 719 0 25143 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103456

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 19708
/proc/meminfo: memFree=28509532/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=106764 CPUtime=12.69
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 26990 0 0 0 1251 18 0 0 25 0 1 0 21807154 109326336 25349 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/19707/statm: 26691 25349 419 719 0 25970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106764

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 19709
/proc/meminfo: memFree=28500092/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=116988 CPUtime=25.49
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 29560 0 0 0 2512 37 0 0 25 0 1 0 21807154 119795712 27909 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 29247 27909 426 719 0 28526 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116988

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.85 3/179 19710
/proc/meminfo: memFree=28490764/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=122816 CPUtime=51.09
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 31045 0 0 0 5050 59 0 0 25 0 1 0 21807154 125763584 29394 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697388 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 30704 29394 426 719 0 29983 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 122816

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 19711
/proc/meminfo: memFree=28478692/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=134180 CPUtime=102.3
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 33922 0 0 0 10121 109 0 0 25 0 1 0 21807154 137400320 32271 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 33545 32271 426 719 0 32824 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 134180

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.86 3/179 19712
/proc/meminfo: memFree=28460412/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=151084 CPUtime=162.29
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 38227 0 0 0 16070 159 0 0 25 0 1 0 21807154 154710016 36576 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 37771 36576 426 719 0 37050 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151084

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.87 3/179 19714
/proc/meminfo: memFree=28447808/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=164904 CPUtime=222.3
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 41224 0 0 0 22021 209 0 0 25 0 1 0 21807154 168861696 39573 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 41226 39573 426 719 0 40505 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 164904

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 19716
/proc/meminfo: memFree=28430612/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=181844 CPUtime=282.3
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 45546 0 0 0 27972 258 0 0 25 0 1 0 21807154 186208256 43895 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 45461 43895 426 719 0 44740 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 181844

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/179 19718
/proc/meminfo: memFree=28419276/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=192832 CPUtime=342.3
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 48352 0 0 0 33918 312 0 0 25 0 1 0 21807154 197459968 46701 4089446400 4194304 7136930 140735500889632 18446744073709551615 4414507 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 48208 46701 426 719 0 47487 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 192832

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 19719
/proc/meminfo: memFree=28410512/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=201452 CPUtime=402.3
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 50545 0 0 0 39865 365 0 0 25 0 1 0 21807154 206286848 48894 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 50363 48894 426 719 0 49642 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 201452

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/179 19720
/proc/meminfo: memFree=28392092/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=219512 CPUtime=462.3
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 55146 0 0 0 45812 418 0 0 25 0 1 0 21807154 224780288 53495 4089446400 4194304 7136930 140735500889632 18446744073709551615 4414774 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 54878 53495 426 719 0 54157 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 219512

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/179 19731
/proc/meminfo: memFree=28380468/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=229532 CPUtime=522.3
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 57692 0 0 0 51758 472 0 0 25 0 1 0 21807154 235040768 56041 4089446400 4194304 7136930 140735500889632 18446744073709551615 4827090 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 57383 56041 426 719 0 56662 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 229532

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 19733
/proc/meminfo: memFree=28369464/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=240584 CPUtime=582.31
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 60544 0 0 0 57710 521 0 0 25 0 1 0 21807154 246358016 58893 4089446400 4194304 7136930 140735500889632 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 60146 58893 426 719 0 59425 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 240584

[startup+642.3 s]
/proc/loadavg: 2.10 2.03 1.92 3/179 19735
/proc/meminfo: memFree=28359620/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=250088 CPUtime=642.32
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 62987 0 0 0 63660 572 0 0 25 0 1 0 21807154 256090112 61336 4089446400 4194304 7136930 140735500889632 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 62522 61336 426 719 0 61801 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 250088

[startup+702.301 s]

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

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 19744
/proc/meminfo: memFree=28278660/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=332216 CPUtime=1002.32
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 82890 0 0 0 99355 877 0 0 25 0 1 0 21807154 340189184 81239 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 83054 81239 426 719 0 82333 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 332216

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 19745
/proc/meminfo: memFree=28263100/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=348164 CPUtime=1062.32
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 86913 0 0 0 105303 929 0 0 25 0 1 0 21807154 356519936 85262 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 87041 85262 426 719 0 86320 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 348164

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 19747
/proc/meminfo: memFree=28252980/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=357672 CPUtime=1122.33
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 89386 0 0 0 111256 977 0 0 25 0 1 0 21807154 366256128 87735 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697605 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 89418 87735 426 719 0 88697 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 357672

[startup+1182.3 s]
/proc/loadavg: 2.14 2.03 1.93 3/179 19749
/proc/meminfo: memFree=28239040/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=372132 CPUtime=1182.33
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 93038 0 0 0 117204 1029 0 0 25 0 1 0 21807154 381063168 91387 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 93033 91387 426 719 0 92312 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 372132

[startup+1242.3 s]
/proc/loadavg: 2.05 2.02 1.93 3/179 19751
/proc/meminfo: memFree=28226088/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=384212 CPUtime=1242.33
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 96122 0 0 0 123153 1080 0 0 25 0 1 0 21807154 393433088 94471 4089446400 4194304 7136930 140735500889632 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 96053 94471 426 719 0 95332 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 384212

[startup+1302.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 19752
/proc/meminfo: memFree=28215724/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=394116 CPUtime=1302.34
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 98664 0 0 0 129101 1133 0 0 25 0 1 0 21807154 403574784 97013 4089446400 4194304 7136930 140735500889632 18446744073709551615 4834565 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 98529 97013 426 719 0 97808 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 394116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 19753
/proc/meminfo: memFree=28198560/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=410736 CPUtime=1362.33
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 102912 0 0 0 135048 1185 0 0 25 0 1 0 21807154 420593664 101261 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 102684 101261 426 719 0 101963 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 410736

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 19755
/proc/meminfo: memFree=28186216/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=422812 CPUtime=1422.34
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 105991 0 0 0 140991 1243 0 0 25 0 1 0 21807154 432959488 104340 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 105703 104340 426 719 0 104982 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 422812

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 19757
/proc/meminfo: memFree=28176604/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=432460 CPUtime=1482.33
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 108489 0 0 0 146940 1293 0 0 25 0 1 0 21807154 442839040 106838 4089446400 4194304 7136930 140735500889632 18446744073709551615 4677228 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 108115 106838 426 719 0 107394 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 432460

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 19759
/proc/meminfo: memFree=28159800/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=446764 CPUtime=1542.34
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 112134 0 0 0 152893 1341 0 0 25 0 1 0 21807154 457486336 110483 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 111691 110483 426 719 0 110970 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 446764

[startup+1602.3 s]
/proc/loadavg: 1.96 1.98 1.92 3/197 19973
/proc/meminfo: memFree=28127476/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=460644 CPUtime=1602.34
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 115670 0 0 0 158844 1390 0 0 25 0 1 0 21807154 471699456 114019 4089446400 4194304 7136930 140735500889632 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 115161 114019 426 719 0 114440 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 460644

[startup+1662.3 s]
/proc/loadavg: 2.02 2.00 1.93 3/197 19974
/proc/meminfo: memFree=28105072/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=481456 CPUtime=1662.34
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 118893 0 0 0 164790 1444 0 0 25 0 1 0 21807154 493010944 117242 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 120364 117242 426 719 0 119643 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 481456

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/197 19976
/proc/meminfo: memFree=28093472/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=491960 CPUtime=1722.35
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 121554 0 0 0 170741 1494 0 0 25 0 1 0 21807154 503767040 119903 4089446400 4194304 7136930 140735500889632 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 122990 119903 426 719 0 122269 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 491960

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/197 19978
/proc/meminfo: memFree=28080412/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=504724 CPUtime=1782.35
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 124843 0 0 0 176695 1540 0 0 25 0 1 0 21807154 516837376 123192 4089446400 4194304 7136930 140735500889632 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 126181 123192 426 719 0 125460 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 504724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.01 1.93 3/197 19978
/proc/meminfo: memFree=28075544/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=509420 CPUtime=1800.05
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 126037 0 0 0 178449 1556 0 0 25 0 1 0 21807154 521646080 124386 4089446400 4194304 7136930 140735500889632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/19707/statm: 127355 124386 426 719 0 126634 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 509420

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

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

[startup+1800.2 s]
/proc/loadavg: 2.02 2.01 1.93 3/197 19978
/proc/meminfo: memFree=28075544/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=500572 CPUtime=1800.25
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 126043 0 0 0 178469 1556 0 0 25 0 1 0 21807154 512585728 122180 4089446400 4194304 7136930 140735500889632 18446744073709551615 6165624 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19707/statm: 125143 122180 432 719 0 124422 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 500572

[startup+1800.4 s]
/proc/loadavg: 2.02 2.01 1.93 3/197 19978
/proc/meminfo: memFree=28075544/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=329848 CPUtime=1800.45
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 126043 0 0 0 178488 1557 0 0 25 0 1 0 21807154 337764352 79499 4089446400 4194304 7136930 140735500889632 18446744073709551615 6360983 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19707/statm: 82462 79499 432 719 0 81741 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 329848

[startup+1800.5 s]
/proc/loadavg: 2.02 2.01 1.93 3/197 19978
/proc/meminfo: memFree=28075544/32951124 swapFree=67111528/67111528
[pid=19707] ppid=19705 vsize=41868 CPUtime=1800.55
/proc/19707/stat : 19707 (pbscip.linux.x8) R 19705 19707 18367 0 -1 4202496 126045 0 0 0 178497 1558 0 0 25 0 1 0 21807154 42872832 8574 4089446400 4194304 7136930 140735500889632 18446744073709551615 6526746 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19707/statm: 10467 8574 434 719 0 9746 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 41868

Child status: 0
Real time (s): 1800.5
CPU time (s): 1800.56
CPU user time (s): 1784.97
CPU system time (s): 15.5866
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 509420

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

runsolver used 3.08653 second user time and 6.55 second system time

The end

Launcher Data

Begin job on node138 at 2010-07-07 22:52:20
IDJOB=2700622
IDBENCH=79444
IDSOLVER=1206
FILE ID=node138/2700622-1278535940
PBS_JOBID= 11239202
Free space on /tmp= 73612 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-le450-5a-2_wcsp.wbo
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-2700622-1278535940/watcher-2700622-1278535940 -o /tmp/evaluation-result-2700622-1278535940/solver-2700622-1278535940 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2700622-1278535940.wbo -t 1800 -m 3800

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

MD5SUM BENCH= f22a0f0686559d8ded0c30a6073a8ba7
RANDOM SEED=455713636

node138.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.845
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28608600 kB
Buffers:        131032 kB
Cached:        3977392 kB
SwapCached:          0 kB
Active:        1638208 kB
Inactive:      2555836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28608600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3528 kB
Writeback:           0 kB
AnonPages:       86080 kB
Mapped:          15572 kB
Slab:            83556 kB
PageTables:       4528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   229340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73608 MiB
End job on node138 at 2010-07-07 23:22:22