Trace number 2704562

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverUNSAT 436.259 436.375

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark77.4292
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
Number of bits of the biggest sum of numbers12
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2704562-1278561893.opb>
0.00/0.01	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2) 1 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.02	c       4 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.00
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.3
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1790
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.02	c # [type: int, range: [1,2], default: 1]
0.00/0.02	c timing/clocktype = 2
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/indicator/addCouplingCons = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    16 |     - | 193k|   0 |   4 |  30 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.06/0.08	c   0.1s|     1 |     0 |    68 |     - | 320k|   0 |   7 |  30 |  67 |  30 |   7 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.06/0.09	c   0.1s|     1 |     0 |    74 |     - | 340k|   0 |  10 |  30 |  67 |  30 |  10 |   6 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.06/0.09	c   0.1s|     1 |     0 |    81 |     - | 360k|   0 |  12 |  30 |  67 |  30 |  14 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    89 |     - | 367k|   0 |   9 |  30 |  67 |  30 |  16 |  12 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |    91 |     - | 382k|   0 |  10 |  30 |  67 |  30 |  18 |  14 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.11	c   0.1s|     1 |     0 |    95 |     - | 389k|   0 |  13 |  30 |  67 |  30 |  22 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.09/0.14	c   0.1s|     1 |     2 |    95 |     - | 389k|   0 |  13 |  30 |  67 |  30 |  22 |  18 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
3.39/3.41	c   3.4s| 10000 |  2267 | 16287 |   1.6 |2651k|  23 |   - |  30 |2584 |   0 |   0 |  18 |2620 | 446 | 0.000000e+00 |      --      |    Inf 
7.89/7.99	c   8.0s| 20000 |  3365 | 31824 |   1.6 |3848k|  24 |   4 |  30 |3546 |  30 |  13 |  18 |5557 | 655 | 0.000000e+00 |      --      |    Inf 
12.79/12.84	c  12.8s| 30000 |  4003 | 47671 |   1.6 |4477k|  24 |   4 |  30 |3413 |  30 |  13 |  18 |9140 | 842 | 0.000000e+00 |      --      |    Inf 
17.50/17.59	c  17.6s| 40000 |  4487 | 62840 |   1.6 |5292k|  24 |   4 |  30 |4226 |  30 |  13 |  18 |  12k|1022 | 0.000000e+00 |      --      |    Inf 
23.19/23.22	c  23.2s| 50000 |  4829 | 78244 |   1.6 |5951k|  24 |   4 |  30 |4862 |  30 |  13 |  18 |  15k|1197 | 0.000000e+00 |      --      |    Inf 
29.19/29.25	c  29.2s| 60000 |  5095 | 94773 |   1.6 |6465k|  24 |   4 |  30 |5164 |  30 |  13 |  18 |  19k|1320 | 0.000000e+00 |      --      |    Inf 
35.29/35.36	c  35.4s| 70000 |  5209 |110610 |   1.6 |6721k|  24 |   4 |  30 |4945 |  30 |  13 |  18 |  23k|1468 | 0.000000e+00 |      --      |    Inf 
41.38/41.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.38/41.48	c  41.5s| 80000 |  5125 |125330 |   1.6 |6957k|  24 |   - |  30 |5212 |   0 |   0 |  18 |  26k|1565 | 0.000000e+00 |      --      |    Inf 
47.07/47.16	c  47.1s| 90000 |  5295 |139464 |   1.5 |7468k|  24 |   - |  30 |5978 |   0 |   0 |  18 |  29k|1688 | 0.000000e+00 |      --      |    Inf 
53.67/53.71	c  53.7s|100000 |  5248 |153737 |   1.5 |7486k|  24 |   4 |  30 |5583 |  30 |  13 |  18 |  32k|1797 | 0.000000e+00 |      --      |    Inf 
60.38/60.41	c  60.4s|110000 |  5331 |168253 |   1.5 |7813k|  24 |   - |  30 |5952 |  30 |  13 |  18 |  35k|1878 | 0.000000e+00 |      --      |    Inf 
66.98/67.07	c  67.1s|120000 |  5193 |182293 |   1.5 |7709k|  25 |   4 |  30 |5463 |  30 |  13 |  18 |  38k|1934 | 0.000000e+00 |      --      |    Inf 
73.57/73.62	c  73.6s|130000 |  4891 |197169 |   1.5 |7836k|  25 |   4 |  30 |6104 |  30 |  13 |  18 |  42k|2015 | 0.000000e+00 |      --      |    Inf 
80.66/80.72	c  80.7s|140000 |  4629 |211612 |   1.5 |7765k|  25 |   4 |  30 |6063 |  30 |  13 |  18 |  45k|2119 | 0.000000e+00 |      --      |    Inf 
87.87/87.99	c  88.0s|150000 |  4206 |226597 |   1.5 |7501k|  25 |   - |  30 |6067 |  30 |  13 |  18 |  49k|2186 | 0.000000e+00 |      --      |    Inf 
95.87/95.91	c  95.9s|160000 |  3584 |241032 |   1.5 |6933k|  25 |   4 |  30 |5421 |  30 |  13 |  18 |  52k|2276 | 0.000000e+00 |      --      |    Inf 
102.17/102.21	c   102s|170000 |  3399 |255733 |   1.5 |7296k|  25 |   4 |  30 |6919 |  30 |  13 |  18 |  55k|2333 | 0.000000e+00 |      --      |    Inf 
110.36/110.45	c   110s|180000 |  2915 |270328 |   1.5 |6702k|  25 |   4 |  30 |6170 |  30 |  13 |  18 |  59k|2406 | 0.000000e+00 |      --      |    Inf 
117.46/117.53	c   118s|190000 |  2542 |285334 |   1.5 |6538k|  25 |   - |  30 |6499 |   0 |   0 |  18 |  62k|2496 | 0.000000e+00 |      --      |    Inf 
123.86/123.98	c   124s|200000 |  2480 |299051 |   1.5 |6781k|  25 |   4 |  30 |7438 |  30 |  13 |  18 |  65k|2571 | 0.000000e+00 |      --      |    Inf 
131.45/131.55	c   132s|210000 |  2179 |312781 |   1.5 |6657k|  25 |   - |  30 |7671 |   0 |   0 |  18 |  68k|2638 | 0.000000e+00 |      --      |    Inf 
138.95/139.06	c   139s|220000 |  2193 |327527 |   1.5 |6361k|  25 |   - |  30 |7166 |  30 |  13 |  18 |  71k|2705 | 0.000000e+00 |      --      |    Inf 
145.95/146.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.95/146.07	c   146s|230000 |  2154 |341166 |   1.5 |6848k|  25 |   - |  30 |8438 |  30 |  13 |  18 |  74k|2772 | 0.000000e+00 |      --      |    Inf 
153.75/153.86	c   154s|240000 |  2178 |355394 |   1.5 |7113k|  25 |   4 |  30 |9207 |  30 |  13 |  18 |  77k|2826 | 0.000000e+00 |      --      |    Inf 
161.35/161.46	c   161s|250000 |  2221 |368962 |   1.5 |7557k|  25 |   - |  30 |  10k|   0 |   0 |  18 |  80k|2900 | 0.000000e+00 |      --      |    Inf 
170.84/170.90	c   171s|260000 |  1783 |382788 |   1.5 |7194k|  25 |   4 |  30 |9849 |  30 |  13 |  18 |  83k|2963 | 0.000000e+00 |      --      |    Inf 
180.54/180.60	c   181s|270000 |  1513 |397328 |   1.5 |6672k|  25 |   - |  30 |8943 |   0 |   0 |  18 |  86k|3044 | 0.000000e+00 |      --      |    Inf 
188.24/188.30	c   188s|280000 |  1864 |411476 |   1.5 |7216k|  25 |   4 |  30 |9895 |  30 |  13 |  18 |  89k|3101 | 0.000000e+00 |      --      |    Inf 
197.64/197.71	c   198s|290000 |  1628 |424301 |   1.5 |7724k|  25 |   - |  30 |  11k|   0 |   0 |  18 |  92k|3167 | 0.000000e+00 |      --      |    Inf 
208.54/208.67	c   209s|300000 |  1419 |438500 |   1.5 |7335k|  25 |   4 |  30 |  10k|  30 |  13 |  18 |  95k|3210 | 0.000000e+00 |      --      |    Inf 
218.93/219.08	c   219s|310000 |   915 |453248 |   1.5 |6091k|  25 |   - |  30 |8390 |  30 |  13 |  18 |  98k|3254 | 0.000000e+00 |      --      |    Inf 
226.93/227.01	c   227s|320000 |   999 |467439 |   1.5 |6176k|  25 |   4 |  30 |8745 |  30 |  13 |  18 | 102k|3343 | 0.000000e+00 |      --      |    Inf 
235.13/235.27	c   235s|330000 |   868 |480665 |   1.5 |6118k|  25 |   4 |  30 |9146 |  30 |  13 |  18 | 105k|3395 | 0.000000e+00 |      --      |    Inf 
243.42/243.58	c   244s|340000 |   805 |494848 |   1.5 |6582k|  25 |   - |  30 |  10k|  30 |  13 |  18 | 107k|3462 | 0.000000e+00 |      --      |    Inf 
252.83/252.94	c   253s|350000 |   765 |509225 |   1.5 |7036k|  25 |   - |  30 |  12k|   0 |   0 |  18 | 111k|3495 | 0.000000e+00 |      --      |    Inf 
263.42/263.57	c   264s|360000 |   623 |522663 |   1.5 |7075k|  25 |   - |  30 |  12k|  30 |  13 |  18 | 113k|3543 | 0.000000e+00 |      --      |    Inf 
274.61/274.79	c   275s|370000 |   402 |538032 |   1.5 |6137k|  25 |   4 |  30 |  10k|  30 |  13 |  18 | 117k|3626 | 0.000000e+00 |      --      |    Inf 
283.12/283.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
283.12/283.27	c   283s|380000 |   413 |551855 |   1.5 |6488k|  25 |   4 |  30 |  11k|  30 |  13 |  18 | 120k|3697 | 0.000000e+00 |      --      |    Inf 
293.71/293.87	c   294s|390000 |   185 |565569 |   1.4 |5952k|  25 |   4 |  30 |  10k|  30 |  13 |  18 | 123k|3751 | 0.000000e+00 |      --      |    Inf 
303.42/303.54	c   304s|400000 |   122 |580595 |   1.5 |5986k|  25 |   4 |  30 |  11k|  30 |  13 |  18 | 126k|3817 | 0.000000e+00 |      --      |    Inf 
312.81/312.99	c   313s|410000 |   527 |595864 |   1.5 |6189k|  25 |   4 |  30 |  10k|  30 |  13 |  18 | 129k|3878 | 0.000000e+00 |      --      |    Inf 
322.40/322.51	c   322s|420000 |   518 |609905 |   1.5 |6436k|  25 |   4 |  30 |  11k|  30 |  13 |  18 | 131k|3913 | 0.000000e+00 |      --      |    Inf 
332.80/332.92	c   333s|430000 |    96 |624407 |   1.5 |6385k|  25 |   - |  30 |  12k|   0 |   0 |  18 | 134k|3974 | 0.000000e+00 |      --      |    Inf 
343.11/343.29	c   343s|440000 |   152 |639028 |   1.5 |6654k|  25 |   4 |  30 |  13k|  30 |  13 |  18 | 137k|4000 | 0.000000e+00 |      --      |    Inf 
353.10/353.28	c   353s|450000 |   731 |654424 |   1.5 |6866k|  25 |   - |  30 |  12k|  30 |  13 |  18 | 140k|4066 | 0.000000e+00 |      --      |    Inf 
363.90/364.03	c   364s|460000 |   293 |669089 |   1.5 |6671k|  25 |   4 |  30 |  12k|  30 |  13 |  18 | 143k|4143 | 0.000000e+00 |      --      |    Inf 
374.39/374.51	c   374s|470000 |    97 |684824 |   1.5 |6639k|  25 |   4 |  30 |  13k|  30 |  13 |  18 | 146k|4214 | 0.000000e+00 |      --      |    Inf 
387.39/387.51	c   388s|480000 |   140 |702043 |   1.5 |7519k|  25 |   4 |  30 |  15k|  30 |  13 |  18 | 153k|4268 | 0.000000e+00 |      --      |    Inf 
403.69/403.84	c   404s|490000 |   542 |717842 |   1.5 |8289k|  25 |   4 |  30 |  16k|  30 |  13 |  18 | 159k|4315 | 0.000000e+00 |      --      |    Inf 
421.58/421.77	c   422s|500000 |   263 |733323 |   1.5 |8768k|  25 |   4 |  30 |  18k|  30 |  13 |  18 | 167k|4363 | 0.000000e+00 |      --      |    Inf 
436.18/436.32	c 
436.18/436.32	c SCIP Status        : problem is solved [infeasible]
436.18/436.32	c Solving Time (sec) : 436.31
436.18/436.32	c Solving Nodes      : 508047
436.18/436.32	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
436.18/436.32	c Dual Bound         : +1.00000000000000e+20
436.18/436.32	c Gap                : 0.00 %
436.18/436.32	s UNSATISFIABLE
436.18/436.32	c SCIP Status        : problem is solved [infeasible]
436.18/436.32	c Solving Time       :     436.31
436.18/436.32	c Original Problem   :
436.18/436.32	c   Problem name     : HOME/instance-2704562-1278561893.opb
436.18/436.32	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
436.18/436.32	c   Constraints      : 9 initial, 9 maximal
436.18/436.32	c Presolved Problem  :
436.18/436.32	c   Problem name     : t_HOME/instance-2704562-1278561893.opb
436.18/436.32	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
436.18/436.32	c   Constraints      : 4 initial, 19636 maximal
436.18/436.32	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
436.18/436.32	c   trivial          :       0.00          0          0          0          0          0          0          0          0
436.18/436.32	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
436.18/436.32	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
436.18/436.32	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
436.18/436.32	c   implics          :       0.00          0          0          0          0          0          0          0          0
436.18/436.32	c   probing          :       0.00          0          0          0          0          0          0          0          0
436.18/436.32	c   linear           :       0.00          0          0          0          0          0          5          0          0
436.18/436.32	c   logicor          :       0.00          0          0          0          0          0          0          0          0
436.18/436.32	c   root node        :          -          1          -          -          1          -          -          -          -
436.18/436.32	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
436.18/436.32	c   integral         :          0          0          0     282364          0        595       2664          0          0     558440
436.18/436.32	c   linear           :          4+         7    1063982          0          0     213145    1541350          0          0          0
436.18/436.32	c   logicor          :          0+         0     521637          0          0       4275     165379          0          0          0
436.18/436.32	c   countsols        :          0          0          0          0          0          0          0          0          0          0
436.18/436.32	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
436.18/436.32	c   integral         :       3.91       0.00       0.00       3.91       0.00
436.18/436.32	c   linear           :      50.96       0.00      50.96       0.00       0.00
436.18/436.32	c   logicor          :     153.70       0.00     153.70       0.00       0.00
436.18/436.32	c   countsols        :       0.00       0.00       0.00       0.00       0.00
436.18/436.32	c Propagators        :       Time      Calls    Cutoffs    DomReds
436.18/436.32	c   vbounds          :       0.40          2          0          0
436.18/436.32	c   rootredcost      :       0.50          0          0          0
436.18/436.32	c   pseudoobj        :       0.29          0          0          0
436.18/436.32	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
436.18/436.32	c   propagation      :       8.42     217420      85795     225320       19.1         19       15.7          -
436.18/436.32	c   infeasible LP    :       3.33      61380      61374      94290       12.5        680       16.8          0
436.18/436.32	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
436.18/436.32	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
436.18/436.32	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
436.18/436.32	c   applied globally :          -          -          -     172878       14.9          -          -          -
436.18/436.32	c   applied locally  :          -          -          -          0        0.0          -          -          -
436.18/436.32	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
436.18/436.32	c   cut pool         :       0.00          5          -          -         26          -    (maximal pool size: 83)
436.18/436.32	c   redcost          :       0.53     282369          0          0          0          0
436.18/436.32	c   impliedbounds    :       0.00          6          0          0          0          0
436.18/436.32	c   intobj           :       0.00          0          0          0          0          0
436.18/436.32	c   cgmip            :       0.00          0          0          0          0          0
436.18/436.32	c   gomory           :       0.00          6          0          0          0          0
436.18/436.32	c   strongcg         :       0.00          6          0          0         26          0
436.18/436.32	c   cmir             :       0.01          6          0          0         30          0
436.18/436.32	c   flowcover        :       0.01          6          0          0         53          0
436.18/436.32	c   clique           :       0.00          1          0          0          0          0
436.18/436.32	c   zerohalf         :       0.00          0          0          0          0          0
436.18/436.32	c   mcf              :       0.00          1          0          0          0          0
436.18/436.32	c   rapidlearning    :       0.06          1          0          0          0         63
436.18/436.32	c Pricers            :       Time      Calls       Vars
436.18/436.32	c   problem variables:       0.00          0          0
436.18/436.32	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
436.18/436.32	c   relpscost        :       3.60     282364        595       2664          0          0     558440
436.18/436.32	c   pscost           :       0.00          0          0          0          0          0          0
436.18/436.32	c   inference        :       0.00          0          0          0          0          0          0
436.18/436.32	c   mostinf          :       0.00          0          0          0          0          0          0
436.18/436.32	c   leastinf         :       0.00          0          0          0          0          0          0
436.18/436.32	c   fullstrong       :       0.00          0          0          0          0          0          0
436.18/436.32	c   allfullstrong    :       0.00          0          0          0          0          0          0
436.18/436.32	c   random           :       0.00          0          0          0          0          0          0
436.18/436.32	c Primal Heuristics  :       Time      Calls      Found
436.18/436.32	c   LP solutions     :       0.00          -          0
436.18/436.32	c   pseudo solutions :       0.00          -          0
436.18/436.32	c   oneopt           :       0.30          0          0
436.18/436.32	c   crossover        :       0.20          0          0
436.18/436.32	c   guideddiving     :       0.05          0          0
436.18/436.32	c   pscostdiving     :       0.10        194          0
436.18/436.32	c   fracdiving       :       0.10        194          0
436.18/436.32	c   linesearchdiving :       0.09        194          0
436.18/436.32	c   veclendiving     :       0.10        194          0
436.18/436.32	c   coefdiving       :       0.08        197          0
436.18/436.32	c   feaspump         :       0.19        190          0
436.18/436.32	c   trivial          :       0.00          2          0
436.18/436.32	c   simplerounding   :       0.14          0          0
436.18/436.32	c   zirounding       :       0.21       1000          0
436.18/436.32	c   rounding         :       0.33       7568          0
436.18/436.32	c   shifting         :       1.06       2782          0
436.18/436.32	c   intshifting      :       0.03          0          0
436.18/436.32	c   twoopt           :       0.00          0          0
436.18/436.32	c   fixandinfer      :       0.00          0          0
436.18/436.32	c   intdiving        :       0.00          0          0
436.18/436.32	c   actconsdiving    :       0.00          0          0
436.18/436.32	c   objpscostdiving  :       0.03         78          0
436.18/436.32	c   rootsoldiving    :       0.02         23          0
436.18/436.32	c   octane           :       0.00          0          0
436.18/436.32	c   rens             :       0.03          1          0
436.18/436.32	c   rins             :       0.00          0          0
436.18/436.32	c   localbranching   :       0.00          0          0
436.18/436.32	c   mutation         :       0.00          0          0
436.18/436.32	c   dins             :       0.00          0          0
436.18/436.32	c   undercover       :       0.00          0          0
436.18/436.32	c   nlp              :       0.16          0          0
436.18/436.32	c   trysol           :       0.22          0          0
436.18/436.32	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
436.18/436.32	c   primal LP        :       0.00          0          0       0.00          -
436.18/436.32	c   dual LP          :      30.06     340643     744563       2.19   24771.06
436.18/436.32	c   lex dual LP      :       0.00          0          0       0.00          -
436.18/436.32	c   barrier LP       :       0.00          0          0       0.00          -
436.18/436.32	c   diving/probing LP:       0.14       1398       1891       1.35   13223.78
436.18/436.32	c   strong branching :       0.67       4421      11842       2.68   17727.62
436.18/436.32	c     (at root node) :          -         10        264      26.40          -
436.18/436.32	c   conflict analysis:       0.00          0          0       0.00          -
436.18/436.32	c B&B Tree           :
436.18/436.32	c   number of runs   :          1
436.18/436.32	c   nodes            :     508047
436.18/436.32	c   nodes (total)    :     508047
436.18/436.32	c   nodes left       :          0
436.18/436.32	c   max depth        :         25
436.18/436.32	c   max depth (total):         25
436.18/436.32	c   backtracks       :     145208 (28.6%)
436.18/436.32	c   delayed cutoffs  :      50394
436.18/436.32	c   repropagations   :     214855 (463580 domain reductions, 48477 cutoffs)
436.18/436.32	c   avg switch length:       4.76
436.18/436.32	c   switching time   :     124.38
436.18/436.32	c Solution           :
436.18/436.32	c   Solutions found  :          0 (0 improvements)
436.18/436.32	c   Primal Bound     : infeasible
436.18/436.32	c   Dual Bound       :          -
436.18/436.32	c   Gap              :       0.00 %
436.18/436.32	c   Root Dual Bound  : +0.00000000000000e+00
436.18/436.32	c   Root Iterations  :         95
436.18/436.37	c Time complete: 436.25.

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-2704562-1278561893/watcher-2704562-1278561893 -o /tmp/evaluation-result-2704562-1278561893/solver-2704562-1278561893 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704562-1278561893.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: 0.92 0.98 0.99 3/106 28069
/proc/meminfo: memFree=1799752/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=7904 CPUtime=0
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 1109 0 0 0 0 0 0 0 21 0 1 0 24400241 8093696 1020 1992294400 4194304 8395647 140735772440416 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28069/statm: 1976 1032 365 1026 0 946 0

[startup+0.0697879 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28069
/proc/meminfo: memFree=1799752/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=21584 CPUtime=0.06
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 4607 0 0 0 4 2 0 0 23 0 1 0 24400241 22102016 4165 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5396 4165 599 1026 0 4366 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21584

[startup+0.100792 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28069
/proc/meminfo: memFree=1799752/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=21864 CPUtime=0.09
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 4692 0 0 0 7 2 0 0 23 0 1 0 24400241 22388736 4250 1992294400 4194304 8395647 140735772440416 18446744073709551615 6201905 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5466 4250 608 1026 0 4436 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21864

[startup+0.300813 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28069
/proc/meminfo: memFree=1799752/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=23000 CPUtime=0.29
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5299 0 0 0 25 4 0 0 23 0 1 0 24400241 23552000 4857 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5750 4857 626 1026 0 4720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23000

[startup+0.700856 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 28069
/proc/meminfo: memFree=1799752/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=23000 CPUtime=0.69
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5302 0 0 0 63 6 0 0 25 0 1 0 24400241 23552000 4860 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5750 4860 626 1026 0 4720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23000

[startup+1.50094 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28070
/proc/meminfo: memFree=1782756/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=23000 CPUtime=1.49
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5304 0 0 0 142 7 0 0 25 0 1 0 24400241 23552000 4862 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5750 4862 626 1026 0 4720 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23000

[startup+3.10112 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28070
/proc/meminfo: memFree=1782384/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=23000 CPUtime=3.09
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5307 0 0 0 297 12 0 0 25 0 1 0 24400241 23552000 4865 1992294400 4194304 8395647 140735772440416 18446744073709551615 6063768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5750 4865 626 1026 0 4720 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23000

[startup+6.30147 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 28070
/proc/meminfo: memFree=1782012/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=23000 CPUtime=6.29
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5311 0 0 0 611 18 0 0 25 0 1 0 24400241 23552000 4869 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5750 4869 626 1026 0 4720 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23000

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/107 28071
/proc/meminfo: memFree=1782012/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=23000 CPUtime=12.69
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5315 0 0 0 1239 30 0 0 25 0 1 0 24400241 23552000 4873 1992294400 4194304 8395647 140735772440416 18446744073709551615 4212616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5750 4873 626 1026 0 4720 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23000

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 28071
/proc/meminfo: memFree=1782012/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=23000 CPUtime=25.48
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5319 0 0 0 2498 50 0 0 25 0 1 0 24400241 23552000 4877 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 5750 4877 626 1026 0 4720 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23000

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 28072
/proc/meminfo: memFree=1781144/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=24032 CPUtime=51.08
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 5578 0 0 0 5020 88 0 0 25 0 1 0 24400241 24608768 5136 1992294400 4194304 8395647 140735772440416 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 6008 5136 627 1026 0 4978 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24032

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 28073
/proc/meminfo: memFree=1779160/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=26168 CPUtime=102.27
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 6045 0 0 0 10078 149 0 0 25 0 1 0 24400241 26796032 5603 1992294400 4194304 8395647 140735772440416 18446744073709551615 4495681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 6542 5603 627 1026 0 5512 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26168

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28075
/proc/meminfo: memFree=1778292/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=27352 CPUtime=162.25
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 6307 0 0 0 16010 215 0 0 25 0 1 0 24400241 28008448 5865 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 6838 5865 627 1026 0 5808 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 27352

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28076
/proc/meminfo: memFree=1776928/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=28756 CPUtime=222.23
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 6594 0 0 0 21959 264 0 0 25 0 1 0 24400241 29446144 6152 1992294400 4194304 8395647 140735772440416 18446744073709551615 4217933 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 7189 6152 627 1026 0 6159 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 28756

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28078
/proc/meminfo: memFree=1775936/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=30632 CPUtime=282.21
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 6837 0 0 0 27899 322 0 0 25 0 1 0 24400241 31367168 6395 1992294400 4194304 8395647 140735772440416 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 7658 6395 627 1026 0 6628 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 30632

[startup+342.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 28080
/proc/meminfo: memFree=1775688/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=30632 CPUtime=342.2
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 6896 0 0 0 33843 377 0 0 25 0 1 0 24400241 31367168 6454 1992294400 4194304 8395647 140735772440416 18446744073709551615 4212454 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 7658 6454 627 1026 0 6628 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 30632

[startup+402.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/107 28081
/proc/meminfo: memFree=1773084/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33088 CPUtime=402.18
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7498 0 0 0 39793 425 0 0 25 0 1 0 24400241 33882112 7056 1992294400 4194304 8395647 140735772440416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8272 7056 627 1026 0 7242 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 33088

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

[startup+409.502 s]
/proc/loadavg: 1.05 1.00 1.00 2/107 28081
/proc/meminfo: memFree=1773084/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33088 CPUtime=409.38
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7502 0 0 0 40509 429 0 0 25 0 1 0 24400241 33882112 7060 1992294400 4194304 8395647 140735772440416 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8272 7060 627 1026 0 7242 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 33088

[startup+422.301 s]
/proc/loadavg: 1.04 1.00 1.00 2/107 28082
/proc/meminfo: memFree=1772712/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33500 CPUtime=422.18
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7601 0 0 0 41782 436 0 0 25 0 1 0 24400241 34304000 7159 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8375 7159 627 1026 0 7345 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 33500

[startup+428.701 s]
/proc/loadavg: 1.04 1.00 1.00 2/107 28082
/proc/meminfo: memFree=1772712/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33500 CPUtime=428.58
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7601 0 0 0 42418 440 0 0 25 0 1 0 24400241 34304000 7159 1992294400 4194304 8395647 140735772440416 18446744073709551615 4216934 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8375 7159 627 1026 0 7345 0
Current children cumulated CPU time (s) 428.58
Current children cumulated vsize (KiB) 33500

[startup+431.901 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28082
/proc/meminfo: memFree=1772712/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33500 CPUtime=431.77
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7601 0 0 0 42736 441 0 0 25 0 1 0 24400241 34304000 7159 1992294400 4194304 8395647 140735772440416 18446744073709551615 5085399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8375 7159 627 1026 0 7345 0
Current children cumulated CPU time (s) 431.77
Current children cumulated vsize (KiB) 33500

[startup+433.501 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28082
/proc/meminfo: memFree=1772712/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33500 CPUtime=433.38
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7601 0 0 0 42895 443 0 0 25 0 1 0 24400241 34304000 7159 1992294400 4194304 8395647 140735772440416 18446744073709551615 4216931 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8375 7159 627 1026 0 7345 0
Current children cumulated CPU time (s) 433.38
Current children cumulated vsize (KiB) 33500

[startup+435.101 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28082
/proc/meminfo: memFree=1772712/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33500 CPUtime=434.98
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7601 0 0 0 43054 444 0 0 25 0 1 0 24400241 34304000 7159 1992294400 4194304 8395647 140735772440416 18446744073709551615 5083381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8375 7159 627 1026 0 7345 0
Current children cumulated CPU time (s) 434.98
Current children cumulated vsize (KiB) 33500

[startup+435.901 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28082
/proc/meminfo: memFree=1772712/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33500 CPUtime=435.77
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7601 0 0 0 43133 444 0 0 25 0 1 0 24400241 34304000 7159 1992294400 4194304 8395647 140735772440416 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8375 7159 627 1026 0 7345 0
Current children cumulated CPU time (s) 435.77
Current children cumulated vsize (KiB) 33500

[startup+436.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/107 28082
/proc/meminfo: memFree=1772712/2059040 swapFree=4139776/4192956
[pid=28069] ppid=28067 vsize=33500 CPUtime=436.18
/proc/28069/stat : 28069 (pbscip.linux.x8) R 28067 28069 28044 0 -1 4202496 7602 0 0 0 43173 445 0 0 25 0 1 0 24400241 34304000 7160 1992294400 4194304 8395647 140735772440416 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28069/statm: 8375 7160 627 1026 0 7345 0
Current children cumulated CPU time (s) 436.18
Current children cumulated vsize (KiB) 33500

Child status: 0
Real time (s): 436.375
CPU time (s): 436.259
CPU user time (s): 431.803
CPU system time (s): 4.45532
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 33500

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

runsolver used 0.697893 second user time and 2.09468 second system time

The end

Launcher Data

Begin job on node035 at 2010-07-08 06:04:53
IDJOB=2704562
IDBENCH=2901
IDSOLVER=1213
FILE ID=node035/2704562-1278561893
PBS_JOBID= 11239579
Free space on /tmp= 62496 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_2.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2704562-1278561893/watcher-2704562-1278561893 -o /tmp/evaluation-result-2704562-1278561893/solver-2704562-1278561893 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2704562-1278561893.opb -t 1800 -m 1800

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=1181368433

node035.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.212
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.42
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.212
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:       1800280 kB
Buffers:         12472 kB
Cached:         149304 kB
SwapCached:       7340 kB
Active:          71420 kB
Inactive:       104548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800280 kB
SwapTotal:     4192956 kB
SwapFree:      4139776 kB
Dirty:           10528 kB
Writeback:           0 kB
AnonPages:       11676 kB
Mapped:          11956 kB
Slab:            60868 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179424 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= 62488 MiB
End job on node035 at 2010-07-08 06:12:09