Trace number 3692817

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? 1796.78 1797.08

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark799.922
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692817-1338017248.opb>
0.03/0.06	c original problem has 14400 variables (14400 bin, 0 int, 0 impl, 0 cont) and 1088 constraints
0.03/0.06	c problem read in 0.07
0.09/0.14	c presolving:
0.29/0.31	c (round 1) 0 del vars, 480 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 128 upgd conss, 0 impls, 480 clqs
0.39/0.47	c (round 2) 0 del vars, 480 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 608 upgd conss, 0 impls, 480 clqs
0.48/0.59	c    (0.6s) probing: 51/14400 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.48/0.59	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.59/0.60	c presolving (3 rounds):
0.59/0.60	c  0 deleted vars, 480 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.60	c  0 implications, 480 cliques
0.59/0.60	c presolved problem has 14400 variables (14400 bin, 0 int, 0 impl, 0 cont) and 608 constraints
0.59/0.60	c     128 constraints of type <knapsack>
0.59/0.60	c     480 constraints of type <setppc>
0.59/0.60	c transformed objective value is always integral (scale: 1)
0.59/0.60	c Presolving Time: 0.52
0.59/0.60	c - non default parameters ----------------------------------------------------------------------
0.59/0.60	c # SCIP version 2.1.1.4
0.59/0.60	c 
0.59/0.60	c # maximal time in seconds to run
0.59/0.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.60	c limits/time = 1797
0.59/0.60	c 
0.59/0.60	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.60	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.60	c limits/memory = 13950
0.59/0.60	c 
0.59/0.60	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.60	c # [type: int, range: [1,2], default: 1]
0.59/0.60	c timing/clocktype = 2
0.59/0.60	c 
0.59/0.60	c # belongs reading time to solving time?
0.59/0.60	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.60	c timing/reading = TRUE
0.59/0.60	c 
0.59/0.60	c -----------------------------------------------------------------------------------------------
0.59/0.60	c start solving
0.59/0.61	c 
9.28/9.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.28/9.31	c   9.3s|     1 |     0 | 18388 |     - |  57M|   0 | 530 |  14k| 701 |  14k| 608 |   0 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
34.58/34.63	c  34.6s|     1 |     0 | 61154 |     - |  58M|   0 | 548 |  14k| 701 |  14k| 617 |   9 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
34.78/34.89	c  34.9s|     1 |     0 | 61251 |     - |  58M|   0 | 559 |  14k| 701 |  14k| 625 |  17 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
35.08/35.16	c  35.2s|     1 |     0 | 61319 |     - |  58M|   0 | 566 |  14k| 701 |  14k| 634 |  26 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
35.39/35.43	c  35.4s|     1 |     0 | 61383 |     - |  58M|   0 | 571 |  14k| 701 |  14k| 640 |  32 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
35.68/35.70	c  35.7s|     1 |     0 | 61429 |     - |  58M|   0 | 577 |  14k| 701 |  14k| 647 |  39 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
35.88/35.97	c  36.0s|     1 |     0 | 61467 |     - |  58M|   0 | 585 |  14k| 701 |  14k| 656 |  48 |  93 |   0 | 0.000000e+00 |      --      |    Inf 
47.28/47.31	c  47.3s|     1 |     2 | 61467 |     - |  58M|   0 | 585 |  14k| 701 |  14k| 656 |  48 |  93 |  33 | 0.000000e+00 |      --      |    Inf 
325.73/325.80	c   326s|   100 |    97 |137500 | 768.0 |  60M|  76 | 222 |  14k| 721 |  14k| 650 |  48 | 113 |1272 | 0.000000e+00 |      --      |    Inf 
360.62/360.78	c   361s|   200 |   107 |166365 | 527.1 |  60M|  86 |   - |  14k| 751 |  14k| 650 |  48 | 143 |1415 | 0.000000e+00 |      --      |    Inf 
385.62/385.73	c   386s|   300 |   117 |193985 | 443.2 |  60M|  91 | 211 |  14k| 771 |  14k| 650 |  48 | 163 |1530 | 0.000000e+00 |      --      |    Inf 
412.22/412.34	c   412s|   400 |   129 |219175 | 395.3 |  61M|  91 |   - |  14k| 793 |  14k| 650 |  48 | 185 |1631 | 0.000000e+00 |      --      |    Inf 
451.51/451.68	c   452s|   500 |   165 |274754 | 427.4 |  61M|  91 | 182 |  14k| 832 |  14k| 650 |  48 | 224 |1754 | 0.000000e+00 |      --      |    Inf 
467.91/468.06	c   468s|   600 |   165 |294445 | 388.9 |  61M|  94 |   - |  14k| 854 |  14k| 650 |  48 | 248 |1826 | 0.000000e+00 |      --      |    Inf 
487.31/487.44	c   487s|   700 |   163 |317818 | 366.7 |  61M|  94 |   - |  14k| 884 |  14k| 650 |  48 | 278 |1921 | 0.000000e+00 |      --      |    Inf 
504.11/504.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
504.11/504.26	c   504s|   800 |   169 |337879 | 345.9 |  61M|  94 |   - |  14k| 907 |   0 |   0 |  48 | 301 |1998 | 0.000000e+00 |      --      |    Inf 
522.80/522.99	c   523s|   900 |   165 |360750 | 332.9 |  61M|  95 |   - |  14k| 942 |  14k| 650 |  48 | 336 |2093 | 0.000000e+00 |      --      |    Inf 
541.31/541.43	c   541s|  1000 |   167 |382105 | 321.0 |  61M|  95 |   - |  14k| 952 |  14k| 650 |  48 | 346 |2180 | 0.000000e+00 |      --      |    Inf 
556.89/557.01	c   557s|  1100 |   165 |398417 | 306.6 |  61M|  95 |   - |  14k| 972 |  14k| 650 |  48 | 366 |2247 | 0.000000e+00 |      --      |    Inf 
575.19/575.30	c   575s|  1200 |   163 |420072 | 299.1 |  61M|  95 | 218 |  14k| 986 |  14k| 650 |  48 | 380 |2332 | 0.000000e+00 |      --      |    Inf 
597.79/597.96	c   598s|  1300 |   163 |447476 | 297.2 |  61M|  95 | 187 |  14k|1025 |  14k| 650 |  48 | 420 |2428 | 0.000000e+00 |      --      |    Inf 
611.29/611.44	c   611s|  1400 |   165 |463508 | 287.4 |  61M|  95 |   - |  14k|1058 |  14k| 650 |  48 | 456 |2468 | 0.000000e+00 |      --      |    Inf 
630.98/631.17	c   631s|  1500 |   163 |485536 | 282.9 |  61M|  95 |   - |  14k|1066 |  14k| 650 |  48 | 466 |2544 | 0.000000e+00 |      --      |    Inf 
645.28/645.48	c   645s|  1600 |   165 |501219 | 275.0 |  61M|  95 |   - |  14k|1062 |  14k| 650 |  48 | 466 |2584 | 0.000000e+00 |      --      |    Inf 
656.68/656.83	c   657s|  1700 |   165 |511542 | 264.9 |  61M|  95 |   - |  14k|1065 |  14k| 650 |  48 | 476 |2623 | 0.000000e+00 |      --      |    Inf 
671.58/671.70	c   672s|  1800 |   167 |528686 | 259.7 |  61M|  95 | 160 |  14k|1065 |  14k| 650 |  48 | 476 |2665 | 0.000000e+00 |      --      |    Inf 
689.48/689.66	c   690s|  1900 |   165 |549154 | 256.8 |  61M|  95 |   - |  14k|1065 |  14k| 650 |  48 | 476 |2708 | 0.000000e+00 |      --      |    Inf 
713.17/713.30	c   713s|  2000 |   167 |580031 | 259.4 |  61M|  95 | 171 |  14k|1084 |  14k| 650 |  48 | 497 |2756 | 0.000000e+00 |      --      |    Inf 
727.07/727.29	c   727s|  2100 |   165 |596292 | 254.8 |  61M|  95 |   - |  14k|1093 |  14k| 650 |  48 | 507 |2792 | 0.000000e+00 |      --      |    Inf 
743.77/743.99	c   744s|  2200 |   163 |613495 | 251.0 |  62M|  95 | 161 |  14k|1116 |  14k| 650 |  48 | 533 |2841 | 0.000000e+00 |      --      |    Inf 
763.26/763.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
763.26/763.40	c   763s|  2300 |   169 |637100 | 250.4 |  62M|  95 | 154 |  14k|1124 |  14k| 650 |  48 | 544 |2913 | 0.000000e+00 |      --      |    Inf 
781.76/781.92	c   782s|  2400 |   167 |660466 | 249.7 |  62M|  95 | 150 |  14k|1133 |  14k| 650 |  48 | 554 |2974 | 0.000000e+00 |      --      |    Inf 
801.26/801.49	c   801s|  2500 |   165 |683207 | 248.8 |  62M|  95 |   - |  14k|1151 |  14k| 650 |  48 | 574 |3041 | 0.000000e+00 |      --      |    Inf 
820.36/820.50	c   821s|  2600 |   163 |705140 | 247.7 |  62M|  95 |   - |  14k|1145 |  14k| 650 |  48 | 575 |3099 | 0.000000e+00 |      --      |    Inf 
830.25/830.42	c   830s|  2700 |   167 |715052 | 242.2 |  62M|  95 |   - |  14k|1153 |  14k| 650 |  48 | 585 |3127 | 0.000000e+00 |      --      |    Inf 
846.65/846.83	c   847s|  2800 |   163 |733783 | 240.2 |  62M|  95 |   - |  14k|1150 |  14k| 650 |  48 | 585 |3171 | 0.000000e+00 |      --      |    Inf 
860.14/860.33	c   860s|  2900 |   165 |747554 | 236.7 |  62M|  95 |   - |  14k|1164 |  14k| 650 |  48 | 605 |3212 | 0.000000e+00 |      --      |    Inf 
874.04/874.22	c   874s|  3000 |   163 |761941 | 233.6 |  62M|  95 |   - |  14k|1178 |  14k| 650 |  48 | 622 |3254 | 0.000000e+00 |      --      |    Inf 
889.04/889.20	c   889s|  3100 |   167 |778816 | 231.5 |  62M|  95 | 143 |  14k|1177 |  14k| 650 |  48 | 622 |3296 | 0.000000e+00 |      --      |    Inf 
900.95/901.17	c   901s|  3200 |   161 |791819 | 228.3 |  62M|  95 | 191 |  14k|1173 |  14k| 650 |  48 | 622 |3321 | 0.000000e+00 |      --      |    Inf 
915.93/916.19	c   916s|  3300 |   161 |808435 | 226.4 |  62M|  95 |   - |  14k|1189 |  14k| 650 |  48 | 642 |3362 | 0.000000e+00 |      --      |    Inf 
928.94/929.14	c   929s|  3400 |   165 |821503 | 223.6 |  62M|  95 |   - |  14k|1197 |  14k| 650 |  48 | 652 |3401 | 0.000000e+00 |      --      |    Inf 
942.24/942.42	c   942s|  3500 |   163 |835475 | 221.2 |  62M|  95 |   - |  14k|1188 |  14k| 650 |  48 | 652 |3439 | 0.000000e+00 |      --      |    Inf 
955.33/955.58	c   956s|  3600 |   165 |849208 | 218.9 |  62M|  95 | 170 |  14k|1186 |  14k| 650 |  48 | 652 |3479 | 0.000000e+00 |      --      |    Inf 
971.53/971.74	c   972s|  3700 |   165 |867993 | 218.0 |  62M|  95 |   - |  14k|1183 |  14k| 650 |  48 | 652 |3524 | 0.000000e+00 |      --      |    Inf 
986.62/986.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
986.62/986.86	c   987s|  3800 |   163 |883685 | 216.4 |  62M|  95 | 170 |  14k|1190 |  14k| 650 |  48 | 659 |3571 | 0.000000e+00 |      --      |    Inf 
1001.92/1002.16	c  1002s|  3900 |   163 |901021 | 215.3 |  62M|  95 |   - |  14k|1200 |  14k| 650 |  48 | 669 |3618 | 0.000000e+00 |      --      |    Inf 
1026.12/1026.32	c  1026s|  4000 |   163 |933931 | 218.2 |  62M|  95 | 176 |  14k|1200 |  14k| 650 |  48 | 700 |3669 | 0.000000e+00 |      --      |    Inf 
1039.52/1039.71	c  1040s|  4100 |   167 |947613 | 216.2 |  62M|  95 |   - |  14k|1196 |  14k| 650 |  48 | 700 |3711 | 0.000000e+00 |      --      |    Inf 
1053.11/1053.33	c  1053s|  4200 |   165 |962333 | 214.5 |  62M|  95 | 180 |  14k|1187 |  14k| 650 |  48 | 700 |3750 | 0.000000e+00 |      --      |    Inf 
1067.12/1067.39	c  1067s|  4300 |   163 |976852 | 212.9 |  62M|  95 | 172 |  14k|1188 |  14k| 650 |  48 | 709 |3787 | 0.000000e+00 |      --      |    Inf 
1082.11/1082.32	c  1082s|  4400 |   163 |993352 | 211.8 |  62M|  95 |   - |  14k|1201 |  14k| 650 |  48 | 728 |3825 | 0.000000e+00 |      --      |    Inf 
1096.82/1097.05	c  1097s|  4500 |   165 |  1009k| 210.7 |  62M|  95 | 151 |  14k|1208 |  14k| 650 |  48 | 738 |3871 | 0.000000e+00 |      --      |    Inf 
1110.01/1110.29	c  1110s|  4600 |   167 |  1023k| 209.1 |  62M|  95 | 162 |  14k|1226 |  14k| 650 |  48 | 761 |3906 | 0.000000e+00 |      --      |    Inf 
1125.70/1125.96	c  1126s|  4700 |   167 |  1040k| 208.4 |  62M|  95 | 176 |  14k|1228 |  14k| 650 |  48 | 767 |3945 | 0.000000e+00 |      --      |    Inf 
1143.80/1144.05	c  1144s|  4800 |   163 |  1061k| 208.4 |  62M|  95 | 173 |  14k|1235 |  14k| 650 |  48 | 777 |4004 | 0.000000e+00 |      --      |    Inf 
1159.40/1159.68	c  1160s|  4900 |   165 |  1079k| 207.9 |  62M|  95 |   - |  14k|1244 |  14k| 650 |  48 | 787 |4051 | 0.000000e+00 |      --      |    Inf 
1175.90/1176.19	c  1176s|  5000 |   167 |  1098k| 207.4 |  62M|  95 | 112 |  14k|1251 |  14k| 650 |  48 | 797 |4095 | 0.000000e+00 |      --      |    Inf 
1190.99/1191.21	c  1191s|  5100 |   163 |  1114k| 206.5 |  62M|  95 | 147 |  14k|1241 |  14k| 650 |  48 | 797 |4139 | 0.000000e+00 |      --      |    Inf 
1204.69/1204.97	c  1205s|  5200 |   165 |  1128k| 205.3 |  62M|  95 |   - |  14k|1253 |  14k| 650 |  48 | 817 |4177 | 0.000000e+00 |      --      |    Inf 
1219.08/1219.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1219.08/1219.36	c  1219s|  5300 |   161 |  1144k| 204.3 |  62M|  95 | 162 |  14k|1248 |  14k| 650 |  48 | 817 |4224 | 0.000000e+00 |      --      |    Inf 
1233.19/1233.41	c  1233s|  5400 |   161 |  1159k| 203.4 |  62M|  95 | 176 |  14k|1249 |  14k| 650 |  48 | 827 |4267 | 0.000000e+00 |      --      |    Inf 
1247.18/1247.43	c  1247s|  5500 |   167 |  1175k| 202.6 |  62M|  95 | 142 |  14k|1218 |  14k| 650 |  48 | 827 |4306 | 0.000000e+00 |      --      |    Inf 
1262.18/1262.41	c  1262s|  5600 |   177 |  1193k| 202.2 |  62M|  95 | 168 |  14k|1257 |  14k| 650 |  48 | 877 |4345 | 0.000000e+00 |      --      |    Inf 
1273.98/1274.23	c  1274s|  5700 |   179 |  1206k| 200.9 |  62M|  95 | 150 |  14k|1270 |  14k| 650 |  48 | 897 |4374 | 0.000000e+00 |      --      |    Inf 
1287.08/1287.39	c  1287s|  5800 |   177 |  1220k| 199.9 |  62M|  97 |   - |  14k|1277 |  14k| 650 |  48 | 907 |4406 | 0.000000e+00 |      --      |    Inf 
1298.87/1299.19	c  1299s|  5900 |   177 |  1232k| 198.5 |  62M|  97 | 153 |  14k|1304 |  14k| 650 |  48 | 937 |4442 | 0.000000e+00 |      --      |    Inf 
1309.17/1309.48	c  1309s|  6000 |   179 |  1243k| 197.1 |  62M|  97 | 141 |  14k|1367 |  14k| 650 |  48 |1007 |4468 | 0.000000e+00 |      --      |    Inf 
1317.48/1317.77	c  1318s|  6100 |   177 |  1253k| 195.5 |  62M| 103 |   - |  14k|1412 |  14k| 650 |  48 |1057 |4480 | 0.000000e+00 |      --      |    Inf 
1330.37/1330.67	c  1331s|  6200 |   177 |  1268k| 194.8 |  62M| 103 | 163 |  14k|1419 |  14k| 650 |  48 |1077 |4511 | 0.000000e+00 |      --      |    Inf 
1340.07/1340.32	c  1340s|  6300 |   177 |  1283k| 194.0 |  62M| 103 |   - |  14k|1468 |  14k| 650 |  48 |1137 |4513 | 0.000000e+00 |      --      |    Inf 
1349.68/1349.97	c  1350s|  6400 |   175 |  1298k| 193.3 |  62M| 103 |   - |  14k|1488 |  14k| 650 |  48 |1172 |4514 | 0.000000e+00 |      --      |    Inf 
1361.46/1361.78	c  1362s|  6500 |   173 |  1316k| 193.1 |  62M| 103 |   - |  14k|1481 |  14k| 650 |  48 |1182 |4521 | 0.000000e+00 |      --      |    Inf 
1380.47/1380.79	c  1381s|  6600 |   179 |  1329k| 192.2 |  62M| 103 | 153 |  14k|1459 |  14k| 650 |  48 |1205 |4634 | 0.000000e+00 |      --      |    Inf 
1390.86/1391.17	c  1391s|  6700 |   179 |  1341k| 191.0 |  62M| 103 |   - |  14k|1445 |  14k| 650 |  48 |1208 |4663 | 0.000000e+00 |      --      |    Inf 
1399.85/1400.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1399.85/1400.11	c  1400s|  6800 |   177 |  1353k| 190.1 |  62M| 103 | 148 |  14k|1440 |  14k| 650 |  48 |1218 |4664 | 0.000000e+00 |      --      |    Inf 
1410.96/1411.25	c  1411s|  6900 |   181 |  1366k| 189.1 |  62M| 103 |   - |  14k|1452 |  14k| 650 |  48 |1258 |4693 | 0.000000e+00 |      --      |    Inf 
1418.25/1418.59	c  1419s|  7000 |   181 |  1373k| 187.4 |  62M| 103 | 158 |  14k|1452 |  14k| 650 |  48 |1265 |4702 | 0.000000e+00 |      --      |    Inf 
1425.95/1426.22	c  1426s|  7100 |   183 |  1381k| 186.0 |  62M| 103 | 109 |  14k|1468 |  14k| 650 |  48 |1285 |4706 | 0.000000e+00 |      --      |    Inf 
1433.85/1434.12	c  1434s|  7200 |   181 |  1390k| 184.7 |  62M| 103 |   - |  14k|1476 |  14k| 650 |  48 |1295 |4706 | 0.000000e+00 |      --      |    Inf 
1442.25/1442.54	c  1443s|  7300 |   181 |  1401k| 183.6 |  62M| 103 |   - |  14k|1495 |  14k| 650 |  48 |1315 |4707 | 0.000000e+00 |      --      |    Inf 
1449.86/1450.18	c  1450s|  7400 |   179 |  1411k| 182.4 |  62M| 103 |   - |  14k|1492 |  14k| 650 |  48 |1315 |4707 | 0.000000e+00 |      --      |    Inf 
1457.94/1458.29	c  1458s|  7500 |   181 |  1421k| 181.3 |  62M| 103 | 134 |  14k|1499 |  14k| 650 |  48 |1323 |4708 | 0.000000e+00 |      --      |    Inf 
1465.35/1465.67	c  1466s|  7600 |   181 |  1429k| 180.1 |  63M| 103 |   - |  14k|1532 |  14k| 650 |  48 |1358 |4708 | 0.000000e+00 |      --      |    Inf 
1477.05/1477.35	c  1477s|  7700 |   179 |  1447k| 180.0 |  62M| 103 |   - |  14k|1512 |  14k| 650 |  48 |1358 |4710 | 0.000000e+00 |      --      |    Inf 
1484.64/1484.94	c  1485s|  7800 |   179 |  1456k| 178.9 |  63M| 103 |   - |  14k|1535 |  14k| 650 |  48 |1394 |4710 | 0.000000e+00 |      --      |    Inf 
1493.54/1493.88	c  1494s|  7900 |   181 |  1468k| 178.1 |  62M| 103 |   - |  14k|1532 |  14k| 650 |  48 |1404 |4711 | 0.000000e+00 |      --      |    Inf 
1502.84/1503.15	c  1503s|  8000 |   181 |  1478k| 177.1 |  62M| 103 |   - |  14k|1527 |  14k| 650 |  48 |1414 |4722 | 0.000000e+00 |      --      |    Inf 
1512.34/1512.61	c  1513s|  8100 |   181 |  1489k| 176.4 |  62M| 103 | 147 |  14k|1516 |  14k| 650 |  48 |1414 |4724 | 0.000000e+00 |      --      |    Inf 
1521.25/1521.58	c  1522s|  8200 |   181 |  1501k| 175.6 |  62M| 103 |   - |  14k|1520 |  14k| 650 |  48 |1426 |4725 | 0.000000e+00 |      --      |    Inf 
1530.43/1530.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1530.43/1530.70	c  1531s|  8300 |   181 |  1514k| 175.1 |  63M| 103 |  79 |  14k|1533 |  14k| 650 |  48 |1446 |4726 | 0.000000e+00 |      --      |    Inf 
1538.43/1538.75	c  1539s|  8400 |   179 |  1524k| 174.2 |  62M| 103 |   - |  14k|1544 |  14k| 650 |  48 |1468 |4727 | 0.000000e+00 |      --      |    Inf 
1545.64/1545.92	c  1546s|  8500 |   183 |  1533k| 173.2 |  63M| 103 | 114 |  14k|1549 |  14k| 650 |  48 |1478 |4727 | 0.000000e+00 |      --      |    Inf 
1564.53/1564.85	c  1565s|  8600 |   183 |  1551k| 173.3 |  63M| 103 | 119 |  14k|1541 |  14k| 650 |  48 |1488 |4788 | 0.000000e+00 |      --      |    Inf 
1572.33/1572.65	c  1573s|  8700 |   183 |  1560k| 172.4 |  63M| 103 |  64 |  14k|1580 |  14k| 650 |  48 |1538 |4789 | 0.000000e+00 |      --      |    Inf 
1585.13/1585.48	c  1585s|  8800 |   181 |  1577k| 172.3 |  63M| 103 | 146 |  14k|1576 |  14k| 650 |  48 |1558 |4801 | 0.000000e+00 |      --      |    Inf 
1600.22/1600.51	c  1601s|  8900 |   181 |  1595k| 172.4 |  63M| 103 |   - |  14k|1585 |  14k| 650 |  48 |1595 |4832 | 0.000000e+00 |      --      |    Inf 
1614.02/1614.30	c  1614s|  9000 |   181 |  1611k| 172.2 |  63M| 103 |   - |  14k|1556 |  14k| 650 |  48 |1605 |4866 | 0.000000e+00 |      --      |    Inf 
1626.73/1627.02	c  1627s|  9100 |   181 |  1625k| 171.9 |  63M| 103 |   - |  14k|1572 |  14k| 650 |  48 |1635 |4891 | 0.000000e+00 |      --      |    Inf 
1641.12/1641.45	c  1641s|  9200 |   179 |  1642k| 171.8 |  63M| 103 | 127 |  14k|1563 |  14k| 650 |  48 |1635 |4922 | 0.000000e+00 |      --      |    Inf 
1657.31/1657.68	c  1658s|  9300 |   181 |  1661k| 172.1 |  62M| 103 | 104 |  14k|1562 |  14k| 650 |  48 |1654 |4958 | 0.000000e+00 |      --      |    Inf 
1671.22/1671.58	c  1672s|  9400 |   181 |  1676k| 171.8 |  63M| 103 | 143 |  14k|1600 |  14k| 650 |  48 |1701 |4995 | 0.000000e+00 |      --      |    Inf 
1685.71/1686.01	c  1686s|  9500 |   177 |  1691k| 171.6 |  63M| 103 |   - |  14k|1590 |  14k| 650 |  48 |1711 |5025 | 0.000000e+00 |      --      |    Inf 
1697.71/1698.02	c  1698s|  9600 |   179 |  1706k| 171.4 |  63M| 103 |   - |  14k|1618 |  14k| 650 |  48 |1758 |5037 | 0.000000e+00 |      --      |    Inf 
1712.01/1712.39	c  1712s|  9700 |   181 |  1721k| 171.2 |  63M| 103 | 156 |  14k|1626 |  14k| 650 |  48 |1773 |5070 | 0.000000e+00 |      --      |    Inf 
1723.90/1724.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1723.90/1724.23	c  1724s|  9800 |   185 |  1734k| 170.7 |  63M| 103 |   - |  14k|1612 |  14k| 650 |  48 |1783 |5094 | 0.000000e+00 |      --      |    Inf 
1733.10/1733.44	c  1733s|  9900 |   185 |  1743k| 169.9 |  63M| 103 | 113 |  14k|1607 |  14k| 650 |  48 |1793 |5108 | 0.000000e+00 |      --      |    Inf 
1742.31/1742.63	c  1743s| 10000 |   185 |  1751k| 169.0 |  63M| 103 | 163 |  14k|1615 |  14k| 650 |  48 |1813 |5133 | 0.000000e+00 |      --      |    Inf 
1757.70/1758.02	c  1758s| 10100 |   185 |  1767k| 168.9 |  63M| 103 | 153 |  14k|1613 |  14k| 650 |  48 |1823 |5171 | 0.000000e+00 |      --      |    Inf 
1768.90/1769.20	c  1769s| 10200 |   183 |  1780k| 168.5 |  63M| 103 |   - |  14k|1617 |  14k| 650 |  48 |1833 |5192 | 0.000000e+00 |      --      |    Inf 
1778.61/1778.96	c  1779s| 10300 |   183 |  1789k| 167.8 |  63M| 103 |   - |  14k|1624 |  14k| 650 |  48 |1849 |5209 | 0.000000e+00 |      --      |    Inf 
1787.40/1787.72	c  1788s| 10400 |   183 |  1797k| 167.0 |  63M| 103 |   - |  14k|1674 |  14k| 650 |  48 |1904 |5230 | 0.000000e+00 |      --      |    Inf 
1795.99/1796.32	c  1796s| 10500 |   185 |  1807k| 166.3 |  63M| 103 | 160 |  14k|1690 |  14k| 650 |  48 |1937 |5239 | 0.000000e+00 |      --      |    Inf 
1796.70/1797.00	c 
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Solving Time (sec) : 1797.00
1796.70/1797.00	c Solving Nodes      : 10505
1796.70/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.70/1797.00	c Dual Bound         : +0.00000000000000e+00
1796.70/1797.00	c Gap                : infinite
1796.70/1797.00	s UNKNOWN
1796.70/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1796.70/1797.00	c Total Time         :    1797.00
1796.70/1797.00	c   solving          :    1797.00
1796.70/1797.00	c   presolving       :       0.52 (included in solving)
1796.70/1797.00	c   reading          :       0.07 (included in solving)
1796.70/1797.00	c   copying          :       0.03 (1 #copies) (minimal 0.03, maximal 0.03, average 0.03)
1796.70/1797.00	c Original Problem   :
1796.70/1797.00	c   Problem name     : HOME/instance-3692817-1338017248.opb
1796.70/1797.00	c   Variables        : 14400 (14400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 1088 initial, 1088 maximal
1796.70/1797.00	c   Objective sense  : minimize
1796.70/1797.00	c Presolved Problem  :
1796.70/1797.00	c   Problem name     : t_HOME/instance-3692817-1338017248.opb
1796.70/1797.00	c   Variables        : 14400 (14400 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.70/1797.00	c   Constraints      : 608 initial, 1694 maximal
1796.70/1797.00	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.70/1797.00	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   components       :       0.01       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   probing          :       0.08       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   knapsack         :       0.12       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   setppc           :       0.04       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   linear           :       0.18       0.00          0          0          0          0          0        480          0          0          0
1796.70/1797.00	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c   root node        :          -          -          0          -          -          0          -          -          -          -          -
1796.70/1797.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   integral         :          0          0          0          0       5753          0          4          0         51        741          0          0      10688
1796.70/1797.00	c   knapsack         :        128        128          6      28130          0          0          3      32729          9     113477          0          0          0
1796.70/1797.00	c   setppc           :        480        480          6      28121          0          0          2     187756        163     233003          0          0          0
1796.70/1797.00	c   logicor          :          0+      1086          6       7909          0          0          0        108         15       1220          0          0          0
1796.70/1797.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0
1796.70/1797.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
1796.70/1797.00	c   integral         :     532.85       0.00       0.00       0.00     532.84       0.00       0.00       0.00
1796.70/1797.00	c   knapsack         :       1.01       0.00       0.02       0.93       0.00       0.00       0.00       0.07
1796.70/1797.00	c   setppc           :       2.48       0.00       0.00       2.21       0.00       0.00       0.00       0.28
1796.70/1797.00	c   logicor          :       0.13       0.00       0.00       0.13       0.00       0.00       0.00       0.00
1796.70/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.70/1797.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
1796.70/1797.00	c   rootredcost      :          0          0          0          0
1796.70/1797.00	c   pseudoobj        :          0          0          0          0
1796.70/1797.00	c   vbounds          :          0          0          0          0
1796.70/1797.00	c   redcost          :       5759          0          0          0
1796.70/1797.00	c   probing          :          0          0          0          0
1796.70/1797.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
1796.70/1797.00	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.00	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.00	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
1796.70/1797.00	c   redcost          :       1.78       0.00       0.00       1.78       0.00
1796.70/1797.00	c   probing          :       0.08       0.00       0.08       0.00       0.00
1796.70/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.70/1797.00	c   propagation      :       1.82        187        183       7895      431.9        167      133.7          -
1796.70/1797.00	c   infeasible LP    :     319.27       5082         38       2379     1829.8         31      144.0          0
1796.70/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.70/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.70/1797.00	c   applied globally :          -          -          -       1937      258.2          -          -          -
1796.70/1797.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.70/1797.00	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
1796.70/1797.00	c   cut pool         :       0.00                     5          -          -          0          -    (maximal pool size: 49)
1796.70/1797.00	c   closecuts        :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   impliedbounds    :       0.00       0.00          6          0          0          0          0
1796.70/1797.00	c   intobj           :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   gomory           :       0.16       0.00          6          0          0          0          0
1796.70/1797.00	c   cgmip            :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   strongcg         :       0.15       0.00          6          0          0          0          0
1796.70/1797.00	c   cmir             :       0.22       0.00          6          0          0          0          0
1796.70/1797.00	c   flowcover        :       0.30       0.00          6          0          0          0          0
1796.70/1797.00	c   clique           :       0.12       0.00          6          0          0         49          0
1796.70/1797.00	c   zerohalf         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   mcf              :       0.00       0.00          1          0          0          0          0
1796.70/1797.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
1796.70/1797.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
1796.70/1797.00	c   problem variables:       0.00          -          0          0
1796.70/1797.00	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.70/1797.00	c   relpscost        :     532.82       0.00       5753         51        741          0          0      10688
1796.70/1797.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   inference        :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c   random           :       0.00       0.00          0          0          0          0          0          0
1796.70/1797.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
1796.70/1797.00	c   LP solutions     :       0.00          -          -          0
1796.70/1797.00	c   pseudo solutions :       0.00          -          -          0
1796.70/1797.00	c   oneopt           :       0.02       0.00          0          0
1796.70/1797.00	c   crossover        :       0.01       0.00          0          0
1796.70/1797.00	c   guideddiving     :       0.00       0.00          0          0
1796.70/1797.00	c   fracdiving       :      25.65       0.00          9          0
1796.70/1797.00	c   coefdiving       :      29.86       0.00          9          0
1796.70/1797.00	c   pscostdiving     :      17.27       0.00          9          0
1796.70/1797.00	c   veclendiving     :      44.68       0.00          9          0
1796.70/1797.00	c   linesearchdiving :      22.42       0.00          9          0
1796.70/1797.00	c   objpscostdiving  :       1.18       0.00          5          0
1796.70/1797.00	c   rootsoldiving    :      17.89       0.00          5          0
1796.70/1797.00	c   feaspump         :      29.88       0.00          5          0
1796.70/1797.00	c   smallcard        :       0.00       0.00          0          0
1796.70/1797.00	c   trivial          :       0.01       0.00          2          0
1796.70/1797.00	c   shiftandpropagate:       0.09       0.00          1          0
1796.70/1797.00	c   simplerounding   :       0.01       0.00          0          0
1796.70/1797.00	c   zirounding       :       0.26       0.00          0          0
1796.70/1797.00	c   rounding         :       1.12       0.00       1026          0
1796.70/1797.00	c   shifting         :       0.82       0.00        307          0
1796.70/1797.00	c   intshifting      :       0.00       0.00          0          0
1796.70/1797.00	c   twoopt           :       0.00       0.00          0          0
1796.70/1797.00	c   indoneopt        :       0.02       0.00          0          0
1796.70/1797.00	c   indtwoopt        :       0.00       0.00          0          0
1796.70/1797.00	c   fixandinfer      :       0.00       0.00          0          0
1796.70/1797.00	c   clique           :       0.00       0.00          0          0
1796.70/1797.00	c   indcoefdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   indrounding      :       0.00       0.00          0          0
1796.70/1797.00	c   nlpdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   intdiving        :       0.00       0.00          0          0
1796.70/1797.00	c   actconsdiving    :       0.00       0.00          0          0
1796.70/1797.00	c   octane           :       0.00       0.00          0          0
1796.70/1797.00	c   rens             :       1.36       0.00          1          0
1796.70/1797.00	c   rins             :       0.00       0.00          0          0
1796.70/1797.00	c   localbranching   :       0.00       0.00          0          0
1796.70/1797.00	c   mutation         :       0.00       0.00          0          0
1796.70/1797.00	c   dins             :       0.00       0.00          0          0
1796.70/1797.00	c   vbounds          :       0.00       0.00          0          0
1796.70/1797.00	c   undercover       :       0.00       0.00          0          0
1796.70/1797.00	c   subnlp           :       0.01       0.00          0          0
1796.70/1797.00	c   trysol           :       0.01       0.00          0          0
1796.70/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
1796.70/1797.00	c   primal LP        :       0.03          1          0       0.00       0.00       0.03          1
1796.70/1797.00	c   dual LP          :     742.14      10727    1583378     148.20    2133.52       0.21         43
1796.70/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1796.70/1797.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
1796.70/1797.00	c   diving/probing LP:     168.16       6756     224255      33.19    1333.55
1796.70/1797.00	c   strong branching :     532.29       5243     807352     153.99    1516.75
1796.70/1797.00	c     (at root node) :          -         33       8994     272.55          -
1796.70/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1796.70/1797.00	c B&B Tree           :
1796.70/1797.00	c   number of runs   :          1
1796.70/1797.00	c   nodes            :      10505
1796.70/1797.00	c   nodes (total)    :      10505
1796.70/1797.00	c   nodes left       :        184
1796.70/1797.00	c   max depth        :        103
1796.70/1797.00	c   max depth (total):        103
1796.70/1797.00	c   backtracks       :       1477 (14.1%)
1796.70/1797.00	c   delayed cutoffs  :          0
1796.70/1797.00	c   repropagations   :        886 (641 domain reductions, 0 cutoffs)
1796.70/1797.00	c   avg switch length:       3.39
1796.70/1797.00	c   switching time   :       2.50
1796.70/1797.00	c Solution           :
1796.70/1797.00	c   Solutions found  :          0 (0 improvements)
1796.70/1797.00	c   Primal Bound     :          -
1796.70/1797.00	c   Dual Bound       : +0.00000000000000e+00
1796.70/1797.00	c   Gap              :   infinite
1796.70/1797.00	c   Root Dual Bound  : +0.00000000000000e+00
1796.70/1797.00	c   Root Iterations  :      61467
1796.70/1797.08	c Time complete: 1796.78.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3692817-1338017248/watcher-3692817-1338017248 -o /tmp/evaluation-result-3692817-1338017248/solver-3692817-1338017248 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692817-1338017248.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.64 1.92 2.02 3/177 31492
/proc/meminfo: memFree=28174532/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=11160 CPUtime=0 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 1543 0 0 0 0 0 0 0 20 0 1 0 267849603 11427840 1498 33554432000 4194304 10169799 140734704455536 140736520083320 5282281 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 2790 1498 409 1459 0 1322 0

[startup+0.0472249 s]
/proc/loadavg: 1.64 1.92 2.02 3/177 31492
/proc/meminfo: memFree=28174532/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=23344 CPUtime=0.03 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 4567 0 0 0 3 0 0 0 20 0 1 0 267849603 23904256 4522 33554432000 4194304 10169799 140734704455536 140736520083320 8864952 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 5836 4522 409 1459 0 4368 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23344

[startup+0.100253 s]
/proc/loadavg: 1.64 1.92 2.02 3/177 31492
/proc/meminfo: memFree=28174532/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=41636 CPUtime=0.09 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 9157 0 0 0 8 1 0 0 20 0 1 0 267849603 42635264 9112 33554432000 4194304 10169799 140734704455536 140736520083320 5757893 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 10409 9112 488 1459 0 8941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41636

[startup+0.300213 s]
/proc/loadavg: 1.64 1.92 2.02 3/177 31492
/proc/meminfo: memFree=28174532/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=61144 CPUtime=0.29 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 14070 0 0 0 27 2 0 0 20 0 1 0 267849603 62611456 13768 33554432000 4194304 10169799 140734704455536 140734704454136 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 15286 13768 546 1459 0 13818 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61144

[startup+0.700255 s]
/proc/loadavg: 1.64 1.92 2.02 3/177 31492
/proc/meminfo: memFree=28174532/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=100456 CPUtime=0.68 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 23827 0 0 0 64 4 0 0 20 0 1 0 267849603 102866944 23311 33554432000 4194304 10169799 140734704455536 140734704451560 5868642 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/31492/statm: 25114 23311 679 1459 0 23646 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 100456

[startup+1.50359 s]
/proc/loadavg: 1.64 1.92 2.02 4/179 31494
/proc/meminfo: memFree=28052444/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=107956 CPUtime=1.49 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 26215 0 0 0 144 5 0 0 20 0 1 0 267849603 110546944 25193 33554432000 4194304 10169799 140734704455536 140734704449992 8022921 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 26989 25193 753 1459 0 25521 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107956

[startup+3.1002 s]
/proc/loadavg: 1.64 1.92 2.02 3/179 31494
/proc/meminfo: memFree=28049840/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=107956 CPUtime=3.09 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 26215 0 0 0 303 6 0 0 20 0 1 0 267849603 110546944 25193 33554432000 4194304 10169799 140734704455536 140734704450040 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 26989 25193 753 1459 0 25521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107956

[startup+6.30024 s]
/proc/loadavg: 1.67 1.92 2.02 3/179 31494
/proc/meminfo: memFree=28049608/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=109044 CPUtime=6.29 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 26432 0 0 0 622 7 0 0 20 0 1 0 267849603 111661056 25410 33554432000 4194304 10169799 140734704455536 140734704450312 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 27261 25410 757 1459 0 25793 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109044

[startup+12.7002 s]
/proc/loadavg: 1.70 1.92 2.02 3/179 31494
/proc/meminfo: memFree=28048036/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=107832 CPUtime=12.69 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 27091 0 0 0 1261 8 0 0 20 0 1 0 267849603 110419968 25651 33554432000 4194304 10169799 140734704455536 140734704447944 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 26958 25651 771 1459 0 25490 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 107832

[startup+25.5002 s]
/proc/loadavg: 1.77 1.92 2.02 3/179 31532
/proc/meminfo: memFree=28031900/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=107832 CPUtime=25.49 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 27093 0 0 0 2539 10 0 0 20 0 1 0 267849603 110419968 25653 33554432000 4194304 10169799 140734704455536 140734704447944 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 26958 25653 771 1459 0 25490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107832

[startup+51.1003 s]
/proc/loadavg: 1.92 1.94 2.02 3/179 31532
/proc/meminfo: memFree=28029172/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=111688 CPUtime=51.07 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 39933 0 0 0 5086 21 0 0 20 0 1 0 267849603 114368512 26489 33554432000 4194304 10169799 140734704455536 140734704450184 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 27922 26489 849 1459 0 26454 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 111688

[startup+102.3 s]
/proc/loadavg: 1.96 1.95 2.02 3/179 31532
/proc/meminfo: memFree=28025620/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=113060 CPUtime=102.27 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 40225 0 0 0 10199 28 0 0 20 0 1 0 267849603 115773440 27155 33554432000 4194304 10169799 140734704455536 140734704449336 8051968 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 28265 27155 849 1459 0 26797 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 113060

[startup+162.3 s]
/proc/loadavg: 2.05 1.97 2.01 3/180 31650
/proc/meminfo: memFree=28034440/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=114484 CPUtime=162.25 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 40638 0 0 0 16188 37 0 0 20 0 1 0 267849603 117231616 27567 33554432000 4194304 10169799 140734704455536 140734704449816 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 28621 27567 850 1459 0 27153 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 114484

[startup+222.3 s]
/proc/loadavg: 2.13 2.00 2.02 3/179 31650
/proc/meminfo: memFree=28033060/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=114484 CPUtime=222.24 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 40649 0 0 0 22180 44 0 0 20 0 1 0 267849603 117231616 27578 33554432000 4194304 10169799 140734704455536 140734704449864 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 28621 27578 850 1459 0 27153 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 114484

[startup+282.3 s]
/proc/loadavg: 2.05 2.00 2.01 3/179 31688
/proc/meminfo: memFree=28035928/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=115072 CPUtime=282.24 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 40678 0 0 0 28172 52 0 0 20 0 1 0 267849603 117833728 27675 33554432000 4194304 10169799 140734704455536 140734704449864 8051550 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 28768 27675 850 1459 0 27300 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 115072

[startup+342.3 s]
/proc/loadavg: 2.10 2.02 2.01 3/179 31688
/proc/meminfo: memFree=28034540/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=114204 CPUtime=342.24 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 41693 0 0 0 34162 62 0 0 20 0 1 0 267849603 116944896 27585 33554432000 4194304 10169799 140734704455536 140734704449448 8033399 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 28551 27585 850 1459 0 27083 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 114204

[startup+402.3 s]
/proc/loadavg: 2.03 2.01 2.01 3/179 31764
/proc/meminfo: memFree=28028700/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=116684 CPUtime=402.22 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 42293 0 0 0 40147 75 0 0 20 0 1 0 267849603 119484416 28185 33554432000 4194304 10169799 140734704455536 140734704450024 8051582 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 29171 28185 850 1459 0 27703 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 116684

[startup+462.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 31765
/proc/meminfo: memFree=28021744/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=123488 CPUtime=462.22 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 43872 0 0 0 46129 93 0 0 20 0 1 0 267849603 126451712 29763 33554432000 4194304 10169799 140734704455536 140734704449208 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 30872 29763 850 1459 0 29404 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 123488

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31765
/proc/meminfo: memFree=28015108/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=129752 CPUtime=522.2 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 45322 0 0 0 52108 112 0 0 20 0 1 0 267849603 132866048 31303 33554432000 4194304 10169799 140734704455536 140734704450552 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 32438 31303 850 1459 0 30970 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 129752

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 31765
/proc/meminfo: memFree=28010700/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=133668 CPUtime=582.19 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 46213 0 0 0 58091 128 0 0 20 0 1 0 267849603 136876032 32366 33554432000 4194304 10169799 140734704455536 140734704450040 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 33417 32366 850 1459 0 31949 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 133668

[startup+642.3 s]

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

/proc/meminfo: memFree=27985864/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=159468 CPUtime=1062.11 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 51894 0 0 0 105959 252 0 0 20 0 1 0 267849603 163295232 38883 33554432000 4194304 10169799 140734704455536 140734704453272 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 39867 38883 850 1459 0 38399 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 159468

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31771
/proc/meminfo: memFree=27977564/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=168924 CPUtime=1122.11 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 53901 0 0 0 111941 270 0 0 20 0 1 0 267849603 172978176 40889 33554432000 4194304 10169799 140734704455536 140734704450136 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 42231 40889 850 1459 0 40763 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 168924

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 31771
/proc/meminfo: memFree=27975076/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=169532 CPUtime=1182.09 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 54065 0 0 0 117925 284 0 0 20 0 1 0 267849603 173600768 41321 33554432000 4194304 10169799 140734704455536 140734704450232 5119630 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 42383 41321 850 1459 0 40915 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 169532

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 31771
/proc/meminfo: memFree=27973028/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=170352 CPUtime=1242.09 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 54272 0 0 0 123911 298 0 0 20 0 1 0 267849603 174440448 41528 33554432000 4194304 10169799 140734704455536 140734704450232 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 42588 41528 850 1459 0 41120 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 170352

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 31771
/proc/meminfo: memFree=27971724/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=171100 CPUtime=1302.07 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 54470 0 0 0 129893 314 0 0 20 0 1 0 267849603 175206400 41789 33554432000 4194304 10169799 140734704455536 140734704450040 4213904 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 42775 41789 850 1459 0 41307 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 171100

[startup+1362.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/180 31774
/proc/meminfo: memFree=27966880/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=176184 CPUtime=1362.06 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 55698 0 0 0 135873 333 0 0 20 0 1 0 267849603 180412416 43017 33554432000 4194304 10169799 140734704455536 140734704450040 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 44046 43017 850 1459 0 42578 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 176184

[startup+1422.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 31775
/proc/meminfo: memFree=27962912/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=179764 CPUtime=1422.05 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 56552 0 0 0 141855 350 0 0 20 0 1 0 267849603 184078336 43930 33554432000 4194304 10169799 140734704455536 140734704450328 4213987 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 44941 43930 850 1459 0 43473 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 179764

[startup+1482.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 31775
/proc/meminfo: memFree=27956340/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=187440 CPUtime=1482.05 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 58129 0 0 0 147839 366 0 0 20 0 1 0 267849603 191938560 45503 33554432000 4194304 10169799 140734704455536 140734704453272 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 46860 45503 850 1459 0 45392 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 187440

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 31775
/proc/meminfo: memFree=27955472/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=188256 CPUtime=1542.03 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 58310 0 0 0 153821 382 0 0 20 0 1 0 267849603 192774144 45684 33554432000 4194304 10169799 140734704455536 140734704450040 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 47064 45684 850 1459 0 45596 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 188256

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/179 31775
/proc/meminfo: memFree=27951060/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=191024 CPUtime=1602.03 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 58984 0 0 0 159803 400 0 0 20 0 1 0 267849603 195608576 46748 33554432000 4194304 10169799 140734704455536 140734704450184 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 47756 46748 850 1459 0 46288 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 191024

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 31775
/proc/meminfo: memFree=27950316/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=192344 CPUtime=1662.02 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 59233 0 0 0 165788 414 0 0 20 0 1 0 267849603 196960256 46997 33554432000 4194304 10169799 140734704455536 140734704450328 4213987 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 48086 46997 850 1459 0 46618 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 192344

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 31776
/proc/meminfo: memFree=27942432/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=199840 CPUtime=1722 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 60902 0 0 0 171768 432 0 0 20 0 1 0 267849603 204636160 48910 33554432000 4194304 10169799 140734704455536 140734704453272 4213865 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 49960 48910 850 1459 0 48492 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 199840

[startup+1782.31 s]
/proc/loadavg: 2.09 2.05 2.01 3/179 31776
/proc/meminfo: memFree=27936852/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=206756 CPUtime=1782 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 62288 0 0 0 177753 447 0 0 20 0 1 0 267849603 211718144 50296 33554432000 4194304 10169799 140734704455536 140734704450328 4213904 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 51689 50296 850 1459 0 50221 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 206756

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

[startup+1785.8 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 31776
/proc/meminfo: memFree=27936852/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=206756 CPUtime=1785.5 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 62317 0 0 0 178102 448 0 0 20 0 1 0 267849603 211718144 50325 33554432000 4194304 10169799 140734704455536 140734704450232 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 51689 50325 850 1459 0 50221 0
Current children cumulated CPU time (s) 1785.5
Current children cumulated vsize (KiB) 206756

[startup+1792.21 s]
/proc/loadavg: 2.08 2.05 2.01 3/179 31776
/proc/meminfo: memFree=27936852/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=206756 CPUtime=1791.91 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 62321 0 0 0 178742 449 0 0 20 0 1 0 267849603 211718144 50329 33554432000 4194304 10169799 140734704455536 140734704449944 7983394 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 51689 50329 850 1459 0 50221 0
Current children cumulated CPU time (s) 1791.91
Current children cumulated vsize (KiB) 206756

[startup+1795.4 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 31776
/proc/meminfo: memFree=27935612/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=208292 CPUtime=1795.1 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 62684 0 0 0 179060 450 0 0 20 0 1 0 267849603 213291008 50681 33554432000 4194304 10169799 140734704455536 140734704449944 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 52073 50681 850 1459 0 50605 0
Current children cumulated CPU time (s) 1795.1
Current children cumulated vsize (KiB) 208292

[startup+1796.2 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 31776
/proc/meminfo: memFree=27935612/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=208292 CPUtime=1795.89 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 62685 0 0 0 179139 450 0 0 20 0 1 0 267849603 213291008 50682 33554432000 4194304 10169799 140734704455536 140734704453272 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 52073 50682 850 1459 0 50605 0
Current children cumulated CPU time (s) 1795.89
Current children cumulated vsize (KiB) 208292

[startup+1796.61 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 31776
/proc/meminfo: memFree=27935488/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=208432 CPUtime=1796.3 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 62714 0 0 0 179180 450 0 0 20 0 1 0 267849603 213434368 50711 33554432000 4194304 10169799 140734704455536 140734704453272 4213889 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 52108 50711 850 1459 0 50640 0
Current children cumulated CPU time (s) 1796.3
Current children cumulated vsize (KiB) 208432

[startup+1797 s]
/proc/loadavg: 2.07 2.05 2.00 3/179 31776
/proc/meminfo: memFree=27935488/32873844 swapFree=7608/7608
[pid=31492] ppid=31490 vsize=208432 CPUtime=1796.7 cores=0,2,4,6
/proc/31492/stat : 31492 (scip-2.1.1.4sfi) R 31490 31492 30878 0 -1 4202496 62723 0 0 0 179219 451 0 0 20 0 1 0 267849603 213434368 50720 33554432000 4194304 10169799 140734704455536 140734704450232 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/31492/statm: 52108 50720 850 1459 0 50640 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (KiB) 208432

Child status: 0
Real time (s): 1797.08
CPU time (s): 1796.78
CPU user time (s): 1792.27
CPU system time (s): 4.51331
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 208432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.27
system time used= 4.51331
maximum resident set size= 202888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62727
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= 40
involuntary context switches= 1954

runsolver used 3.09753 second user time and 8.5677 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-26 09:27:28
IDJOB=3692817
IDBENCH=1153
IDSOLVER=2272
FILE ID=node135/3692817-1338017248
RUNJOBID= node135-1338017247-31465
PBS_JOBID= 14624262
Free space on /tmp= 71512 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692817-1338017248/watcher-3692817-1338017248 -o /tmp/evaluation-result-3692817-1338017248/solver-3692817-1338017248 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692817-1338017248.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=811508800

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5238.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28175060 kB
Buffers:          235024 kB
Cached:          3674960 kB
SwapCached:            0 kB
Active:           917188 kB
Inactive:        3005740 kB
Active(anon):      15568 kB
Inactive(anon):        0 kB
Active(file):     901620 kB
Inactive(file):  3005740 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28772 kB
Writeback:             0 kB
AnonPages:         20772 kB
Mapped:            13632 kB
Shmem:               212 kB
Slab:             636600 kB
SReclaimable:      78760 kB
SUnreclaim:       557840 kB
KernelStack:        1416 kB
PageTables:         4552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71488 MiB
End job on node135 at 2012-05-26 09:57:25