Trace number 3447959

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.27 1800.19

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh306_wcsp.wbo
MD5SUM066a913179e37120802f974ea952f3b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.012997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints1000
Number of soft constraints900
Number of constraints which are clauses900
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 444855
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 444854
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3447959-1307902589.wbo>
0.00/0.01	c original problem has 1100 variables (1100 bin, 0 int, 0 impl, 0 cont) and 1001 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.01/0.02	c presolving:
0.01/0.02	c (round 1) 100 del vars, 101 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.03	c (round 2) 100 del vars, 101 del conss, 0 add conss, 900 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 200 impls, 0 clqs
0.01/0.06	c    (0.1s) probing: 101/1000 (10.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (3 rounds):
0.01/0.06	c  100 deleted vars, 101 deleted constraints, 0 added constraints, 900 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  1100 implications, 0 cliques
0.01/0.06	c presolved problem has 1900 variables (1000 bin, 0 int, 900 impl, 0 cont) and 1800 constraints
0.01/0.06	c     900 constraints of type <linear>
0.01/0.06	c     900 constraints of type <indicator>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.05
0.01/0.06	c - non default parameters ----------------------------------------------------------------------
0.01/0.06	c # SCIP version 2.0.1.4
0.01/0.06	c 
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = 10000
0.01/0.06	c 
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = 1800
0.01/0.06	c 
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = 13950
0.01/0.06	c 
0.01/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.06	c # [type: int, range: [1,2], default: 1]
0.01/0.06	c timing/clocktype = 2
0.01/0.06	c 
0.01/0.06	c # belongs reading time to solving time?
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c timing/reading = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify inequalities
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/linear/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/indicator/addCouplingCons = TRUE
0.01/0.06	c 
0.01/0.06	c # should presolving try to simplify knapsacks
0.01/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.01/0.06	c 
0.01/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.01/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.01/0.06	c separating/rapidlearning/freq = 0
0.01/0.06	c 
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving
0.01/0.06	c 
0.01/0.06	o 444854
0.01/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.06	c t 0.1s|     1 |     0 |     0 |     - |5217k|   0 |   - |1900 |1800 |   0 |   0 |   0 |   0 |   0 |      --      | 4.448540e+05 |    Inf 
0.01/0.07	c   0.1s|     1 |     0 |   134 |     - |6429k|   0 |  74 |1900 |2700 |1900 | 900 |   0 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.19/0.23	c   0.2s|     1 |     0 |   383 |     - |9252k|   0 |  87 |1900 |2700 |1900 | 926 |  26 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.29/0.37	c   0.4s|     1 |     0 |   519 |     - |9746k|   0 |  79 |1900 |2700 |1900 | 944 |  44 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     0 |   871 |     - |  10M|   0 |  73 |1900 |2700 |1900 | 966 |  66 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |  1000 |     - |  10M|   0 |  81 |1900 |2700 |1900 | 997 |  97 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |  1049 |     - |  11M|   0 |  86 |1900 |2700 |1900 |1008 | 108 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
0.89/0.96	c   1.0s|     1 |     0 |  1088 |     - |  12M|   0 |  85 |1900 |2700 |1900 |1013 | 113 |   0 |   0 | 0.000000e+00 | 4.448540e+05 |    Inf 
2.30/2.31	c   2.3s|     1 |     2 |  1088 |     - |  12M|   0 |  85 |1900 |2700 |1900 |1013 | 113 |   0 |  36 | 0.000000e+00 | 4.448540e+05 |    Inf 
9.39/9.44	o 8418
9.39/9.44	c * 9.4s|   621 |   620 | 24716 |  38.1 |  16M|  58 |   - |1900 |2700 |1900 |1048 | 228 |   0 | 810 | 0.000000e+00 | 8.418000e+03 |    Inf 
10.79/10.87	o 7809
10.79/10.87	c *10.9s|   864 |   837 | 31289 |  35.0 |  17M|  64 |   - |1900 |2705 |1900 |1053 | 897 |   5 |1006 | 0.000000e+00 | 7.809000e+03 |    Inf 
10.99/11.03	o 7572
10.99/11.03	c *11.0s|   875 |   842 | 31753 |  35.1 |  17M|  64 |   - |1900 |2705 |1900 |1063 | 985 |   5 |1043 | 0.000000e+00 | 7.572000e+03 |    Inf 
11.19/11.22	o 7529
11.19/11.22	c *11.2s|   885 |   846 | 32258 |  35.3 |  17M|  64 |   - |1900 |2705 |1900 |1048 |1062 |   5 |1087 | 0.000000e+00 | 7.529000e+03 |    Inf 
18.60/18.69	o 7097
18.60/18.69	c *18.7s|  2692 |  2594 | 85032 |  31.2 |  19M|  64 |   - |1900 |2761 |1900 |1046 |3624 |  61 |1384 | 0.000000e+00 | 7.097000e+03 |    Inf 
18.60/18.70	o 7090
18.60/18.70	c *18.7s|  2694 |  2594 | 85041 |  31.2 |  19M|  64 |   - |1900 |2761 |1900 |1046 |3624 |  61 |1384 | 0.000000e+00 | 7.090000e+03 |    Inf 
18.60/18.70	o 6118
18.60/18.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
18.60/18.70	c *18.7s|  2695 |  2559 | 85045 |  31.2 |  19M|  64 |   - |1900 |2761 |1900 |1046 |3624 |  61 |1384 | 0.000000e+00 | 6.118000e+03 |    Inf 
18.79/18.85	o 6014
18.79/18.85	c *18.9s|  2705 |  2557 | 85768 |  31.3 |  19M|  64 |   - |1900 |2762 |1900 |1039 |3743 |  62 |1391 | 0.000000e+00 | 6.014000e+03 |    Inf 
18.79/18.86	o 5821
18.79/18.86	c *18.9s|  2706 |  2544 | 85798 |  31.3 |  19M|  64 |   - |1900 |2762 |1900 |1036 |3755 |  62 |1391 | 0.000000e+00 | 5.821000e+03 |    Inf 
30.79/30.84	o 5289
30.79/30.84	c *30.8s|  5083 |  4804 |178228 |  34.9 |  21M|  64 |   - |1900 |2874 |1900 |1057 |6824 | 174 |1623 | 0.000000e+00 | 5.289000e+03 |    Inf 
32.20/32.23	o 5272
32.20/32.23	c *32.2s|  5248 |  4925 |185879 |  35.2 |  22M|  65 |   - |1900 |2886 |1900 |1055 |7665 | 186 |1658 | 0.000000e+00 | 5.272000e+03 |    Inf 
43.29/43.36	o 4782
43.29/43.36	c *43.4s|  6924 |  6431 |257325 |  37.0 |  23M|  65 |   - |1900 |2958 |1900 |1045 |  12k| 258 |2048 | 0.000000e+00 | 4.782000e+03 |    Inf 
58.59/58.62	o 4274
58.59/58.62	c *58.6s|  9223 |  8303 |350155 |  37.9 |  26M|  67 |   - |1900 |3195 |1900 |1039 |  20k| 498 |2373 | 0.000000e+00 | 4.274000e+03 |    Inf 
58.59/58.63	o 3321
58.59/58.63	c *58.6s|  9224 |  7866 |350181 |  37.9 |  25M|  67 |   - |1900 |3195 |1900 |1045 |  20k| 498 |2373 | 0.000000e+00 | 3.321000e+03 |    Inf 
63.09/63.15	c  63.2s| 10000 |  8472 |379154 |  37.8 |  26M|  67 |  17 |1900 |3318 |1900 |1044 |  22k| 632 |2401 | 0.000000e+00 | 3.321000e+03 |    Inf 
127.10/127.11	c   127s| 20000 | 15217 |766761 |  38.3 |  36M|  67 |  14 |1900 |3972 |1900 | 976 |  52k|3228 |3780 | 0.000000e+00 | 3.321000e+03 |    Inf 
134.20/134.25	o 3286
134.20/134.25	c * 134s| 21145 | 15864 |809396 |  38.2 |  37M|  67 |   - |1900 |3861 |1900 |1030 |  56k|3567 |3962 | 0.000000e+00 | 3.286000e+03 |    Inf 
189.00/189.05	c   189s| 30000 | 20945 |  1131k|  37.7 |  44M|  67 |   3 |1900 |3457 |1900 | 982 |  83k|5810 |5249 | 0.000000e+00 | 3.286000e+03 |    Inf 
194.00/194.07	o 3071
194.00/194.07	c * 194s| 30719 | 21046 |  1158k|  37.7 |  44M|  67 |   - |1900 |3276 |1900 |1032 |  86k|5989 |5348 | 0.000000e+00 | 3.071000e+03 |    Inf 
215.81/215.84	o 2784
215.81/215.84	c * 216s| 34193 | 22478 |  1281k|  37.4 |  46M|  67 |   - |1900 |3153 |1900 |1031 |  97k|6963 |5835 | 0.000000e+00 | 2.784000e+03 |    Inf 
222.10/222.11	o 2743
222.10/222.11	c * 222s| 35159 | 22904 |  1318k|  37.5 |  47M|  67 |   - |1900 |3064 |1900 |1037 | 100k|7275 |5987 | 0.000000e+00 | 2.743000e+03 |    Inf 
249.61/249.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
249.61/249.68	c   250s| 40000 | 25330 |  1485k|  37.1 |  51M|  67 |   8 |1900 |3170 |1900 |1002 | 113k|8581 |6405 | 0.000000e+00 | 2.743000e+03 |    Inf 
313.11/313.18	c   313s| 50000 | 29286 |  1838k|  36.7 |  57M|  67 |   - |1900 |3075 |1900 |1023 | 149k|  11k|7363 | 0.000000e+00 | 2.743000e+03 |    Inf 
377.91/377.99	c   378s| 60000 | 33466 |  2190k|  36.5 |  64M|  67 |  11 |1900 |3075 |1900 | 996 | 186k|  14k|8439 | 0.000000e+00 | 2.743000e+03 |    Inf 
433.42/433.44	c   433s| 70000 | 38152 |  2495k|  35.6 |  72M|  67 |   3 |1900 |3253 |1900 | 978 | 217k|  17k|9228 | 0.000000e+00 | 2.743000e+03 |    Inf 
488.02/488.01	c   488s| 80000 | 42169 |  2764k|  34.5 |  79M|  67 |   - |1900 |3218 |1900 |1016 | 250k|  21k|9863 | 0.000000e+00 | 2.743000e+03 |    Inf 
540.42/540.45	c   540s| 90000 | 46561 |  3026k|  33.6 |  86M|  67 |   3 |1900 |3251 |1900 | 977 | 282k|  24k|  10k| 0.000000e+00 | 2.743000e+03 |    Inf 
596.32/596.38	c   596s|100000 | 50526 |  3301k|  33.0 |  93M|  67 |   3 |1900 |3255 |1900 | 978 | 316k|  27k|  11k| 0.000000e+00 | 2.743000e+03 |    Inf 
654.62/654.60	c   655s|110000 | 54444 |  3604k|  32.8 |  99M|  67 |   2 |1900 |3175 |1900 |1013 | 350k|  31k|  11k| 0.000000e+00 | 2.743000e+03 |    Inf 
711.73/711.78	c   712s|120000 | 58559 |  3894k|  32.4 | 106M|  67 |   3 |1900 |3085 |1900 |1041 | 384k|  34k|  12k| 0.000000e+00 | 2.743000e+03 |    Inf 
772.63/772.67	c   773s|130000 | 62604 |  4216k|  32.4 | 112M|  67 |   5 |1900 |3183 |1900 | 988 | 420k|  37k|  13k| 0.000000e+00 | 2.743000e+03 |    Inf 
824.83/824.86	c   825s|140000 | 67281 |  4489k|  32.1 | 119M|  67 |   4 |1900 |3126 |1900 |1008 | 449k|  40k|  14k| 0.000000e+00 | 2.743000e+03 |    Inf 
879.53/879.50	c   880s|150000 | 72024 |  4763k|  31.8 | 126M|  67 |   3 |1900 |3198 |1900 |1021 | 482k|  43k|  14k| 0.000000e+00 | 2.743000e+03 |    Inf 
887.03/887.07	o 2270
887.03/887.07	c * 887s|151330 | 70791 |  4803k|  31.7 | 121M|  67 |   - |1900 |3230 |1900 |1028 | 486k|  43k|  14k| 0.000000e+00 | 2.270000e+03 |    Inf 
936.04/936.07	c   936s|160000 | 74158 |  5036k|  31.5 | 127M|  67 |   6 |1900 |3350 |1900 | 987 | 517k|  46k|  15k| 0.000000e+00 | 2.270000e+03 |    Inf 
990.53/990.56	c   991s|170000 | 77780 |  5298k|  31.2 | 133M|  67 |   - |1900 |3417 |1900 |1013 | 552k|  49k|  15k| 0.000000e+00 | 2.270000e+03 |    Inf 
1046.64/1046.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1046.64/1046.67	c  1047s|180000 | 81400 |  5566k|  30.9 | 139M|  67 |  13 |1900 |3403 |1900 | 975 | 587k|  52k|  16k| 0.000000e+00 | 2.270000e+03 |    Inf 
1099.94/1099.93	c  1100s|190000 | 85001 |  5817k|  30.6 | 145M|  67 |  16 |1900 |3344 |1900 | 989 | 622k|  56k|  16k| 0.000000e+00 | 2.270000e+03 |    Inf 
1103.85/1103.89	o 2201
1103.85/1103.89	c *1104s|190802 | 84709 |  5838k|  30.6 | 145M|  67 |   - |1900 |3289 |1900 |1010 | 624k|  56k|  16k| 0.000000e+00 | 2.201000e+03 |    Inf 
1109.44/1109.41	o 2011
1109.44/1109.41	c *1109s|191697 | 83296 |  5866k|  30.6 | 141M|  67 |   - |1900 |3389 |1900 |1017 | 628k|  56k|  16k| 0.000000e+00 | 2.011000e+03 |    Inf 
1121.55/1121.58	o 2005
1121.55/1121.58	c *1122s|193854 | 83826 |  5920k|  30.5 | 142M|  67 |   - |1900 |3511 |1900 |1018 | 635k|  57k|  16k| 0.000000e+00 | 2.005000e+03 |    Inf 
1132.24/1132.22	o 1693
1132.24/1132.22	c *1132s|195502 | 76938 |  5967k|  30.5 | 125M|  67 |   - |1900 |3579 |1900 |1030 | 642k|  58k|  16k| 0.000000e+00 | 1.693000e+03 |    Inf 
1135.94/1135.97	o 1245
1135.94/1135.97	c *1136s|196014 | 56440 |  5982k|  30.5 |  95M|  67 |   - |1900 |3586 |1900 |1015 | 645k|  58k|  16k| 0.000000e+00 | 1.245000e+03 |    Inf 
1157.44/1157.40	o 1226
1157.44/1157.40	c *1157s|199795 | 55134 |  6075k|  30.4 |  97M|  67 |   - |1900 |3665 |1900 |1001 | 657k|  60k|  16k| 0.000000e+00 | 1.226000e+03 |    Inf 
1158.65/1158.66	c  1159s|200000 | 55042 |  6080k|  30.4 |  98M|  67 |   - |1900 |3742 |1900 | 982 | 657k|  61k|  16k| 0.000000e+00 | 1.226000e+03 |    Inf 
1216.44/1216.48	c  1216s|210000 | 53805 |  6320k|  30.1 | 105M|  67 |  14 |1900 |3560 |1900 | 974 | 689k|  69k|  17k| 0.000000e+00 | 1.226000e+03 |    Inf 
1270.85/1270.87	c  1271s|220000 | 55106 |  6589k|  29.9 | 113M|  67 |   - |1900 |3892 |1900 | 979 | 714k|  76k|  17k| 0.000000e+00 | 1.226000e+03 |    Inf 
1274.15/1274.15	o 1216
1274.15/1274.15	c *1274s|220545 | 54395 |  6604k|  29.9 | 112M|  67 |   - |1900 |4069 |1900 |1009 | 715k|  76k|  17k| 0.000000e+00 | 1.216000e+03 |    Inf 
1323.85/1323.84	c  1324s|230000 | 55245 |  6843k|  29.8 | 120M|  67 |   - |1900 |3947 |1900 | 977 | 739k|  84k|  17k| 0.000000e+00 | 1.216000e+03 |    Inf 
1377.06/1377.07	c  1377s|240000 | 55848 |  7095k|  29.6 | 127M|  67 |  11 |1900 |4164 |1900 | 989 | 764k|  92k|  18k| 0.000000e+00 | 1.216000e+03 |    Inf 
1435.86/1435.82	c  1436s|250000 | 56891 |  7370k|  29.5 | 134M|  67 |   - |1900 |3991 |   0 |   0 | 796k| 100k|  18k| 0.000000e+00 | 1.216000e+03 |    Inf 
1483.06/1483.09	o 1161
1483.06/1483.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1483.06/1483.09	c *1483s|257633 | 54760 |  7586k|  29.4 | 136M|  67 |   - |1900 |3749 |1900 | 979 | 822k| 106k|  18k| 0.000000e+00 | 1.161000e+03 |    Inf 
1495.56/1495.51	c  1496s|260000 | 55018 |  7642k|  29.4 | 137M|  67 |   - |1900 |3924 |1900 | 984 | 828k| 108k|  19k| 0.000000e+00 | 1.161000e+03 |    Inf 
1548.57/1548.55	c  1549s|270000 | 55696 |  7892k|  29.2 | 142M|  67 |   - |1900 |4480 |   0 |   0 | 853k| 116k|  19k| 0.000000e+00 | 1.161000e+03 |    Inf 
1600.97/1600.94	c  1601s|280000 | 56663 |  8144k|  29.1 | 149M|  67 |   - |1900 |4181 |1900 |1024 | 878k| 124k|  19k| 0.000000e+00 | 1.161000e+03 |    Inf 
1613.67/1613.67	o 1151
1613.67/1613.67	c *1614s|282269 | 56304 |  8205k|  29.1 | 149M|  67 |   - |1900 |4070 |1900 |1014 | 884k| 126k|  19k| 0.000000e+00 | 1.151000e+03 |    Inf 
1614.07/1614.02	o 1045
1614.07/1614.02	c *1614s|282309 | 50622 |  8206k|  29.1 | 141M|  67 |   - |1900 |4068 |1900 |1023 | 884k| 126k|  19k| 0.000000e+00 | 1.045000e+03 |    Inf 
1654.27/1654.26	c  1654s|290000 | 51173 |  8399k|  29.0 | 146M|  67 |  17 |1900 |4319 |1900 | 979 | 903k| 133k|  20k| 0.000000e+00 | 1.045000e+03 |    Inf 
1704.67/1704.64	c  1705s|300000 | 52215 |  8650k|  28.8 | 153M|  67 |   6 |1900 |4270 |1900 | 988 | 923k| 141k|  20k| 0.000000e+00 | 1.045000e+03 |    Inf 
1755.67/1755.61	c  1756s|310000 | 53119 |  8906k|  28.7 | 160M|  67 |   - |1900 |4314 |1900 | 979 | 943k| 150k|  20k| 0.000000e+00 | 1.045000e+03 |    Inf 
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Solving Time (sec) : 1800.00
1800.08/1800.00	c Solving Nodes      : 318872
1800.08/1800.00	c Primal Bound       : +1.04500000000000e+03 (129 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/1800.00	c Gap                : infinite
1800.08/1800.00	s SATISFIABLE
1800.08/1800.00	v x200 -x199 x198 -x197 x196 -x195 -x194 x193 -x192 x191 -x190 x189 -x188 x187 -x186 x185 x184 -x183 x182 -x181 x180 -x179 x178 -x177 
1800.08/1800.00	v -x176 x175 x174 -x173 -x172 x171 -x170 x169 x168 -x167 -x166 x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 x156 -x155 
1800.08/1800.00	v -x154 x153 x152 -x151 -x150 x149 x148 -x147 x146 -x145 -x144 x143 x142 -x141 x140 -x139 -x138 x137 -x136 x135 x134 -x133 x132 
1800.08/1800.00	v -x131 x130 -x129 -x128 x127 -x126 x125 -x124 x123 -x122 x121 x120 -x119 x118 -x117 -x116 x115 -x114 x113 -x112 x111 x110 -x109 
1800.08/1800.00	v -x108 x107 x106 -x105 x104 -x103 -x102 x101 x100 -x99 -x98 x97 -x96 x95 x94 -x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 
1800.08/1800.00	v x83 -x82 x81 -x80 x79 x78 -x77 -x76 x75 x74 -x73 -x72 x71 x70 -x69 x68 -x67 x66 -x65 x64 -x63 x62 -x61 x60 -x59 x58 -x57 x56 
1800.08/1800.00	v -x55 -x54 x53 x52 -x51 x50 -x49 x48 -x47 -x46 x45 -x44 x43 -x42 x41 x40 -x39 -x38 x37 x36 -x35 x34 -x33 -x32 x31 x30 -x29 x28 
1800.08/1800.00	v -x27 -x26 x25 -x24 x23 -x22 x21 x20 -x19 -x18 x17 -x16 x15 x14 -x13 -x12 x11 -x10 x9 x8 -x7 x6 -x5 -x4 x3 -x2 x1 
1800.08/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.00	c Total Time         :    1800.00
1800.08/1800.00	c   solving          :    1800.00
1800.08/1800.00	c   presolving       :       0.05 (included in solving)
1800.08/1800.00	c   reading          :       0.01 (included in solving)
1800.08/1800.00	c Original Problem   :
1800.08/1800.00	c   Problem name     : HOME/instance-3447959-1307902589.wbo
1800.08/1800.00	c   Variables        : 1100 (1100 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.00	c   Constraints      : 1001 initial, 1001 maximal
1800.08/1800.00	c Presolved Problem  :
1800.08/1800.00	c   Problem name     : t_HOME/instance-3447959-1307902589.wbo
1800.08/1800.00	c   Variables        : 1900 (1000 binary, 0 integer, 900 implicit integer, 0 continuous)
1800.08/1800.00	c   Constraints      : 1800 initial, 4763 maximal
1800.08/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.08/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   linear           :       0.02          0        100          0        900          0        101          0          0          0
1800.08/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.08/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.08/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   integral         :          0          0          0    1177896          0      10844          0        237        691          0          0     429428
1800.08/1800.00	c   varbound         :          0+         6    1093595     962509          2          0     111552         21    7071034     962581          0          0
1800.08/1800.00	c   linear           :        900          6    1093775         29          0      10841     520881      39860    1304702          0          0          0
1800.08/1800.00	c   indicator        :        900          0    1053915     962509          0      10836     223086          0     232360          0          0          0
1800.08/1800.00	c   logicor          :          0+         0     555471          0          0          0     257232      10900     259642          0          0          0
1800.08/1800.00	c   countsols        :          0          0          0         29          2        102          0          0          0          0          0          0
1800.08/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.08/1800.00	c   integral         :      39.31       0.00       0.00      39.30       0.00       0.01       0.00
1800.08/1800.00	c   varbound         :      37.90       0.00      21.57      16.29       0.00       0.00       0.04
1800.08/1800.00	c   linear           :      17.20       0.00      16.13       0.00       0.00       0.67       0.40
1800.08/1800.00	c   indicator        :      80.00       0.01      19.14      54.76       0.00       6.03       0.07
1800.08/1800.00	c   logicor          :       8.03       0.00       7.75       0.00       0.00       0.00       0.28
1800.08/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.08/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.08/1800.00	c   vbounds          :     521476     220459         22   23490760
1800.08/1800.00	c   rootredcost      :         29          0          0          0
1800.08/1800.00	c   pseudoobj        :    1137654     140639      44058    7071207
1800.08/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.08/1800.00	c   vbounds          :      61.39      61.32       0.07
1800.08/1800.00	c   rootredcost      :       0.25       0.25       0.00
1800.08/1800.00	c   pseudoobj        :      24.69      23.40       1.29
1800.08/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.00	c   propagation      :       3.14      94861      92418     194170       22.6       3673       15.3          -
1800.08/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.00	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1800.08/1800.00	c   applied globally :          -          -          -     158803       19.5          -          -          -
1800.08/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.00	c   cut pool         :       0.00          5          -          -         48          -    (maximal pool size: 1448)
1800.08/1800.00	c   redcost          :      44.05     623190          0   23402186          0          0
1800.08/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.08/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.00	c   gomory           :       0.31          6          0          0        512          0
1800.08/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.08/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.08/1800.00	c   strongcg         :       0.26          6          0          0       1286          0
1800.08/1800.00	c   cmir             :       0.10          6          0          0          0          0
1800.08/1800.00	c   flowcover        :       0.05          6          0          0          0          0
1800.08/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.08/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.08/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.08/1800.00	c   rapidlearning    :       0.06          1          0          0          0          0
1800.08/1800.00	c Pricers            :       Time      Calls       Vars
1800.08/1800.00	c   problem variables:       0.00          0          0
1800.08/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.00	c   relpscost        :      38.91     215387        237        691          0          0     429428
1800.08/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   inference        :       0.00          2          0          0          0          0          4
1800.08/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.00	c   LP solutions     :       0.09          -         29
1800.08/1800.00	c   pseudo solutions :       0.00          -          0
1800.08/1800.00	c   feaspump         :       0.01          0          0
1800.08/1800.00	c   oneopt           :       0.26         27          0
1800.08/1800.00	c   crossover        :       1.20         38          0
1800.08/1800.00	c   rootsoldiving    :       6.99        494          0
1800.08/1800.00	c   objpscostdiving  :       7.72        660          0
1800.08/1800.00	c   coefdiving       :      14.76       1432          0
1800.08/1800.00	c   veclendiving     :      13.72       1432          0
1800.08/1800.00	c   fracdiving       :      13.32       1433          0
1800.08/1800.00	c   linesearchdiving :      14.94       1433          0
1800.08/1800.00	c   guideddiving     :      14.03       1433          0
1800.08/1800.00	c   trivial          :       0.00          2          1
1800.08/1800.00	c   shiftandpropagate:       0.00          0          0
1800.08/1800.00	c   simplerounding   :       0.70     242324          0
1800.08/1800.00	c   zirounding       :       0.12       1000          0
1800.08/1800.00	c   rounding         :       0.70       6906          0
1800.08/1800.00	c   shifting         :       1.82       2144          0
1800.08/1800.00	c   intshifting      :       0.01          0          0
1800.08/1800.00	c   twoopt           :       0.00          0          0
1800.08/1800.00	c   fixandinfer      :       0.00          0          0
1800.08/1800.00	c   clique           :       0.00          0          0
1800.08/1800.00	c   pscostdiving     :      13.58       1433          0
1800.08/1800.00	c   intdiving        :       0.00          0          0
1800.08/1800.00	c   actconsdiving    :       0.00          0          0
1800.08/1800.00	c   octane           :       0.00          0          0
1800.08/1800.00	c   rens             :       0.02          1          0
1800.08/1800.00	c   rins             :       0.00          0          0
1800.08/1800.00	c   localbranching   :       0.00          0          0
1800.08/1800.00	c   mutation         :       0.00          0          0
1800.08/1800.00	c   dins             :       0.00          0          0
1800.08/1800.00	c   vbounds          :       0.00          0          0
1800.08/1800.00	c   undercover       :       0.00          0          0
1800.08/1800.00	c   subnlp           :       0.04          0          0
1800.08/1800.00	c   trysol           :       0.32      10727         99
1800.08/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.00	c   primal LP        :       4.23          0          0       0.00       0.00
1800.08/1800.00	c   dual LP          :    1064.58    1278807    8437184       6.60    7925.36
1800.08/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.08/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.00	c   diving/probing LP:      67.23      65635     680924      10.37   10128.21
1800.08/1800.00	c   strong branching :      36.47      20994     291876      13.90    8004.06
1800.08/1800.00	c     (at root node) :          -         36      17018     472.72          -
1800.08/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.00	c B&B Tree           :
1800.08/1800.00	c   number of runs   :          1
1800.08/1800.00	c   nodes            :     318872
1800.08/1800.00	c   nodes (total)    :     318872
1800.08/1800.00	c   nodes left       :      53872
1800.08/1800.00	c   max depth        :         67
1800.08/1800.00	c   max depth (total):         67
1800.08/1800.00	c   backtracks       :      57994 (18.2%)
1800.08/1800.00	c   delayed cutoffs  :      12278
1800.08/1800.00	c   repropagations   :     114005 (1661825 domain reductions, 4115 cutoffs)
1800.08/1800.00	c   avg switch length:       5.56
1800.08/1800.00	c   switching time   :      57.84
1800.08/1800.00	c Solution           :
1800.08/1800.00	c   Solutions found  :        129 (30 improvements)
1800.08/1800.00	c   First Solution   : +4.44854000000000e+05   (in run 1, after 1 nodes, 0.06 seconds, depth 0, found by <trivial>)
1800.08/1800.00	c   Primal Bound     : +1.04500000000000e+03   (in run 1, after 282309 nodes, 1614.01 seconds, depth 40, found by <relaxation>)
1800.08/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.08/1800.00	c   Gap              :   infinite
1800.08/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.08/1800.00	c   Root Iterations  :       1088
1800.18/1800.18	c Time complete: 1800.26.

Verifier Data

OK	1045

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 /var/tmp/evaluation-result-3447959-1307902589/watcher-3447959-1307902589 -o /var/tmp/evaluation-result-3447959-1307902589/solver-3447959-1307902589 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447959-1307902589.wbo -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: 2.00 2.00 1.93 2/177 11471
/proc/meminfo: memFree=1168224/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=10120 CPUtime=0 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 1539 0 0 0 0 0 0 0 25 0 1 0 882674474 10362880 1493 33554432000 4194304 9128323 140736529231312 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11471/statm: 2530 1493 399 1205 0 1321 0

[startup+0.0155791 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11471
/proc/meminfo: memFree=1168224/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=15476 CPUtime=0.01 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 2833 0 0 0 1 0 0 0 25 0 1 0 882674474 15847424 2786 33554432000 4194304 9128323 140736529231312 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 3904 2801 433 1205 0 2695 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15476

[startup+0.100554 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11471
/proc/meminfo: memFree=1168224/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=28056 CPUtime=0.09 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 6288 0 0 0 9 0 0 0 25 0 1 0 882674474 28729344 5944 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 7014 5944 655 1205 0 5805 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28056

[startup+0.300499 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11471
/proc/meminfo: memFree=1168224/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=33536 CPUtime=0.29 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 12107 0 0 0 28 1 0 0 25 0 1 0 882674474 34340864 7416 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 8384 7416 715 1205 0 7175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33536

[startup+0.70039 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 11471
/proc/meminfo: memFree=1168224/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=39432 CPUtime=0.69 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 13486 0 0 0 67 2 0 0 25 0 1 0 882674474 40378368 8792 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 9858 8792 719 1205 0 8649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39432

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11472
/proc/meminfo: memFree=1131040/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=43556 CPUtime=1.49 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 18036 0 0 0 145 4 0 0 25 0 1 0 882674474 44601344 9851 33554432000 4194304 9128323 140736529231312 18446744073709551615 7357375 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 10889 9851 719 1205 0 9680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43556

[startup+3.10094 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11472
/proc/meminfo: memFree=1130668/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=44384 CPUtime=3.09 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 18244 0 0 0 304 5 0 0 25 0 1 0 882674474 45449216 10044 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 11096 10044 719 1205 0 9887 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44384

[startup+6.30031 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11472
/proc/meminfo: memFree=1129940/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=44384 CPUtime=6.29 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 18256 0 0 0 620 9 0 0 25 0 1 0 882674474 45449216 10056 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 11096 10056 719 1205 0 9887 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 44384

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11473
/proc/meminfo: memFree=1125000/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=50560 CPUtime=12.7 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 30162 0 0 0 1253 17 0 0 25 0 1 0 882674474 51773440 11584 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 12640 11584 727 1205 0 11431 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 50560

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11473
/proc/meminfo: memFree=1119536/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=54888 CPUtime=25.49 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 38692 0 0 0 2520 29 0 0 25 0 1 0 882674474 56205312 12659 33554432000 4194304 9128323 140736529231312 18446744073709551615 7342532 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 13722 12659 727 1205 0 12513 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54888

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11474
/proc/meminfo: memFree=1115792/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=58652 CPUtime=51.09 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 54856 0 0 0 5049 60 0 0 25 0 1 0 882674474 60059648 13601 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 14663 13601 727 1205 0 13454 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58652

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11475
/proc/meminfo: memFree=1106368/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=67892 CPUtime=102.3 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 73643 0 0 0 10117 113 0 0 25 0 1 0 882674474 69521408 15930 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 16973 15930 727 1205 0 15764 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 67892

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11477
/proc/meminfo: memFree=1099980/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=75204 CPUtime=162.29 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 83094 0 0 0 16062 167 0 0 25 0 1 0 882674474 77008896 17796 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 18801 17796 727 1205 0 17592 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75204

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 11478
/proc/meminfo: memFree=1090260/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=82760 CPUtime=222.31 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 102608 0 0 0 22003 228 0 0 25 0 1 0 882674474 84746240 19708 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 20690 19708 727 1205 0 19481 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 82760

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 11480
/proc/meminfo: memFree=1078564/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=94000 CPUtime=282.31 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 116094 0 0 0 27950 281 0 0 25 0 1 0 882674474 96256000 22507 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 23500 22507 727 1205 0 22291 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 94000

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11481
/proc/meminfo: memFree=1071560/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=101308 CPUtime=342.31 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 121477 0 0 0 33897 334 0 0 25 0 1 0 882674474 103739392 24382 33554432000 4194304 9128323 140736529231312 18446744073709551615 7207296 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 25327 24382 727 1205 0 24118 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 101308

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11483
/proc/meminfo: memFree=1065180/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=107636 CPUtime=402.31 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 124286 0 0 0 39840 391 0 0 25 0 1 0 882674474 110219264 25955 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 26909 25955 727 1205 0 25700 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 107636

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11485
/proc/meminfo: memFree=1054084/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=117944 CPUtime=462.32 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 126903 0 0 0 45789 443 0 0 25 0 1 0 882674474 120774656 28561 33554432000 4194304 9128323 140736529231312 18446744073709551615 6732570 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 29486 28561 727 1205 0 28277 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 117944

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 4/179 11489
/proc/meminfo: memFree=1020948/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=127540 CPUtime=522.31 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 132746 0 0 0 51732 499 0 0 25 0 1 0 882674474 130600960 30999 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 31885 30999 727 1205 0 30676 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 127540

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11491
/proc/meminfo: memFree=1036088/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=133044 CPUtime=582.31 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 134116 0 0 0 57683 548 0 0 25 0 1 0 882674474 136237056 32369 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 33261 32369 727 1205 0 32052 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 133044

[startup+642.301 s]

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

[startup+882.3 s]
/proc/loadavg: 1.08 1.61 1.79 2/172 11524
/proc/meminfo: memFree=1278888/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=175712 CPUtime=882.33 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 145651 0 0 0 87445 788 0 0 25 0 1 0 882674474 179929088 42639 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 43928 42639 727 1205 0 42719 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 175712

[startup+942.301 s]
/proc/loadavg: 1.03 1.49 1.74 2/172 11525
/proc/meminfo: memFree=1273128/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=181316 CPUtime=942.34 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 156937 0 0 0 93398 836 0 0 25 0 1 0 882674474 185667584 44051 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 45329 44051 727 1205 0 44120 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 181316

[startup+1002.3 s]
/proc/loadavg: 1.01 1.40 1.69 2/172 11527
/proc/meminfo: memFree=1266748/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=187724 CPUtime=1002.34 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 159720 0 0 0 99351 883 0 0 25 0 1 0 882674474 192229376 45670 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 46931 45670 727 1205 0 45722 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 187724

[startup+1062.3 s]
/proc/loadavg: 1.00 1.33 1.64 2/172 11529
/proc/meminfo: memFree=1259596/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=195268 CPUtime=1062.34 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 164870 0 0 0 105304 930 0 0 25 0 1 0 882674474 199954432 47530 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 48817 47530 727 1205 0 47608 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 195268

[startup+1122.3 s]
/proc/loadavg: 1.00 1.26 1.60 2/172 11530
/proc/meminfo: memFree=1251852/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=202504 CPUtime=1122.35 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 174549 0 0 0 111260 975 0 0 25 0 1 0 882674474 207364096 49381 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 50626 49381 727 1205 0 49417 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 202504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.21 1.56 2/172 11532
/proc/meminfo: memFree=1246456/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=208788 CPUtime=1182.35 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 199399 0 0 0 117216 1019 0 0 25 0 1 0 882674474 213798912 50937 33554432000 4194304 9128323 140736529231312 18446744073709551615 7192196 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 52197 50937 727 1205 0 50988 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 208788

[startup+1242.3 s]
/proc/loadavg: 1.04 1.19 1.53 2/172 11533
/proc/meminfo: memFree=1239824/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=215452 CPUtime=1242.35 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 205176 0 0 0 123176 1059 0 0 25 0 1 0 882674474 220622848 52588 33554432000 4194304 9128323 140736529231312 18446744073709551615 7343439 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 53863 52588 727 1205 0 52654 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 215452

[startup+1302.3 s]
/proc/loadavg: 1.01 1.15 1.49 2/172 11535
/proc/meminfo: memFree=1231352/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=223884 CPUtime=1302.35 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 216002 0 0 0 129133 1102 0 0 25 0 1 0 882674474 229257216 54677 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 55971 54677 727 1205 0 54762 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 223884

[startup+1362.3 s]
/proc/loadavg: 1.00 1.12 1.46 2/172 11537
/proc/meminfo: memFree=1223508/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=231840 CPUtime=1362.36 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 222090 0 0 0 135092 1144 0 0 25 0 1 0 882674474 237404160 56665 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 57960 56665 727 1205 0 56751 0
Current children cumulated CPU time (s) 1362.36
Current children cumulated vsize (KiB) 231840

[startup+1422.31 s]
/proc/loadavg: 1.00 1.09 1.42 2/172 11538
/proc/meminfo: memFree=1217128/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=238500 CPUtime=1422.37 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 226523 0 0 0 141049 1188 0 0 25 0 1 0 882674474 244224000 58261 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 59625 58261 727 1205 0 58416 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 238500

[startup+1482.3 s]
/proc/loadavg: 1.00 1.08 1.40 2/172 11540
/proc/meminfo: memFree=1208892/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=246728 CPUtime=1482.36 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 228537 0 0 0 147010 1226 0 0 25 0 1 0 882674474 252649472 60237 33554432000 4194304 9128323 140736529231312 18446744073709551615 5992730 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 61682 60237 727 1205 0 60473 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 246728

[startup+1542.3 s]
/proc/loadavg: 1.00 1.06 1.37 2/172 11542
/proc/meminfo: memFree=1202988/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=252588 CPUtime=1542.36 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 237979 0 0 0 152968 1268 0 0 25 0 1 0 882674474 258650112 61678 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 63147 61678 727 1205 0 61938 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 252588

[startup+1602.3 s]
/proc/loadavg: 1.00 1.05 1.34 2/172 11543
/proc/meminfo: memFree=1196252/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=259264 CPUtime=1602.36 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 240899 0 0 0 158927 1309 0 0 25 0 1 0 882674474 265486336 63370 33554432000 4194304 9128323 140736529231312 18446744073709551615 4840266 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 64816 63370 727 1205 0 63607 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 259264

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/172 11545
/proc/meminfo: memFree=1187644/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=268068 CPUtime=1662.37 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 249174 0 0 0 164879 1358 0 0 25 0 1 0 882674474 274501632 65489 33554432000 4194304 9128323 140736529231312 18446744073709551615 7192230 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 67017 65489 727 1205 0 65808 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 268068

[startup+1722.3 s]
/proc/loadavg: 1.07 1.04 1.30 2/172 11546
/proc/meminfo: memFree=1178416/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=277056 CPUtime=1722.37 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 254599 0 0 0 170834 1403 0 0 25 0 1 0 882674474 283705344 67757 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 69264 67757 727 1205 0 68055 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 277056

[startup+1782.3 s]
/proc/loadavg: 1.02 1.03 1.28 2/172 11548
/proc/meminfo: memFree=1168056/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=288168 CPUtime=1782.38 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 258226 0 0 0 176792 1446 0 0 25 0 1 0 882674474 295084032 70376 33554432000 4194304 9128323 140736529231312 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 72042 70376 727 1205 0 70833 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 288168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.02 1.03 1.27 2/172 11548
/proc/meminfo: memFree=1165808/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=290272 CPUtime=1800.08 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 258786 0 0 0 178550 1458 0 0 25 0 1 0 882674474 297238528 70936 33554432000 4194304 9128323 140736529231312 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11471/statm: 72568 70936 727 1205 0 71359 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 290272

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

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

[startup+1800.11 s]
/proc/loadavg: 1.02 1.03 1.27 2/172 11548
/proc/meminfo: memFree=1165808/32951124 swapFree=67054448/67111528
[pid=11471] ppid=11469 vsize=290272 CPUtime=1800.18 cores=0,2,4,6
/proc/11471/stat : 11471 (scip-2.0.1.4.li) R 11469 11471 8455 0 -1 4202496 258789 0 0 0 178560 1458 0 0 18 0 1 0 882674474 297238528 70939 33554432000 4194304 9128323 140736529231312 18446744073709551615 4748030 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11471/statm: 72568 70939 730 1205 0 71359 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 290272

Child status: 0
Real time (s): 1800.19
CPU time (s): 1800.27
CPU user time (s): 1785.68
CPU system time (s): 14.5938
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 290272

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

runsolver used 2.57861 second user time and 5.62115 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-12 20:16:29
IDJOB=3447959
IDBENCH=79415
IDSOLVER=1944
FILE ID=node143/3447959-1307902589
RUNJOBID= node143-1307897151-9791
PBS_JOBID= 13559565
Free space on /var/tmp= 2904 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh306_wcsp.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447959-1307902589/watcher-3447959-1307902589 -o /var/tmp/evaluation-result-3447959-1307902589/solver-3447959-1307902589 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447959-1307902589.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 066a913179e37120802f974ea952f3b3
RANDOM SEED=1245433486

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1168784 kB
Buffers:         55868 kB
Cached:       30495704 kB
SwapCached:       9452 kB
Active:       16101208 kB
Inactive:     14734776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1168784 kB
SwapTotal:    67111528 kB
SwapFree:     67054448 kB
Dirty:           12084 kB
Writeback:           0 kB
AnonPages:      282724 kB
Mapped:          16356 kB
Slab:           882472 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   482772 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2904 MiB
End job on node143 at 2011-06-12 20:46:31