Trace number 3740669

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? 1796.87 1797.2

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/
j30opt/normalized-j305_3.std.opb
MD5SUM4501334f0c0e8dcf999d144644599113
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark0.084986
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18662
Total number of constraints59649
Number of constraints which are clauses58449
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint17
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3740669-1338758103.opb>
0.29/0.34	c original problem has 18662 variables (18662 bin, 0 int, 0 impl, 0 cont) and 59649 constraints
0.29/0.34	c problem read
0.29/0.34	c presolving settings loaded
0.39/0.45	c presolving:
2.28/2.31	c (round 1) 857 del vars, 2171 del conss, 0 add conss, 527 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4100108 impls, 0 clqs
2.59/2.68	c (round 2) 2327 del vars, 6821 del conss, 0 add conss, 1887 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4106243 impls, 0 clqs
2.69/2.76	c (round 3) 2745 del vars, 9032 del conss, 0 add conss, 2077 chg bounds, 57 chg sides, 58 chg coeffs, 0 upgd conss, 4108951 impls, 0 clqs
2.89/2.95	c (round 4) 2897 del vars, 9687 del conss, 0 add conss, 2128 chg bounds, 71 chg sides, 75 chg coeffs, 0 upgd conss, 4110021 impls, 0 clqs
2.89/2.95	c (round 5) 2917 del vars, 9824 del conss, 0 add conss, 2132 chg bounds, 71 chg sides, 75 chg coeffs, 0 upgd conss, 4110185 impls, 0 clqs
2.89/2.95	c (round 6) 2921 del vars, 9850 del conss, 0 add conss, 2132 chg bounds, 71 chg sides, 75 chg coeffs, 0 upgd conss, 4110223 impls, 0 clqs
2.89/2.99	c (round 7) 2921 del vars, 9852 del conss, 0 add conss, 2132 chg bounds, 71 chg sides, 75 chg coeffs, 49797 upgd conss, 4110223 impls, 0 clqs
3.08/3.12	c (round 8) 2921 del vars, 9883 del conss, 127 add conss, 2132 chg bounds, 213 chg sides, 757 chg coeffs, 49797 upgd conss, 4112061 impls, 2121 clqs
3.19/3.21	c (round 9) 2921 del vars, 9891 del conss, 145 add conss, 2132 chg bounds, 235 chg sides, 861 chg coeffs, 49797 upgd conss, 4112065 impls, 2275 clqs
3.19/3.28	c (round 10) 2921 del vars, 9891 del conss, 152 add conss, 2132 chg bounds, 242 chg sides, 914 chg coeffs, 49797 upgd conss, 4112065 impls, 2286 clqs
111.47/111.57	c    (111.6s) probing: 1000/15741 (6.4%) - 19 fixings, 0 aggregations, 3374108 implications, 0 bound changes
150.46/150.52	c (round 11) 2974 del vars, 9891 del conss, 152 add conss, 2132 chg bounds, 242 chg sides, 916 chg coeffs, 49797 upgd conss, 17652255 impls, 2300 clqs
151.16/151.23	c (round 12) 3005 del vars, 10334 del conss, 153 add conss, 2132 chg bounds, 243 chg sides, 2082 chg coeffs, 49797 upgd conss, 17658741 impls, 2301 clqs
151.56/151.60	c (round 13) 3005 del vars, 10365 del conss, 162 add conss, 2132 chg bounds, 252 chg sides, 2175 chg coeffs, 49797 upgd conss, 17658743 impls, 3717 clqs
198.25/198.38	c    (198.4s) probing: 2000/15741 (12.7%) - 74 fixings, 10 aggregations, 5969940 implications, 0 bound changes
226.25/226.30	c (round 14) 3055 del vars, 10365 del conss, 162 add conss, 2132 chg bounds, 252 chg sides, 2179 chg coeffs, 49797 upgd conss, 23803403 impls, 2392 clqs
226.65/226.78	c (round 15) 3063 del vars, 10571 del conss, 162 add conss, 2132 chg bounds, 252 chg sides, 2695 chg coeffs, 49797 upgd conss, 23803587 impls, 2392 clqs
227.05/227.10	c (round 16) 3063 del vars, 10579 del conss, 162 add conss, 2132 chg bounds, 252 chg sides, 2701 chg coeffs, 49797 upgd conss, 23803587 impls, 3117 clqs
298.34/298.48	c    (298.5s) probing: 3000/15741 (19.1%) - 99 fixings, 32 aggregations, 9494817 implications, 0 bound changes
334.83/334.90	c (round 17) 3113 del vars, 10579 del conss, 162 add conss, 2132 chg bounds, 252 chg sides, 2703 chg coeffs, 49797 upgd conss, 32885325 impls, 2438 clqs
335.44/335.51	c (round 18) 3121 del vars, 10757 del conss, 166 add conss, 2132 chg bounds, 258 chg sides, 2938 chg coeffs, 49797 upgd conss, 32885565 impls, 2439 clqs
335.63/335.77	c (round 19) 3121 del vars, 10765 del conss, 170 add conss, 2132 chg bounds, 262 chg sides, 2971 chg coeffs, 49797 upgd conss, 32885565 impls, 2791 clqs
365.13/365.28	c    (365.3s) probing: 4000/15741 (25.4%) - 118 fixings, 39 aggregations, 11581062 implications, 0 bound changes
416.02/416.12	c    (416.1s) probing: 5000/15741 (31.8%) - 123 fixings, 46 aggregations, 12857187 implications, 0 bound changes
459.40/459.56	c    (459.6s) probing: 6000/15741 (38.1%) - 138 fixings, 46 aggregations, 13918870 implications, 0 bound changes
501.49/501.65	c    (501.6s) probing: 7000/15741 (44.5%) - 144 fixings, 50 aggregations, 14693675 implications, 0 bound changes
535.49/535.64	c (round 20) 3171 del vars, 10765 del conss, 170 add conss, 2132 chg bounds, 262 chg sides, 2971 chg coeffs, 49797 upgd conss, 42732061 impls, 2431 clqs
536.08/536.22	c (round 21) 3175 del vars, 10947 del conss, 177 add conss, 2132 chg bounds, 269 chg sides, 3123 chg coeffs, 49797 upgd conss, 42732241 impls, 2438 clqs
538.88/539.01	c    (539.0s) probing: 8000/15741 (50.8%) - 154 fixings, 59 aggregations, 15237797 implications, 0 bound changes
568.87/569.03	c    (569.0s) probing: 9000/15741 (57.2%) - 164 fixings, 67 aggregations, 15571972 implications, 0 bound changes
603.46/603.67	c    (603.7s) probing: 10000/15741 (63.5%) - 173 fixings, 68 aggregations, 16025657 implications, 0 bound changes
634.65/634.86	c    (634.9s) probing: 11000/15741 (69.9%) - 173 fixings, 68 aggregations, 16375486 implications, 0 bound changes
651.07/651.21	c    (651.2s) probing: 11612/15741 (73.8%) - 173 fixings, 68 aggregations, 16542458 implications, 0 bound changes
651.07/651.21	c    (651.2s) probing aborted: 2000/2000 successive useless probings
651.07/651.21	c (round 22) 3213 del vars, 10951 del conss, 177 add conss, 2132 chg bounds, 269 chg sides, 3181 chg coeffs, 49797 upgd conss, 45908681 impls, 2442 clqs
651.46/651.67	c (round 23) 3213 del vars, 11056 del conss, 189 add conss, 2132 chg bounds, 281 chg sides, 3296 chg coeffs, 49797 upgd conss, 45908681 impls, 2497 clqs
651.66/651.86	c (round 24) 3213 del vars, 11062 del conss, 198 add conss, 2132 chg bounds, 290 chg sides, 3360 chg coeffs, 49797 upgd conss, 45908681 impls, 2546 clqs
651.86/652.01	c (round 25) 3213 del vars, 11064 del conss, 200 add conss, 2132 chg bounds, 294 chg sides, 3386 chg coeffs, 49797 upgd conss, 45908681 impls, 2549 clqs
656.56/656.73	c    (656.7s) probing: 11812/15741 (75.0%) - 173 fixings, 68 aggregations, 16617298 implications, 0 bound changes
656.56/656.73	c    (656.7s) probing aborted: 2000/2000 successive useless probings
656.56/656.73	c presolving (26 rounds):
656.56/656.73	c  3213 deleted vars, 11064 deleted constraints, 200 added constraints, 2132 tightened bounds, 0 added holes, 294 changed sides, 3386 changed coefficients
656.56/656.73	c  46106607 implications, 2550 cliques
656.56/656.73	c presolved problem has 15449 variables (15449 bin, 0 int, 0 impl, 0 cont) and 48785 constraints
656.56/656.73	c    1090 constraints of type <knapsack>
656.56/656.73	c   39942 constraints of type <setppc>
656.56/656.73	c    7753 constraints of type <logicor>
656.56/656.73	c transformed objective value is always integral (scale: 1)
656.56/656.73	c Presolving Time: 656.31
656.56/656.73	c - non default parameters ----------------------------------------------------------------------
656.56/656.73	c # SCIP version 2.0.1.5
656.56/656.73	c 
656.56/656.73	c # frequency for displaying node information lines
656.56/656.73	c # [type: int, range: [-1,2147483647], default: 100]
656.56/656.73	c display/freq = 10000
656.56/656.73	c 
656.56/656.73	c # maximal time in seconds to run
656.56/656.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
656.56/656.73	c limits/time = 1797
656.56/656.73	c 
656.56/656.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
656.56/656.73	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
656.56/656.73	c limits/memory = 13950
656.56/656.73	c 
656.56/656.73	c # default clock type (1: CPU user seconds, 2: wall clock time)
656.56/656.73	c # [type: int, range: [1,2], default: 1]
656.56/656.73	c timing/clocktype = 2
656.56/656.73	c 
656.56/656.73	c # belongs reading time to solving time?
656.56/656.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
656.56/656.73	c timing/reading = TRUE
656.56/656.73	c 
656.56/656.73	c # should presolving try to simplify inequalities
656.56/656.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
656.56/656.73	c constraints/linear/simplifyinequalities = TRUE
656.56/656.73	c 
656.56/656.73	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
656.56/656.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
656.56/656.73	c constraints/indicator/addCouplingCons = TRUE
656.56/656.73	c 
656.56/656.73	c # should presolving try to simplify knapsacks
656.56/656.73	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
656.56/656.73	c constraints/knapsack/simplifyinequalities = TRUE
656.56/656.73	c 
656.56/656.73	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
656.56/656.73	c # [type: int, range: [-1,2147483647], default: -1]
656.56/656.73	c separating/rapidlearning/freq = 0
656.56/656.73	c 
656.56/656.73	c -----------------------------------------------------------------------------------------------
656.56/656.73	c start solving
656.56/656.74	c 
661.15/661.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
661.15/661.34	c   661s|     1 |     0 | 11717 |     - |1267M|   0 | 635 |  15k|  48k|  15k|  48k|   0 |  18 |   0 | 6.400000e+01 |      --      |    Inf 
1093.28/1093.53	c  1094s|     1 |     0 | 39286 |     - |1271M|   0 |1115 |  15k|  48k|  15k|  48k| 291 |  18 |   0 | 6.587356e+01 |      --      |    Inf 
1104.18/1104.41	c  1104s|     1 |     0 | 48546 |     - |1274M|   0 |1312 |  15k|  48k|  15k|  49k|1208 |  18 |   0 | 6.629707e+01 |      --      |    Inf 
1116.77/1117.02	c  1117s|     1 |     0 | 56458 |     - |1276M|   0 |1246 |  15k|  48k|  15k|  49k|1309 |  18 |   0 | 6.655323e+01 |      --      |    Inf 
1127.27/1127.54	c  1128s|     1 |     0 | 61637 |     - |1279M|   0 |1325 |  15k|  48k|  15k|  50k|1357 |  18 |   0 | 6.663920e+01 |      --      |    Inf 
1139.67/1139.92	c  1140s|     1 |     0 | 65657 |     - |1279M|   0 |1451 |  15k|  48k|  15k|  50k|1488 |  18 |   0 | 6.666603e+01 |      --      |    Inf 
1151.97/1152.25	c  1152s|     1 |     0 | 69623 |     - |1279M|   0 |1427 |  15k|  48k|  15k|  50k|1507 |  18 |   0 | 6.681063e+01 |      --      |    Inf 
1167.07/1167.32	c  1167s|     1 |     0 | 76943 |     - |1279M|   0 |1420 |  15k|  48k|  15k|  50k|1522 |  18 |   0 | 6.685786e+01 |      --      |    Inf 
1179.36/1179.63	c  1180s|     1 |     0 | 81210 |     - |1280M|   0 |1463 |  15k|  48k|  15k|  50k|1561 |  18 |   0 | 6.699249e+01 |      --      |    Inf 
1190.06/1190.35	c  1190s|     1 |     0 | 84697 |     - |1282M|   0 |1436 |  15k|  48k|  15k|  50k|1572 |  18 |   0 | 6.707534e+01 |      --      |    Inf 
1201.76/1202.01	c  1202s|     1 |     0 | 89740 |     - |1284M|   0 |1410 |  15k|  48k|  15k|  50k|1589 |  18 |   0 | 6.711606e+01 |      --      |    Inf 
1212.36/1212.60	c  1213s|     1 |     0 | 91241 |     - |1284M|   0 |1440 |  15k|  48k|  15k|  50k|1604 |  18 |   0 | 6.711665e+01 |      --      |    Inf 
1227.56/1227.83	c  1228s|     1 |     0 | 97165 |     - |1284M|   0 |1455 |  15k|  48k|  15k|  50k|1614 |  18 |   0 | 6.714758e+01 |      --      |    Inf 
1251.05/1251.31	c  1251s|     1 |     0 |108133 |     - |1284M|   0 |1531 |  15k|  48k|  15k|  49k|1623 |  18 |   0 | 6.718248e+01 |      --      |    Inf 
1279.05/1279.38	c  1279s|     1 |     0 |122868 |     - |1284M|   0 |1566 |  15k|  48k|  15k|  49k|1631 |  18 |   0 | 6.740130e+01 |      --      |    Inf 
1289.85/1290.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1289.85/1290.19	c  1290s|     1 |     0 |126808 |     - |1285M|   0 |1516 |  15k|  48k|  15k|  49k|1649 |  18 |   0 | 6.749366e+01 |      --      |    Inf 
1298.85/1299.18	c  1299s|     1 |     0 |131602 |     - |1289M|   0 |1483 |  15k|  48k|  15k|  49k|1661 |  18 |   0 | 6.754348e+01 |      --      |    Inf 
1306.94/1307.25	c  1307s|     1 |     0 |134966 |     - |1293M|   0 |1490 |  15k|  48k|  15k|  49k|1673 |  18 |   0 | 6.755950e+01 |      --      |    Inf 
1316.35/1316.65	c  1317s|     1 |     0 |139126 |     - |1295M|   0 |1482 |  15k|  48k|  15k|  49k|1679 |  18 |   0 | 6.757056e+01 |      --      |    Inf 
1329.93/1330.26	c  1330s|     1 |     0 |145767 |     - |1296M|   0 |1495 |  15k|  48k|  15k|  48k|1686 |  18 |   0 | 6.758078e+01 |      --      |    Inf 
1341.74/1342.03	c  1342s|     1 |     0 |150871 |     - |1296M|   0 |1457 |  15k|  48k|  15k|  49k|1698 |  18 |   0 | 6.758926e+01 |      --      |    Inf 
1348.63/1348.96	c  1349s|     1 |     0 |153441 |     - |1296M|   0 |1471 |  15k|  48k|  15k|  49k|1959 |  18 |   0 | 6.759077e+01 |      --      |    Inf 
1358.93/1359.28	c  1359s|     1 |     0 |159330 |     - |1296M|   0 |1456 |  15k|  48k|  15k|  49k|1968 |  18 |   0 | 6.761513e+01 |      --      |    Inf 
1367.63/1368.00	c  1368s|     1 |     0 |163903 |     - |1296M|   0 |1482 |  15k|  48k|  15k|  49k|1978 |  18 |   0 | 6.769127e+01 |      --      |    Inf 
1373.53/1373.89	c  1374s|     1 |     0 |165179 |     - |1296M|   0 |1515 |  15k|  48k|  15k|  49k|1987 |  18 |   0 | 6.769128e+01 |      --      |    Inf 
1382.02/1382.30	c  1382s|     1 |     0 |169854 |     - |1296M|   0 |1536 |  15k|  48k|  15k|  49k|1994 |  18 |   0 | 6.790335e+01 |      --      |    Inf 
1386.93/1387.27	c  1387s|     1 |     0 |170404 |     - |1296M|   0 |1534 |  15k|  48k|  15k|  49k|2007 |  18 |   0 | 6.790447e+01 |      --      |    Inf 
1395.63/1395.99	c  1396s|     1 |     0 |174888 |     - |1296M|   0 |1549 |  15k|  48k|  15k|  49k|2015 |  18 |   0 | 6.803321e+01 |      --      |    Inf 
1401.32/1401.61	c  1402s|     1 |     0 |175788 |     - |1296M|   0 |1550 |  15k|  48k|  15k|  49k|2021 |  18 |   0 | 6.803855e+01 |      --      |    Inf 
1407.32/1407.62	c  1408s|     1 |     0 |177630 |     - |1296M|   0 |1453 |  15k|  48k|  15k|  49k|2035 |  18 |   0 | 6.807494e+01 |      --      |    Inf 
1412.42/1412.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1412.42/1412.76	c  1413s|     1 |     0 |178311 |     - |1296M|   0 |1444 |  15k|  48k|  15k|  49k|2042 |  18 |   0 | 6.807644e+01 |      --      |    Inf 
1425.22/1425.59	c  1426s|     1 |     0 |187819 |     - |1296M|   0 |2153 |  15k|  48k|  15k|  49k|2048 |  18 |   0 | 6.859240e+01 |      --      |    Inf 
1431.02/1431.37	c  1431s|     1 |     0 |188044 |     - |1296M|   0 |2158 |  15k|  48k|  15k|  49k|2053 |  18 |   0 | 6.859240e+01 |      --      |    Inf 
1438.02/1438.34	c  1438s|     1 |     0 |189248 |     - |1296M|   0 |2152 |  15k|  48k|  15k|  49k|2058 |  18 |   0 | 6.859606e+01 |      --      |    Inf 
1445.32/1445.64	c  1446s|     1 |     0 |191048 |     - |1296M|   0 |2156 |  15k|  48k|  15k|  49k|2064 |  18 |   0 | 6.862858e+01 |      --      |    Inf 
1454.92/1455.29	c  1455s|     1 |     0 |195037 |     - |1296M|   0 |2125 |  15k|  48k|  15k|  49k|2070 |  18 |   0 | 6.868849e+01 |      --      |    Inf 
1462.51/1462.84	c  1463s|     1 |     0 |196687 |     - |1296M|   0 |2047 |  15k|  48k|  15k|  49k|2083 |  18 |   0 | 6.871851e+01 |      --      |    Inf 
1469.41/1469.76	c  1470s|     1 |     0 |198088 |     - |1296M|   0 |2083 |  15k|  48k|  15k|  49k|2094 |  18 |   0 | 6.873483e+01 |      --      |    Inf 
1476.01/1476.36	c  1476s|     1 |     0 |198858 |     - |1296M|   0 |2074 |  15k|  48k|  15k|  49k|2099 |  18 |   0 | 6.873872e+01 |      --      |    Inf 
1482.11/1482.40	c  1482s|     1 |     0 |199453 |     - |1296M|   0 |1951 |  15k|  48k|  15k|  49k|2109 |  18 |   0 | 6.874439e+01 |      --      |    Inf 
1489.61/1489.98	c  1490s|     1 |     0 |201589 |     - |1296M|   0 |1910 |  15k|  48k|  15k|  49k|2116 |  18 |   0 | 6.875613e+01 |      --      |    Inf 
1496.30/1496.65	c  1497s|     1 |     0 |202736 |     - |1296M|   0 |1961 |  15k|  48k|  15k|  49k|2125 |  18 |   0 | 6.878522e+01 |      --      |    Inf 
1504.41/1504.71	c  1505s|     1 |     0 |205951 |     - |1296M|   0 |2091 |  15k|  48k|  15k|  49k|2137 |  18 |   0 | 6.885904e+01 |      --      |    Inf 
1509.80/1510.14	c  1510s|     1 |     0 |206259 |     - |1296M|   0 |2004 |  15k|  48k|  15k|  49k|2143 |  18 |   0 | 6.886418e+01 |      --      |    Inf 
1516.51/1516.85	c  1517s|     1 |     0 |207766 |     - |1296M|   0 |1849 |  15k|  48k|  15k|  49k|2148 |  18 |   0 | 6.889297e+01 |      --      |    Inf 
1523.60/1523.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1523.60/1523.94	c  1524s|     1 |     0 |209856 |     - |1296M|   0 |1952 |  15k|  48k|  15k|  49k|2157 |  18 |   0 | 6.891871e+01 |      --      |    Inf 
1531.10/1531.49	c  1531s|     1 |     0 |212385 |     - |1296M|   0 |1939 |  15k|  48k|  15k|  49k|2170 |  18 |   0 | 6.895122e+01 |      --      |    Inf 
1539.61/1539.97	c  1540s|     1 |     0 |216210 |     - |1296M|   0 |1587 |  15k|  48k|  15k|  49k|2180 |  18 |   0 | 6.902745e+01 |      --      |    Inf 
1547.10/1547.42	c  1547s|     1 |     0 |219445 |     - |1296M|   0 |1502 |  15k|  48k|  15k|  49k|2204 |  18 |   0 | 6.908920e+01 |      --      |    Inf 
1552.49/1552.83	c  1553s|     1 |     0 |220234 |     - |1296M|   0 |1529 |  15k|  48k|  15k|  49k|2212 |  18 |   0 | 6.909411e+01 |      --      |    Inf 
1561.09/1561.48	c  1561s|     1 |     0 |224477 |     - |1296M|   0 |1627 |  15k|  48k|  15k|  49k|2216 |  18 |   0 | 6.922710e+01 |      --      |    Inf 
1570.50/1570.84	c  1571s|     1 |     0 |229277 |     - |1296M|   0 |2057 |  15k|  48k|  15k|  49k|2230 |  18 |   0 | 6.943411e+01 |      --      |    Inf 
1579.29/1579.65	c  1580s|     1 |     0 |231116 |     - |1296M|   0 |1998 |  15k|  48k|  15k|  49k|2237 |  18 |   0 | 6.944304e+01 |      --      |    Inf 
1587.69/1588.01	c  1588s|     1 |     0 |233142 |     - |1296M|   0 |1928 |  15k|  48k|  15k|  49k|2244 |  18 |   0 | 6.947892e+01 |      --      |    Inf 
1598.79/1599.11	c  1599s|     1 |     0 |238079 |     - |1297M|   0 |1998 |  15k|  48k|  15k|  49k|2251 |  18 |   0 | 6.957891e+01 |      --      |    Inf 
1608.19/1608.52	c  1609s|     1 |     0 |241783 |     - |1297M|   0 |2007 |  15k|  48k|  15k|  49k|2258 |  18 |   0 | 6.966158e+01 |      --      |    Inf 
1613.88/1614.27	c  1614s|     1 |     0 |242065 |     - |1297M|   0 |1980 |  15k|  48k|  15k|  49k|2265 |  18 |   0 | 6.966158e+01 |      --      |    Inf 
1622.09/1622.45	c  1622s|     1 |     0 |244742 |     - |1297M|   0 |1925 |  15k|  48k|  15k|  49k|2273 |  18 |   0 | 6.971407e+01 |      --      |    Inf 
1630.28/1630.65	c  1631s|     1 |     0 |246720 |     - |1297M|   0 |1923 |  15k|  48k|  15k|  49k|2284 |  18 |   0 | 6.976934e+01 |      --      |    Inf 
1636.88/1637.22	c  1637s|     1 |     0 |247567 |     - |1297M|   0 |2169 |  15k|  48k|  15k|  49k|2292 |  18 |   0 | 6.977628e+01 |      --      |    Inf 
1647.18/1647.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1647.18/1647.55	c  1648s|     1 |     0 |251984 |     - |1297M|   0 |2003 |  15k|  48k|  15k|  49k|2297 |  18 |   0 | 6.983404e+01 |      --      |    Inf 
1655.09/1655.43	c  1655s|     1 |     0 |253452 |     - |1297M|   0 |2083 |  15k|  48k|  15k|  49k|2304 |  18 |   0 | 6.985375e+01 |      --      |    Inf 
1664.38/1664.77	c  1665s|     1 |     0 |256962 |     - |1297M|   0 |2082 |  15k|  48k|  15k|  49k|2308 |  18 |   0 | 6.992811e+01 |      --      |    Inf 
1675.57/1675.94	c  1676s|     1 |     0 |262806 |     - |1297M|   0 |2115 |  15k|  48k|  15k|  49k|2321 |  18 |   0 | 7.005876e+01 |      --      |    Inf 
1683.28/1683.60	c  1684s|     1 |     0 |263618 |     - |1297M|   0 |2152 |  15k|  48k|  15k|  49k|2336 |  18 |   0 | 7.006715e+01 |      --      |    Inf 
1693.08/1693.46	c  1693s|     1 |     0 |267091 |     - |1297M|   0 |2173 |  15k|  48k|  15k|  49k|2343 |  18 |   0 | 7.011916e+01 |      --      |    Inf 
1702.17/1702.50	c  1702s|     1 |     0 |269606 |     - |1297M|   0 |2197 |  15k|  48k|  15k|  49k|2356 |  18 |   0 | 7.017953e+01 |      --      |    Inf 
1710.47/1710.83	c  1711s|     1 |     0 |271402 |     - |1297M|   0 |2069 |  15k|  48k|  15k|  49k|2366 |  18 |   0 | 7.020954e+01 |      --      |    Inf 
1717.67/1718.00	c  1718s|     1 |     0 |271943 |     - |1297M|   0 |2088 |  15k|  48k|  15k|  49k|2376 |  18 |   0 | 7.021369e+01 |      --      |    Inf 
1726.37/1726.71	c  1727s|     1 |     0 |274174 |     - |1297M|   0 |2205 |  15k|  48k|  15k|  49k|2385 |  18 |   0 | 7.024080e+01 |      --      |    Inf 
1734.66/1735.07	c  1735s|     1 |     0 |276205 |     - |1297M|   0 |2341 |  15k|  48k|  15k|  49k|2395 |  18 |   0 | 7.026182e+01 |      --      |    Inf 
1743.86/1744.23	c  1744s|     1 |     0 |277963 |     - |1297M|   0 |2342 |  15k|  48k|  15k|  49k|2401 |  18 |   0 | 7.027788e+01 |      --      |    Inf 
1751.66/1752.05	c  1752s|     1 |     0 |278932 |     - |1297M|   0 |2313 |  15k|  48k|  15k|  49k|2409 |  18 |   0 | 7.028084e+01 |      --      |    Inf 
1762.26/1762.61	c  1763s|     1 |     0 |281672 |     - |1297M|   0 |2323 |  15k|  48k|  15k|  49k|2417 |  18 |   0 | 7.030679e+01 |      --      |    Inf 
1769.76/1770.13	c  1770s|     1 |     0 |282520 |     - |1297M|   0 |2335 |  15k|  48k|  15k|  49k|2423 |  18 |   0 | 7.030862e+01 |      --      |    Inf 
1778.27/1778.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1778.27/1778.68	c  1779s|     1 |     0 |284339 |     - |1297M|   0 |2306 |  15k|  48k|  15k|  49k|2429 |  18 |   0 | 7.031850e+01 |      --      |    Inf 
1785.16/1785.50	c  1785s|     1 |     0 |284555 |     - |1297M|   0 |2309 |  15k|  48k|  15k|  49k|2439 |  18 |   0 | 7.031850e+01 |      --      |    Inf 
1793.16/1793.56	c  1794s|     1 |     0 |285808 |     - |1297M|   0 |2272 |  15k|  48k|  15k|  49k|2443 |  18 |   0 | 7.032839e+01 |      --      |    Inf 
1796.66/1797.01	c  1797s|     1 |     2 |285808 |     - |1297M|   0 |2272 |  15k|  48k|  15k|  49k|2443 |  18 |   0 | 7.032839e+01 |      --      |    Inf 
1796.66/1797.01	c 
1796.66/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.01	c Solving Time (sec) : 1797.01
1796.66/1797.01	c Solving Nodes      : 1
1796.66/1797.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1796.66/1797.01	c Dual Bound         : +7.03283926276717e+01
1796.66/1797.01	c Gap                : infinite
1796.66/1797.01	s UNKNOWN
1796.66/1797.01	c SCIP Status        : solving was interrupted [time limit reached]
1796.66/1797.01	c Total Time         :    1797.01
1796.66/1797.01	c   solving          :    1797.01
1796.66/1797.01	c   presolving       :     656.31 (included in solving)
1796.66/1797.01	c   reading          :       0.33 (included in solving)
1796.66/1797.01	c Original Problem   :
1796.66/1797.01	c   Problem name     : HOME/instance-3740669-1338758103.opb
1796.66/1797.01	c   Variables        : 18662 (18662 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.01	c   Constraints      : 59649 initial, 59649 maximal
1796.66/1797.01	c Presolved Problem  :
1796.66/1797.01	c   Problem name     : t_HOME/instance-3740669-1338758103.opb
1796.66/1797.01	c   Variables        : 15449 (15449 binary, 0 integer, 0 implicit integer, 0 continuous)
1796.66/1797.01	c   Constraints      : 48785 initial, 48803 maximal
1796.66/1797.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1796.66/1797.01	c   trivial          :       0.02        228          0          0          0          0          0          0          0          0
1796.66/1797.01	c   dualfix          :       0.02         30          0          0          0          0          0          0          0          0
1796.66/1797.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c   implics          :       1.49          0         51          0          0          0          0          0          0          0
1796.66/1797.01	c   probing          :     648.09        173         68          0          0          0          0          0          0          0
1796.66/1797.01	c   knapsack         :       3.67          0          0          0          0          0         39        200        223       3311
1796.66/1797.01	c   setppc           :       0.35          0          0          0          0          0       1136          0          0          0
1796.66/1797.01	c   linear           :       2.42       1904        759          0       2132          0       9852          0         71         75
1796.66/1797.01	c   logicor          :       0.14          0          0          0          0          0         37          0          0          0
1796.66/1797.01	c   root node        :          -          1          -          -          1          -          -          -          -          -
1796.66/1797.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.01	c   integral         :          0          0          0          1          0          4          0          0          0          0          0          2
1796.66/1797.01	c   knapsack         :       1090         78     462021          0          0          3         30         14          0        589          0          0
1796.66/1797.01	c   setppc           :      39942         78     462007          0          0          1         82         35          0          0          0          0
1796.66/1797.01	c   logicor          :       7753+        78     417796          0          0          0         25         72          1          0          0          0
1796.66/1797.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1796.66/1797.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1796.66/1797.01	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.66/1797.01	c   knapsack         :      11.79       0.16      11.63       0.00       0.00       0.00       0.00
1796.66/1797.01	c   setppc           :     297.00       0.22     296.78       0.00       0.00       0.00       0.00
1796.66/1797.01	c   logicor          :       6.54       0.05       6.50       0.00       0.00       0.00       0.00
1796.66/1797.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1796.66/1797.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1796.66/1797.01	c   vbounds          :          0          0          0          0
1796.66/1797.01	c   rootredcost      :          0          0          0          0
1796.66/1797.01	c   pseudoobj        :        395          0          0          0
1796.66/1797.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1796.66/1797.01	c   vbounds          :       0.08       0.08       0.00
1796.66/1797.01	c   rootredcost      :       0.05       0.05       0.00
1796.66/1797.01	c   pseudoobj        :       0.04       0.04       0.00
1796.66/1797.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1796.66/1797.01	c   propagation      :       0.00         15         15         17        3.1          1        2.0          -
1796.66/1797.01	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1796.66/1797.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1796.66/1797.01	c   applied globally :          -          -          -         18        3.0          -          -          -
1796.66/1797.01	c   applied locally  :          -          -          -          0        0.0          -          -          -
1796.66/1797.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1796.66/1797.01	c   cut pool         :       0.38         77          -          -        566          -    (maximal pool size: 4476)
1796.66/1797.01	c   redcost          :       0.03         78          0          0          0          0
1796.66/1797.01	c   impliedbounds    :       4.28         78          0          0       2897          0
1796.66/1797.01	c   intobj           :       0.00          0          0          0          0          0
1796.66/1797.01	c   gomory           :     322.39         78          0          0       3229          0
1796.66/1797.01	c   cgmip            :       0.00          0          0          0          0          0
1796.66/1797.01	c   closecuts        :       0.00          0          0          0          0          0
1796.66/1797.01	c   strongcg         :      47.59         20          0          0       6901          0
1796.66/1797.01	c   cmir             :       4.75         10          0          0          0          0
1796.66/1797.01	c   flowcover        :      10.35         10          0          0        244          0
1796.66/1797.01	c   clique           :     488.08         77          0          0        725          0
1796.66/1797.01	c   zerohalf         :       0.00          0          0          0          0          0
1796.66/1797.01	c   mcf              :       0.43          1          0          0          0          0
1796.66/1797.01	c   oddcycle         :       0.00          0          0          0          0          0
1796.66/1797.01	c   rapidlearning    :       0.00          0          0          0          0          0
1796.66/1797.01	c Pricers            :       Time      Calls       Vars
1796.66/1797.01	c   problem variables:       0.00          0          0
1796.66/1797.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1796.66/1797.01	c   relpscost        :       0.00          1          0          0          0          0          2
1796.66/1797.01	c   pscost           :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   inference        :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   mostinf          :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   leastinf         :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1796.66/1797.01	c   random           :       0.00          0          0          0          0          0          0
1796.66/1797.01	c Primal Heuristics  :       Time      Calls      Found
1796.66/1797.01	c   LP solutions     :       0.00          -          0
1796.66/1797.01	c   pseudo solutions :       0.00          -          0
1796.66/1797.01	c   oneopt           :       0.00          0          0
1796.66/1797.01	c   crossover        :       0.00          0          0
1796.66/1797.01	c   trivial          :       0.02          2          0
1796.66/1797.01	c   shiftandpropagate:       0.27          1          0
1796.66/1797.01	c   simplerounding   :       0.00          0          0
1796.66/1797.01	c   zirounding       :       0.00          1          0
1796.66/1797.01	c   rounding         :       0.15         78          0
1796.66/1797.01	c   shifting         :       0.34         78          0
1796.66/1797.01	c   intshifting      :       0.00          0          0
1796.66/1797.01	c   twoopt           :       0.00          0          0
1796.66/1797.01	c   fixandinfer      :       0.00          0          0
1796.66/1797.01	c   feaspump         :      15.28          1          0
1796.66/1797.01	c   clique           :       0.00          0          0
1796.66/1797.01	c   coefdiving       :       0.00          0          0
1796.66/1797.01	c   pscostdiving     :       0.00          0          0
1796.66/1797.01	c   fracdiving       :       0.00          0          0
1796.66/1797.01	c   veclendiving     :       0.00          0          0
1796.66/1797.01	c   intdiving        :       0.00          0          0
1796.66/1797.01	c   actconsdiving    :       0.00          0          0
1796.66/1797.01	c   objpscostdiving  :       0.00          0          0
1796.66/1797.01	c   rootsoldiving    :       0.00          0          0
1796.66/1797.01	c   linesearchdiving :       0.00          0          0
1796.66/1797.01	c   guideddiving     :       0.00          0          0
1796.66/1797.01	c   octane           :       0.00          0          0
1796.66/1797.01	c   rens             :       0.00          0          0
1796.66/1797.01	c   rins             :       0.00          0          0
1796.66/1797.01	c   localbranching   :       0.00          0          0
1796.66/1797.01	c   mutation         :       0.00          0          0
1796.66/1797.01	c   dins             :       0.00          0          0
1796.66/1797.01	c   vbounds          :       0.00          0          0
1796.66/1797.01	c   undercover       :       0.00          0          0
1796.66/1797.01	c   subnlp           :       0.00          0          0
1796.66/1797.01	c   trysol           :       0.00          0          0
1796.66/1797.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1796.66/1797.01	c   primal LP        :       0.20          0          0       0.00       0.00
1796.66/1797.01	c   dual LP          :     244.30         78     265913    3409.14    1088.48
1796.66/1797.01	c   lex dual LP      :       0.00          0          0       0.00          -
1796.66/1797.01	c   barrier LP       :       0.00          0          0       0.00          -
1796.66/1797.01	c   diving/probing LP:      15.23          4      19895    4973.75    1306.01
1796.66/1797.01	c   strong branching :       0.00          0          0       0.00          -
1796.66/1797.01	c     (at root node) :          -          0          0       0.00          -
1796.66/1797.01	c   conflict analysis:       0.00          0          0       0.00          -
1796.66/1797.01	c B&B Tree           :
1796.66/1797.01	c   number of runs   :          1
1796.66/1797.01	c   nodes            :          1
1796.66/1797.01	c   nodes (total)    :          1
1796.66/1797.01	c   nodes left       :          2
1796.66/1797.01	c   max depth        :          0
1796.66/1797.01	c   max depth (total):          0
1796.66/1797.01	c   backtracks       :          0 (0.0%)
1796.66/1797.01	c   delayed cutoffs  :          0
1796.66/1797.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1796.66/1797.01	c   avg switch length:       1.00
1796.66/1797.01	c   switching time   :       0.00
1796.66/1797.01	c Solution           :
1796.66/1797.01	c   Solutions found  :          0 (0 improvements)
1796.66/1797.01	c   Primal Bound     :          -
1796.66/1797.01	c   Dual Bound       : +7.03283926276717e+01
1796.66/1797.01	c   Gap              :   infinite
1796.66/1797.01	c   Root Dual Bound  : +7.03283926276717e+01
1796.66/1797.01	c   Root Iterations  :     285808
1796.86/1797.20	c Time complete: 1796.86.

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-3740669-1338758103/watcher-3740669-1338758103 -o /tmp/evaluation-result-3740669-1338758103/solver-3740669-1338758103 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740669-1338758103.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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: 2.03 2.04 2.00 3/176 20663
/proc/meminfo: memFree=30807916/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=6216 CPUtime=0 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 341936322 6365184 499 33554432000 4194304 9016284 140735359693520 140735094224216 4447263 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 1554 508 185 1178 0 372 0

[startup+0.065045 s]
/proc/loadavg: 2.03 2.04 2.00 3/176 20663
/proc/meminfo: memFree=30807916/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=23500 CPUtime=0.05 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 4843 0 0 0 5 0 0 0 20 0 1 0 341936322 24064000 4798 33554432000 4194304 9016284 140735359693520 140735094224216 4536486 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 5875 4798 360 1178 0 4693 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 23500

[startup+0.100244 s]
/proc/loadavg: 2.03 2.04 2.00 3/176 20663
/proc/meminfo: memFree=30807916/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=27940 CPUtime=0.09 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 5982 0 0 0 9 0 0 0 20 0 1 0 341936322 28610560 5937 33554432000 4194304 9016284 140735359693520 140735094224216 4536486 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 6985 5937 360 1178 0 5803 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27940

[startup+0.300175 s]
/proc/loadavg: 2.03 2.04 2.00 3/176 20663
/proc/meminfo: memFree=30807916/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=46520 CPUtime=0.29 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 10399 0 0 0 28 1 0 0 20 0 1 0 341936322 47636480 10355 33554432000 4194304 9016284 140735359693520 140735094224216 6813403 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 11630 10385 360 1178 0 10448 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46520

[startup+0.70018 s]
/proc/loadavg: 2.03 2.04 2.00 3/176 20663
/proc/meminfo: memFree=30807916/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=137656 CPUtime=0.68 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 32990 0 0 0 64 4 0 0 20 0 1 0 341936322 140959744 32891 33554432000 4194304 9016284 140735359693520 140735359689192 4460344 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 34414 32891 485 1178 0 33232 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 137656

[startup+1.50018 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 20664
/proc/meminfo: memFree=30643964/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=200468 CPUtime=1.48 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 48589 0 0 0 142 6 0 0 20 0 1 0 341936322 205279232 48490 33554432000 4194304 9016284 140735359693520 140735359688872 7875499 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 50117 48490 485 1178 0 48935 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 200468

[startup+3.10018 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 20664
/proc/meminfo: memFree=30567704/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=273156 CPUtime=3.08 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 68009 0 0 0 299 9 0 0 20 0 1 0 341936322 279711744 65675 33554432000 4194304 9016284 140735359693520 140735359689192 18446744073699066213 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 68289 65675 525 1178 0 67107 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 273156

[startup+6.30015 s]
/proc/loadavg: 2.03 2.04 2.00 3/177 20664
/proc/meminfo: memFree=30495376/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=311012 CPUtime=6.28 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 77193 0 0 0 617 11 0 0 20 0 1 0 341936322 318476288 74818 33554432000 4194304 9016284 140735359693520 140735359688904 6480184 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 77753 74818 538 1178 0 76571 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 311012

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 20664
/proc/meminfo: memFree=30452444/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=343640 CPUtime=12.69 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 84865 0 0 0 1256 13 0 0 20 0 1 0 341936322 351887360 82490 33554432000 4194304 9016284 140735359693520 140735359689112 5510757 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 85910 82490 538 1178 0 84728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 343640

[startup+25.5003 s]
/proc/loadavg: 2.02 2.04 2.00 3/177 20664
/proc/meminfo: memFree=30373784/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=384408 CPUtime=25.48 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 94458 0 0 0 2534 14 0 0 20 0 1 0 341936322 393633792 92083 33554432000 4194304 9016284 140735359693520 140735359689112 6469475 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 96102 92083 538 1178 0 94920 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 384408

[startup+51.1003 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 20664
/proc/meminfo: memFree=30200076/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=495188 CPUtime=51.08 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 121596 0 0 0 5089 19 0 0 20 0 1 0 341936322 507072512 119221 33554432000 4194304 9016284 140735359693520 140735359688904 5510784 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 123797 119221 538 1178 0 122615 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 495188

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/176 20664
/proc/meminfo: memFree=29941408/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=615704 CPUtime=102.27 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 151744 0 0 0 10202 25 0 0 20 0 1 0 341936322 630480896 149369 33554432000 4194304 9016284 140735359693520 140735359689112 5510784 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 153926 149369 538 1178 0 152744 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 615704

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 20665
/proc/meminfo: memFree=29595700/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=726828 CPUtime=162.26 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 179446 0 0 0 16194 32 0 0 20 0 1 0 341936322 744271872 177582 33554432000 4194304 9016284 140735359693520 140735359688904 6480197 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 181707 177582 543 1178 0 180525 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 726828

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20665
/proc/meminfo: memFree=29403780/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=920424 CPUtime=222.26 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 227186 0 0 0 22184 42 0 0 20 0 1 0 341936322 942514176 225322 33554432000 4194304 9016284 140735359693520 140735359689112 5519463 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 230106 225322 543 1178 0 228924 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 920424

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 20665
/proc/meminfo: memFree=29203792/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1119116 CPUtime=282.24 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 276059 0 0 0 28174 50 0 0 20 0 1 0 341936322 1145974784 275217 33554432000 4194304 9016284 140735359693520 140735359688904 5510757 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 279779 275217 543 1178 0 278597 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1119116

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 20668
/proc/meminfo: memFree=28943040/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1274440 CPUtime=342.24 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 313907 0 0 0 34166 58 0 0 20 0 1 0 341936322 1305026560 314087 33554432000 4194304 9016284 140735359693520 140735359689112 6480220 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 318610 314087 543 1178 0 317428 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1274440

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20706
/proc/meminfo: memFree=29656872/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1388592 CPUtime=402.22 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 342229 0 0 0 40159 63 0 0 20 0 1 0 341936322 1421918208 342474 33554432000 4194304 9016284 140735359693520 140735359689112 6480184 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 347148 342474 543 1178 0 345966 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1388592

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20707
/proc/meminfo: memFree=29394764/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1502776 CPUtime=462.19 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 370715 0 0 0 46151 68 0 0 20 0 1 0 341936322 1538842624 371058 33554432000 4194304 9016284 140735359693520 140735359689032 4222927 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 375694 371058 543 1178 0 374512 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 1502776

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20707
/proc/meminfo: memFree=29161920/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1597844 CPUtime=522.18 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 394564 0 0 0 52144 74 0 0 20 0 1 0 341936322 1636192256 394952 33554432000 4194304 9016284 140735359693520 140735359689112 4920947 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 399461 394952 543 1178 0 398279 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 1597844

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20745
/proc/meminfo: memFree=29438664/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1647304 CPUtime=582.17 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 407178 0 0 0 58140 77 0 0 20 0 1 0 341936322 1686839296 407715 33554432000 4194304 9016284 140735359693520 140735359688904 5510784 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 411826 407715 543 1178 0 410644 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 1647304

[startup+642.3 s]

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

/proc/meminfo: memFree=27598728/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1991244 CPUtime=1122.07 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 456889 0 0 0 112109 98 0 0 20 0 1 0 341936322 2039033856 491949 33554432000 4194304 9016284 140735359693520 140735359688680 6270490 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 497811 491949 698 1178 0 496629 0
Current children cumulated CPU time (s) 1122.07
Current children cumulated vsize (KiB) 1991244

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20752
/proc/meminfo: memFree=27440280/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1995464 CPUtime=1182.06 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 459365 0 0 0 118101 105 0 0 20 0 1 0 341936322 2043355136 493428 33554432000 4194304 9016284 140735359693520 140735359688584 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 498866 493428 698 1178 0 497684 0
Current children cumulated CPU time (s) 1182.06
Current children cumulated vsize (KiB) 1995464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20752
/proc/meminfo: memFree=27287716/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1999516 CPUtime=1242.05 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 461960 0 0 0 124092 113 0 0 20 0 1 0 341936322 2047504384 495013 33554432000 4194304 9016284 140735359693520 140735359687384 7178129 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 499879 495013 698 1178 0 498697 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 1999516

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20752
/proc/meminfo: memFree=27283476/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1999516 CPUtime=1302.05 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 462212 0 0 0 130085 120 0 0 20 0 1 0 341936322 2047504384 495982 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 499879 495982 698 1178 0 498697 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 1999516

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 20753
/proc/meminfo: memFree=27284152/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2003676 CPUtime=1362.03 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 464827 0 0 0 136074 129 0 0 20 0 1 0 341936322 2051764224 495766 33554432000 4194304 9016284 140735359693520 140735359688584 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 500919 495766 698 1178 0 499737 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 2003676

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 20753
/proc/meminfo: memFree=27283900/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1999488 CPUtime=1422.03 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 466761 0 0 0 142066 137 0 0 20 0 1 0 341936322 2047475712 495952 33554432000 4194304 9016284 140735359693520 140735359687480 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 499872 495952 698 1178 0 498690 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1999488

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 20753
/proc/meminfo: memFree=27278276/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1482.01 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467652 0 0 0 148057 144 0 0 20 0 1 0 341936322 2052812800 497354 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497354 698 1178 0 499993 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 2004700

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20756
/proc/meminfo: memFree=27278304/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1542 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467658 0 0 0 154049 151 0 0 20 0 1 0 341936322 2052812800 497361 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497361 698 1178 0 499993 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 2004700

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20756
/proc/meminfo: memFree=27277664/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1601.98 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467659 0 0 0 160040 158 0 0 20 0 1 0 341936322 2052812800 497368 33554432000 4194304 9016284 140735359693520 140735359688584 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497368 698 1178 0 499993 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 2004700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27277568/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1661.98 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467665 0 0 0 166032 166 0 0 20 0 1 0 341936322 2052812800 497374 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497374 698 1178 0 499993 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 2004700

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27277228/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1721.97 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467666 0 0 0 172023 174 0 0 20 0 1 0 341936322 2052812800 497375 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497375 698 1178 0 499993 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 2004700

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27252008/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1781.96 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467666 0 0 0 178016 180 0 0 20 0 1 0 341936322 2052812800 497375 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497375 698 1178 0 499993 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 2004700

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27248844/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1785.16 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467666 0 0 0 178335 181 0 0 20 0 1 0 341936322 2052812800 497375 33554432000 4194304 9016284 140735359693520 140735359686936 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497375 698 1178 0 499993 0
Current children cumulated CPU time (s) 1785.16
Current children cumulated vsize (KiB) 2004700

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27243184/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1791.57 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467666 0 0 0 178976 181 0 0 20 0 1 0 341936322 2052812800 497375 33554432000 4194304 9016284 140735359693520 140735359688632 7214028 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497375 698 1178 0 499993 0
Current children cumulated CPU time (s) 1791.57
Current children cumulated vsize (KiB) 2004700

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27238344/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1794.76 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467666 0 0 0 179295 181 0 0 20 0 1 0 341936322 2052812800 497375 33554432000 4194304 9016284 140735359693520 140735359688584 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497375 698 1178 0 499993 0
Current children cumulated CPU time (s) 1794.76
Current children cumulated vsize (KiB) 2004700

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27238344/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1795.56 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467666 0 0 0 179374 182 0 0 20 0 1 0 341936322 2052812800 497375 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497375 698 1178 0 499993 0
Current children cumulated CPU time (s) 1795.56
Current children cumulated vsize (KiB) 2004700

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27238344/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=2004700 CPUtime=1796.36 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467666 0 0 0 179454 182 0 0 20 0 1 0 341936322 2052812800 497375 33554432000 4194304 9016284 140735359693520 140735359688632 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 501175 497375 698 1178 0 499993 0
Current children cumulated CPU time (s) 1796.36
Current children cumulated vsize (KiB) 2004700

[startup+1797.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27238344/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1824108 CPUtime=1796.76 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467675 0 0 0 179494 182 0 0 20 0 1 0 341936322 1867886592 455145 33554432000 4194304 9016284 140735359693520 140735359688632 4622064 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 456027 455145 707 1178 0 454845 0
Current children cumulated CPU time (s) 1796.76
Current children cumulated vsize (KiB) 1824108

[startup+1797.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20757
/proc/meminfo: memFree=27238344/32873648 swapFree=7628/7628
[pid=20663] ppid=20661 vsize=1368000 CPUtime=1796.86 cores=1,3,5,7
/proc/20663/stat : 20663 (scip-2.0.1.4b_2) R 20661 20663 20052 0 -1 4202496 467678 0 0 0 179501 185 0 0 20 0 1 0 341936322 1400832000 85487 33554432000 4194304 9016284 140735359693520 140735359688632 8107690 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20663/statm: 342000 85487 710 1178 0 340818 0
Current children cumulated CPU time (s) 1796.86
Current children cumulated vsize (KiB) 1368000

Child status: 0
Real time (s): 1797.2
CPU time (s): 1796.87
CPU user time (s): 1795.02
CPU system time (s): 1.85472
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 2004700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 1.85472
maximum resident set size= 1989528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 467683
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= 91
involuntary context switches= 1840

runsolver used 2.69459 second user time and 7.29289 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 23:15:03
IDJOB=3740669
IDBENCH=78246
IDSOLVER=2329
FILE ID=node122/3740669-1338758103
RUNJOBID= node122-1338749400-20069
PBS_JOBID= 14636801
Free space on /tmp= 71168 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j30opt/normalized-j305_3.std.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740669-1338758103/watcher-3740669-1338758103 -o /tmp/evaluation-result-3740669-1338758103/solver-3740669-1338758103 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3740669-1338758103.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4501334f0c0e8dcf999d144644599113
RANDOM SEED=1434623682

node122.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.533
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.06
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.533
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	: 5331.91
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.533
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.04
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.533
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	: 5331.91
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.533
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	: 5331.91
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.533
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	: 5438.54
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.533
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	: 5331.91
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.533
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30811912 kB
Buffers:          254576 kB
Cached:           295424 kB
SwapCached:         1832 kB
Active:          1096140 kB
Inactive:         141012 kB
Active(anon):     684840 kB
Inactive(anon):     4676 kB
Active(file):     411300 kB
Inactive(file):   136336 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:             18248 kB
Writeback:             0 kB
AnonPages:        754044 kB
Mapped:            11000 kB
Shmem:                 0 kB
Slab:             684808 kB
SReclaimable:     128900 kB
SUnreclaim:       555908 kB
KernelStack:        1488 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71148 MiB
End job on node122 at 2012-06-03 23:45:01