Trace number 2665432

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.1 1802.74

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4250
Total number of constraints68397
Number of constraints which are clauses68397
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 4250
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4250
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4250
Number of bits of the biggest sum of numbers13
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: Clp 1.11.1] [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-2665432-1276465883.opb>
1.00/1.09	c original problem has 4250 variables (4250 bin, 0 int, 0 impl, 0 cont) and 68397 constraints
1.00/1.09	c problem read
1.00/1.09	c presolving settings loaded
1.29/1.33	c presolving:
2.49/2.51	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 66272 upgd conss, 392598 impls, 0 clqs
2.59/2.69	c (round 2) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 68397 upgd conss, 392598 impls, 0 clqs
7.38/7.42	c    (6.0s) probing: 1000/4250 (23.5%) - 0 fixings, 0 aggregations, 18502 implications, 0 bound changes
11.49/11.53	c    (10.1s) probing: 2000/4250 (47.1%) - 0 fixings, 0 aggregations, 35543 implications, 0 bound changes
11.49/11.54	c    (10.1s) probing: 2001/4250 (47.1%) - 0 fixings, 0 aggregations, 35563 implications, 0 bound changes
11.49/11.54	c    (10.1s) probing aborted: 2000/2000 successive useless probings
11.49/11.54	c presolving (3 rounds):
11.49/11.54	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
11.49/11.54	c  524786 implications, 0 cliques
11.49/11.54	c presolved problem has 4250 variables (4250 bin, 0 int, 0 impl, 0 cont) and 68397 constraints
11.49/11.54	c   68397 constraints of type <logicor>
11.49/11.54	c transformed objective value is always integral (scale: 1)
11.49/11.54	c Presolving Time: 9.97
11.49/11.54	c - non default parameters ----------------------------------------------------------------------
11.49/11.54	c # SCIP version 1.2.1.2
11.49/11.54	c 
11.49/11.54	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
11.49/11.54	c # [type: int, range: [-1,2147483647], default: -1]
11.49/11.54	c conflict/interconss = 0
11.49/11.54	c 
11.49/11.54	c # should binary conflicts be preferred?
11.49/11.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.49/11.54	c conflict/preferbinary = TRUE
11.49/11.54	c 
11.49/11.54	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
11.49/11.54	c # [type: int, range: [-1,2147483647], default: 0]
11.49/11.54	c constraints/agelimit = 1
11.49/11.54	c 
11.49/11.54	c # should enforcement of pseudo solution be disabled?
11.49/11.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.49/11.54	c constraints/disableenfops = TRUE
11.49/11.54	c 
11.49/11.54	c # frequency for displaying node information lines
11.49/11.54	c # [type: int, range: [-1,2147483647], default: 100]
11.49/11.54	c display/freq = 10000
11.49/11.54	c 
11.49/11.54	c # maximal time in seconds to run
11.49/11.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.49/11.54	c limits/time = 1798.92
11.49/11.54	c 
11.49/11.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
11.49/11.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
11.49/11.54	c limits/memory = 1620
11.49/11.54	c 
11.49/11.54	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
11.49/11.54	c # [type: int, range: [-1,2147483647], default: 1]
11.49/11.54	c lp/solvefreq = 0
11.49/11.54	c 
11.49/11.54	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
11.49/11.54	c # [type: char, range: {lafpsqd}, default: l]
11.49/11.54	c lp/pricing = a
11.49/11.54	c 
11.49/11.54	c # should presolving try to simplify inequalities
11.49/11.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.49/11.54	c constraints/linear/simplifyinequalities = TRUE
11.49/11.54	c 
11.49/11.54	c # should presolving try to simplify knapsacks
11.49/11.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
11.49/11.54	c constraints/knapsack/simplifyinequalities = TRUE
11.49/11.54	c 
11.49/11.54	c # priority of node selection rule <dfs> in standard mode
11.49/11.54	c # [type: int, range: [-536870912,536870911], default: 0]
11.49/11.54	c nodeselection/dfs/stdpriority = 1000000
11.49/11.54	c 
11.49/11.54	c -----------------------------------------------------------------------------------------------
11.49/11.54	c start solving
11.49/11.55	c 
13.28/13.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.28/13.37	c  11.8s|     1 |     0 |  2682 |     - |  93M|   0 |2375 |4250 |  68k|4250 |  68k|   0 |   0 |   0 | 1.187500e+03 |      --      |    Inf 
22.18/22.23	c  20.4s|     1 |     0 |  3197 |     - |  93M|   0 |2290 |4250 |  68k|4250 |  68k|  76 |   0 |   0 | 1.230000e+03 |      --      |    Inf 
30.28/30.34	c  28.4s|     1 |     0 |  3572 |     - |  93M|   0 |2257 |4250 |  68k|4250 |  68k| 101 |   0 |   0 | 1.246500e+03 |      --      |    Inf 
39.28/39.34	c  37.4s|     1 |     0 |  3906 |     - |  93M|   0 |2218 |4250 |  68k|4250 |  68k| 131 |   0 |   0 | 1.266000e+03 |      --      |    Inf 
48.07/48.17	c  46.1s|     1 |     0 |  4329 |     - |  93M|   0 |2190 |4250 |  68k|4250 |  68k| 158 |   0 |   0 | 1.280000e+03 |      --      |    Inf 
58.07/58.11	c  56.0s|     1 |     0 |  4768 |     - |  94M|   0 |2159 |4250 |  68k|4250 |  68k| 188 |   0 |   0 | 1.295500e+03 |      --      |    Inf 
68.57/68.61	c  66.5s|     1 |     0 |  5236 |     - |  94M|   0 |2123 |4250 |  68k|4250 |  68k| 218 |   0 |   0 | 1.313500e+03 |      --      |    Inf 
79.86/79.93	c  77.7s|     1 |     0 |  5889 |     - |  94M|   0 |2093 |4250 |  68k|4250 |  68k| 245 |   0 |   0 | 1.328500e+03 |      --      |    Inf 
90.76/90.87	c  88.6s|     1 |     0 |  6409 |     - |  94M|   0 |2059 |4250 |  68k|4250 |  68k| 276 |   0 |   0 | 1.346500e+03 |      --      |    Inf 
104.05/104.13	c   102s|     1 |     0 |  7322 |     - |  94M|   0 |2035 |4250 |  68k|4250 |  68k| 310 |   0 |   0 | 1.360500e+03 |      --      |    Inf 
120.05/120.17	c   118s|     1 |     0 |  8205 |     - |  94M|   0 |2006 |4250 |  68k|4250 |  68k| 339 |   0 |   0 | 1.374875e+03 |      --      |    Inf 
130.04/130.18	c   128s|     1 |     0 |  9186 |     - |  94M|   0 |1973 |4250 |  68k|4250 |  68k| 375 |   0 |   0 | 1.388500e+03 |      --      |    Inf 
142.95/143.06	c   140s|     1 |     0 | 10393 |     - |  94M|   0 |1947 |4250 |  68k|4250 |  68k| 411 |   0 |   0 | 1.403000e+03 |      --      |    Inf 
150.44/150.50	c   148s|     1 |     0 | 11067 |     - |  94M|   0 |1925 |4250 |  68k|4250 |  68k| 441 |   0 |   0 | 1.414500e+03 |      --      |    Inf 
158.44/158.53	c   156s|     1 |     0 | 11865 |     - |  94M|   0 |1909 |4250 |  68k|4250 |  68k| 469 |   0 |   0 | 1.423500e+03 |      --      |    Inf 
165.44/165.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
165.44/165.59	c   163s|     1 |     0 | 12485 |     - |  95M|   0 |1889 |4250 |  68k|4250 |  68k| 497 |   0 |   0 | 1.436500e+03 |      --      |    Inf 
173.33/173.42	c   171s|     1 |     0 | 13311 |     - |  96M|   0 |1868 |4250 |  68k|4250 |  68k| 528 |   0 |   0 | 1.445750e+03 |      --      |    Inf 
180.12/180.29	c   177s|     1 |     0 | 14076 |     - |  96M|   0 |1854 |4250 |  68k|4250 |  68k| 561 |   0 |   0 | 1.455000e+03 |      --      |    Inf 
186.52/186.65	c   184s|     1 |     0 | 14790 |     - |  96M|   0 |1841 |4250 |  68k|4250 |  68k| 598 |   0 |   0 | 1.468000e+03 |      --      |    Inf 
193.83/193.97	c   191s|     1 |     0 | 15818 |     - |  96M|   0 |1803 |4250 |  68k|4250 |  68k| 647 |   0 |   0 | 1.479500e+03 |      --      |    Inf 
200.23/200.38	c   197s|     1 |     0 | 16601 |     - |  96M|   0 |1788 |4250 |  68k|4250 |  69k| 684 |   0 |   0 | 1.487750e+03 |      --      |    Inf 
206.42/206.59	c   203s|     1 |     0 | 17508 |     - |  96M|   0 |1767 |4250 |  68k|4250 |  69k| 722 |   0 |   0 | 1.499500e+03 |      --      |    Inf 
212.42/212.50	c   209s|     1 |     0 | 18553 |     - |  96M|   0 |1742 |4250 |  68k|4250 |  69k| 758 |   0 |   0 | 1.511000e+03 |      --      |    Inf 
217.81/217.93	c   215s|     1 |     0 | 19590 |     - |  96M|   0 |1727 |4250 |  68k|4250 |  69k| 792 |   0 |   0 | 1.519000e+03 |      --      |    Inf 
223.23/223.33	c   220s|     1 |     0 | 20562 |     - |  96M|   0 |1707 |4250 |  68k|4250 |  69k| 835 |   0 |   0 | 1.529000e+03 |      --      |    Inf 
228.62/228.74	c   225s|     1 |     0 | 21494 |     - |  96M|   0 |1720 |4250 |  68k|4250 |  69k| 868 |   0 |   0 | 1.535000e+03 |      --      |    Inf 
237.11/237.26	c   234s|     1 |     0 | 22960 |     - |  97M|   0 |1683 |4250 |  68k|4250 |  69k| 913 |   0 |   0 | 1.542000e+03 |      --      |    Inf 
245.91/246.07	c   242s|     1 |     0 | 24424 |     - |  97M|   0 |1686 |4250 |  68k|4250 |  69k| 948 |   0 |   0 | 1.548500e+03 |      --      |    Inf 
252.50/252.65	c   249s|     1 |     0 | 25700 |     - |  97M|   0 |1670 |4250 |  68k|4250 |  69k| 983 |   0 |   0 | 1.556000e+03 |      --      |    Inf 
261.50/261.69	c   258s|     1 |     0 | 27225 |     - |  97M|   0 |1662 |4250 |  68k|4250 |  69k|1030 |   0 |   0 | 1.563000e+03 |      --      |    Inf 
276.00/276.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
276.00/276.13	c   272s|     1 |     0 | 29360 |     - |  97M|   0 |1656 |4250 |  68k|4250 |  69k|1069 |   0 |   0 | 1.569500e+03 |      --      |    Inf 
287.49/287.63	c   284s|     1 |     0 | 31071 |     - |  97M|   0 |1647 |4250 |  68k|4250 |  69k|1112 |   0 |   0 | 1.576000e+03 |      --      |    Inf 
296.99/297.13	c   293s|     1 |     0 | 32605 |     - |  97M|   0 |1642 |4250 |  68k|4250 |  69k|1154 |   0 |   0 | 1.581000e+03 |      --      |    Inf 
307.19/307.39	c   303s|     1 |     0 | 34188 |     - |  97M|   0 |1611 |4250 |  68k|4250 |  69k|1191 |   0 |   0 | 1.590250e+03 |      --      |    Inf 
317.18/317.30	c   313s|     1 |     0 | 35990 |     - |  98M|   0 |1631 |4250 |  68k|4250 |  69k|1235 |   0 |   0 | 1.598333e+03 |      --      |    Inf 
326.49/326.63	c   322s|     1 |     0 | 37446 |     - |  98M|   0 |1620 |4250 |  68k|4250 |  69k|1270 |   0 |   0 | 1.601833e+03 |      --      |    Inf 
336.67/336.83	c   332s|     1 |     0 | 39184 |     - |  98M|   0 |1607 |4250 |  68k|4250 |  69k|1310 |   0 |   0 | 1.606500e+03 |      --      |    Inf 
350.77/350.94	c   346s|     1 |     0 | 41133 |     - |  98M|   0 |1571 |4250 |  68k|4250 |  69k|1356 |   0 |   0 | 1.611375e+03 |      --      |    Inf 
365.08/365.26	c   360s|     1 |     0 | 43262 |     - |  98M|   0 |1584 |4250 |  68k|4250 |  69k|1401 |   0 |   0 | 1.617000e+03 |      --      |    Inf 
380.86/381.01	c   376s|     1 |     0 | 45550 |     - |  98M|   0 |1538 |4250 |  68k|4250 |  69k|1440 |   0 |   0 | 1.622397e+03 |      --      |    Inf 
399.65/399.86	c   395s|     1 |     0 | 48394 |     - |  99M|   0 |1585 |4250 |  68k|4250 |  69k|1481 |   0 |   0 | 1.628095e+03 |      --      |    Inf 
414.45/414.67	c   409s|     1 |     0 | 50913 |     - |  99M|   0 |1524 |4250 |  68k|4250 |  69k|1528 |   0 |   0 | 1.632783e+03 |      --      |    Inf 
432.34/432.55	c   427s|     1 |     0 | 53518 |     - |  99M|   0 |1519 |4250 |  68k|4250 |  69k|1565 |   0 |   0 | 1.639833e+03 |      --      |    Inf 
455.84/456.09	c   450s|     1 |     0 | 56389 |     - |  99M|   0 |1530 |4250 |  68k|4250 |  69k|1614 |   0 |   0 | 1.646333e+03 |      --      |    Inf 
468.02/468.29	c   463s|     1 |     0 | 58530 |     - |  99M|   0 |1518 |4250 |  68k|4250 |  69k|1655 |   0 |   0 | 1.651479e+03 |      --      |    Inf 
485.62/485.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
485.62/485.88	c   480s|     1 |     0 | 60992 |     - |  99M|   0 |1524 |4250 |  68k|4250 |  69k|1704 |   0 |   0 | 1.655690e+03 |      --      |    Inf 
502.22/502.49	c   496s|     1 |     0 | 63563 |     - | 100M|   0 |1487 |4250 |  68k|4250 |  69k|1751 |   0 |   0 | 1.660667e+03 |      --      |    Inf 
519.82/520.09	c   514s|     1 |     0 | 66102 |     - | 100M|   0 |1494 |4250 |  68k|4250 |  69k|1797 |   0 |   0 | 1.666250e+03 |      --      |    Inf 
538.71/538.99	c   533s|     1 |     0 | 68845 |     - | 100M|   0 |1457 |4250 |  68k|4250 |  69k|1842 |   0 |   0 | 1.673417e+03 |      --      |    Inf 
563.19/563.45	c   557s|     1 |     0 | 72262 |     - | 100M|   0 |1423 |4250 |  68k|4250 |  69k|1896 |   0 |   0 | 1.678333e+03 |      --      |    Inf 
578.68/578.99	c   572s|     1 |     0 | 74702 |     - | 100M|   0 |1427 |4250 |  68k|4250 |  69k|1940 |   0 |   0 | 1.683500e+03 |      --      |    Inf 
597.27/597.57	c   591s|     1 |     0 | 77683 |     - | 100M|   0 |1486 |4250 |  68k|4250 |  69k|1980 |   0 |   0 | 1.688167e+03 |      --      |    Inf 
614.96/615.28	c   608s|     1 |     0 | 80104 |     - | 101M|   0 |1428 |4250 |  68k|4250 |  69k|2020 |   0 |   0 | 1.691333e+03 |      --      |    Inf 
630.76/631.06	c   624s|     1 |     0 | 82752 |     - | 101M|   0 |1432 |4250 |  68k|4250 |  69k|2063 |   0 |   0 | 1.695500e+03 |      --      |    Inf 
650.96/651.24	c   644s|     1 |     0 | 85657 |     - | 101M|   0 |1426 |4250 |  68k|4250 |  69k|2107 |   0 |   0 | 1.697875e+03 |      --      |    Inf 
678.15/678.44	c   671s|     1 |     0 | 88690 |     - | 101M|   0 |1406 |4250 |  68k|4250 |  69k|2150 |   0 |   0 | 1.699917e+03 |      --      |    Inf 
701.23/701.56	c   694s|     1 |     0 | 91891 |     - | 101M|   0 |1450 |4250 |  68k|4250 |  69k|2198 |   0 |   0 | 1.701500e+03 |      --      |    Inf 
724.33/724.69	c   717s|     1 |     0 | 94996 |     - | 102M|   0 |1496 |4250 |  68k|4250 |  69k|2248 |   0 |   0 | 1.702267e+03 |      --      |    Inf 
766.01/766.34	c   758s|     1 |     0 | 99858 |     - | 102M|   0 |1481 |4250 |  68k|4250 |  69k|2304 |   0 |   0 | 1.704167e+03 |      --      |    Inf 
796.51/796.86	c   788s|     1 |     0 |103694 |     - | 102M|   0 |1511 |4250 |  68k|4250 |  69k|2355 |   0 |   0 | 1.706140e+03 |      --      |    Inf 
817.49/817.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
817.49/817.86	c   809s|     1 |     0 |106706 |     - | 102M|   0 |1537 |4250 |  68k|4250 |  69k|2409 |   0 |   0 | 1.708696e+03 |      --      |    Inf 
853.48/853.86	c   845s|     1 |     0 |111293 |     - | 103M|   0 |1495 |4250 |  68k|4250 |  69k|2467 |   0 |   0 | 1.711991e+03 |      --      |    Inf 
878.38/878.74	c   870s|     1 |     0 |115050 |     - | 103M|   0 |1521 |4250 |  68k|4250 |  69k|2526 |   0 |   0 | 1.716958e+03 |      --      |    Inf 
910.06/910.44	c   901s|     1 |     0 |119117 |     - | 103M|   0 |1486 |4250 |  68k|4250 |  69k|2575 |   0 |   0 | 1.720571e+03 |      --      |    Inf 
940.55/940.92	c   931s|     1 |     0 |122834 |     - | 104M|   0 |1529 |4250 |  68k|4250 |  69k|2633 |   0 |   0 | 1.724190e+03 |      --      |    Inf 
991.43/991.85	c   982s|     1 |     0 |128387 |     - | 104M|   0 |1535 |4250 |  68k|4250 |  69k|2696 |   0 |   0 | 1.727048e+03 |      --      |    Inf 
1040.02/1040.47	c  1030s|     1 |     0 |133385 |     - | 104M|   0 |1439 |4250 |  68k|4250 |  69k|2748 |   0 |   0 | 1.732300e+03 |      --      |    Inf 
1066.71/1067.10	c  1057s|     1 |     0 |137297 |     - | 105M|   0 |1496 |4250 |  68k|4250 |  69k|2802 |   0 |   0 | 1.735786e+03 |      --      |    Inf 
1095.40/1095.88	c  1085s|     1 |     0 |140924 |     - | 105M|   0 |1433 |4250 |  68k|4250 |  69k|2842 |   0 |   0 | 1.739750e+03 |      --      |    Inf 
1135.49/1135.93	c  1125s|     1 |     0 |145233 |     - | 105M|   0 |1427 |4250 |  68k|4250 |  69k|2886 |   0 |   0 | 1.742161e+03 |      --      |    Inf 
1180.77/1181.26	c  1170s|     1 |     0 |149675 |     - | 106M|   0 |1453 |4250 |  68k|4250 |  69k|2937 |   0 |   0 | 1.744939e+03 |      --      |    Inf 
1212.16/1212.63	c  1201s|     1 |     0 |153658 |     - | 106M|   0 |1530 |4250 |  68k|4250 |  69k|2987 |   0 |   0 | 1.748119e+03 |      --      |    Inf 
1265.04/1265.55	c  1254s|     1 |     0 |159242 |     - | 107M|   0 |1540 |4250 |  68k|4250 |  69k|3030 |   0 |   0 | 1.749512e+03 |      --      |    Inf 
1299.74/1300.20	c  1288s|     1 |     0 |163508 |     - | 107M|   0 |1489 |4250 |  68k|4250 |  69k|3092 |   0 |   0 | 1.751467e+03 |      --      |    Inf 
1349.81/1350.31	c  1338s|     1 |     0 |168763 |     - | 107M|   0 |1489 |4250 |  68k|4250 |  69k|3141 |   0 |   0 | 1.753833e+03 |      --      |    Inf 
1394.20/1394.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1394.20/1394.71	c  1382s|     1 |     0 |173219 |     - | 107M|   0 |1490 |4250 |  68k|4250 |  69k|3192 |   0 |   0 | 1.755000e+03 |      --      |    Inf 
1465.97/1466.59	c  1454s|     1 |     0 |179633 |     - | 108M|   0 |1546 |4250 |  68k|4250 |  70k|3235 |   0 |   0 | 1.755864e+03 |      --      |    Inf 
1516.96/1517.58	c  1504s|     1 |     0 |185079 |     - | 108M|   0 |1517 |4250 |  68k|4250 |  69k|3288 |   0 |   0 | 1.757500e+03 |      --      |    Inf 
1566.24/1566.87	c  1553s|     1 |     0 |189920 |     - | 108M|   0 |1488 |4250 |  68k|4250 |  69k|3333 |   0 |   0 | 1.759125e+03 |      --      |    Inf 
1631.01/1631.63	c  1618s|     1 |     0 |196312 |     - | 108M|   0 |1578 |4250 |  68k|4250 |  69k|3395 |   0 |   0 | 1.760567e+03 |      --      |    Inf 
1700.18/1700.80	c  1687s|     1 |     0 |202557 |     - | 109M|   0 |1552 |4250 |  68k|4250 |  69k|3454 |   0 |   0 | 1.764007e+03 |      --      |    Inf 
1751.87/1752.59	c  1738s|     1 |     0 |207916 |     - | 109M|   0 |1534 |4250 |  68k|4250 |  70k|3514 |   0 |   0 | 1.767511e+03 |      --      |    Inf 
1800.07/1800.71	c pressed CTRL-C 1 times (5 times for forcing termination)

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-2665432-1276465883/watcher-2665432-1276465883 -o /tmp/evaluation-result-2665432-1276465883/solver-2665432-1276465883 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665432-1276465883.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.96 1.64 3/106 27944
/proc/meminfo: memFree=1770388/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=8260 CPUtime=0
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1008 0 0 0 0 0 0 0 18 0 1 0 22189854 8458240 929 1992294400 4194304 9819077 140734142934528 18446744073709551615 8678244 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27944/statm: 2065 931 366 1374 0 686 0

[startup+0.0386079 s]
/proc/loadavg: 1.91 1.96 1.64 3/106 27944
/proc/meminfo: memFree=1770388/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=15736 CPUtime=0.03
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2870 0 0 0 2 1 0 0 20 0 1 0 22189854 16113664 2790 1992294400 4194304 9819077 140734142934528 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27944/statm: 3934 2790 388 1374 0 2555 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15736

[startup+0.101617 s]
/proc/loadavg: 1.91 1.96 1.64 3/106 27944
/proc/meminfo: memFree=1770388/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=17436 CPUtime=0.09
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 3324 0 0 0 8 1 0 0 20 0 1 0 22189854 17854464 3244 1992294400 4194304 9819077 140734142934528 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27944/statm: 4359 3244 388 1374 0 2980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17436

[startup+0.301656 s]
/proc/loadavg: 1.91 1.96 1.64 3/106 27944
/proc/meminfo: memFree=1770388/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=22944 CPUtime=0.29
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 4701 0 0 0 28 1 0 0 20 0 1 0 22189854 23494656 4621 1992294400 4194304 9819077 140734142934528 18446744073709551615 5649668 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27944/statm: 5736 4621 388 1374 0 4357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22944

[startup+0.701733 s]
/proc/loadavg: 1.91 1.96 1.64 3/106 27944
/proc/meminfo: memFree=1770388/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=31788 CPUtime=0.7
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 6909 0 0 0 67 3 0 0 21 0 1 0 22189854 32550912 6829 1992294400 4194304 9819077 140734142934528 18446744073709551615 8631771 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27944/statm: 7947 6829 388 1374 0 6568 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 31788

[startup+1.50089 s]
/proc/loadavg: 1.91 1.96 1.64 2/107 27945
/proc/meminfo: memFree=1738884/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=90100 CPUtime=1.49
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 21504 0 0 0 138 11 0 0 23 0 1 0 22189854 92262400 21003 1992294400 4194304 9819077 140734142934528 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 22525 21003 483 1374 0 21146 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90100

[startup+3.1012 s]
/proc/loadavg: 1.84 1.94 1.63 2/107 27945
/proc/meminfo: memFree=1663988/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=120500 CPUtime=3.09
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 38119 0 0 0 275 34 0 0 25 0 1 0 22189854 123392000 28521 1992294400 4194304 9819077 140734142934528 18446744073709551615 4219928 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 30125 28521 504 1374 0 28746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120500

[startup+6.30083 s]
/proc/loadavg: 1.84 1.94 1.63 2/107 27945
/proc/meminfo: memFree=1654936/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=123092 CPUtime=6.29
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 38766 0 0 0 594 35 0 0 25 0 1 0 22189854 126046208 29168 1992294400 4194304 9819077 140734142934528 18446744073709551615 4210623 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 30773 29168 504 1374 0 29394 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123092

[startup+12.7011 s]
/proc/loadavg: 1.71 1.91 1.63 2/107 27945
/proc/meminfo: memFree=1592068/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=232488 CPUtime=12.69
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 65006 0 0 0 1221 48 0 0 25 0 1 0 22189854 238067712 45707 1992294400 4194304 9819077 140734142934528 18446744073709551615 7304805 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 58122 45707 627 1374 0 56743 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 232488

[startup+25.5016 s]
/proc/loadavg: 1.60 1.88 1.62 2/107 27945
/proc/meminfo: memFree=1586116/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=243940 CPUtime=25.48
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 107360 0 0 0 2466 82 0 0 25 0 1 0 22189854 249794560 46456 1992294400 4194304 9819077 140734142934528 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 60985 46456 675 1374 0 59606 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 243940

[startup+51.1016 s]
/proc/loadavg: 1.39 1.81 1.60 2/107 27947
/proc/meminfo: memFree=1585868/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=243852 CPUtime=51.07
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 135862 0 0 0 5012 95 0 0 25 0 1 0 22189854 249704448 46522 1992294400 4194304 9819077 140734142934528 18446744073709551615 5435206 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 60963 46522 677 1374 0 59584 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 243852

[startup+102.31 s]
/proc/loadavg: 1.16 1.67 1.56 2/107 27947
/proc/meminfo: memFree=1582644/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=246032 CPUtime=102.26
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 189486 0 0 0 10104 122 0 0 25 0 1 0 22189854 251936768 47371 1992294400 4194304 9819077 140734142934528 18446744073709551615 7291631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 61508 47371 679 1374 0 60129 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 246032

[startup+162.301 s]
/proc/loadavg: 1.06 1.54 1.53 2/107 27949
/proc/meminfo: memFree=1580660/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=249500 CPUtime=162.24
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 270276 0 0 0 16064 160 0 0 25 0 1 0 22189854 255488000 48222 1992294400 4194304 9819077 140734142934528 18446744073709551615 5692288 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 62375 48222 683 1374 0 60996 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 249500

[startup+222.301 s]
/proc/loadavg: 1.02 1.44 1.49 2/107 27951
/proc/meminfo: memFree=1574336/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=254240 CPUtime=222.21
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 409485 0 0 0 21992 229 0 0 25 0 1 0 22189854 260341760 49463 1992294400 4194304 9819077 140734142934528 18446744073709551615 7291624 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 63560 49463 683 1374 0 62181 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 254240

[startup+282.301 s]
/proc/loadavg: 1.00 1.36 1.46 2/107 27953
/proc/meminfo: memFree=1572972/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=254852 CPUtime=282.2
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 532948 0 0 0 27930 290 0 0 25 0 1 0 22189854 260968448 49838 1992294400 4194304 9819077 140734142934528 18446744073709551615 7312823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 63713 49838 683 1374 0 62334 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 254852

[startup+342.3 s]
/proc/loadavg: 1.00 1.29 1.43 2/107 27955
/proc/meminfo: memFree=1572352/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=255248 CPUtime=342.17
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 649523 0 0 0 33867 350 0 0 25 0 1 0 22189854 261373952 49440 1992294400 4194304 9819077 140734142934528 18446744073709551615 7294731 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 63812 49440 683 1374 0 62433 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 255248

[startup+402.3 s]
/proc/loadavg: 1.00 1.24 1.40 2/107 27955
/proc/meminfo: memFree=1573716/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=256236 CPUtime=402.15
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 740038 0 0 0 39819 396 0 0 25 0 1 0 22189854 262385664 49654 1992294400 4194304 9819077 140734142934528 18446744073709551615 7292350 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 64059 49654 683 1374 0 62680 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 256236

[startup+462.302 s]
/proc/loadavg: 1.00 1.19 1.37 2/107 27957
/proc/meminfo: memFree=1571236/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=257352 CPUtime=462.13
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 826483 0 0 0 45768 445 0 0 25 0 1 0 22189854 263528448 50198 1992294400 4194304 9819077 140734142934528 18446744073709551615 7294720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 64338 50198 683 1374 0 62959 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 257352

[startup+522.302 s]
/proc/loadavg: 1.00 1.15 1.34 2/107 27959
/proc/meminfo: memFree=1571980/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=256928 CPUtime=522.11
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 928119 0 0 0 51713 498 0 0 25 0 1 0 22189854 263094272 50182 1992294400 4194304 9819077 140734142934528 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 64232 50182 683 1374 0 62853 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 256928

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.32 2/107 27970
/proc/meminfo: memFree=1570492/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=257516 CPUtime=582.08
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1013640 0 0 0 57661 547 0 0 25 0 1 0 22189854 263696384 50360 1992294400 4194304 9819077 140734142934528 18446744073709551615 7309089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 64379 50360 683 1374 0 63000 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 257516

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.30 2/107 27972
/proc/meminfo: memFree=1570988/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=257060 CPUtime=642.07
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1109633 0 0 0 63608 599 0 0 25 0 1 0 22189854 263229440 50120 1992294400 4194304 9819077 140734142934528 18446744073709551615 7291127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 64265 50120 683 1374 0 62886 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 257060

[startup+702.301 s]

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

/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1608252 0 0 0 105317 874 0 0 25 0 1 0 22189854 266207232 51074 1992294400 4194304 9819077 140734142934528 18446744073709551615 7290952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 64992 51074 683 1374 0 63613 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 259968

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.16 2/107 27984
/proc/meminfo: memFree=1564912/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=261140 CPUtime=1121.89
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1675609 0 0 0 111278 911 0 0 25 0 1 0 22189854 267407360 51694 1992294400 4194304 9819077 140734142934528 18446744073709551615 6198708 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 65285 51694 683 1374 0 63906 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 261140

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 27986
/proc/meminfo: memFree=1567640/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=261888 CPUtime=1181.87
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1742440 0 0 0 117239 948 0 0 25 0 1 0 22189854 268173312 50740 1992294400 4194304 9819077 140734142934528 18446744073709551615 7291608 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 65472 50740 683 1374 0 64093 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 261888

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 27988
/proc/meminfo: memFree=1564292/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=261100 CPUtime=1241.85
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1809048 0 0 0 123198 987 0 0 25 0 1 0 22189854 267366400 51812 1992294400 4194304 9819077 140734142934528 18446744073709551615 7306243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 65275 51813 683 1374 0 63896 0
Current children cumulated CPU time (s) 1241.85
Current children cumulated vsize (KiB) 261100

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 27988
/proc/meminfo: memFree=1567020/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=261500 CPUtime=1301.83
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1877138 0 0 0 129156 1027 0 0 25 0 1 0 22189854 267776000 50913 1992294400 4194304 9819077 140734142934528 18446744073709551615 7291689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 65375 50913 683 1374 0 63996 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 261500

[startup+1362.3 s]
/proc/loadavg: 1.07 1.02 1.12 2/107 27993
/proc/meminfo: memFree=1558836/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=262568 CPUtime=1361.8
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1933687 0 0 0 135119 1061 0 0 25 0 1 0 22189854 268869632 52888 1992294400 4194304 9819077 140734142934528 18446744073709551615 7291120 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 65642 52888 683 1374 0 64263 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 262568

[startup+1422.31 s]
/proc/loadavg: 1.02 1.01 1.11 2/107 27995
/proc/meminfo: memFree=1559952/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=264596 CPUtime=1421.79
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 1989814 0 0 0 141085 1094 0 0 25 0 1 0 22189854 270946304 52555 1992294400 4194304 9819077 140734142934528 18446744073709551615 7296045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66149 52555 683 1374 0 64770 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 264596

[startup+1482.3 s]
/proc/loadavg: 1.01 1.00 1.10 2/107 27997
/proc/meminfo: memFree=1561688/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=264632 CPUtime=1481.76
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2045641 0 0 0 147048 1128 0 0 25 0 1 0 22189854 270983168 52273 1992294400 4194304 9819077 140734142934528 18446744073709551615 7481169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66158 52273 683 1374 0 64779 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 264632

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 27999
/proc/meminfo: memFree=1564664/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=263220 CPUtime=1541.75
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2108271 0 0 0 153008 1167 0 0 25 0 1 0 22189854 269537280 51407 1992294400 4194304 9819077 140734142934528 18446744073709551615 7291108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 65805 51407 683 1374 0 64426 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 263220

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 27999
/proc/meminfo: memFree=1562680/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=264124 CPUtime=1601.72
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2164813 0 0 0 158972 1200 0 0 25 0 1 0 22189854 270462976 52099 1992294400 4194304 9819077 140734142934528 18446744073709551615 7292002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66031 52099 683 1374 0 64652 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 264124

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 28001
/proc/meminfo: memFree=1556356/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=265724 CPUtime=1661.7
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2218436 0 0 0 164936 1234 0 0 25 0 1 0 22189854 272101376 53512 1992294400 4194304 9819077 140734142934528 18446744073709551615 7293510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66431 53512 683 1374 0 65052 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 265724

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 28003
/proc/meminfo: memFree=1562308/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=265680 CPUtime=1721.69
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2277548 0 0 0 170902 1267 0 0 25 0 1 0 22189854 272056320 52209 1992294400 4194304 9819077 140734142934528 18446744073709551615 7296179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66420 52209 683 1374 0 65041 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 265680

[startup+1782.3 s]
/proc/loadavg: 1.11 1.03 1.07 2/107 28005
/proc/meminfo: memFree=1558712/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=266052 CPUtime=1781.66
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2334365 0 0 0 176866 1300 0 0 25 0 1 0 22189854 272437248 53061 1992294400 4194304 9819077 140734142934528 18446744073709551615 7480823 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66513 53061 683 1374 0 65134 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 266052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.09 1.03 1.07 2/107 28005
/proc/meminfo: memFree=1559828/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=265540 CPUtime=1800.07
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2348695 0 0 0 178697 1310 0 0 25 0 1 0 22189854 271912960 52582 1992294400 4194304 9819077 140734142934528 18446744073709551615 7296163 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66385 52582 683 1374 0 65006 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 265540

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27944

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

[startup+1801.4 s]
/proc/loadavg: 1.09 1.03 1.07 2/107 28005
/proc/meminfo: memFree=1559828/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=265540 CPUtime=1800.76
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2348961 0 0 0 178766 1310 0 0 25 0 1 0 22189854 271912960 52848 1992294400 4194304 9819077 140734142934528 18446744073709551615 7309283 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66385 52848 683 1374 0 65006 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (KiB) 265540

[startup+1802.2 s]
/proc/loadavg: 1.08 1.03 1.07 2/108 28006
/proc/meminfo: memFree=1558332/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=265540 CPUtime=1801.55
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2349329 0 0 0 178845 1310 0 0 25 0 1 0 22189854 271912960 53216 1992294400 4194304 9819077 140734142934528 18446744073709551615 7299421 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66385 53216 683 1374 0 65006 0
Current children cumulated CPU time (s) 1801.55
Current children cumulated vsize (KiB) 265540

[startup+1802.6 s]
/proc/loadavg: 1.08 1.03 1.07 2/108 28006
/proc/meminfo: memFree=1558332/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=265540 CPUtime=1801.95
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2349549 0 0 0 178885 1310 0 0 25 0 1 0 22189854 271912960 53436 1992294400 4194304 9819077 140734142934528 18446744073709551615 7290967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66385 53436 683 1374 0 65006 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 265540

[startup+1802.7 s]
/proc/loadavg: 1.08 1.03 1.07 2/108 28006
/proc/meminfo: memFree=1558332/2059040 swapFree=4136184/4192956
[pid=27944] ppid=27942 vsize=265540 CPUtime=1802.05
/proc/27944/stat : 27944 (pbscip.linux.x8) R 27942 27944 27638 0 -1 4202496 2349598 0 0 0 178895 1310 0 0 25 0 1 0 22189854 271912960 53485 1992294400 4194304 9819077 140734142934528 18446744073709551615 7293510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27944/statm: 66385 53485 683 1374 0 65006 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 265540

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.74
CPU time (s): 1802.1
CPU user time (s): 1788.98
CPU system time (s): 13.127
CPU usage (%): 99.9646
Max. virtual memory (cumulated for all children) (KiB): 266212

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

runsolver used 2.91556 second user time and 8.58469 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-13 23:51:23
IDJOB=2665432
IDBENCH=2183
IDSOLVER=1168
FILE ID=node011/2665432-1276465883
PBS_JOBID= 11173359
Free space on /tmp= 62260 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.17.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665432-1276465883/watcher-2665432-1276465883 -o /tmp/evaluation-result-2665432-1276465883/solver-2665432-1276465883 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665432-1276465883.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=991265131

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1770916 kB
Buffers:         78012 kB
Cached:         133612 kB
SwapCached:       9840 kB
Active:          97372 kB
Inactive:       126712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1770916 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            8032 kB
Writeback:           0 kB
AnonPages:       11072 kB
Mapped:           9120 kB
Slab:            42224 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180216 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62256 MiB
End job on node011 at 2010-06-14 00:21:26