Trace number 1869484

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)UNSAT 708.406 708.676

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
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 benchmark26.337
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 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-1869484-1245174210.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 start presolving problem
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.01	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.01	c presolving (3 rounds):
0.00/0.01	c  1 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c OPT-LIN
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = c 1620
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = c 1791
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = c 10000
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving problem
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     0 |    17 | 172k|   0 |   4 |  30 |   4 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    57 | 186k|   0 |   7 |  30 |   4 |   4 |  30 |   7 |   3 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    60 | 203k|   0 |   9 |  30 |   4 |   4 |  30 |  11 |   7 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    65 | 220k|   0 |  10 |  30 |   4 |   4 |  30 |  14 |  10 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    72 | 237k|   0 |  10 |  30 |   4 |   4 |  30 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    80 | 257k|   0 |  11 |  30 |   4 |   4 |  30 |  20 |  16 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.04	c   0.0s|     1 |     0 |    91 | 274k|   0 |  10 |  30 |   4 |   4 |  30 |  23 |  19 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.07	c   0.1s|     1 |     2 |    91 | 275k|   0 |  10 |  30 |   4 |   4 |  30 |  23 |  19 |   0 |  10 | 0.000000e+00 |      --      |    Inf 
3.29/3.35	c   3.1s| 10000 |  2194 | 18323 |3191k|  26 |   - |  30 |3580 |  60 |  30 |  10 |  19 |5195 | 487 | 0.000000e+00 |      --      |    Inf 
7.38/7.46	c   6.9s| 20000 |  3761 | 36239 |4609k|  26 |   - |  30 |4078 |  27 |  30 |  10 |  19 |  10k| 634 | 0.000000e+00 |      --      |    Inf 
12.09/12.16	c  11.3s| 30000 |  5096 | 53994 |6253k|  26 |   4 |  30 |5663 | 385 |  30 |  10 |  19 |  16k| 754 | 0.000000e+00 |      --      |    Inf 
18.19/18.25	c  17.2s| 40000 |  6190 | 71390 |7766k|  26 |   - |  30 |6729 |  43 |  30 |  10 |  19 |  22k| 856 | 0.000000e+00 |      --      |    Inf 
25.48/25.57	c  24.3s| 50000 |  6906 | 89019 |8854k|  26 |   - |  30 |7236 |  91 |  30 |  10 |  19 |  29k| 961 | 0.000000e+00 |      --      |    Inf 
32.78/32.83	c  31.3s| 60000 |  7637 |106489 |  10M|  26 |   4 |  30 |8342 | 119 |  30 |  10 |  19 |  35k|1029 | 0.000000e+00 |      --      |    Inf 
41.47/41.59	c  39.8s| 70000 |  8196 |123488 |  11M|  26 |   4 |  30 |8692 | 170 |  30 |  10 |  19 |  41k|1104 | 0.000000e+00 |      --      |    Inf 
50.56/50.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
50.56/50.62	c  48.6s| 80000 |  8998 |140352 |  12M|  26 |   4 |  30 |9705 |   8 |  30 |  10 |  19 |  47k|1153 | 0.000000e+00 |      --      |    Inf 
60.06/60.15	c  57.9s| 90000 |  9574 |157950 |  13M|  26 |   - |  30 |9708 |  22 |   0 |   0 |  19 |  53k|1198 | 0.000000e+00 |      --      |    Inf 
70.36/70.45	c  67.9s|100000 |  9919 |175355 |  13M|  26 |   4 |  30 |9764 |  13 |  30 |  10 |  19 |  60k|1242 | 0.000000e+00 |      --      |    Inf 
80.26/80.36	c  77.5s|110000 | 10394 |192613 |  14M|  26 |   4 |  30 |  10k| 106 |  30 |  10 |  19 |  66k|1282 | 0.000000e+00 |      --      |    Inf 
91.44/91.53	c  88.4s|120000 | 10531 |210130 |  15M|  26 |   4 |  30 |  10k| 859 |  30 |  10 |  19 |  72k|1318 | 0.000000e+00 |      --      |    Inf 
103.84/103.95	c   101s|130000 | 10576 |227689 |  15M|  26 |   4 |  30 |  10k|1803 |  30 |  10 |  19 |  79k|1361 | 0.000000e+00 |      --      |    Inf 
114.04/114.12	c   110s|140000 | 11257 |246170 |  17M|  26 |   4 |  30 |  12k|  94 |  30 |  10 |  19 |  85k|1375 | 0.000000e+00 |      --      |    Inf 
129.04/129.17	c   125s|150000 | 11059 |263528 |  17M|  26 |   - |  30 |  10k| 120 |   0 |   0 |  19 |  92k|1391 | 0.000000e+00 |      --      |    Inf 
141.33/141.49	c   137s|160000 | 11147 |280775 |  17M|  26 |   4 |  30 |  10k|  11 |  30 |  10 |  19 |  99k|1410 | 0.000000e+00 |      --      |    Inf 
152.93/153.07	c   149s|170000 | 11219 |298494 |  17M|  26 |   - |  30 |  11k|  62 |  30 |  10 |  19 | 105k|1439 | 0.000000e+00 |      --      |    Inf 
166.82/166.93	c   162s|180000 | 10974 |316154 |  17M|  26 |   4 |  30 |  10k| 500 |  30 |  10 |  19 | 112k|1456 | 0.000000e+00 |      --      |    Inf 
179.22/179.37	c   174s|190000 | 11107 |333310 |  18M|  26 |   4 |  30 |  11k|  90 |  30 |  10 |  19 | 118k|1482 | 0.000000e+00 |      --      |    Inf 
193.01/193.13	c   188s|200000 | 11053 |350863 |  19M|  26 |   4 |  30 |  13k|  22 |  30 |  10 |  19 | 125k|1502 | 0.000000e+00 |      --      |    Inf 
208.51/208.61	c   203s|210000 | 10730 |368071 |  18M|  26 |   4 |  30 |  11k|  10 |  30 |  10 |  19 | 132k|1521 | 0.000000e+00 |      --      |    Inf 
221.80/221.97	c   216s|220000 | 10547 |385402 |  18M|  26 |   4 |  30 |  11k| 376 |  30 |  10 |  19 | 138k|1556 | 0.000000e+00 |      --      |    Inf 
235.49/235.65	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
235.49/235.65	c   229s|230000 | 10324 |403072 |  19M|  26 |   - |  30 |  12k|  62 |   0 |   0 |  19 | 145k|1573 | 0.000000e+00 |      --      |    Inf 
251.79/251.95	c   245s|240000 |  9668 |420384 |  18M|  26 |   - |  30 |  11k|   9 |  30 |  10 |  19 | 152k|1594 | 0.000000e+00 |      --      |    Inf 
266.19/266.38	c   260s|250000 |  9231 |437855 |  18M|  26 |   - |  30 |  11k|   8 |  30 |  10 |  19 | 159k|1629 | 0.000000e+00 |      --      |    Inf 
281.98/282.17	c   275s|260000 |  8708 |455284 |  18M|  26 |   - |  30 |  12k|   9 |  30 |  10 |  19 | 166k|1650 | 0.000000e+00 |      --      |    Inf 
300.38/300.53	c   293s|270000 |  7685 |472584 |  17M|  26 |   - |  30 |  11k|  77 |   0 |   0 |  19 | 174k|1686 | 0.000000e+00 |      --      |    Inf 
314.87/315.09	c   308s|280000 |  7285 |490261 |  17M|  26 |   4 |  30 |  12k| 284 |  30 |  10 |  19 | 181k|1716 | 0.000000e+00 |      --      |    Inf 
330.16/330.39	c   323s|290000 |  6812 |508010 |  17M|  26 |   4 |  30 |  13k| 143 |  30 |  10 |  19 | 188k|1740 | 0.000000e+00 |      --      |    Inf 
346.06/346.25	c   338s|300000 |  6725 |525753 |  16M|  26 |   4 |  30 |  13k|  43 |  30 |  10 |  19 | 195k|1767 | 0.000000e+00 |      --      |    Inf 
362.76/362.92	c   354s|310000 |  6149 |544601 |  16M|  26 |   - |  30 |  13k|  10 |   0 |   0 |  19 | 203k|1791 | 0.000000e+00 |      --      |    Inf 
377.14/377.34	c   369s|320000 |  6169 |562931 |  17M|  26 |   - |  30 |  13k| 139 |  30 |  10 |  19 | 209k|1821 | 0.000000e+00 |      --      |    Inf 
391.54/391.73	c   383s|330000 |  6016 |581249 |  16M|  26 |   - |  30 |  13k|  28 |  30 |  10 |  19 | 216k|1841 | 0.000000e+00 |      --      |    Inf 
408.74/408.90	c   400s|340000 |  5441 |599085 |  16M|  26 |   4 |  30 |  15k|  10 |  30 |  10 |  19 | 223k|1859 | 0.000000e+00 |      --      |    Inf 
427.02/427.27	c   418s|350000 |  4814 |616941 |  15M|  26 |   - |  30 |  14k|  37 |   0 |   0 |  19 | 230k|1872 | 0.000000e+00 |      --      |    Inf 
446.62/446.80	c   437s|360000 |  3956 |634845 |  14M|  27 |   4 |  30 |  12k| 284 |  30 |  10 |  19 | 238k|1896 | 0.000000e+00 |      --      |    Inf 
463.61/463.81	c   454s|370000 |  3157 |652653 |  12M|  27 |   - |  30 |  12k| 469 |  30 |  10 |  19 | 245k|1923 | 0.000000e+00 |      --      |    Inf 
477.41/477.62	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
477.41/477.62	c   467s|380000 |  2839 |670365 |  12M|  27 |   4 |  30 |  13k| 887 |  30 |  10 |  19 | 252k|1950 | 0.000000e+00 |      --      |    Inf 
494.20/494.41	c   484s|390000 |  2383 |688549 |  12M|  27 |   - |  30 |  13k| 244 |  30 |  10 |  19 | 259k|1970 | 0.000000e+00 |      --      |    Inf 
512.39/512.63	c   502s|400000 |  1415 |705705 |  10M|  27 |   4 |  30 |  12k|  90 |  30 |  10 |  19 | 267k|1993 | 0.000000e+00 |      --      |    Inf 
530.19/530.48	c   519s|410000 |   642 |723114 |7744k|  27 |   4 |  30 |  11k|1172 |  30 |  10 |  19 | 274k|2020 | 0.000000e+00 |      --      |    Inf 
541.79/542.02	c   530s|420000 |  1096 |741961 |8654k|  27 |   4 |  30 |  12k|  14 |  30 |  10 |  19 | 280k|2050 | 0.000000e+00 |      --      |    Inf 
554.78/555.02	c   543s|430000 |  1344 |760877 |9579k|  27 |   - |  30 |  14k|  14 |  30 |  10 |  19 | 287k|2075 | 0.000000e+00 |      --      |    Inf 
571.57/571.81	c   560s|440000 |   701 |779730 |8723k|  27 |   - |  30 |  13k|  14 |   0 |   0 |  19 | 294k|2100 | 0.000000e+00 |      --      |    Inf 
585.46/585.76	c   573s|450000 |   543 |799655 |9168k|  27 |   4 |  30 |  15k| 265 |  30 |  10 |  19 | 301k|2122 | 0.000000e+00 |      --      |    Inf 
600.76/601.08	c   588s|460000 |   955 |816909 |9846k|  27 |   4 |  30 |  16k|  33 |  30 |  10 |  19 | 307k|2142 | 0.000000e+00 |      --      |    Inf 
617.55/617.81	c   605s|470000 |  1025 |834866 |  10M|  27 |   - |  30 |  17k|  36 |  30 |  10 |  19 | 314k|2175 | 0.000000e+00 |      --      |    Inf 
633.05/633.30	c   620s|480000 |  1527 |853406 |  11M|  27 |   4 |  30 |  20k| 345 |  30 |  10 |  19 | 320k|2205 | 0.000000e+00 |      --      |    Inf 
653.24/653.56	c   640s|490000 |  1311 |872398 |  11M|  27 |   - |  30 |  21k|  17 |  30 |  10 |  19 | 327k|2224 | 0.000000e+00 |      --      |    Inf 
678.33/678.69	c   665s|500000 |   315 |890922 |  10M|  27 |   4 |  30 |  20k| 436 |  30 |  10 |  19 | 335k|2247 | 0.000000e+00 |      --      |    Inf 
697.33/697.64	c   683s|510000 |   173 |910401 |  10M|  27 |   4 |  30 |  22k| 493 |  30 |  10 |  19 | 343k|2254 | 0.000000e+00 |      --      |    Inf 
708.32/708.62	c 
708.32/708.62	c SCIP Status        : problem is solved [infeasible]
708.32/708.62	c Solving Time (sec) : 694.12
708.32/708.62	c Solving Nodes      : 515388
708.32/708.62	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
708.32/708.62	c Dual Bound         : +1.00000000000000e+20
708.32/708.62	c Gap                : 0.00 %
708.32/708.62	c NODE         515388
708.32/708.62	c DUAL BOUND   1e+20
708.32/708.62	c PRIMAL BOUND 1e+20
708.32/708.62	c GAP          0
708.32/708.62	s UNSATISFIABLE
708.32/708.62	c SCIP Status        : problem is solved [infeasible]
708.32/708.62	c Solving Time       :     694.12
708.32/708.62	c Original Problem   :
708.32/708.62	c   Problem name     : HOME/instance-1869484-1245174210.opb
708.32/708.62	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
708.32/708.62	c   Constraints      : 9 initial, 9 maximal
708.32/708.62	c Presolved Problem  :
708.32/708.62	c   Problem name     : t_HOME/instance-1869484-1245174210.opb
708.32/708.62	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
708.32/708.62	c   Constraints      : 4 initial, 23673 maximal
708.32/708.62	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
708.32/708.62	c   trivial          :       0.00          0          0          0          0          0          0          0          0
708.32/708.62	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
708.32/708.62	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
708.32/708.62	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
708.32/708.62	c   implics          :       0.00          0          0          0          0          0          0          0          0
708.32/708.62	c   probing          :       0.00          0          0          0          0          0          0          0          0
708.32/708.62	c   linear           :       0.00          0          0          0          0          0          5          0          0
708.32/708.62	c   logicor          :       0.00          0          0          0          0          0          0          0          0
708.32/708.62	c   root node        :          -          1          -          -          1          -          -          -          -
708.32/708.62	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
708.32/708.62	c   integral         :          0          0          0     283326          0        341        944          0          0     564224
708.32/708.62	c   linear           :          4          6    1336707          0          0     108331     796428          0          0          0
708.32/708.62	c   logicor          :          0+         0     683096          0          0       3845     324146          0          0          0
708.32/708.62	c   countsols        :          0          0          0          0          0          0          0          0          0          0
708.32/708.62	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
708.32/708.62	c   integral         :       3.43       0.00       0.00       3.43       0.00
708.32/708.62	c   linear           :      38.40       0.00      38.40       0.00       0.00
708.32/708.62	c   logicor          :     315.14       0.00     315.14       0.00       0.00
708.32/708.62	c   countsols        :       0.00       0.00       0.00       0.00       0.00
708.32/708.62	c Propagators        :       Time      Calls    Cutoffs    DomReds
708.32/708.62	c   rootredcost      :       0.41          0          0          0
708.32/708.62	c   pseudoobj        :       0.39          0          0          0
708.32/708.62	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
708.32/708.62	c   propagation      :       4.94     112176      80810     249391       20.5         16       15.6          -
708.32/708.62	c   infeasible LP    :       8.89     164221     164220     303095       13.5       2291       16.6          0
708.32/708.62	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
708.32/708.62	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
708.32/708.62	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
708.32/708.62	c   applied globally :          -          -          -     346923       14.2          -          -          -
708.32/708.62	c   applied locally  :          -          -          -          0        0.0          -          -          -
708.32/708.62	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
708.32/708.62	c   cut pool         :       0.00          5          -          -         34          -    (maximal pool size: 97)
708.32/708.62	c   redcost          :       0.43     283323          0          0          0          0
708.32/708.62	c   impliedbounds    :       0.00          6          0          0          0          0
708.32/708.62	c   intobj           :       0.00          0          0          0          0          0
708.32/708.62	c   gomory           :       0.00          6          0          0          1          0
708.32/708.62	c   strongcg         :       0.00          6          0          0         46          0
708.32/708.62	c   cmir             :       0.02          6          0          0         34          0
708.32/708.62	c   flowcover        :       0.00          6          0          0         38          0
708.32/708.62	c   clique           :       0.00          1          0          0          0          0
708.32/708.62	c   zerohalf         :       0.00          0          0          0          0          0
708.32/708.62	c   mcf              :       0.00          1          0          0          0          0
708.32/708.62	c Pricers            :       Time      Calls       Vars
708.32/708.62	c   problem variables:       0.00          0          0
708.32/708.62	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
708.32/708.62	c   relpscost        :       3.06     283326        341        944          0          0     564224
708.32/708.62	c   pscost           :       0.00          0          0          0          0          0          0
708.32/708.62	c   inference        :       0.00          0          0          0          0          0          0
708.32/708.62	c   mostinf          :       0.00          0          0          0          0          0          0
708.32/708.62	c   leastinf         :       0.00          0          0          0          0          0          0
708.32/708.62	c   fullstrong       :       0.00          0          0          0          0          0          0
708.32/708.62	c   allfullstrong    :       0.00          0          0          0          0          0          0
708.32/708.62	c   random           :       0.00          0          0          0          0          0          0
708.32/708.62	c Primal Heuristics  :       Time      Calls      Found
708.32/708.62	c   LP solutions     :       0.00          -          0
708.32/708.62	c   pseudo solutions :       0.00          -          0
708.32/708.62	c   oneopt           :       0.26          0          0
708.32/708.62	c   crossover        :       0.15          0          0
708.32/708.62	c   guideddiving     :       0.02          0          0
708.32/708.62	c   intshifting      :       0.03          0          0
708.32/708.62	c   veclendiving     :       0.09         42          0
708.32/708.62	c   pscostdiving     :       0.05         43          0
708.32/708.62	c   coefdiving       :       0.08         43          0
708.32/708.62	c   linesearchdiving :       0.10         43          0
708.32/708.62	c   fracdiving       :       0.06         43          0
708.32/708.62	c   feaspump         :       0.01         22          0
708.32/708.62	c   objpscostdiving  :       0.07         22          0
708.32/708.62	c   rootsoldiving    :       0.08         22          0
708.32/708.62	c   simplerounding   :       0.19          0          0
708.32/708.62	c   rounding         :       0.35       7425          0
708.32/708.62	c   shifting         :       0.96       2827          0
708.32/708.62	c   fixandinfer      :       0.00          0          0
708.32/708.62	c   intdiving        :       0.00          0          0
708.32/708.62	c   actconsdiving    :       0.00          0          0
708.32/708.62	c   octane           :       0.00          0          0
708.32/708.62	c   rens             :       0.01          1          0
708.32/708.62	c   rins             :       0.00          0          0
708.32/708.62	c   localbranching   :       0.00          0          0
708.32/708.62	c   mutation         :       0.00          0          0
708.32/708.62	c   dins             :       0.00          0          0
708.32/708.62	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
708.32/708.62	c   primal LP        :       0.00          0          0       0.00          -
708.32/708.62	c   dual LP          :      29.99     429507     919407       2.14   30657.12
708.32/708.62	c   barrier LP       :       0.00          0          0       0.00          -
708.32/708.62	c   diving/probing LP:       0.03        460        735       1.60   24500.00
708.32/708.62	c   strong branching :       0.23       2261       7600       3.36   33043.48
708.32/708.62	c     (at root node) :          -         10        200      20.00          -
708.32/708.62	c   conflict analysis:       0.00          0          0       0.00          -
708.32/708.62	c B&B Tree           :
708.32/708.62	c   number of runs   :          1
708.32/708.62	c   nodes            :     515388
708.32/708.62	c   nodes (total)    :     515388
708.32/708.62	c   nodes left       :          0
708.32/708.62	c   max depth        :         27
708.32/708.62	c   max depth (total):         27
708.32/708.62	c   backtracks       :     145574 (28.2%)
708.32/708.62	c   delayed cutoffs  :      48837
708.32/708.62	c   repropagations   :     456763 (535180 domain reductions, 42951 cutoffs)
708.32/708.62	c   avg switch length:       5.85
708.32/708.62	c   switching time   :     195.20
708.32/708.62	c Solution           :
708.32/708.62	c   Solutions found  :          0 (0 improvements)
708.32/708.62	c   Primal Bound     : infeasible
708.32/708.62	c   Dual Bound       :          -
708.32/708.62	c   Gap              :       0.00 %
708.32/708.62	c   Root Dual Bound  : +0.00000000000000e+00
708.32/708.67	c Time complete: 708.4.

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

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.99 0.97 0.99 3/64 3885
/proc/meminfo: memFree=1850720/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=4488 CPUtime=0
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 185021541 4595712 483 1992294400 4194304 7823515 548682068736 18446744073709551615 6962503 0 0 4096 0 0 0 0 17 1 0 0
/proc/3885/statm: 1082 486 321 886 0 192 0

[startup+0.0992879 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3885
/proc/meminfo: memFree=1850720/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=14672 CPUtime=0.08
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 4086 0 0 0 7 1 0 0 18 0 1 0 185021541 15024128 2869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 3668 2869 575 886 0 2778 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14672

[startup+0.101287 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3885
/proc/meminfo: memFree=1850720/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=14672 CPUtime=0.09
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 4086 0 0 0 8 1 0 0 18 0 1 0 185021541 15024128 2869 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 3668 2869 575 886 0 2778 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14672

[startup+0.30133 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3885
/proc/meminfo: memFree=1850720/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=14672 CPUtime=0.29
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 4087 0 0 0 25 4 0 0 19 0 1 0 185021541 15024128 2870 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 3668 2870 575 886 0 2778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14672

[startup+0.701414 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 3885
/proc/meminfo: memFree=1850720/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=14672 CPUtime=0.69
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 4089 0 0 0 61 8 0 0 22 0 1 0 185021541 15024128 2872 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 3668 2872 575 886 0 2778 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14672

[startup+1.50158 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1841304/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=15056 CPUtime=1.49
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 4192 0 0 0 134 15 0 0 25 0 1 0 185021541 15417344 2975 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 3764 2975 575 886 0 2874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15056

[startup+3.10292 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1840152/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=16272 CPUtime=3.09
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 4497 0 0 0 283 26 0 0 25 0 1 0 185021541 16662528 3280 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 4068 3280 575 886 0 3178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16272

[startup+6.3016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1837656/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=19036 CPUtime=6.29
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 5168 0 0 0 581 48 0 0 25 0 1 0 185021541 19492864 3951 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 4759 3951 575 886 0 3869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19036

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1835880/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=20960 CPUtime=12.68
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 5647 0 0 0 1186 82 0 0 25 0 1 0 185021541 21463040 4430 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 5240 4430 575 886 0 4350 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20960

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1831592/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=24980 CPUtime=25.48
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 6588 0 0 0 2419 129 0 0 25 0 1 0 185021541 25579520 5371 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 6245 5371 575 886 0 5355 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24980

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1827240/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=29576 CPUtime=51.06
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 7679 0 0 0 4903 203 0 0 25 0 1 0 185021541 30285824 6462 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 7394 6462 575 886 0 6504 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 29576

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1822696/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=34340 CPUtime=102.25
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 8807 0 0 0 9899 326 0 0 25 0 1 0 185021541 35164160 7590 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 8585 7590 575 886 0 7695 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 34340

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1819752/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=36984 CPUtime=162.22
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 9531 0 0 0 15767 455 0 0 25 0 1 0 185021541 37871616 8314 1992294400 4194304 7823515 548682068736 18446744073709551615 4240363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9246 8314 575 886 0 8356 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 36984

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1819112/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=37948 CPUtime=222.2
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 9683 0 0 0 21641 579 0 0 25 0 1 0 185021541 38858752 8466 1992294400 4194304 7823515 548682068736 18446744073709551615 4219061 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9487 8466 575 886 0 8597 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 37948

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1819112/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=37948 CPUtime=282.18
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 9685 0 0 0 27527 691 0 0 25 0 1 0 185021541 38858752 8468 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9487 8468 575 886 0 8597 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 37948

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1818408/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=38680 CPUtime=342.16
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 9847 0 0 0 33423 793 0 0 25 0 1 0 185021541 39608320 8630 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9670 8630 575 886 0 8780 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 38680

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1817960/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=39052 CPUtime=402.13
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 9951 0 0 0 39305 908 0 0 25 0 1 0 185021541 39989248 8734 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9763 8734 575 886 0 8873 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 39052

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1817256/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=39904 CPUtime=462.11
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10092 0 0 0 45210 1001 0 0 25 0 1 0 185021541 40861696 8875 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9976 8875 575 886 0 9086 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 39904

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3886
/proc/meminfo: memFree=1817256/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=39904 CPUtime=522.09
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10092 0 0 0 51105 1104 0 0 25 0 1 0 185021541 40861696 8875 1992294400 4194304 7823515 548682068736 18446744073709551615 5102411 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9976 8875 575 886 0 9086 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 39904

[startup+582.302 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1816808/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=39904 CPUtime=582.07
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10104 0 0 0 56982 1225 0 0 25 0 1 0 185021541 40861696 8887 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9976 8887 575 886 0 9086 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 39904

[startup+642.301 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1816808/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=39904 CPUtime=642.04
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10143 0 0 0 62873 1331 0 0 25 0 1 0 185021541 40861696 8926 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 9976 8926 575 886 0 9086 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 39904

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=43880 CPUtime=702.03
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10869 0 0 0 68790 1413 0 0 25 0 1 0 185021541 44933120 9652 1992294400 4194304 7823515 548682068736 18446744073709551615 4221678 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 10970 9652 575 886 0 10080 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 43880

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

[startup+703.901 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=43880 CPUtime=703.63
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10869 0 0 0 68948 1415 0 0 25 0 1 0 185021541 44933120 9652 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 10970 9652 575 886 0 10080 0
Current children cumulated CPU time (s) 703.63
Current children cumulated vsize (KiB) 43880

[startup+707.102 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=43880 CPUtime=706.82
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10869 0 0 0 69261 1421 0 0 25 0 1 0 185021541 44933120 9652 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 10970 9652 575 886 0 10080 0
Current children cumulated CPU time (s) 706.82
Current children cumulated vsize (KiB) 43880

[startup+707.901 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=43880 CPUtime=707.62
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10869 0 0 0 69340 1422 0 0 25 0 1 0 185021541 44933120 9652 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 10970 9652 575 886 0 10080 0
Current children cumulated CPU time (s) 707.62
Current children cumulated vsize (KiB) 43880

[startup+708.301 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=43880 CPUtime=708.02
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10869 0 0 0 69380 1422 0 0 25 0 1 0 185021541 44933120 9652 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 10970 9652 575 886 0 10080 0
Current children cumulated CPU time (s) 708.02
Current children cumulated vsize (KiB) 43880

[startup+708.501 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=43880 CPUtime=708.22
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10869 0 0 0 69400 1422 0 0 25 0 1 0 185021541 44933120 9652 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 10970 9652 575 886 0 10080 0
Current children cumulated CPU time (s) 708.22
Current children cumulated vsize (KiB) 43880

[startup+708.601 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 3888
/proc/meminfo: memFree=1813800/2055920 swapFree=4192812/4192956
[pid=3885] ppid=3883 vsize=43880 CPUtime=708.32
/proc/3885/stat : 3885 (pbscip.linux.x8) R 3883 3885 3775 0 -1 4194304 10869 0 0 0 69410 1422 0 0 25 0 1 0 185021541 44933120 9652 1992294400 4194304 7823515 548682068736 18446744073709551615 5102406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3885/statm: 10970 9652 575 886 0 10080 0
Current children cumulated CPU time (s) 708.32
Current children cumulated vsize (KiB) 43880

Child status: 0
Real time (s): 708.676
CPU time (s): 708.406
CPU user time (s): 694.172
CPU system time (s): 14.2348
CPU usage (%): 99.9619
Max. virtual memory (cumulated for all children) (KiB): 43880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 694.171
system time used= 14.2348
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10874
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= 3
involuntary context switches= 925

runsolver used 0.486925 second user time and 1.55876 second system time

The end

Launcher Data

Begin job on node13 at 2009-06-16 19:43:30
IDJOB=1869484
IDBENCH=2897
IDSOLVER=683
FILE ID=node13/1869484-1245174210
PBS_JOBID= 9363901
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869484-1245174210/watcher-1869484-1245174210 -o /tmp/evaluation-result-1869484-1245174210/solver-1869484-1245174210 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869484-1245174210.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=711301296

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.259
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.259
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1851200 kB
Buffers:         33000 kB
Cached:          93812 kB
SwapCached:        144 kB
Active:          27908 kB
Inactive:       112976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9832 kB
Writeback:           0 kB
Mapped:          23752 kB
Slab:            49664 kB
Committed_AS:   167320 kB
PageTables:       1460 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node13 at 2009-06-16 19:55:19