Trace number 3447378

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 1800.08 1800.08

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900573901--soft-0-100-0.wbo
MD5SUM889361cc7af818b09040d50027029365
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark129.419
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 701
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-3447378-1307901483.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.00/0.05	o 137972
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.379720e+05
0.00/0.05	c presolving:
0.00/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.00/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.49/0.50	c   0.5s|     1 |     0 |   448 |     - |  18M|   0 |  37 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   766 |     - |  18M|   0 |  32 |5645 |8121 |5645 |2767 |  60 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |   843 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2785 |  78 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.19/1.29	c   1.3s|     1 |     0 |   882 |     - |  19M|   0 |  58 |5645 |8121 |5645 |2791 |  84 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
1.69/1.72	c   1.7s|     1 |     0 |   928 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2800 |  93 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
2.10/2.15	c   2.2s|     1 |     0 |   976 |     - |  20M|   0 |  60 |5645 |8121 |5645 |2804 |  97 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
2.49/2.59	c   2.6s|     1 |     0 |   982 |     - |  20M|   0 |  58 |5645 |8121 |5645 |2807 | 100 |   0 |   0 | 0.000000e+00 | 1.379720e+05 |    Inf 
4.09/4.11	c   4.1s|     1 |     2 |   982 |     - |  20M|   0 |  58 |5645 |8121 |5645 |2807 | 100 |   0 |  33 | 0.000000e+00 | 1.379720e+05 |    Inf 
25.89/25.92	o 551
25.89/25.92	c *25.9s|   398 |   377 | 51431 | 127.1 |  31M|  59 |   - |5645 |8121 |5645 |2964 |1120 |   0 |1349 | 0.000000e+00 | 5.510000e+02 |    Inf 
190.59/190.64	o 275
190.59/190.64	c * 191s|  4150 |  3711 |948456 | 228.4 |  43M|  62 |   - |5645 |8273 |5645 |2909 |  18k| 152 |2603 | 0.000000e+00 | 2.750000e+02 |    Inf 
239.70/239.72	o 259
239.70/239.72	c * 240s|  5895 |  5246 |  1286k| 218.1 |  48M|  62 |   - |5645 |8601 |5645 |2788 |  21k| 480 |3108 | 0.000000e+00 | 2.590000e+02 |    Inf 
248.39/248.43	o 96
248.39/248.43	c * 248s|  6115 |  2550 |  1340k| 219.1 |  39M|  62 |   - |5645 |8689 |5645 |2874 |  22k| 568 |3138 | 0.000000e+00 | 9.600000e+01 |    Inf 
249.09/249.16	o 86
249.09/249.16	c r 249s|  6157 |  2411 |  1342k| 218.0 |  40M|  62 |   - |5645 |8418 |5645 |2758 |  22k| 591 |3158 | 0.000000e+00 | 8.600000e+01 |    Inf 
252.59/252.60	o 85
252.59/252.60	c * 253s|  6493 |  2475 |  1350k| 207.8 |  42M|  62 |   - |5645 |8091 |5645 |2756 |  22k| 811 |3183 | 0.000000e+00 | 8.500000e+01 |    Inf 
252.89/252.95	o 79
252.89/252.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
252.89/252.95	c * 253s|  6524 |  2290 |  1351k| 207.0 |  42M|  62 |   - |5645 |8004 |5645 |2757 |  22k| 832 |3183 | 0.000000e+00 | 7.900000e+01 |    Inf 
253.79/253.81	o 72
253.79/253.81	c * 254s|  6595 |  2189 |  1352k| 205.0 |  43M|  62 |   - |5645 |7731 |5645 |2762 |  22k| 897 |3183 | 0.000000e+00 | 7.200000e+01 |    Inf 
253.89/254.00	o 67
253.89/254.00	c * 254s|  6621 |  1394 |  1352k| 204.2 |  40M|  62 |   - |5645 |7259 |5645 |2761 |  22k| 913 |3183 | 0.000000e+00 | 6.700000e+01 |    Inf 
279.79/279.85	c   280s| 10000 |  1639 |  1398k| 139.8 |  51M|  74 |   1 |5645 |8529 |5645 |2762 |  22k|4321 |3278 | 0.000000e+00 | 6.700000e+01 |    Inf 
289.88/289.98	o 49
289.88/289.98	c * 290s| 11381 |  1668 |  1415k| 124.3 |  55M|  74 |   - |5645 |8291 |5645 |2765 |  22k|5599 |3299 | 0.000000e+00 | 4.900000e+01 |    Inf 
319.69/319.79	o 48
319.69/319.79	c * 320s| 16264 |  1742 |  1461k|  89.8 |  59M|  76 |   - |5645 |8108 |5645 |2763 |  22k|  10k|3433 | 0.000000e+00 | 4.800000e+01 |    Inf 
320.88/320.95	o 44
320.88/320.95	c * 321s| 16488 |  1643 |  1462k|  88.6 |  59M|  76 |   - |5645 |8233 |5645 |2757 |  22k|  11k|3437 | 0.000000e+00 | 4.400000e+01 |    Inf 
322.49/322.52	o 41
322.49/322.52	c * 323s| 16786 |  1629 |  1464k|  87.2 |  59M|  76 |   - |5645 |8248 |5645 |2756 |  22k|  11k|3440 | 0.000000e+00 | 4.100000e+01 |    Inf 
323.18/323.27	o 32
323.18/323.27	c * 323s| 16900 |  1541 |  1465k|  86.7 |  58M|  76 |   - |5645 |8077 |5645 |2756 |  22k|  11k|3441 | 0.000000e+00 | 3.200000e+01 |    Inf 
323.18/323.29	o 31
323.18/323.29	c * 323s| 16901 |  1496 |  1465k|  86.7 |  57M|  76 |   - |5645 |8077 |5645 |2756 |  22k|  11k|3441 | 0.000000e+00 | 3.100000e+01 |    Inf 
323.29/323.37	o 28
323.29/323.37	c * 323s| 16906 |  1190 |  1465k|  86.6 |  52M|  76 |   - |5645 |7456 |5645 |2760 |  22k|  11k|3441 | 0.000000e+00 | 2.800000e+01 |    Inf 
323.39/323.45	o 22
323.39/323.45	c * 323s| 16914 |  1134 |  1465k|  86.6 |  51M|  76 |   - |5645 |7172 |5645 |2762 |  22k|  11k|3441 | 0.000000e+00 | 2.200000e+01 |    Inf 
339.89/339.99	c   340s| 20000 |  1093 |  1511k|  75.5 |  52M|  76 |   - |5645 |7392 |5645 |2762 |  22k|  15k|3470 | 0.000000e+00 | 2.200000e+01 |    Inf 
341.99/342.09	o 18
341.99/342.09	c * 342s| 20412 |   991 |  1517k|  74.3 |  49M|  76 |   - |5645 |7776 |5645 |2762 |  22k|  16k|3479 | 0.000000e+00 | 1.800000e+01 |    Inf 
396.78/396.85	c   397s| 30000 |  1109 |  1698k|  56.6 |  53M|  76 |  34 |5645 |9708 |5645 |2762 |  22k|  29k|3686 | 0.000000e+00 | 1.800000e+01 |    Inf 
444.58/444.70	o 12
444.58/444.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.58/444.70	c * 445s| 38390 |   761 |  1843k|  48.0 |  47M|  76 |   - |5645 |  10k|5645 |2759 |  22k|  41k|3943 | 0.000000e+00 | 1.200000e+01 |    Inf 
452.18/452.24	c   452s| 40000 |   759 |  1866k|  46.6 |  47M|  76 |  22 |5645 |9987 |5645 |2762 |  22k|  43k|4022 | 0.000000e+00 | 1.200000e+01 |    Inf 
462.68/462.70	o 11
462.68/462.70	c * 463s| 42564 |   774 |  1898k|  44.6 |  48M|  76 |   - |5645 |  10k|5645 |2762 |  22k|  46k|4048 | 0.000000e+00 | 1.100000e+01 |    Inf 
467.68/467.74	o 9
467.68/467.74	c * 468s| 43647 |   718 |  1914k|  43.8 |  46M|  76 |   - |5645 |9407 |5645 |2763 |  22k|  47k|4049 | 0.000000e+00 | 9.000000e+00 |    Inf 
488.88/488.93	o 7
488.88/488.93	c * 489s| 48111 |   721 |  1985k|  41.3 |  47M|  76 |   - |5645 |  10k|5645 |2762 |  22k|  53k|4192 | 0.000000e+00 | 7.000000e+00 |    Inf 
497.48/497.53	c   498s| 50000 |   706 |  2016k|  40.3 |  47M|  76 |  19 |5645 |9690 |5645 |2762 |  22k|  56k|4233 | 0.000000e+00 | 7.000000e+00 |    Inf 
544.08/544.17	c   544s| 60000 |   621 |  2178k|  36.3 |  46M|  76 |   - |5645 |9970 |5645 |2762 |  23k|  69k|4462 | 0.000000e+00 | 7.000000e+00 |    Inf 
553.48/553.57	o 3
553.48/553.57	c * 554s| 62186 |   587 |  2214k|  35.6 |  46M|  76 |   - |5645 |  12k|5645 |2762 |  23k|  72k|4471 | 0.000000e+00 | 3.000000e+00 |    Inf 
587.18/587.22	o 1
587.18/587.22	c * 587s| 69547 |   495 |  2346k|  33.7 |  46M|  76 |   - |5645 |  16k|5645 |2762 |  23k|  82k|4638 | 0.000000e+00 | 1.000000e+00 |    Inf 
589.28/589.39	c   589s| 70000 |   497 |  2354k|  33.6 |  46M|  76 |  23 |5645 |  15k|5645 |2762 |  23k|  83k|4653 | 0.000000e+00 | 1.000000e+00 |    Inf 
634.48/634.53	c   635s| 80000 |   488 |  2527k|  31.6 |  46M|  88 |   - |5645 |  15k|   0 |   0 |  23k|  98k|4862 | 0.000000e+00 | 1.000000e+00 |    Inf 
678.69/678.71	c   679s| 90000 |   465 |  2701k|  30.0 |  45M|  88 |   - |5645 |  11k|5645 |2756 |  23k| 111k|5071 | 0.000000e+00 | 1.000000e+00 |    Inf 
724.19/724.27	c   724s|100000 |   405 |  2887k|  28.9 |  46M|  88 |   - |5645 |  15k|5645 |2762 |  23k| 125k|5300 | 0.000000e+00 | 1.000000e+00 |    Inf 
770.38/770.48	c   770s|110000 |   472 |  3073k|  27.9 |  50M|  88 |  30 |5645 |  22k|5645 |2762 |  23k| 139k|5524 | 0.000000e+00 | 1.000000e+00 |    Inf 
814.59/814.64	c   815s|120000 |   320 |  3244k|  27.0 |  44M|  88 |  31 |5645 |  13k|5645 |2762 |  23k| 153k|5712 | 0.000000e+00 | 1.000000e+00 |    Inf 
858.29/858.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
858.29/858.36	c   858s|130000 |   240 |  3415k|  26.3 |  43M|  88 |  46 |5645 |  13k|5645 |2762 |  23k| 167k|5885 | 0.000000e+00 | 1.000000e+00 |    Inf 
901.29/901.36	c   901s|140000 |   255 |  3580k|  25.6 |  46M|  88 |  36 |5645 |  20k|5645 |2762 |  23k| 180k|6042 | 0.000000e+00 | 1.000000e+00 |    Inf 
947.29/947.31	c   947s|150000 |   246 |  3755k|  25.0 |  48M|  88 |  32 |5645 |  24k|5645 |2762 |  23k| 194k|6275 | 0.000000e+00 | 1.000000e+00 |    Inf 
992.09/992.17	c   992s|160000 |   248 |  3921k|  24.5 |  50M|  88 |  44 |5645 |  28k|5645 |2762 |  23k| 207k|6496 | 0.000000e+00 | 1.000000e+00 |    Inf 
1037.99/1038.05	c  1038s|170000 |   243 |  4086k|  24.0 |  52M|  88 |  36 |5645 |  33k|5645 |2762 |  23k| 221k|6652 | 0.000000e+00 | 1.000000e+00 |    Inf 
1087.99/1088.04	c  1088s|180000 |   253 |  4267k|  23.7 |  54M|  88 |  33 |5645 |  36k|5645 |2762 |  23k| 235k|6837 | 0.000000e+00 | 1.000000e+00 |    Inf 
1135.69/1135.75	c  1136s|190000 |   255 |  4439k|  23.4 |  51M|  88 |  17 |5645 |  27k|5645 |2762 |  23k| 248k|6960 | 0.000000e+00 | 1.000000e+00 |    Inf 
1180.99/1181.06	c  1181s|200000 |   265 |  4598k|  23.0 |  54M|  88 |   - |5645 |  34k|   0 |   0 |  23k| 261k|7100 | 0.000000e+00 | 1.000000e+00 |    Inf 
1225.79/1225.89	c  1226s|210000 |   317 |  4746k|  22.6 |  57M|  88 |  29 |5645 |  41k|5645 |2762 |  23k| 276k|7277 | 0.000000e+00 | 1.000000e+00 |    Inf 
1272.79/1272.88	c  1273s|220000 |   254 |  4903k|  22.3 |  55M|  88 |  30 |5645 |  36k|5645 |2762 |  23k| 290k|7426 | 0.000000e+00 | 1.000000e+00 |    Inf 
1319.29/1319.36	c  1319s|230000 |   236 |  5064k|  22.0 |  54M|  88 |  12 |5645 |  35k|5645 |2762 |  23k| 303k|7530 | 0.000000e+00 | 1.000000e+00 |    Inf 
1365.49/1365.51	c  1366s|240000 |   220 |  5227k|  21.8 |  55M|  88 |   - |5645 |  37k|5645 |2762 |  23k| 317k|7779 | 0.000000e+00 | 1.000000e+00 |    Inf 
1414.69/1414.79	c  1415s|250000 |   242 |  5395k|  21.6 |  57M|  88 |  44 |5645 |  43k|5645 |2762 |  23k| 330k|7906 | 0.000000e+00 | 1.000000e+00 |    Inf 
1463.19/1463.28	c  1463s|260000 |   245 |  5560k|  21.4 |  59M|  88 |   - |5645 |  46k|5645 |2762 |  23k| 344k|8003 | 0.000000e+00 | 1.000000e+00 |    Inf 
1512.29/1512.37	c  1512s|270000 |   226 |  5719k|  21.2 |  59M|  88 |  21 |5645 |  47k|5645 |2762 |  23k| 357k|8125 | 0.000000e+00 | 1.000000e+00 |    Inf 
1563.78/1563.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1563.78/1563.82	c  1564s|280000 |   184 |  5891k|  21.0 |  53M|  88 |  39 |5645 |  30k|5645 |2762 |  23k| 371k|8358 | 0.000000e+00 | 1.000000e+00 |    Inf 
1609.99/1610.03	c  1610s|290000 |   188 |  6056k|  20.9 |  55M|  88 |  40 |5645 |  37k|5645 |2762 |  23k| 384k|8434 | 0.000000e+00 | 1.000000e+00 |    Inf 
1661.59/1661.61	c  1662s|300000 |   212 |  6240k|  20.8 |  58M|  88 |  45 |5645 |  43k|5645 |2762 |  23k| 397k|8564 | 0.000000e+00 | 1.000000e+00 |    Inf 
1712.49/1712.54	c  1713s|310000 |   213 |  6409k|  20.7 |  60M|  88 |   - |5645 |  48k|5645 |2762 |  23k| 410k|8710 | 0.000000e+00 | 1.000000e+00 |    Inf 
1762.10/1762.15	c  1762s|320000 |   205 |  6579k|  20.6 |  62M|  88 |  37 |5645 |  51k|5645 |2762 |  23k| 424k|8850 | 0.000000e+00 | 1.000000e+00 |    Inf 
1799.99/1800.00	c 
1799.99/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.00	c Solving Time (sec) : 1800.00
1799.99/1800.00	c Solving Nodes      : 327202
1799.99/1800.00	c Primal Bound       : +1.00000000000000e+00 (444 solutions)
1799.99/1800.00	c Dual Bound         : +0.00000000000000e+00
1799.99/1800.00	c Gap                : infinite
1799.99/1800.00	s SATISFIABLE
1799.99/1800.00	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1799.99/1800.00	v -x209 -x208 -x207 -x206 x205 -x204 -x203 -x202 -x201 x200 -x199 -x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1799.99/1800.00	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1799.99/1800.00	v -x167 x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 -x149 x148 -x147 
1799.99/1800.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1799.99/1800.00	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 -x105 x104 
1799.99/1800.00	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 x94 -x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 
1799.99/1800.00	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 -x71 -x70 -x69 x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 x58 -x57 -x56 -x55 -x54 
1799.99/1800.00	v -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 
1799.99/1800.00	v -x28 -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 
1799.99/1800.00	v -x1 
1799.99/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.99/1800.00	c Total Time         :    1800.00
1799.99/1800.00	c   solving          :    1800.00
1799.99/1800.00	c   presolving       :       0.09 (included in solving)
1799.99/1800.00	c   reading          :       0.02 (included in solving)
1799.99/1800.00	c Original Problem   :
1799.99/1800.00	c   Problem name     : HOME/instance-3447378-1307901483.wbo
1799.99/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.99/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1799.99/1800.00	c Presolved Problem  :
1799.99/1800.00	c   Problem name     : t_HOME/instance-3447378-1307901483.wbo
1799.99/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1799.99/1800.00	c   Constraints      : 5414 initial, 52832 maximal
1799.99/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.99/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1799.99/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1799.99/1800.00	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1799.99/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.00	c   integral         :          0          0          0     196163          0       3889          0        297       2431          0          0     342602
1799.99/1800.00	c   varbound         :          0+         7     413704      22926          0          0      21961          4    1717525      22994          0          0
1799.99/1800.00	c   linear           :       2707          7    1747466         15          0       3885    5827202      54915    6844262          0          0          0
1799.99/1800.00	c   indicator        :       2707          0     402399      22926          0       3864      25087          0      28769          0          0          0
1799.99/1800.00	c   logicor          :          0+         0     536179          0          0          0    1158362       6109     354450          0          0          0
1799.99/1800.00	c   bounddisjunction :          0+         0     207880          0          0          0       1014         81       1731          0          0          0
1799.99/1800.00	c   countsols        :          0          0          0         23          0        423          0          0          0          0          0          0
1799.99/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.99/1800.00	c   integral         :      74.12       0.00       0.00      74.06       0.00       0.05       0.00
1799.99/1800.00	c   varbound         :       7.83       0.00       5.80       2.03       0.00       0.00       0.01
1799.99/1800.00	c   linear           :      88.87       0.00      84.10       0.00       0.00       0.92       3.84
1799.99/1800.00	c   indicator        :      20.76       0.00       7.33       7.75       0.00       5.66       0.01
1799.99/1800.00	c   logicor          :     101.44       0.00      99.61       0.00       0.00       0.00       1.83
1799.99/1800.00	c   bounddisjunction :       1.92       0.00       1.92       0.00       0.00       0.00       0.00
1799.99/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.99/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.99/1800.00	c   vbounds          :     131555       8377         13     255572
1799.99/1800.00	c   rootredcost      :         24          0          0       2707
1799.99/1800.00	c   pseudoobj        :    1753355      22118       5975    1712178
1799.99/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.99/1800.00	c   vbounds          :      32.96      32.96       0.00
1799.99/1800.00	c   rootredcost      :       0.36       0.36       0.00
1799.99/1800.00	c   pseudoobj        :      69.10      68.44       0.65
1799.99/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.99/1800.00	c   propagation      :       4.89      67097      67025     410249       30.4       1657       22.4          -
1799.99/1800.00	c   infeasible LP    :      41.95      97273      97264     722350       40.6       1641       14.8          0
1799.99/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.99/1800.00	c   pseudo solution  :       0.00          5          5          5        2.8          2       16.0          -
1799.99/1800.00	c   applied globally :          -          -          -     433574       31.7          -          -          -
1799.99/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1799.99/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.99/1800.00	c   cut pool         :       0.00          6          -          -          0          -    (maximal pool size: 231)
1799.99/1800.00	c   redcost          :      18.59     184671          0     258021          0          0
1799.99/1800.00	c   impliedbounds    :       0.00          7          0          0          0          0
1799.99/1800.00	c   intobj           :       0.00          0          0          0          0          0
1799.99/1800.00	c   gomory           :       0.88          7          0          0       1460          0
1799.99/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1799.99/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1799.99/1800.00	c   strongcg         :       0.82          7          0          0       1959          0
1799.99/1800.00	c   cmir             :       0.22          7          0          0          2          0
1799.99/1800.00	c   flowcover        :       0.16          7          0          0          2          0
1799.99/1800.00	c   clique           :       0.00          1          0          0          0          0
1799.99/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1799.99/1800.00	c   mcf              :       0.00          1          0          0          0          0
1799.99/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1799.99/1800.00	c   rapidlearning    :       0.21          1          0          0          0          0
1799.99/1800.00	c Pricers            :       Time      Calls       Vars
1799.99/1800.00	c   problem variables:       0.00          0          0
1799.99/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.99/1800.00	c   relpscost        :      73.86     173234        297       2431          0          0     342602
1799.99/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.99/1800.00	c   random           :       0.00          0          0          0          0          0          0
1799.99/1800.00	c Primal Heuristics  :       Time      Calls      Found
1799.99/1800.00	c   LP solutions     :       0.03          -         23
1799.99/1800.00	c   pseudo solutions :       0.00          -          0
1799.99/1800.00	c   feaspump         :       0.01          0          0
1799.99/1800.00	c   intshifting      :       0.01          0          0
1799.99/1800.00	c   oneopt           :       0.37         23          0
1799.99/1800.00	c   coefdiving       :       5.22        119          0
1799.99/1800.00	c   rootsoldiving    :       4.77         60          0
1799.99/1800.00	c   objpscostdiving  :       4.77         60          0
1799.99/1800.00	c   linesearchdiving :       2.88        120          0
1799.99/1800.00	c   guideddiving     :       3.75        120          0
1799.99/1800.00	c   pscostdiving     :       4.26        120          0
1799.99/1800.00	c   fracdiving       :       4.23        120          0
1799.99/1800.00	c   veclendiving     :       2.55        120          0
1799.99/1800.00	c   crossover        :       2.51         49          1
1799.99/1800.00	c   trivial          :       0.01          2          1
1799.99/1800.00	c   shiftandpropagate:       0.00          0          0
1799.99/1800.00	c   simplerounding   :       2.77     175952          1
1799.99/1800.00	c   zirounding       :       0.53       1000          0
1799.99/1800.00	c   rounding         :       1.50       5924          0
1799.99/1800.00	c   shifting         :       1.56       1830          0
1799.99/1800.00	c   twoopt           :       0.00          0          0
1799.99/1800.00	c   fixandinfer      :       0.00          0          0
1799.99/1800.00	c   clique           :       0.00          0          0
1799.99/1800.00	c   intdiving        :       0.00          0          0
1799.99/1800.00	c   actconsdiving    :       0.00          0          0
1799.99/1800.00	c   octane           :       0.00          0          0
1799.99/1800.00	c   rens             :       0.06          1          0
1799.99/1800.00	c   rins             :       0.00          0          0
1799.99/1800.00	c   localbranching   :       0.00          0          0
1799.99/1800.00	c   mutation         :       0.00          0          0
1799.99/1800.00	c   dins             :       0.00          0          0
1799.99/1800.00	c   vbounds          :       0.00          0          0
1799.99/1800.00	c   undercover       :       0.00          0          0
1799.99/1800.00	c   subnlp           :       0.06          0          0
1799.99/1800.00	c   trysol           :       0.80       2619        418
1799.99/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.99/1800.00	c   primal LP        :       0.95          0          0       0.00       0.00
1799.99/1800.00	c   dual LP          :    1026.72     295540    6572697      22.24    6401.65
1799.99/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1799.99/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1799.99/1800.00	c   diving/probing LP:      23.08       6503     135725      20.87    5880.45
1799.99/1800.00	c   strong branching :      70.44       8914     436153      48.93    6192.15
1799.99/1800.00	c     (at root node) :          -         33      12057     365.36          -
1799.99/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1799.99/1800.00	c B&B Tree           :
1799.99/1800.00	c   number of runs   :          1
1799.99/1800.00	c   nodes            :     327202
1799.99/1800.00	c   nodes (total)    :     327202
1799.99/1800.00	c   nodes left       :        162
1799.99/1800.00	c   max depth        :         88
1799.99/1800.00	c   max depth (total):         88
1799.99/1800.00	c   backtracks       :      35016 (10.7%)
1799.99/1800.00	c   delayed cutoffs  :       9246
1799.99/1800.00	c   repropagations   :     713978 (1652949 domain reductions, 8197 cutoffs)
1799.99/1800.00	c   avg switch length:       5.75
1799.99/1800.00	c   switching time   :     123.54
1799.99/1800.00	c Solution           :
1799.99/1800.00	c   Solutions found  :        444 (25 improvements)
1799.99/1800.00	c   First Solution   : +1.37972000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1799.99/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 69547 nodes, 587.22 seconds, depth 62, found by <relaxation>)
1799.99/1800.00	c   Dual Bound       : +0.00000000000000e+00
1799.99/1800.00	c   Gap              :   infinite
1799.99/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1799.99/1800.00	c   Root Iterations  :        982
1799.99/1800.08	c Time complete: 1800.07.

Verifier Data

OK	1

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-3447378-1307901483/watcher-3447378-1307901483 -o /var/tmp/evaluation-result-3447378-1307901483/solver-3447378-1307901483 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447378-1307901483.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.02 2.01 1.94 2/177 4017
/proc/meminfo: memFree=736204/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 1563 0 0 0 0 0 0 0 25 0 1 0 980379107 10539008 1516 33554432000 4194304 9128323 140737111379520 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4017/statm: 2573 1516 399 1205 0 1364 0

[startup+0.0713761 s]
/proc/loadavg: 2.02 2.01 1.94 2/177 4017
/proc/meminfo: memFree=736204/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=35724 CPUtime=0.06 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 7884 0 0 0 6 0 0 0 25 0 1 0 980379107 36581376 7578 33554432000 4194304 9128323 140737111379520 18446744073709551615 4337637 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 8931 7578 520 1205 0 7722 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35724

[startup+0.100371 s]
/proc/loadavg: 2.02 2.01 1.94 2/177 4017
/proc/meminfo: memFree=736204/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 7950 0 0 0 9 0 0 0 25 0 1 0 980379107 36581376 7644 33554432000 4194304 9128323 140737111379520 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.3004 s]
/proc/loadavg: 2.02 2.01 1.94 2/177 4017
/proc/meminfo: memFree=736204/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=71656 CPUtime=0.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 17241 0 0 0 27 2 0 0 25 0 1 0 980379107 73375744 16836 33554432000 4194304 9128323 140737111379520 18446744073709551615 4216843 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 17914 16836 699 1205 0 16705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71656

[startup+0.700328 s]
/proc/loadavg: 2.02 2.01 1.94 2/177 4017
/proc/meminfo: memFree=736204/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=53856 CPUtime=0.69 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 21517 0 0 0 66 3 0 0 25 0 1 0 980379107 55148544 12392 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 13464 12392 717 1205 0 12255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53856

[startup+1.50012 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 4018
/proc/meminfo: memFree=685136/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=61464 CPUtime=1.49 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 23310 0 0 0 145 4 0 0 25 0 1 0 980379107 62939136 14174 33554432000 4194304 9128323 140737111379520 18446744073709551615 6703935 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 15366 14174 714 1205 0 14157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61464

[startup+3.10084 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 4018
/proc/meminfo: memFree=678264/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=64836 CPUtime=3.09 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 30358 0 0 0 301 8 0 0 25 0 1 0 980379107 66392064 15163 33554432000 4194304 9128323 140737111379520 18446744073709551615 7315282 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 16209 15163 728 1205 0 15000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64836

[startup+6.30029 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 4019
/proc/meminfo: memFree=675292/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=67684 CPUtime=6.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 30845 0 0 0 614 15 0 0 25 0 1 0 980379107 69308416 15650 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 16921 15650 729 1205 0 15712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67684

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 4019
/proc/meminfo: memFree=675288/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=67684 CPUtime=12.69 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 30890 0 0 0 1238 31 0 0 25 0 1 0 980379107 69308416 15695 33554432000 4194304 9128323 140737111379520 18446744073709551615 7205376 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 16921 15695 729 1205 0 15712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67684

[startup+25.5009 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 4019
/proc/meminfo: memFree=663008/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=79104 CPUtime=25.5 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 39521 0 0 0 2489 61 0 0 25 0 1 0 980379107 81002496 18382 33554432000 4194304 9128323 140737111379520 18446744073709551615 4346310 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 19776 18382 730 1205 0 18567 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 79104

[startup+51.1004 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 4059
/proc/meminfo: memFree=1030752/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=80560 CPUtime=51.09 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 48047 0 0 0 4993 116 0 0 25 0 1 0 980379107 82493440 18759 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 20140 18759 732 1205 0 18931 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80560

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4060
/proc/meminfo: memFree=1008432/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=88288 CPUtime=102.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 56152 0 0 0 10009 220 0 0 25 0 1 0 980379107 90406912 20755 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 22072 20755 741 1205 0 20863 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 88288

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4062
/proc/meminfo: memFree=1000200/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=93176 CPUtime=162.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 63406 0 0 0 15897 332 0 0 25 0 1 0 980379107 95412224 21935 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 23294 21935 741 1205 0 22085 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93176

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4072
/proc/meminfo: memFree=970664/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=96760 CPUtime=222.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 76305 0 0 0 21766 463 0 0 25 0 1 0 980379107 99082240 22869 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 24190 22869 741 1205 0 22981 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96760

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4074
/proc/meminfo: memFree=934532/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=133096 CPUtime=282.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 112625 0 0 0 27672 557 0 0 25 0 1 0 980379107 136290304 31949 33554432000 4194304 9128323 140737111379520 18446744073709551615 18446744073699065904 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 33274 31949 742 1205 0 32065 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 133096

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4076
/proc/meminfo: memFree=903828/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=163604 CPUtime=342.28 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 162835 0 0 0 33619 609 0 0 25 0 1 0 980379107 167530496 39507 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 40901 39507 751 1205 0 39692 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 163604

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4077
/proc/meminfo: memFree=898588/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=169780 CPUtime=402.28 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 181246 0 0 0 39545 683 0 0 25 0 1 0 980379107 173854720 41014 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 42445 41014 751 1205 0 41236 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 169780

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 4079
/proc/meminfo: memFree=893812/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=173192 CPUtime=462.28 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 207064 0 0 0 45470 758 0 0 25 0 1 0 980379107 177348608 41883 33554432000 4194304 9128323 140737111379520 18446744073709551615 6505895 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 43298 41883 753 1205 0 42089 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 173192

[startup+522.301 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 4080
/proc/meminfo: memFree=875424/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=174756 CPUtime=522.28 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 271451 0 0 0 51380 848 0 0 25 0 1 0 980379107 178950144 42307 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4017/statm: 43689 42307 753 1205 0 42480 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 174756

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 4082
/proc/meminfo: memFree=855292/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=176536 CPUtime=582.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 305230 0 0 0 57294 935 0 0 25 0 1 0 980379107 180772864 42698 33554432000 4194304 9128323 140737111379520 18446744073709551615 5334901 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4017/statm: 44134 42698 753 1205 0 42925 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 176536

[startup+642.301 s]

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

/proc/meminfo: memFree=843348/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=189936 CPUtime=1122.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 358562 0 0 0 110501 1728 0 0 25 0 1 0 980379107 194494464 46041 33554432000 4194304 9128323 140737111379520 18446744073709551615 8006494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4017/statm: 47484 46041 754 1205 0 46275 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 189936

[startup+1182.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/178 4098
/proc/meminfo: memFree=841672/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=190232 CPUtime=1182.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 358637 0 0 0 116419 1810 0 0 25 0 1 0 980379107 194797568 46116 33554432000 4194304 9128323 140737111379520 18446744073709551615 4209243 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4017/statm: 47558 46116 754 1205 0 46349 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 190232

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 4100
/proc/meminfo: memFree=835672/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=191628 CPUtime=1242.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 358984 0 0 0 122342 1887 0 0 25 0 1 0 980379107 196227072 46463 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4017/statm: 47907 46463 754 1205 0 46698 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 191628

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/178 4101
/proc/meminfo: memFree=834748/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=191952 CPUtime=1302.3 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 359070 0 0 0 128263 1967 0 0 25 0 1 0 980379107 196558848 46549 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4017/statm: 47988 46549 754 1205 0 46779 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 191952

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4103
/proc/meminfo: memFree=831592/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=192888 CPUtime=1362.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 359305 0 0 0 134179 2050 0 0 25 0 1 0 980379107 197517312 46777 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 48222 46777 754 1205 0 47013 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 192888

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4104
/proc/meminfo: memFree=827664/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=193804 CPUtime=1422.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 359556 0 0 0 140101 2128 0 0 25 0 1 0 980379107 198455296 47028 33554432000 4194304 9128323 140737111379520 18446744073709551615 6712795 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 48451 47028 754 1205 0 47242 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 193804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4106
/proc/meminfo: memFree=825628/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=195796 CPUtime=1482.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 360018 0 0 0 146019 2210 0 0 25 0 1 0 980379107 200495104 47490 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/4017/statm: 48949 47490 754 1205 0 47740 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 195796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 4108
/proc/meminfo: memFree=823580/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=197744 CPUtime=1542.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 366825 0 0 0 151944 2285 0 0 25 0 1 0 980379107 202489856 47950 33554432000 4194304 9128323 140737111379520 18446744073709551615 4207940 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/4017/statm: 49436 47950 754 1205 0 48227 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 197744

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.96 3/178 4109
/proc/meminfo: memFree=822028/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=199204 CPUtime=1602.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367112 0 0 0 157862 2367 0 0 25 0 1 0 980379107 203984896 48237 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 49801 48237 754 1205 0 48592 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 199204

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 4111
/proc/meminfo: memFree=821484/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=199204 CPUtime=1662.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367112 0 0 0 163780 2449 0 0 25 0 1 0 980379107 203984896 48237 33554432000 4194304 9128323 140737111379520 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 49801 48237 754 1205 0 48592 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 199204

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/178 4112
/proc/meminfo: memFree=821428/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=199204 CPUtime=1722.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367150 0 0 0 169703 2526 0 0 25 0 1 0 980379107 203984896 48275 33554432000 4194304 9128323 140737111379520 18446744073709551615 6581710 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 49801 48275 754 1205 0 48592 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 199204

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/178 4114
/proc/meminfo: memFree=820268/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=200016 CPUtime=1782.29 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367294 0 0 0 175625 2604 0 0 25 0 1 0 980379107 204816384 48419 33554432000 4194304 9128323 140737111379520 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50004 48419 754 1205 0 48795 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 200016

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

[startup+1791.91 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 4114
/proc/meminfo: memFree=820136/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=200016 CPUtime=1791.9 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367345 0 0 0 176574 2616 0 0 25 0 1 0 980379107 204816384 48470 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50004 48470 754 1205 0 48795 0
Current children cumulated CPU time (s) 1791.9
Current children cumulated vsize (KiB) 200016

[startup+1795.1 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 4114
/proc/meminfo: memFree=819884/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=200552 CPUtime=1795.1 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367409 0 0 0 176890 2620 0 0 25 0 1 0 980379107 205365248 48534 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50138 48534 754 1205 0 48929 0
Current children cumulated CPU time (s) 1795.1
Current children cumulated vsize (KiB) 200552

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 4114
/proc/meminfo: memFree=819636/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=201624 CPUtime=1798.3 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367475 0 0 0 177205 2625 0 0 25 0 1 0 980379107 206462976 48600 33554432000 4194304 9128323 140737111379520 18446744073709551615 7177547 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50406 48600 754 1205 0 49197 0
Current children cumulated CPU time (s) 1798.3
Current children cumulated vsize (KiB) 201624

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 4114
/proc/meminfo: memFree=819632/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=201624 CPUtime=1799.1 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367475 0 0 0 177284 2626 0 0 25 0 1 0 980379107 206462976 48600 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50406 48600 754 1205 0 49197 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 201624

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 4114
/proc/meminfo: memFree=819632/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=201624 CPUtime=1799.5 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367476 0 0 0 177323 2627 0 0 25 0 1 0 980379107 206462976 48601 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50406 48601 754 1205 0 49197 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 201624

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 4114
/proc/meminfo: memFree=819632/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=201624 CPUtime=1799.9 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367491 0 0 0 177363 2627 0 0 25 0 1 0 980379107 206462976 48616 33554432000 4194304 9128323 140737111379520 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50406 48616 754 1205 0 49197 0
Current children cumulated CPU time (s) 1799.9
Current children cumulated vsize (KiB) 201624

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.97 3/178 4114
/proc/meminfo: memFree=819632/32950940 swapFree=67053420/67111528
[pid=4017] ppid=4015 vsize=201624 CPUtime=1799.99 cores=1,3,5,7
/proc/4017/stat : 4017 (scip-2.0.1.4.li) R 4015 4017 3459 0 -1 4202496 367491 0 0 0 177372 2627 0 0 25 0 1 0 980379107 206462976 48616 33554432000 4194304 9128323 140737111379520 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/4017/statm: 50406 48616 754 1205 0 49197 0
Current children cumulated CPU time (s) 1799.99
Current children cumulated vsize (KiB) 201624

Child status: 0
Real time (s): 1800.08
CPU time (s): 1800.08
CPU user time (s): 1773.8
CPU system time (s): 26.285
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 220156

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

runsolver used 2.44863 second user time and 5.9341 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 19:58:03
IDJOB=3447378
IDBENCH=79308
IDSOLVER=1944
FILE ID=node117/3447378-1307901483
RUNJOBID= node117-1307898653-3797
PBS_JOBID= 13559588
Free space on /var/tmp= 2872 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.1900573901--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-3447378-1307901483/watcher-3447378-1307901483 -o /var/tmp/evaluation-result-3447378-1307901483/solver-3447378-1307901483 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447378-1307901483.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 889361cc7af818b09040d50027029365
RANDOM SEED=1988546585

node117.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.849
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.849
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.849
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.849
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.75
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.849
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.849
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.74
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:        736508 kB
Buffers:         54132 kB
Cached:       30751224 kB
SwapCached:      10856 kB
Active:       15644808 kB
Inactive:     15612612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:        736508 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:           12236 kB
Writeback:          28 kB
AnonPages:      449640 kB
Mapped:          15992 kB
Slab:           892604 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   645928 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= 2860 MiB
End job on node117 at 2011-06-12 20:28:03