Trace number 2693715

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.49 1800.46

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf7.ucl--soft-33-100-0.wbo
MD5SUM6c1e9c16e769af261e08d494cafa9389
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.086985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3736
Total number of constraints10457
Number of soft constraints7065
Number of constraints which are clauses10089
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints368
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 356499
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 356498
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-2693715-1277915262.wbo>
0.09/0.10	c original problem has 17866 variables (10801 bin, 0 int, 0 impl, 7065 cont) and 17523 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.10	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.19	c presolving:
0.19/0.23	c (round 1) 19 del vars, 2 del conss, 0 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 15251 impls, 0 clqs
0.19/0.23	c (round 2) 19 del vars, 39 del conss, 0 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 15251 impls, 0 clqs
0.19/0.26	c (round 3) 20 del vars, 40 del conss, 7064 chg bounds, 184 chg sides, 368 chg coeffs, 0 upgd conss, 15251 impls, 0 clqs
0.29/0.30	c (round 4) 21 del vars, 40 del conss, 7064 chg bounds, 184 chg sides, 368 chg coeffs, 3356 upgd conss, 15251 impls, 0 clqs
0.39/0.45	c    (0.3s) probing: 105/10781 (1.0%) - 0 fixings, 1 aggregations, 7 implications, 0 bound changes
0.39/0.45	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.39/0.45	c presolving (5 rounds):
0.39/0.45	c  22 deleted vars, 40 deleted constraints, 7064 tightened bounds, 0 added holes, 184 changed sides, 368 changed coefficients
0.39/0.45	c  15398 implications, 0 cliques
0.39/0.45	c presolved problem has 17844 variables (10780 bin, 0 int, 0 impl, 7064 cont) and 17483 constraints
0.39/0.45	c    7064 constraints of type <indicator>
0.39/0.45	c       1 constraints of type <varbound>
0.39/0.45	c      98 constraints of type <knapsack>
0.39/0.45	c    7063 constraints of type <linear>
0.39/0.45	c    3257 constraints of type <logicor>
0.39/0.45	c transformed objective value is always integral (scale: 1)
0.39/0.45	c Presolving Time: 0.28
0.39/0.45	c - non default parameters ----------------------------------------------------------------------
0.39/0.45	c # SCIP version 1.2.1.2
0.39/0.45	c 
0.39/0.45	c # frequency for displaying node information lines
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.45	c display/freq = 10000
0.39/0.45	c 
0.39/0.45	c # maximal time in seconds to run
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/time = 1799.9
0.39/0.45	c 
0.39/0.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.45	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.45	c limits/memory = 3420
0.39/0.45	c 
0.39/0.45	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: 1]
0.39/0.45	c lp/solvefreq = -1
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify inequalities
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/linear/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # should presolving try to simplify knapsacks
0.39/0.45	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.45	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.45	c 
0.39/0.45	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.45	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.45	c separating/rapidlearning/freq = 0
0.39/0.45	c 
0.39/0.45	c -----------------------------------------------------------------------------------------------
0.39/0.45	c start solving
0.39/0.46	c 
0.39/0.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.49	c   0.3s|     1 |     2 |     0 |     - |  54M|   0 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
43.28/43.33	c  43.0s| 10000 | 10001 |     0 |   0.0 |  61M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
88.59/88.63	c  88.1s| 20000 | 20001 |     0 |   0.0 |  68M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
133.69/133.79	c   133s| 30000 | 30001 |     0 |   0.0 |  74M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
178.79/178.85	c   178s| 40000 | 40001 |     0 |   0.0 |  80M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
224.30/224.35	c   223s| 50000 | 50001 |     0 |   0.0 |  86M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
269.99/270.03	c   269s| 60000 | 60001 |     0 |   0.0 |  92M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
315.39/315.48	c   314s| 70000 | 70001 |     0 |   0.0 |  98M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
360.90/360.96	c   359s| 80000 | 80001 |     0 |   0.0 | 105M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
406.20/406.29	c   404s| 90000 | 90001 |     0 |   0.0 | 111M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
451.39/451.49	c   449s|100000 |100001 |     0 |   0.0 | 117M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
496.90/496.99	c   495s|110000 |110001 |     0 |   0.0 | 123M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
542.50/542.51	c   540s|120000 |120001 |     0 |   0.0 | 129M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
587.70/587.74	c   585s|130000 |130001 |     0 |   0.0 | 136M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
633.60/633.68	c   631s|140000 |140001 |     0 |   0.0 | 142M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
679.71/679.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
679.71/679.71	c   677s|150000 |150001 |     0 |   0.0 | 148M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
724.90/724.95	c   722s|160000 |160001 |     0 |   0.0 | 154M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
770.61/770.66	c   767s|170000 |170001 |     0 |   0.0 | 160M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
816.40/816.49	c   813s|180000 |180001 |     0 |   0.0 | 166M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
862.00/862.00	c   858s|190000 |190001 |     0 |   0.0 | 172M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
907.20/907.30	c   903s|200000 |200001 |     0 |   0.0 | 178M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
953.21/953.30	c   949s|210000 |210001 |     0 |   0.0 | 185M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
999.11/999.13	c   995s|220000 |220001 |     0 |   0.0 | 191M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1045.01/1045.01	c  1041s|230000 |230001 |     0 |   0.0 | 197M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1090.40/1090.45	c  1086s|240000 |240001 |     0 |   0.0 | 203M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1135.91/1135.91	c  1131s|250000 |250001 |     0 |   0.0 | 209M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1181.61/1181.68	c  1177s|260000 |260001 |     0 |   0.0 | 215M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1227.11/1227.10	c  1222s|270000 |270001 |     0 |   0.0 | 221M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1272.40/1272.44	c  1267s|280000 |280001 |     0 |   0.0 | 227M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1317.91/1317.97	c  1313s|290000 |290001 |     0 |   0.0 | 233M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1363.71/1363.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1363.71/1363.80	c  1358s|300000 |300001 |     0 |   0.0 | 239M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1409.41/1409.45	c  1404s|310000 |310001 |     0 |   0.0 | 245M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1454.61/1454.65	c  1449s|320000 |320001 |     0 |   0.0 | 251M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1499.71/1499.77	c  1494s|330000 |330001 |     0 |   0.0 | 257M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1545.01/1545.08	c  1539s|340000 |340001 |     0 |   0.0 | 263M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1590.22/1590.26	c  1584s|350000 |350001 |     0 |   0.0 | 269M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1634.72/1634.71	c  1628s|360000 |360001 |     0 |   0.0 | 274M| 329 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1680.01/1680.08	c  1673s|370000 |370001 |     0 |   0.0 | 280M| 335 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1726.32/1726.32	c  1719s|380000 |380001 |     0 |   0.0 | 286M| 335 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1772.72/1772.74	c  1766s|390000 |390001 |     0 |   0.0 | 292M| 335 |   - |  17k|  17k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1792.72
1800.03/1800.00	c Solving Nodes      : 395912
1800.03/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite
1800.03/1800.00	s UNKNOWN
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time       :    1792.72
1800.03/1800.00	c Original Problem   :
1800.03/1800.00	c   Problem name     : HOME/instance-2693715-1277915262.wbo
1800.03/1800.00	c   Variables        : 17866 (10801 binary, 0 integer, 0 implicit integer, 7065 continuous)
1800.03/1800.00	c   Constraints      : 17523 initial, 17523 maximal
1800.03/1800.00	c Presolved Problem  :
1800.03/1800.00	c   Problem name     : t_HOME/instance-2693715-1277915262.wbo
1800.03/1800.00	c   Variables        : 17844 (10780 binary, 0 integer, 0 implicit integer, 7064 continuous)
1800.03/1800.00	c   Constraints      : 17483 initial, 17483 maximal
1800.03/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.03/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   dualfix          :       0.00          2          0          0          0          0          0          0          0
1800.03/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   implics          :       0.00          0         18          0          0          0          0          0          0
1800.03/1800.00	c   probing          :       0.13          0          1          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       0.00          0          0          0          0          0          1          0          0
1800.03/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0
1800.03/1800.00	c   knapsack         :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   linear           :       0.08          0          1          0       7064          0         39        184        368
1800.03/1800.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0
1800.03/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.03/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.03/1800.00	c   indicator        :       7064          0    1179298          0     395912          0      49200          0          0          0
1800.03/1800.00	c   varbound         :          1          0    1179298          0     395912          0          0          0          0          0
1800.03/1800.00	c   knapsack         :         98          0    1179298          0     395912          0          9          0          0          0
1800.03/1800.00	c   linear           :       7063          0    1179298          0     395912          0      49200          0          0          0
1800.03/1800.00	c   logicor          :       3257          0     884504          0     395912          0    1684210          0          0          0
1800.03/1800.00	c   countsols        :          0          0          0          0     395912          0          0          0          0          0
1800.03/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.03/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.03/1800.00	c   indicator        :     466.38       0.00     136.41       0.00     329.97
1800.03/1800.00	c   varbound         :       0.89       0.00       0.43       0.00       0.46
1800.03/1800.00	c   knapsack         :       4.11       0.00       3.16       0.00       0.95
1800.03/1800.00	c   linear           :     134.71       0.00     134.30       0.00       0.41
1800.03/1800.00	c   logicor          :     249.19       0.00       7.30       0.00     241.89
1800.03/1800.00	c   countsols        :       0.11       0.00       0.00       0.00       0.11
1800.03/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.03/1800.00	c   vbounds          :       0.45          2          0          0
1800.03/1800.00	c   rootredcost      :       0.44          0          0          0
1800.03/1800.00	c   pseudoobj        :     239.35    1179083          0          0
1800.03/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.03/1800.00	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.03/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.03/1800.00	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.03/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.03/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.03/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.03/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.03/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.03/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.03/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.03/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.03/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.03/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.03/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.03/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.03/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.03/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.03/1800.00	c Pricers            :       Time      Calls       Vars
1800.03/1800.00	c   problem variables:       0.00          0          0
1800.03/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.03/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   inference        :     668.39     395912          0          0          0          0     791824
1800.03/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.03/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.03/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.03/1800.00	c   LP solutions     :       0.00          -          0
1800.03/1800.00	c   pseudo solutions :       0.00          -          0
1800.03/1800.00	c   oneopt           :       0.17          0          0
1800.03/1800.00	c   trivial          :       0.05          2          0
1800.03/1800.00	c   simplerounding   :       0.00          0          0
1800.03/1800.00	c   zirounding       :       0.00          0          0
1800.03/1800.00	c   rounding         :       0.00          0          0
1800.03/1800.00	c   shifting         :       0.00          0          0
1800.03/1800.00	c   intshifting      :       0.00          0          0
1800.03/1800.00	c   twoopt           :       0.00          0          0
1800.03/1800.00	c   fixandinfer      :       0.00          0          0
1800.03/1800.00	c   feaspump         :       0.00          0          0
1800.03/1800.00	c   coefdiving       :       0.00          0          0
1800.03/1800.00	c   pscostdiving     :       0.00          0          0
1800.03/1800.00	c   fracdiving       :       0.00          0          0
1800.03/1800.00	c   veclendiving     :       0.00          0          0
1800.03/1800.00	c   intdiving        :       0.00          0          0
1800.03/1800.00	c   actconsdiving    :       0.00          0          0
1800.03/1800.00	c   objpscostdiving  :       0.00          0          0
1800.03/1800.00	c   rootsoldiving    :       0.00          0          0
1800.03/1800.00	c   linesearchdiving :       0.00          0          0
1800.03/1800.00	c   guideddiving     :       0.00          0          0
1800.03/1800.00	c   octane           :       0.00          0          0
1800.03/1800.00	c   rens             :       0.00          0          0
1800.03/1800.00	c   rins             :       0.00          0          0
1800.03/1800.00	c   localbranching   :       0.00          0          0
1800.03/1800.00	c   mutation         :       0.00          0          0
1800.03/1800.00	c   crossover        :       0.00          0          0
1800.03/1800.00	c   dins             :       0.00          0          0
1800.03/1800.00	c   undercover       :       0.00          0          0
1800.03/1800.00	c   nlp              :       0.32          0          0
1800.03/1800.00	c   trysol           :       0.18          1          0
1800.03/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.03/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.03/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.03/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.03/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.03/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.03/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.03/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.03/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.03/1800.00	c B&B Tree           :
1800.03/1800.00	c   number of runs   :          1
1800.03/1800.00	c   nodes            :     395912
1800.03/1800.00	c   nodes (total)    :     395912
1800.03/1800.00	c   nodes left       :     395913
1800.03/1800.00	c   max depth        :        335
1800.03/1800.00	c   max depth (total):        335
1800.03/1800.00	c   backtracks       :       2482 (0.6%)
1800.03/1800.00	c   delayed cutoffs  :          0
1800.03/1800.00	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.03/1800.00	c   avg switch length:       2.22
1800.03/1800.00	c   switching time   :      11.69
1800.03/1800.00	c Solution           :
1800.03/1800.00	c   Solutions found  :          0 (0 improvements)
1800.03/1800.00	c   Primal Bound     :          -
1800.03/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.03/1800.00	c   Gap              :   infinite
1800.03/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.03/1800.00	c   Root Iterations  :          0
1800.42/1800.46	c Time complete: 1800.48.

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-2693715-1277915262/watcher-2693715-1277915262 -o /tmp/evaluation-result-2693715-1277915262/solver-2693715-1277915262 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693715-1277915262.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: 1.85 1.97 1.99 4/178 12843
/proc/meminfo: memFree=31333808/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=8316 CPUtime=0
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 1556 0 0 0 0 0 0 0 25 0 1 0 132822620 8515584 1478 4089446400 4194304 7136930 140733743957632 18446744073709551615 6328631 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/12843/statm: 2079 1478 275 719 0 1358 0

[startup+0.0549741 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 12843
/proc/meminfo: memFree=31333808/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=22340 CPUtime=0.05
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 5079 0 0 0 5 0 0 0 25 0 1 0 132822620 22876160 5001 4089446400 4194304 7136930 140733743957632 18446744073709551615 4384358 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/12843/statm: 5585 5001 275 719 0 4864 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22340

[startup+0.100963 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 12843
/proc/meminfo: memFree=31333808/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=31584 CPUtime=0.09
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 7376 0 0 0 9 0 0 0 25 0 1 0 132822620 32342016 7298 4089446400 4194304 7136930 140733743957632 18446744073709551615 6280921 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/12843/statm: 7896 7298 275 719 0 7175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31584

[startup+0.300933 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 12843
/proc/meminfo: memFree=31333808/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=78516 CPUtime=0.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 20298 0 0 0 27 2 0 0 25 0 1 0 132822620 80400384 18622 4089446400 4194304 7136930 140733743957632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12843/statm: 19629 18622 376 719 0 18908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78516

[startup+0.700868 s]
/proc/loadavg: 1.85 1.97 1.99 4/178 12843
/proc/meminfo: memFree=31333808/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=81944 CPUtime=0.69
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 22845 0 0 0 66 3 0 0 25 0 1 0 132822620 83910656 19382 4089446400 4194304 7136930 140733743957632 18446744073709551615 5892378 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12843/statm: 20486 19382 423 719 0 19765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81944

[startup+1.50073 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 12844
/proc/meminfo: memFree=31258164/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=82336 CPUtime=1.49
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 22945 0 0 0 146 3 0 0 25 0 1 0 132822620 84312064 19479 4089446400 4194304 7136930 140733743957632 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12843/statm: 20584 19479 420 719 0 19863 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82336

[startup+3.10046 s]
/proc/loadavg: 1.85 1.97 1.99 3/179 12844
/proc/meminfo: memFree=31257048/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=82744 CPUtime=3.09
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 23017 0 0 0 305 4 0 0 25 0 1 0 132822620 84729856 19551 4089446400 4194304 7136930 140733743957632 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/12843/statm: 20686 19551 420 719 0 19965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82744

[startup+6.30092 s]
/proc/loadavg: 1.86 1.97 1.99 3/179 12844
/proc/meminfo: memFree=31255932/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=83500 CPUtime=6.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 23208 0 0 0 622 7 0 0 25 0 1 0 132822620 85504000 19742 4089446400 4194304 7136930 140733743957632 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 20875 19742 420 719 0 20154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83500

[startup+12.7008 s]
/proc/loadavg: 1.87 1.97 1.99 3/179 12846
/proc/meminfo: memFree=31253928/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=84812 CPUtime=12.68
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 23539 0 0 0 1258 10 0 0 25 0 1 0 132822620 86847488 20073 4089446400 4194304 7136930 140733743957632 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 21203 20073 420 719 0 20482 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84812

[startup+25.5006 s]
/proc/loadavg: 1.90 1.97 1.99 3/179 12846
/proc/meminfo: memFree=31250884/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=87856 CPUtime=25.49
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 24325 0 0 0 2532 17 0 0 25 0 1 0 132822620 89964544 20859 4089446400 4194304 7136930 140733743957632 18446744073709551615 5507289 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 21964 20859 420 719 0 21243 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 87856

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.99 3/179 12846
/proc/meminfo: memFree=31243420/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=90532 CPUtime=51.09
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 25026 0 0 0 5080 29 0 0 25 0 1 0 132822620 92704768 21560 4089446400 4194304 7136930 140733743957632 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 22633 21560 420 719 0 21912 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 90532

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.99 3/179 12848
/proc/meminfo: memFree=31223924/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=98528 CPUtime=102.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 27052 0 0 0 10179 50 0 0 25 0 1 0 132822620 100892672 23586 4089446400 4194304 7136930 140733743957632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 24632 23586 420 719 0 23911 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 98528

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 12850
/proc/meminfo: memFree=31208512/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=106720 CPUtime=162.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 29161 0 0 0 16154 75 0 0 25 0 1 0 132822620 109281280 25695 4089446400 4194304 7136930 140733743957632 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 26680 25695 420 719 0 25959 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 106720

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 12850
/proc/meminfo: memFree=31186772/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=115124 CPUtime=222.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 31301 0 0 0 22129 100 0 0 25 0 1 0 132822620 117886976 27835 4089446400 4194304 7136930 140733743957632 18446744073709551615 4696948 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 28781 27835 420 719 0 28060 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 115124

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 12855
/proc/meminfo: memFree=31168120/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=123840 CPUtime=282.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 33552 0 0 0 28107 122 0 0 25 0 1 0 132822620 126812160 30086 4089446400 4194304 7136930 140733743957632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 30960 30086 420 719 0 30239 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 123840

[startup+342.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/179 12857
/proc/meminfo: memFree=31154312/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=134012 CPUtime=342.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 35632 0 0 0 34082 147 0 0 25 0 1 0 132822620 137228288 32166 4089446400 4194304 7136930 140733743957632 18446744073709551615 4826989 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 33503 32166 420 719 0 32782 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 134012

[startup+402.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/179 12859
/proc/meminfo: memFree=31131468/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=143752 CPUtime=402.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 38108 0 0 0 40059 170 0 0 25 0 1 0 132822620 147202048 34642 4089446400 4194304 7136930 140733743957632 18446744073709551615 5507387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 35938 34642 420 719 0 35217 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 143752

[startup+462.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/179 12861
/proc/meminfo: memFree=31115932/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=151652 CPUtime=462.3
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 40143 0 0 0 46035 195 0 0 25 0 1 0 132822620 155291648 36677 4089446400 4194304 7136930 140733743957632 18446744073709551615 4827009 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 37913 36677 420 719 0 37192 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 151652

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/179 12861
/proc/meminfo: memFree=31097424/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=159924 CPUtime=522.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 42262 0 0 0 52012 217 0 0 25 0 1 0 132822620 163762176 38796 4089446400 4194304 7136930 140733743957632 18446744073709551615 4697120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 39981 38796 420 719 0 39260 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 159924

[startup+582.301 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 12863
/proc/meminfo: memFree=31082624/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=168420 CPUtime=582.29
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 44409 0 0 0 57987 242 0 0 25 0 1 0 132822620 172462080 40943 4089446400 4194304 7136930 140733743957632 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 42105 40943 420 719 0 41384 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 168420

[startup+642.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 12865
/proc/meminfo: memFree=31065716/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=176332 CPUtime=642.3
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 46436 0 0 0 63962 268 0 0 25 0 1 0 132822620 180563968 42970 4089446400 4194304 7136930 140733743957632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 44083 42970 420 719 0 43362 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 176332

[startup+702.301 s]

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

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12873
/proc/meminfo: memFree=30983784/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=221956 CPUtime=942.3
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 57070 0 0 0 93843 387 0 0 25 0 1 0 132822620 227282944 53604 4089446400 4194304 7136930 140733743957632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 55489 53604 420 719 0 54768 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 221956

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12875
/proc/meminfo: memFree=30964280/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=230492 CPUtime=1002.3
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 59287 0 0 0 99818 412 0 0 25 0 1 0 132822620 236023808 55821 4089446400 4194304 7136930 140733743957632 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 57623 55821 420 719 0 56902 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 230492

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12877
/proc/meminfo: memFree=30946892/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=237984 CPUtime=1062.31
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 61211 0 0 0 105794 437 0 0 25 0 1 0 132822620 243695616 57745 4089446400 4194304 7136930 140733743957632 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 59496 57745 420 719 0 58775 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 237984

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 12877
/proc/meminfo: memFree=30927640/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=246988 CPUtime=1122.31
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 63514 0 0 0 111771 460 0 0 25 0 1 0 132822620 252915712 60048 4089446400 4194304 7136930 140733743957632 18446744073709551615 5507220 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 61747 60048 420 719 0 61026 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 246988

[startup+1182.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 12879
/proc/meminfo: memFree=30906148/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=254788 CPUtime=1182.31
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 65512 0 0 0 117747 484 0 0 25 0 1 0 132822620 260902912 62046 4089446400 4194304 7136930 140733743957632 18446744073709551615 5507728 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 63697 62046 420 719 0 62976 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 254788

[startup+1242.3 s]
/proc/loadavg: 1.98 2.00 2.00 3/179 12909
/proc/meminfo: memFree=31275360/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=260580 CPUtime=1242.31
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 67008 0 0 0 123724 507 0 0 25 0 1 0 132822620 266833920 63542 4089446400 4194304 7136930 140733743957632 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 65145 63542 420 719 0 64424 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 260580

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12911
/proc/meminfo: memFree=31255852/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=270676 CPUtime=1302.32
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 69583 0 0 0 129702 530 0 0 25 0 1 0 132822620 277172224 66117 4089446400 4194304 7136930 140733743957632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 67669 66117 420 719 0 66948 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 270676

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12913
/proc/meminfo: memFree=31235352/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=278284 CPUtime=1362.31
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 71505 0 0 0 135681 550 0 0 25 0 1 0 132822620 284962816 68039 4089446400 4194304 7136930 140733743957632 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 69571 68039 420 719 0 68850 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 278284

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 4/179 12913
/proc/meminfo: memFree=31223624/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=283452 CPUtime=1422.32
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 72868 0 0 0 141657 575 0 0 25 0 1 0 132822620 290254848 69402 4089446400 4194304 7136930 140733743957632 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 70863 69402 420 719 0 70142 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 283452

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12915
/proc/meminfo: memFree=31203120/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=293368 CPUtime=1482.31
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 75403 0 0 0 147635 596 0 0 25 0 1 0 132822620 300408832 71937 4089446400 4194304 7136930 140733743957632 18446744073709551615 4834596 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 73342 71937 420 719 0 72621 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 293368

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12917
/proc/meminfo: memFree=31189440/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=298788 CPUtime=1542.32
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 76810 0 0 0 153613 619 0 0 25 0 1 0 132822620 305958912 73344 4089446400 4194304 7136930 140733743957632 18446744073709551615 5507149 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 74697 73344 420 719 0 73976 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 298788

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12919
/proc/meminfo: memFree=31173032/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=306836 CPUtime=1602.32
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 78873 0 0 0 159591 641 0 0 25 0 1 0 132822620 314200064 75407 4089446400 4194304 7136930 140733743957632 18446744073709551615 4983040 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 76709 75407 420 719 0 75988 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 306836

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12921
/proc/meminfo: memFree=31152656/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=318852 CPUtime=1662.32
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 81930 0 0 0 165566 666 0 0 25 0 1 0 132822620 326504448 78464 4089446400 4194304 7136930 140733743957632 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 79713 78464 420 719 0 78992 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 318852

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/179 12921
/proc/meminfo: memFree=31138112/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=325808 CPUtime=1722.32
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 83727 0 0 0 171542 690 0 0 25 0 1 0 132822620 333627392 80261 4089446400 4194304 7136930 140733743957632 18446744073709551615 4641950 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 81452 80261 420 719 0 80731 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 325808

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 12923
/proc/meminfo: memFree=31121216/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=334172 CPUtime=1782.31
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 85865 0 0 0 177518 713 0 0 25 0 1 0 132822620 342192128 82399 4089446400 4194304 7136930 140733743957632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 83543 82399 420 719 0 82822 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 334172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12923
/proc/meminfo: memFree=31114268/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=337132 CPUtime=1800.03
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 86621 0 0 0 179282 721 0 0 25 0 1 0 132822620 345223168 83155 4089446400 4194304 7136930 140733743957632 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/12843/statm: 84283 83155 420 719 0 83562 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 337132

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.04 2.01 2.00 3/179 12923
/proc/meminfo: memFree=31114268/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=332436 CPUtime=1800.22
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 86628 0 0 0 179301 721 0 0 25 0 1 0 132822620 340414464 81988 4089446400 4194304 7136930 140733743957632 18446744073709551615 4616621 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12843/statm: 83109 81988 427 719 0 82388 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 332436

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 12923
/proc/meminfo: memFree=31114268/32950928 swapFree=67111528/67111528
[pid=12843] ppid=12841 vsize=161288 CPUtime=1800.42
/proc/12843/stat : 12843 (pbscip.linux.x8) R 12841 12843 12818 0 -1 4202496 86628 0 0 0 179320 722 0 0 25 0 1 0 132822620 165158912 39209 4089446400 4194304 7136930 140733743957632 18446744073709551615 5955555 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12843/statm: 40322 39209 427 719 0 39601 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 161288

Child status: 0
Real time (s): 1800.46
CPU time (s): 1800.49
CPU user time (s): 1793.25
CPU system time (s): 7.2339
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 337132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.25
system time used= 7.2339
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1
involuntary context switches= 21100

runsolver used 2.97555 second user time and 5.9431 second system time

The end

Launcher Data

Begin job on node126 at 2010-06-30 18:27:43
IDJOB=2693715
IDBENCH=79049
IDSOLVER=1206
FILE ID=node126/2693715-1277915262
PBS_JOBID= 11197344
Free space on /tmp= 74188 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf7.ucl--soft-33-100-0.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-2693715-1277915262/watcher-2693715-1277915262 -o /tmp/evaluation-result-2693715-1277915262/solver-2693715-1277915262 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693715-1277915262.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6c1e9c16e769af261e08d494cafa9389
RANDOM SEED=2092961884

node126.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.835
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.67
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.835
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	: 5332.83
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.835
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.75
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.835
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.83
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.835
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.72
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.835
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.82
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.835
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.75
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.835
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31334204 kB
Buffers:        197312 kB
Cached:         925716 kB
SwapCached:          0 kB
Active:         816156 kB
Inactive:       658064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31334204 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3580 kB
Writeback:           0 kB
AnonPages:      351788 kB
Mapped:          16152 kB
Slab:            78124 kB
PageTables:       5648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   499860 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= 74184 MiB
End job on node126 at 2010-06-30 18:57:45