Trace number 3447263

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.4? (TO) 1800.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557574--soft-0-100-0.wbo
MD5SUMc0d431beb578ab67ce1970cb297cf650
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark122.111
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137973
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137972
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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-3447263-1307900484.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.05	o 137972
0.02/0.05	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   496 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |   609 |     - |  18M|   0 |  47 |5645 |8121 |5645 |2755 |  48 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   654 |     - |  19M|   0 |  56 |5645 |8121 |5645 |2765 |  58 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.10/1.18	c   1.2s|     1 |     0 |   694 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2770 |  63 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.49/1.59	c   1.6s|     1 |     0 |   725 |     - |  20M|   0 |  58 |5645 |8121 |5645 |2774 |  67 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.99/2.00	c   2.0s|     1 |     0 |   749 |     - |  20M|   0 |  61 |5645 |8121 |5645 |2778 |  71 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
2.89/2.97	c   3.0s|     1 |     2 |   749 |     - |  21M|   0 |  61 |5645 |8121 |5645 |2778 |  71 |   0 |  33 | 0.000000e+00 | 1.379720e+05 |    Inf 
42.69/42.73	o 1522
42.69/42.73	c *42.7s|  1007 |   999 |161392 | 159.7 |  33M|  59 |   - |5645 |8121 |5645 |2971 |2323 |   0 |1182 | 0.000000e+00 | 1.522000e+03 |    Inf 
122.90/122.97	o 342
122.90/122.97	c * 123s|  3803 |  2242 |660802 | 173.6 |  37M|  73 |   - |5645 |8121 |5645 |2972 |9988 |   0 |1737 | 0.000000e+00 | 3.420000e+02 |    Inf 
307.59/307.63	o 326
307.59/307.63	c * 308s|  9065 |  6667 |  1917k| 211.5 |  54M|  73 |   - |5645 |  10k|5645 |2811 |  21k|1993 |2847 | 0.000000e+00 | 3.260000e+02 |    Inf 
345.20/345.26	c   345s| 10000 |  7457 |  2161k| 216.1 |  56M|  73 |  27 |5645 |  10k|5645 |2744 |  25k|2291 |3012 | 0.000000e+00 | 3.260000e+02 |    Inf 
367.20/367.22	o 323
367.20/367.22	c * 367s| 10656 |  7966 |  2316k| 217.4 |  59M|  73 |   - |5645 |  10k|5645 |2890 |  26k|2583 |3109 | 0.000000e+00 | 3.230000e+02 |    Inf 
367.30/367.35	o 226
367.30/367.35	c * 367s| 10657 |  6880 |  2316k| 217.3 |  52M|  73 |   - |5645 |  10k|5645 |2935 |  26k|2583 |3109 | 0.000000e+00 | 2.260000e+02 |    Inf 
375.80/375.89	o 203
375.80/375.89	c * 376s| 10975 |  6646 |  2368k| 215.8 |  53M|  73 |   - |5645 |  10k|5645 |2774 |  27k|2741 |3193 | 0.000000e+00 | 2.030000e+02 |    Inf 
396.40/396.43	o 177
396.40/396.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
396.40/396.43	c * 396s| 11644 |  6494 |  2500k| 214.7 |  54M|  73 |   - |5645 |  10k|5645 |2803 |  28k|3136 |3281 | 0.000000e+00 | 1.770000e+02 |    Inf 
405.80/405.81	o 168
405.80/405.81	c * 406s| 12017 |  6363 |  2562k| 213.2 |  54M|  73 |   - |5645 |  10k|5645 |2803 |  29k|3326 |3321 | 0.000000e+00 | 1.680000e+02 |    Inf 
422.80/422.80	o 165
422.80/422.80	c * 423s| 12848 |  6630 |  2670k| 207.8 |  59M|  73 |   - |5645 |9894 |5645 |2746 |  29k|3839 |3378 | 0.000000e+00 | 1.650000e+02 |    Inf 
429.40/429.42	o 156
429.40/429.42	c * 429s| 13146 |  6417 |  2711k| 206.3 |  59M|  73 |   - |5645 |9812 |5645 |2752 |  30k|4038 |3420 | 0.000000e+00 | 1.560000e+02 |    Inf 
433.61/433.61	o 96
433.61/433.61	c * 434s| 13384 |  4637 |  2736k| 204.4 |  51M|  73 |   - |5645 |9709 |5645 |2782 |  30k|4159 |3425 | 0.000000e+00 | 9.600000e+01 |    Inf 
438.40/438.42	o 71
438.40/438.42	c * 438s| 13931 |  3505 |  2751k| 197.4 |  48M|  73 |   - |5645 |9275 |5645 |2766 |  30k|4564 |3428 | 0.000000e+00 | 7.100000e+01 |    Inf 
438.51/438.55	o 67
438.51/438.55	c * 439s| 13939 |  1987 |  2751k| 197.4 |  42M|  73 |   - |5645 |7813 |5645 |2743 |  30k|4570 |3428 | 0.000000e+00 | 6.700000e+01 |    Inf 
481.41/481.47	c   481s| 20000 |  2440 |  2853k| 142.7 |  59M|  91 |  15 |5645 |8140 |5645 |2744 |  31k|  10k|3496 | 0.000000e+00 | 6.700000e+01 |    Inf 
539.30/539.38	c   539s| 30000 |  2859 |  2952k|  98.4 |  70M| 113 |   - |5645 |9096 |   0 |   0 |  31k|  20k|3592 | 0.000000e+00 | 6.700000e+01 |    Inf 
590.50/590.54	c   591s| 40000 |  3044 |  3010k|  75.2 |  77M| 113 |   - |5645 |  10k|   0 |   0 |  32k|  31k|3653 | 0.000000e+00 | 6.700000e+01 |    Inf 
609.31/609.32	o 64
609.31/609.32	c * 609s| 43568 |  3062 |  3035k|  69.7 |  80M| 113 |   - |5645 |9982 |5645 |2746 |  32k|  35k|3698 | 0.000000e+00 | 6.400000e+01 |    Inf 
645.21/645.25	c   645s| 50000 |  3296 |  3082k|  61.6 |  86M| 113 |   8 |5645 |8717 |5645 |2743 |  33k|  42k|3732 | 0.000000e+00 | 6.400000e+01 |    Inf 
698.81/698.87	c   699s| 60000 |  3566 |  3151k|  52.5 |  95M| 114 |  10 |5645 |9825 |5645 |2744 |  34k|  55k|3807 | 0.000000e+00 | 6.400000e+01 |    Inf 
709.31/709.34	o 62
709.31/709.34	c * 709s| 61865 |  3570 |  3165k|  51.2 |  96M| 114 |   - |5645 |9564 |5645 |2743 |  34k|  57k|3826 | 0.000000e+00 | 6.200000e+01 |    Inf 
725.41/725.49	o 60
725.41/725.49	c * 725s| 64645 |  3578 |  3189k|  49.3 |  97M| 114 |   - |5645 |9202 |5645 |2761 |  34k|  60k|3836 | 0.000000e+00 | 6.000000e+01 |    Inf 
748.91/748.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
748.91/748.96	c   749s| 70000 |  3656 |  3216k|  45.9 | 100M| 114 |   - |5645 |9884 |   0 |   0 |  34k|  66k|3846 | 0.000000e+00 | 6.000000e+01 |    Inf 
804.72/804.78	c   805s| 80000 |  3833 |  3291k|  41.1 | 106M| 114 |  10 |5645 |8278 |5645 |2757 |  35k|  77k|3956 | 0.000000e+00 | 6.000000e+01 |    Inf 
806.81/806.81	o 55
806.81/806.81	c * 807s| 80351 |  3792 |  3294k|  41.0 | 107M| 114 |   - |5645 |8494 |5645 |2744 |  35k|  78k|3959 | 0.000000e+00 | 5.500000e+01 |    Inf 
859.91/859.90	c   860s| 90000 |  3925 |  3368k|  37.4 | 113M| 114 |   1 |5645 |8667 |5645 |2752 |  36k|  90k|4043 | 0.000000e+00 | 5.500000e+01 |    Inf 
912.12/912.19	c   912s|100000 |  4081 |  3437k|  34.4 | 119M| 114 |   4 |5645 |9428 |5645 |2743 |  37k| 101k|4095 | 0.000000e+00 | 5.500000e+01 |    Inf 
959.32/959.30	c   959s|110000 |  4163 |  3496k|  31.8 | 124M| 114 |   - |5645 |  11k|   0 |   0 |  38k| 113k|4168 | 0.000000e+00 | 5.500000e+01 |    Inf 
1019.22/1019.20	c  1019s|120000 |  4271 |  3585k|  29.9 | 128M| 114 |   6 |5645 |  10k|5645 |2747 |  39k| 125k|4314 | 0.000000e+00 | 5.500000e+01 |    Inf 
1072.02/1072.06	c  1072s|130000 |  4764 |  3669k|  28.2 | 139M| 114 |  13 |5645 |  11k|5645 |2744 |  39k| 135k|4368 | 0.000000e+00 | 5.500000e+01 |    Inf 
1100.42/1100.43	o 54
1100.42/1100.43	c *1100s|134777 |  4951 |  3710k|  27.5 | 145M| 114 |   - |5645 |  11k|5645 |2754 |  40k| 140k|4425 | 0.000000e+00 | 5.400000e+01 |    Inf 
1128.22/1128.26	c  1128s|140000 |  5308 |  3750k|  26.8 | 150M| 114 |   - |5645 |  11k|   0 |   0 |  40k| 146k|4467 | 0.000000e+00 | 5.400000e+01 |    Inf 
1164.32/1164.30	o 32
1164.32/1164.30	c *1164s|147273 |  5192 |  3799k|  25.8 | 148M| 114 |   - |5645 |  11k|5645 |2755 |  41k| 154k|4506 | 0.000000e+00 | 3.200000e+01 |    Inf 
1176.92/1176.95	c  1177s|150000 |  4979 |  3821k|  25.5 | 147M| 114 |   8 |5645 |8731 |5645 |2744 |  41k| 158k|4544 | 0.000000e+00 | 3.200000e+01 |    Inf 
1220.53/1220.52	c  1221s|160000 |  5026 |  3892k|  24.3 | 150M| 114 |  20 |5645 |  11k|5645 |2744 |  42k| 170k|4589 | 0.000000e+00 | 3.200000e+01 |    Inf 
1264.32/1264.38	c  1264s|170000 |  5042 |  3963k|  23.3 | 152M| 114 |  11 |5645 |  13k|5645 |2744 |  42k| 182k|4662 | 0.000000e+00 | 3.200000e+01 |    Inf 
1297.52/1297.52	o 29
1297.52/1297.52	c *1298s|177364 |  4655 |  4017k|  22.6 | 143M| 114 |   - |5645 |  13k|5645 |2746 |  42k| 191k|4695 | 0.000000e+00 | 2.900000e+01 |    Inf 
1308.83/1308.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1308.83/1308.82	c  1309s|180000 |  4708 |  4036k|  22.4 | 143M| 114 |  13 |5645 |  12k|5645 |2744 |  43k| 195k|4700 | 0.000000e+00 | 2.900000e+01 |    Inf 
1353.22/1353.29	c  1353s|190000 |  4738 |  4108k|  21.6 | 146M| 114 |   - |5645 |  14k|   0 |   0 |  43k| 208k|4842 | 0.000000e+00 | 2.900000e+01 |    Inf 
1398.43/1398.48	c  1398s|200000 |  4792 |  4186k|  20.9 | 149M| 114 |   6 |5645 |  17k|5645 |2744 |  44k| 221k|4940 | 0.000000e+00 | 2.900000e+01 |    Inf 
1446.23/1446.27	c  1446s|210000 |  4773 |  4268k|  20.3 | 148M| 114 |  21 |5645 |  11k|5645 |2743 |  44k| 234k|5033 | 0.000000e+00 | 2.900000e+01 |    Inf 
1481.83/1481.87	o 25
1481.83/1481.87	c *1482s|217491 |  4790 |  4343k|  20.0 | 147M| 114 |   - |5645 |  14k|5645 |2743 |  44k| 243k|5109 | 0.000000e+00 | 2.500000e+01 |    Inf 
1493.74/1493.75	c  1494s|220000 |  4816 |  4368k|  19.9 | 148M| 114 |   - |5645 |  12k|   0 |   0 |  44k| 246k|5112 | 0.000000e+00 | 2.500000e+01 |    Inf 
1519.53/1519.57	o 23
1519.53/1519.57	c *1520s|225381 |  4858 |  4423k|  19.6 | 149M| 114 |   - |5645 |  14k|5645 |2743 |  44k| 253k|5135 | 0.000000e+00 | 2.300000e+01 |    Inf 
1538.73/1538.78	o 17
1538.73/1538.78	c *1539s|228927 |  4623 |  4467k|  19.5 | 141M| 114 |   - |5645 |  13k|5645 |2743 |  44k| 258k|5170 | 0.000000e+00 | 1.700000e+01 |    Inf 
1544.53/1544.50	c  1544s|230000 |  4639 |  4484k|  19.5 | 141M| 114 |  17 |5645 |  12k|5645 |2743 |  44k| 259k|5172 | 0.000000e+00 | 1.700000e+01 |    Inf 
1559.23/1559.21	o 16
1559.23/1559.21	c *1559s|232613 |  4185 |  4532k|  19.5 | 130M| 114 |   - |5645 |  13k|5645 |2744 |  44k| 262k|5174 | 0.000000e+00 | 1.600000e+01 |    Inf 
1596.94/1596.98	c  1597s|240000 |  4146 |  4644k|  19.3 | 130M| 114 |  21 |5645 |  12k|5645 |2743 |  44k| 272k|5214 | 0.000000e+00 | 1.600000e+01 |    Inf 
1650.54/1650.53	c  1651s|250000 |  4019 |  4808k|  19.2 | 128M| 114 |  36 |5645 |9596 |5645 |2743 |  45k| 284k|5334 | 0.000000e+00 | 1.600000e+01 |    Inf 
1703.63/1703.63	c  1704s|260000 |  3978 |  4974k|  19.1 | 129M| 114 |  21 |5645 |  10k|5645 |2743 |  45k| 298k|5416 | 0.000000e+00 | 1.600000e+01 |    Inf 
1752.74/1752.75	c  1753s|270000 |  3769 |  5125k|  19.0 | 126M| 114 |   - |5645 |  11k|5645 |2743 |  45k| 311k|5491 | 0.000000e+00 | 1.600000e+01 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 278567
1800.03/1800.00	c Primal Bound       : +1.60000000000000e+01 (861 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	c Gap                : infinite

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 /var/tmp/evaluation-result-3447263-1307900484/watcher-3447263-1307900484 -o /var/tmp/evaluation-result-3447263-1307900484/solver-3447263-1307900484 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447263-1307900484.wbo -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.27 2.06 1.95 2/172 5874
/proc/meminfo: memFree=1275088/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=10296 CPUtime=0 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 1533 0 0 0 0 0 0 0 25 0 1 0 901647203 10543104 1487 33554432000 4194304 9128323 140736674641920 18446744073709551615 7980885 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5874/statm: 2574 1502 399 1205 0 1365 0

[startup+0.030678 s]
/proc/loadavg: 2.27 2.06 1.95 2/172 5874
/proc/meminfo: memFree=1275088/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=19204 CPUtime=0.02 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 3776 0 0 0 2 0 0 0 25 0 1 0 901647203 19664896 3727 33554432000 4194304 9128323 140736674641920 18446744073709551615 7980987 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 4801 3734 437 1205 0 3592 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19204

[startup+0.100726 s]
/proc/loadavg: 2.27 2.06 1.95 2/172 5874
/proc/meminfo: memFree=1275088/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=35728 CPUtime=0.09 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 901647203 36585472 7644 33554432000 4194304 9128323 140736674641920 18446744073709551615 5200400 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 8932 7644 531 1205 0 7723 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35728

[startup+0.300692 s]
/proc/loadavg: 2.27 2.06 1.95 2/172 5874
/proc/meminfo: memFree=1275088/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=71824 CPUtime=0.29 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 17269 0 0 0 28 1 0 0 25 0 1 0 901647203 73547776 16864 33554432000 4194304 9128323 140736674641920 18446744073709551615 8012681 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 17956 16864 699 1205 0 16747 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71824

[startup+0.700621 s]
/proc/loadavg: 2.27 2.06 1.95 2/172 5874
/proc/meminfo: memFree=1275088/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=53228 CPUtime=0.69 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 21336 0 0 0 66 3 0 0 25 0 1 0 901647203 54505472 12212 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 13307 12212 718 1205 0 12098 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53228

[startup+1.50047 s]
/proc/loadavg: 2.27 2.06 1.95 3/178 5884
/proc/meminfo: memFree=1177848/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=59376 CPUtime=1.49 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 22777 0 0 0 144 5 0 0 25 0 1 0 901647203 60801024 13646 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 14844 13646 711 1205 0 13635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59376

[startup+3.10013 s]
/proc/loadavg: 2.27 2.06 1.95 3/178 5884
/proc/meminfo: memFree=1167448/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=63004 CPUtime=3.09 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 29679 0 0 0 301 8 0 0 25 0 1 0 901647203 64516096 14477 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 15751 14477 729 1205 0 14542 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63004

[startup+6.30056 s]
/proc/loadavg: 2.24 2.06 1.95 3/178 5884
/proc/meminfo: memFree=1163992/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=63444 CPUtime=6.29 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 29804 0 0 0 612 17 0 0 25 0 1 0 901647203 64966656 14602 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 15861 14602 729 1205 0 14652 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63444

[startup+12.7005 s]
/proc/loadavg: 2.22 2.06 1.95 3/178 5884
/proc/meminfo: memFree=1163380/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=63444 CPUtime=12.69 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 29851 0 0 0 1232 37 0 0 25 0 1 0 901647203 64966656 14649 33554432000 4194304 9128323 140736674641920 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 15861 14649 729 1205 0 14652 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63444

[startup+25.5001 s]
/proc/loadavg: 2.17 2.06 1.95 3/178 5884
/proc/meminfo: memFree=1141176/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=73592 CPUtime=25.49 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 38121 0 0 0 2473 76 0 0 25 0 1 0 901647203 75358208 17058 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 18398 17058 730 1205 0 17189 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73592

[startup+51.1006 s]
/proc/loadavg: 2.11 2.05 1.95 3/178 5885
/proc/meminfo: memFree=1133044/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=77704 CPUtime=51.09 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 50877 0 0 0 4956 153 0 0 25 0 1 0 901647203 79568896 18069 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 19426 18069 732 1205 0 18217 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 77704

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 1.95 3/178 5886
/proc/meminfo: memFree=1098852/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=101536 CPUtime=102.3 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 57786 0 0 0 9934 296 0 0 25 0 1 0 901647203 103972864 24071 33554432000 4194304 9128323 140736674641920 18446744073709551615 4346304 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 25384 24071 732 1205 0 24175 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101536

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 1.95 3/178 5888
/proc/meminfo: memFree=1047232/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=101536 CPUtime=162.29 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 62667 0 0 0 15742 487 0 0 25 0 1 0 901647203 103972864 24084 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 25384 24084 741 1205 0 24175 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101536

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.95 3/178 5889
/proc/meminfo: memFree=995080/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=101536 CPUtime=222.29 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 65721 0 0 0 21525 704 0 0 25 0 1 0 901647203 103972864 24102 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 25384 24102 741 1205 0 24175 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 101536

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/178 5891
/proc/meminfo: memFree=948032/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=101536 CPUtime=282.3 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 69998 0 0 0 27338 892 0 0 25 0 1 0 901647203 103972864 24124 33554432000 4194304 9128323 140736674641920 18446744073709551615 6416689 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 25384 24124 741 1205 0 24175 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 101536

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 5893
/proc/meminfo: memFree=909620/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=104020 CPUtime=342.3 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 82610 0 0 0 33154 1076 0 0 25 0 1 0 901647203 106516480 24707 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 26005 24707 741 1205 0 24796 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104020

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 5894
/proc/meminfo: memFree=861348/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=116272 CPUtime=402.3 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 105335 0 0 0 38961 1269 0 0 25 0 1 0 901647203 119062528 27797 33554432000 4194304 9128323 140736674641920 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 29068 27797 741 1205 0 27859 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 116272

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5896
/proc/meminfo: memFree=798172/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=149652 CPUtime=462.3 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 135044 0 0 0 44827 1403 0 0 25 0 1 0 901647203 153243648 36045 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 37413 36045 741 1205 0 36204 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 149652

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5897
/proc/meminfo: memFree=739944/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=187208 CPUtime=522.3 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 154852 0 0 0 50768 1462 0 0 25 0 1 0 901647203 191700992 45382 33554432000 4194304 9128323 140736674641920 18446744073709551615 4794016 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 46802 45382 751 1205 0 45593 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 187208

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5899
/proc/meminfo: memFree=695388/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=215160 CPUtime=582.31 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 161804 0 0 0 56724 1507 0 0 25 0 1 0 901647203 220323840 52308 33554432000 4194304 9128323 140736674641920 18446744073709551615 5604735 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 53790 52308 752 1205 0 52581 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 215160

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5905
/proc/meminfo: memFree=558876/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=284036 CPUtime=822.31 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 254449 0 0 0 80536 1695 0 0 25 0 1 0 901647203 290852864 69219 33554432000 4194304 9128323 140736674641920 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 71009 69219 752 1205 0 69800 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 284036

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5907
/proc/meminfo: memFree=542084/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=297504 CPUtime=882.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 267806 0 0 0 86489 1743 0 0 25 0 1 0 901647203 304644096 72388 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 74376 72388 752 1205 0 73167 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 297504

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5909
/proc/meminfo: memFree=526776/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=308104 CPUtime=942.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 272676 0 0 0 92443 1789 0 0 25 0 1 0 901647203 315498496 75069 33554432000 4194304 9128323 140736674641920 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 77026 75069 752 1205 0 75817 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 308104

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5910
/proc/meminfo: memFree=517440/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=317504 CPUtime=1002.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 275045 0 0 0 98396 1836 0 0 25 0 1 0 901647203 325124096 77434 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 79376 77434 752 1205 0 78167 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 317504

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5912
/proc/meminfo: memFree=505624/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=328620 CPUtime=1062.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 277902 0 0 0 104347 1885 0 0 25 0 1 0 901647203 336506880 80291 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 82155 80291 752 1205 0 80946 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 328620

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5913
/proc/meminfo: memFree=490456/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=342528 CPUtime=1122.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 299688 0 0 0 110296 1936 0 0 25 0 1 0 901647203 350748672 83893 33554432000 4194304 9128323 140736674641920 18446744073709551615 7207309 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 85632 83893 757 1205 0 84423 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 342528

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5924
/proc/meminfo: memFree=474880/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=354088 CPUtime=1182.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 323504 0 0 0 116246 1986 0 0 25 0 1 0 901647203 362586112 86805 33554432000 4194304 9128323 140736674641920 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 88522 86805 759 1205 0 87313 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 354088

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5926
/proc/meminfo: memFree=471448/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=357884 CPUtime=1242.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 334902 0 0 0 122194 2038 0 0 25 0 1 0 901647203 366473216 87732 33554432000 4194304 9128323 140736674641920 18446744073709551615 7050141 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 89471 87732 759 1205 0 88262 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 357884

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5927
/proc/meminfo: memFree=466568/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=362052 CPUtime=1302.33 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 350866 0 0 0 128138 2095 0 0 25 0 1 0 901647203 370741248 88790 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 90513 88790 759 1205 0 89304 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 362052

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5931
/proc/meminfo: memFree=462564/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=365492 CPUtime=1362.32 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 373193 0 0 0 134081 2151 0 0 25 0 1 0 901647203 374263808 89670 33554432000 4194304 9128323 140736674641920 18446744073709551615 4792752 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 91373 89670 759 1205 0 90164 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 365492

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5933
/proc/meminfo: memFree=456292/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=371800 CPUtime=1422.33 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 380572 0 0 0 140029 2204 0 0 25 0 1 0 901647203 380723200 91188 33554432000 4194304 9128323 140736674641920 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 92950 91188 759 1205 0 91741 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 371800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5935
/proc/meminfo: memFree=452164/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=376028 CPUtime=1482.33 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 381616 0 0 0 145972 2261 0 0 25 0 1 0 901647203 385052672 92232 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 94007 92232 759 1205 0 92798 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 376028

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5937
/proc/meminfo: memFree=447256/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=380920 CPUtime=1542.33 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 443040 0 0 0 151894 2339 0 0 25 0 1 0 901647203 390062080 93405 33554432000 4194304 9128323 140736674641920 18446744073709551615 5984552 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 95230 93405 759 1205 0 94021 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 380920

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5938
/proc/meminfo: memFree=446096/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=381836 CPUtime=1602.34 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 481545 0 0 0 157800 2434 0 0 25 0 1 0 901647203 391000064 93588 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 95459 93588 759 1205 0 94250 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 381836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5940
/proc/meminfo: memFree=444928/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=382500 CPUtime=1662.33 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 487609 0 0 0 163706 2527 0 0 25 0 1 0 901647203 391680000 93822 33554432000 4194304 9128323 140736674641920 18446744073709551615 5605744 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 95625 93822 759 1205 0 94416 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 382500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5941
/proc/meminfo: memFree=444000/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=383544 CPUtime=1722.33 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 493676 0 0 0 169611 2622 0 0 25 0 1 0 901647203 392749056 94053 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 95886 94053 759 1205 0 94677 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 383544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5943
/proc/meminfo: memFree=441984/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=384380 CPUtime=1782.34 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 493878 0 0 0 175521 2713 0 0 25 0 1 0 901647203 393605120 94255 33554432000 4194304 9128323 140736674641920 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/5874/statm: 96095 94255 759 1205 0 94886 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 384380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 5944
/proc/meminfo: memFree=441196/32950928 swapFree=67048888/67111528
[pid=5874] ppid=5872 vsize=385148 CPUtime=1800.04 cores=1,3,5,7
/proc/5874/stat : 5874 (scip-2.0.1.4.li) R 5872 5874 4454 0 -1 4202496 494054 0 0 0 177263 2741 0 0 25 0 1 0 901647203 394391552 94431 33554432000 4194304 9128323 140736674641920 18446744073709551615 5380000 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5874/statm: 96287 94431 759 1205 0 95078 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 385148

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.07
CPU user time (s): 1772.64
CPU system time (s): 27.4338
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 407688

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

runsolver used 2.85057 second user time and 6.49401 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-12 19:41:24
IDJOB=3447263
IDBENCH=79258
IDSOLVER=1944
FILE ID=node122/3447263-1307900484
RUNJOBID= node122-1307898651-4741
PBS_JOBID= 13559584
Free space on /var/tmp= 2892 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557574--soft-0-100-0.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-3447263-1307900484/watcher-3447263-1307900484 -o /var/tmp/evaluation-result-3447263-1307900484/solver-3447263-1307900484 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447263-1307900484.wbo -t 1800 -m 15500

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

MD5SUM BENCH= c0d431beb578ab67ce1970cb297cf650
RANDOM SEED=1839537658

node122.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.820
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.64
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.820
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	: 5332.75
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.820
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.75
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.820
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.820
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.820
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.75
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1275516 kB
Buffers:         54820 kB
Cached:       30645112 kB
SwapCached:      14876 kB
Active:       15640828 kB
Inactive:     15078004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1275516 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:           24716 kB
Writeback:           0 kB
AnonPages:       16364 kB
Mapped:           8464 kB
Slab:           892080 kB
PageTables:       4276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192920 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= 2868 MiB
End job on node122 at 2011-06-12 20:11:26