Trace number 3447317

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.11 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900550720--soft-0-100-0.wbo
MD5SUM78d8e4512631586bbdc844ad983c3b47
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 benchmark130.063
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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-3447317-1307900827.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.03/0.05	o 135279
0.03/0.05	c feasible solution found by trivial heuristic, objective value  1.352790e+05
0.03/0.05	c presolving:
0.03/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.03/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.352790e+05 |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |   437 |     - |  18M|   0 |  17 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.59/0.65	c   0.7s|     1 |     0 |   572 |     - |  18M|   0 |  43 |5645 |8121 |5645 |2755 |  48 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
0.79/0.80	c   0.8s|     1 |     0 |   626 |     - |  19M|   0 |  64 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.09/1.18	c   1.2s|     1 |     0 |   669 |     - |  19M|   0 |  59 |5645 |8121 |5645 |2777 |  70 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.49/1.57	c   1.6s|     1 |     0 |   705 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2778 |  71 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
1.89/1.99	c   2.0s|     1 |     0 |   744 |     - |  20M|   0 |  59 |5645 |8121 |5645 |2782 |  75 |   0 |   0 | 0.000000e+00 | 1.352790e+05 |    Inf 
2.89/2.92	c   2.9s|     1 |     2 |   744 |     - |  21M|   0 |  59 |5645 |8121 |5645 |2782 |  75 |   0 |  33 | 0.000000e+00 | 1.352790e+05 |    Inf 
15.69/15.75	o 1173
15.69/15.75	c *15.8s|   283 |   277 | 16698 |  56.6 |  29M|  49 |   - |5645 |8121 |5645 |2819 | 326 |   0 |1302 | 0.000000e+00 | 1.173000e+03 |    Inf 
62.19/62.27	o 466
62.19/62.27	c *62.3s|  2557 |  2131 |287493 | 112.2 |  38M|  70 |   - |5645 |8173 |5645 |2938 |4271 |  52 |1825 | 0.000000e+00 | 4.660000e+02 |    Inf 
83.39/83.44	o 210
83.39/83.44	c *83.4s|  3320 |  1563 |435116 | 130.9 |  37M|  70 |   - |5645 |8276 |5645 |2889 |6024 | 155 |1928 | 0.000000e+00 | 2.100000e+02 |    Inf 
84.10/84.18	o 184
84.10/84.18	c *84.2s|  3344 |  1353 |438590 | 131.0 |  36M|  70 |   - |5645 |8283 |5645 |2827 |6083 | 162 |1945 | 0.000000e+00 | 1.840000e+02 |    Inf 
84.49/84.51	o 150
84.49/84.51	c *84.5s|  3350 |  1125 |439663 | 131.1 |  36M|  70 |   - |5645 |8286 |5645 |2834 |6144 | 165 |1945 | 0.000000e+00 | 1.500000e+02 |    Inf 
84.70/84.71	o 112
84.70/84.71	c *84.7s|  3356 |  1011 |440183 | 131.0 |  35M|  70 |   - |5645 |8289 |5645 |2813 |6184 | 168 |1946 | 0.000000e+00 | 1.120000e+02 |    Inf 
84.80/84.88	o 92
84.80/84.88	c *84.9s|  3368 |   540 |440612 | 130.6 |  34M|  70 |   - |5645 |8299 |5645 |2780 |6191 | 178 |1946 | 0.000000e+00 | 9.200000e+01 |    Inf 
129.80/129.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
129.80/129.86	c   130s| 10000 |  1338 |515022 |  51.4 |  57M|  99 |   1 |5645 |9388 |5645 |2774 |6882 |5502 |2162 | 0.000000e+00 | 9.200000e+01 |    Inf 
174.10/174.11	o 87
174.10/174.11	c * 174s| 16972 |  2057 |580555 |  34.2 |  74M|  99 |   - |5645 |9867 |5645 |2779 |7563 |  11k|2287 | 0.000000e+00 | 8.700000e+01 |    Inf 
192.80/192.81	c   193s| 20000 |  2188 |602898 |  30.1 |  78M| 114 |   - |5645 |  10k|   0 |   0 |7746 |  14k|2337 | 0.000000e+00 | 8.700000e+01 |    Inf 
258.51/258.53	o 83
258.51/258.53	c * 259s| 29900 |  2476 |687837 |  23.0 |  90M| 114 |   - |5645 |  10k|5645 |2774 |9483 |  24k|2478 | 0.000000e+00 | 8.300000e+01 |    Inf 
259.01/259.06	c   259s| 30000 |  2480 |688523 |  22.9 |  90M| 114 |   - |5645 |  10k|   0 |   0 |9488 |  24k|2478 | 0.000000e+00 | 8.300000e+01 |    Inf 
325.01/325.05	c   325s| 40000 |  2819 |775652 |  19.4 | 100M| 114 |   1 |5645 |  10k|5645 |2737 |  10k|  35k|2611 | 0.000000e+00 | 8.300000e+01 |    Inf 
380.91/380.97	c   381s| 50000 |  3471 |840462 |  16.8 | 114M| 114 |   - |5645 |  10k|   0 |   0 |  11k|  45k|2746 | 0.000000e+00 | 8.300000e+01 |    Inf 
412.71/412.79	o 78
412.71/412.79	c * 413s| 55262 |  3645 |881552 |  15.9 | 119M| 114 |   - |5645 |9899 |5645 |2737 |  11k|  51k|2825 | 0.000000e+00 | 7.800000e+01 |    Inf 
438.82/438.85	c   439s| 60000 |  3812 |910884 |  15.2 | 123M| 114 |   - |5645 |9500 |   0 |   0 |  12k|  55k|2881 | 0.000000e+00 | 7.800000e+01 |    Inf 
460.31/460.32	o 70
460.31/460.32	c * 460s| 63853 |  3857 |932548 |  14.6 | 126M| 114 |   - |5645 |9843 |5645 |2739 |  12k|  59k|2927 | 0.000000e+00 | 7.000000e+01 |    Inf 
460.31/460.35	o 50
460.31/460.35	c * 460s| 63854 |  3741 |932550 |  14.6 | 121M| 114 |   - |5645 |9843 |5645 |2740 |  12k|  59k|2927 | 0.000000e+00 | 5.000000e+01 |    Inf 
463.71/463.74	o 49
463.71/463.74	c * 464s| 64355 |  3767 |937413 |  14.6 | 122M| 114 |   - |5645 |7615 |5645 |2738 |  12k|  60k|2935 | 0.000000e+00 | 4.900000e+01 |    Inf 
486.61/486.66	o 46
486.61/486.66	c l 487s| 68495 |  3885 |970195 |  14.2 | 126M| 114 |   - |5645 |8238 |5645 |2739 |  12k|  65k|3036 | 0.000000e+00 | 4.600000e+01 |    Inf 
486.81/486.88	o 39
486.81/486.88	c * 487s| 68540 |  3768 |970349 |  14.1 | 121M| 114 |   - |5645 |8018 |5645 |2737 |  12k|  65k|3036 | 0.000000e+00 | 3.900000e+01 |    Inf 
487.32/487.34	o 28
487.32/487.34	c * 487s| 68629 |  3658 |971293 |  14.1 | 117M| 114 |   - |5645 |7388 |5645 |2737 |  12k|  65k|3036 | 0.000000e+00 | 2.800000e+01 |    Inf 
491.82/491.83	o 26
491.82/491.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
491.82/491.83	c * 492s| 69290 |  3295 |982221 |  14.2 | 111M| 114 |   - |5645 |5634 |5645 |2773 |  12k|  66k|3050 | 0.000000e+00 | 2.600000e+01 |    Inf 
492.21/492.29	o 25
492.21/492.29	c * 492s| 69403 |  3262 |982937 |  14.2 | 110M| 114 |   - |5645 |5559 |5645 |2737 |  12k|  66k|3053 | 0.000000e+00 | 2.500000e+01 |    Inf 
492.31/492.30	o 23
492.31/492.30	c * 492s| 69404 |  3204 |982937 |  14.2 | 107M| 114 |   - |5645 |5559 |5645 |2737 |  12k|  66k|3053 | 0.000000e+00 | 2.300000e+01 |    Inf 
494.41/494.43	o 22
494.41/494.43	c * 494s| 69874 |  3157 |987433 |  14.1 | 106M| 114 |   - |5645 |5425 |5645 |2737 |  12k|  67k|3055 | 0.000000e+00 | 2.200000e+01 |    Inf 
495.02/495.02	c   495s| 70000 |  3161 |988850 |  14.1 | 106M| 114 |   - |5645 |5420 |   0 |   0 |  12k|  67k|3055 | 0.000000e+00 | 2.200000e+01 |    Inf 
496.02/496.07	o 20
496.02/496.07	c * 496s| 70214 |  3020 |990847 |  14.1 | 102M| 114 |   - |5645 |5358 |5645 |2737 |  12k|  67k|3056 | 0.000000e+00 | 2.000000e+01 |    Inf 
496.21/496.21	o 14
496.21/496.21	c * 496s| 70244 |  2698 |991034 |  14.1 |  95M| 114 |   - |5645 |5239 |5645 |2738 |  12k|  67k|3056 | 0.000000e+00 | 1.400000e+01 |    Inf 
500.31/500.33	o 7
500.31/500.33	c * 500s| 71180 |  1620 |  1002k|  14.1 |  71M| 114 |   - |5645 |5378 |5645 |2737 |  12k|  68k|3066 | 0.000000e+00 | 7.000000e+00 |    Inf 
502.62/502.66	o 6
502.62/502.66	c * 503s| 71589 |  1333 |  1010k|  14.1 |  66M| 114 |   - |5645 |4418 |5645 |2740 |  12k|  69k|3074 | 0.000000e+00 | 6.000000e+00 |    Inf 
516.92/516.96	o 5
516.92/516.96	c * 517s| 74500 |  1010 |  1064k|  14.3 |  61M| 114 |   - |5645 |6152 |5645 |2773 |  12k|  73k|3146 | 0.000000e+00 | 5.000000e+00 |    Inf 
541.72/541.78	c   542s| 80000 |  1060 |  1158k|  14.5 |  63M| 114 |  32 |5645 |8181 |5645 |2773 |  12k|  80k|3277 | 0.000000e+00 | 5.000000e+00 |    Inf 
581.72/581.75	c   582s| 90000 |  1126 |  1294k|  14.4 |  66M| 114 |  15 |5645 |  14k|5645 |2773 |  12k|  93k|3434 | 0.000000e+00 | 5.000000e+00 |    Inf 
583.82/583.81	o 4
583.82/583.81	c * 584s| 90526 |  1113 |  1300k|  14.4 |  66M| 114 |   - |5645 |  14k|5645 |2775 |  12k|  94k|3434 | 0.000000e+00 | 4.000000e+00 |    Inf 
623.12/623.16	c   623s|100000 |  1132 |  1436k|  14.4 |  67M| 114 |  38 |5645 |  12k|5645 |2773 |  12k| 106k|3628 | 0.000000e+00 | 4.000000e+00 |    Inf 
663.13/663.15	c   663s|110000 |  1213 |  1572k|  14.3 |  70M| 114 |   - |5645 |  16k|5645 |2773 |  12k| 121k|3813 | 0.000000e+00 | 4.000000e+00 |    Inf 
670.63/670.64	o 3
670.63/670.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
670.63/670.64	c * 671s|111697 |  1099 |  1598k|  14.3 |  68M| 114 |   - |5645 |  14k|5645 |2775 |  12k| 123k|3834 | 0.000000e+00 | 3.000000e+00 |    Inf 
709.13/709.10	c   709s|120000 |  1147 |  1738k|  14.5 |  70M| 114 |   - |5645 |  16k|5645 |2773 |  12k| 134k|4005 | 0.000000e+00 | 3.000000e+00 |    Inf 
755.63/755.61	c   756s|130000 |  1166 |  1910k|  14.7 |  69M| 114 |  22 |5645 |  14k|5645 |2773 |  12k| 148k|4197 | 0.000000e+00 | 3.000000e+00 |    Inf 
798.93/798.96	c   799s|140000 |  1294 |  2065k|  14.8 |  71M| 114 |   - |5645 |  11k|5645 |2773 |  12k| 162k|4330 | 0.000000e+00 | 3.000000e+00 |    Inf 
802.63/802.68	o 2
802.63/802.68	c * 803s|140878 |  1150 |  2078k|  14.8 |  67M| 114 |   - |5645 |  11k|5645 |2773 |  12k| 163k|4353 | 0.000000e+00 | 2.000000e+00 |    Inf 
844.93/844.95	c   845s|150000 |  1229 |  2249k|  15.0 |  69M| 114 |  35 |5645 |  12k|5645 |2773 |  12k| 176k|4493 | 0.000000e+00 | 2.000000e+00 |    Inf 
890.94/890.95	c   891s|160000 |  1240 |  2430k|  15.2 |  69M| 114 |   - |5645 |  13k|   0 |   0 |  12k| 190k|4677 | 0.000000e+00 | 2.000000e+00 |    Inf 
935.43/935.40	c   935s|170000 |  1196 |  2606k|  15.3 |  69M| 114 |   - |5645 |  13k|   0 |   0 |  12k| 206k|4826 | 0.000000e+00 | 2.000000e+00 |    Inf 
981.14/981.14	c   981s|180000 |  1240 |  2785k|  15.5 |  71M| 114 |  45 |5645 |  16k|5645 |2773 |  12k| 220k|4963 | 0.000000e+00 | 2.000000e+00 |    Inf 
1026.84/1026.86	c  1027s|190000 |  1097 |  2960k|  15.6 |  68M| 114 |   - |5645 |  12k|5645 |2773 |  12k| 235k|5149 | 0.000000e+00 | 2.000000e+00 |    Inf 
1068.24/1068.20	o 1
1068.24/1068.20	c *1068s|198794 |   754 |  3125k|  15.7 |  60M| 114 |   - |5645 |  14k|5645 |2774 |  12k| 246k|5288 | 0.000000e+00 | 1.000000e+00 |    Inf 
1073.55/1073.51	c  1074s|200000 |   738 |  3145k|  15.7 |  58M| 114 |  37 |5645 |  11k|5645 |2773 |  12k| 248k|5303 | 0.000000e+00 | 1.000000e+00 |    Inf 
1116.24/1116.22	c  1116s|210000 |   685 |  3314k|  15.8 |  60M| 114 |  28 |5645 |  16k|5645 |2773 |  12k| 261k|5424 | 0.000000e+00 | 1.000000e+00 |    Inf 
1160.55/1160.55	c  1161s|220000 |   590 |  3482k|  15.8 |  56M| 114 |   - |5645 |  11k|5645 |2737 |  12k| 275k|5580 | 0.000000e+00 | 1.000000e+00 |    Inf 
1203.75/1203.75	c  1204s|230000 |   425 |  3647k|  15.9 |  50M| 114 |   - |5645 |  10k|   0 |   0 |  12k| 289k|5741 | 0.000000e+00 | 1.000000e+00 |    Inf 
1249.66/1249.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1249.66/1249.64	c  1250s|240000 |   372 |  3835k|  16.0 |  50M| 114 |  28 |5645 |  12k|5645 |2773 |  12k| 302k|5893 | 0.000000e+00 | 1.000000e+00 |    Inf 
1294.45/1294.45	c  1294s|250000 |   311 |  4014k|  16.1 |  51M| 114 |   - |5645 |  17k|   0 |   0 |  12k| 315k|6055 | 0.000000e+00 | 1.000000e+00 |    Inf 
1340.56/1340.57	c  1341s|260000 |   310 |  4196k|  16.1 |  54M| 114 |  35 |5645 |  24k|5645 |2773 |  12k| 329k|6165 | 0.000000e+00 | 1.000000e+00 |    Inf 
1387.66/1387.65	c  1388s|270000 |   368 |  4365k|  16.2 |  57M| 114 |   - |5645 |  29k|5645 |2773 |  12k| 343k|6289 | 0.000000e+00 | 1.000000e+00 |    Inf 
1436.26/1436.27	c  1436s|280000 |   350 |  4538k|  16.2 |  59M| 114 |  33 |5645 |  33k|5645 |2773 |  12k| 357k|6433 | 0.000000e+00 | 1.000000e+00 |    Inf 
1484.06/1484.01	c  1484s|290000 |   313 |  4703k|  16.2 |  61M| 114 |  37 |5645 |  36k|5645 |2773 |  12k| 371k|6561 | 0.000000e+00 | 1.000000e+00 |    Inf 
1536.87/1536.86	c  1537s|300000 |   317 |  4888k|  16.3 |  64M| 114 |   - |5645 |  43k|5645 |2773 |  12k| 385k|6701 | 0.000000e+00 | 1.000000e+00 |    Inf 
1588.96/1588.98	c  1589s|310000 |   369 |  5046k|  16.3 |  67M| 114 |  42 |5645 |  49k|5645 |2773 |  12k| 400k|6802 | 0.000000e+00 | 1.000000e+00 |    Inf 
1639.27/1639.27	c  1639s|320000 |   345 |  5208k|  16.3 |  62M| 114 |   - |5645 |  36k|5645 |2773 |  12k| 414k|6906 | 0.000000e+00 | 1.000000e+00 |    Inf 
1688.17/1688.18	c  1688s|330000 |   365 |  5372k|  16.3 |  64M| 114 |  19 |5645 |  40k|5645 |2773 |  12k| 428k|7012 | 0.000000e+00 | 1.000000e+00 |    Inf 
1742.67/1742.65	c  1743s|340000 |   358 |  5542k|  16.3 |  64M| 114 |   - |5645 |  42k|5645 |2773 |  12k| 443k|7114 | 0.000000e+00 | 1.000000e+00 |    Inf 
1792.38/1792.32	c  1792s|350000 |   359 |  5699k|  16.3 |  66M| 114 |  29 |5645 |  44k|5645 |2773 |  12k| 457k|7203 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.08/1800.00	c 
1800.08/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.08/1800.00	c Solving Time (sec) : 1800.00
1800.08/1800.00	c Solving Nodes      : 351458
1800.08/1800.00	c Primal Bound       : +1.00000000000000e+00 (632 solutions)
1800.08/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.08/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 /tmp/evaluation-result-3447317-1307900827/watcher-3447317-1307900827 -o /tmp/evaluation-result-3447317-1307900827/solver-3447317-1307900827 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447317-1307900827.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.03 2.01 1.93 1/172 16777
/proc/meminfo: memFree=32492812/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=10288 CPUtime=0 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 1557 0 0 0 0 0 0 0 23 0 1 0 901679406 10534912 1511 33554432000 4194304 9128323 140734017438592 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16777/statm: 2572 1515 399 1205 0 1363 0

[startup+0.0397939 s]
/proc/loadavg: 2.03 2.01 1.93 1/172 16777
/proc/meminfo: memFree=32492812/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=26868 CPUtime=0.03 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 5470 0 0 0 3 0 0 0 23 0 1 0 901679406 27512832 5422 33554432000 4194304 9128323 140734017438592 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 6717 5422 474 1205 0 5508 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26868

[startup+0.100814 s]
/proc/loadavg: 2.03 2.01 1.93 1/172 16777
/proc/meminfo: memFree=32492812/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=35720 CPUtime=0.09 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 7948 0 0 0 9 0 0 0 23 0 1 0 901679406 36577280 7643 33554432000 4194304 9128323 140734017438592 18446744073709551615 5240764 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 8930 7643 531 1205 0 7721 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35720

[startup+0.300735 s]
/proc/loadavg: 2.03 2.01 1.93 1/172 16777
/proc/meminfo: memFree=32492812/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=71652 CPUtime=0.29 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 17247 0 0 0 28 1 0 0 18 0 1 0 901679406 73371648 16843 33554432000 4194304 9128323 140734017438592 18446744073709551615 4208690 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 17913 16843 699 1205 0 16704 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71652

[startup+0.700664 s]
/proc/loadavg: 2.03 2.01 1.93 1/172 16777
/proc/meminfo: memFree=32492812/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=52692 CPUtime=0.69 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 21190 0 0 0 66 3 0 0 18 0 1 0 901679406 53956608 12066 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 13173 12066 717 1205 0 11964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52692

[startup+1.50049 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 16792
/proc/meminfo: memFree=32383388/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=58800 CPUtime=1.49 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 22675 0 0 0 145 4 0 0 19 0 1 0 901679406 60211200 13545 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 14700 13545 711 1205 0 13491 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58800

[startup+3.10118 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 16792
/proc/meminfo: memFree=32343212/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=65028 CPUtime=3.09 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 30434 0 0 0 300 9 0 0 24 0 1 0 901679406 66588672 15092 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 16257 15092 730 1205 0 15048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65028

[startup+6.30055 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 16792
/proc/meminfo: memFree=32362800/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=65164 CPUtime=6.29 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 30459 0 0 0 610 19 0 0 25 0 1 0 901679406 66727936 15117 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 16291 15117 730 1205 0 15082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65164

[startup+12.7003 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 16792
/proc/meminfo: memFree=32362240/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=66980 CPUtime=12.69 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 30735 0 0 0 1233 36 0 0 25 0 1 0 901679406 68587520 15393 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 16745 15393 730 1205 0 15536 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66980

[startup+25.5007 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 16793
/proc/meminfo: memFree=32338572/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=79884 CPUtime=25.5 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 48388 0 0 0 2482 68 0 0 25 0 1 0 901679406 81801216 18798 33554432000 4194304 9128323 140734017438592 18446744073709551615 4683918 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 19971 18798 742 1205 0 18762 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 79884

[startup+51.1006 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 16793
/proc/meminfo: memFree=32327204/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=85844 CPUtime=51.1 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 55790 0 0 0 4956 154 0 0 25 0 1 0 901679406 87904256 20266 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 21461 20266 742 1205 0 20252 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 85844

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16795
/proc/meminfo: memFree=32299752/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=108808 CPUtime=102.3 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 83010 0 0 0 9941 289 0 0 25 0 1 0 901679406 111419392 25952 33554432000 4194304 9128323 140734017438592 18446744073709551615 4216117 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 27202 25952 742 1205 0 25993 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 108808

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16796
/proc/meminfo: memFree=32238712/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=164180 CPUtime=162.3 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 108624 0 0 0 15888 342 0 0 25 0 1 0 901679406 168120320 39587 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 41045 39587 743 1205 0 39836 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 164180

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16798
/proc/meminfo: memFree=32190284/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=207576 CPUtime=222.3 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 146127 0 0 0 21833 397 0 0 25 0 1 0 901679406 212557824 50337 33554432000 4194304 9128323 140734017438592 18446744073709551615 7414835 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 51894 50337 743 1205 0 50685 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 207576

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16799
/proc/meminfo: memFree=32155252/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=240108 CPUtime=282.31 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 178160 0 0 0 27787 444 0 0 25 0 1 0 901679406 245870592 58079 33554432000 4194304 9128323 140734017438592 18446744073709551615 5089377 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 60027 58079 746 1205 0 58818 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 240108

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16801
/proc/meminfo: memFree=32125320/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=265012 CPUtime=342.31 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 192109 0 0 0 33739 492 0 0 25 0 1 0 901679406 271372288 64166 33554432000 4194304 9128323 140734017438592 18446744073709551615 5089329 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 66253 64166 751 1205 0 65044 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 265012

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16803
/proc/meminfo: memFree=32095132/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=290916 CPUtime=402.31 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 198478 0 0 0 39697 534 0 0 25 0 1 0 901679406 297897984 70508 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 72729 70508 747 1205 0 71520 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 290916

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16804
/proc/meminfo: memFree=32060124/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=318864 CPUtime=462.31 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 234998 0 0 0 45653 578 0 0 25 0 1 0 901679406 326516736 77414 33554432000 4194304 9128323 140734017438592 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 79716 77414 747 1205 0 78507 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 318864

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16806
/proc/meminfo: memFree=32047912/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=326680 CPUtime=522.32 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 290169 0 0 0 51559 673 0 0 25 0 1 0 901679406 334520320 79402 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 81670 79402 756 1205 0 80461 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 326680

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16807
/proc/meminfo: memFree=32042152/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=327856 CPUtime=582.31 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 305811 0 0 0 57442 789 0 0 25 0 1 0 901679406 335724544 79629 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 81964 79629 758 1205 0 80755 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 327856

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16814
/proc/meminfo: memFree=31959800/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=333368 CPUtime=822.33 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 375916 0 0 0 80987 1246 0 0 25 0 1 0 901679406 341368832 81069 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 83342 81069 756 1205 0 82133 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 333368

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16824
/proc/meminfo: memFree=31948664/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=333700 CPUtime=882.33 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 383977 0 0 0 86864 1369 0 0 25 0 1 0 901679406 341708800 81139 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 83425 81139 756 1205 0 82216 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 333700

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16826
/proc/meminfo: memFree=31947616/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=333860 CPUtime=942.33 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 386176 0 0 0 92740 1493 0 0 25 0 1 0 901679406 341872640 81181 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 83465 81181 756 1205 0 82256 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 333860

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16828
/proc/meminfo: memFree=31945844/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=334448 CPUtime=1002.34 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 386332 0 0 0 98627 1607 0 0 25 0 1 0 901679406 342474752 81337 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 83612 81337 756 1205 0 82403 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 334448

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16832
/proc/meminfo: memFree=31945144/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=334792 CPUtime=1062.34 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 392229 0 0 0 104503 1731 0 0 25 0 1 0 901679406 342827008 81409 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 83698 81409 756 1205 0 82489 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 334792

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16834
/proc/meminfo: memFree=31944272/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=335060 CPUtime=1122.35 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 416015 0 0 0 110377 1858 0 0 25 0 1 0 901679406 343101440 81481 33554432000 4194304 9128323 140734017438592 18446744073709551615 4808508 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 83765 81481 756 1205 0 82556 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 335060

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16835
/proc/meminfo: memFree=31941604/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=336424 CPUtime=1182.35 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 422912 0 0 0 116257 1978 0 0 25 0 1 0 901679406 344498176 81857 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 84106 81857 756 1205 0 82897 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 336424

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16837
/proc/meminfo: memFree=31941164/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=336424 CPUtime=1242.35 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 422912 0 0 0 122132 2103 0 0 25 0 1 0 901679406 344498176 81857 33554432000 4194304 9128323 140734017438592 18446744073709551615 6713420 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 84106 81857 756 1205 0 82897 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 336424

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16839
/proc/meminfo: memFree=31939616/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=336592 CPUtime=1302.36 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 425071 0 0 0 128014 2222 0 0 25 0 1 0 901679406 344670208 81899 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 84148 81899 756 1205 0 82939 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 336592

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16840
/proc/meminfo: memFree=31939420/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=337144 CPUtime=1362.35 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 425160 0 0 0 133896 2339 0 0 25 0 1 0 901679406 345235456 81988 33554432000 4194304 9128323 140734017438592 18446744073709551615 7343089 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 84286 81988 756 1205 0 83077 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 337144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16842
/proc/meminfo: memFree=31938008/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=338800 CPUtime=1422.37 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 425512 0 0 0 139795 2442 0 0 25 0 1 0 901679406 346931200 82340 33554432000 4194304 9128323 140734017438592 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 84700 82340 756 1205 0 83491 0
Current children cumulated CPU time (s) 1422.37
Current children cumulated vsize (KiB) 338800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16843
/proc/meminfo: memFree=31935344/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=340448 CPUtime=1482.37 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 426021 0 0 0 145683 2554 0 0 25 0 1 0 901679406 348618752 82849 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 85112 82849 756 1205 0 83903 0
Current children cumulated CPU time (s) 1482.37
Current children cumulated vsize (KiB) 340448

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 16845
/proc/meminfo: memFree=31931076/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=344176 CPUtime=1542.36 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 433254 0 0 0 151579 2657 0 0 25 0 1 0 901679406 352436224 83752 33554432000 4194304 9128323 140734017438592 18446744073709551615 6712753 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 86044 83752 756 1205 0 84835 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 344176

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 16847
/proc/meminfo: memFree=31927300/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=348500 CPUtime=1602.36 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 434336 0 0 0 157482 2754 0 0 25 0 1 0 901679406 356864000 84834 33554432000 4194304 9128323 140734017438592 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 87125 84834 756 1205 0 85916 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 348500

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16848
/proc/meminfo: memFree=31926388/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=349216 CPUtime=1662.37 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 434523 0 0 0 163385 2852 0 0 25 0 1 0 901679406 357597184 85021 33554432000 4194304 9128323 140734017438592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 87304 85021 756 1205 0 86095 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 349216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16850
/proc/meminfo: memFree=31926348/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=349216 CPUtime=1722.38 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 434523 0 0 0 169288 2950 0 0 25 0 1 0 901679406 357597184 85021 33554432000 4194304 9128323 140734017438592 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 87304 85021 756 1205 0 86095 0
Current children cumulated CPU time (s) 1722.38
Current children cumulated vsize (KiB) 349216

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16851
/proc/meminfo: memFree=31925312/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=349216 CPUtime=1782.38 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 434523 0 0 0 175192 3046 0 0 25 0 1 0 901679406 357597184 85021 33554432000 4194304 9128323 140734017438592 18446744073709551615 5984431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16777/statm: 87304 85021 756 1205 0 86095 0
Current children cumulated CPU time (s) 1782.38
Current children cumulated vsize (KiB) 349216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 16852
/proc/meminfo: memFree=31924796/32950928 swapFree=67053884/67111528
[pid=16777] ppid=16775 vsize=349216 CPUtime=1800.09 cores=1,3,5,7
/proc/16777/stat : 16777 (scip-2.0.1.4.li) R 16775 16777 15316 0 -1 4202496 434523 0 0 0 176935 3074 0 0 18 0 1 0 901679406 357597184 85021 33554432000 4194304 9128323 140734017438592 18446744073709551615 5380064 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16777/statm: 87304 85021 756 1205 0 86095 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 349216

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.11
CPU user time (s): 1769.35
CPU system time (s): 30.7543
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 358348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.35
system time used= 30.7543
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2227

runsolver used 2.79257 second user time and 7.03993 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-12 19:47:07
IDJOB=3447317
IDBENCH=79283
IDSOLVER=1944
FILE ID=node149/3447317-1307900827
RUNJOBID= node149-1307897222-16500
PBS_JOBID= 13559560
Free space on /tmp= 74048 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.1900550720--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 /tmp/evaluation-result-3447317-1307900827/watcher-3447317-1307900827 -o /tmp/evaluation-result-3447317-1307900827/solver-3447317-1307900827 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447317-1307900827.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 78d8e4512631586bbdc844ad983c3b47
RANDOM SEED=1796977483

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32480576 kB
Buffers:        110048 kB
Cached:         144816 kB
SwapCached:      22544 kB
Active:         200964 kB
Inactive:        84532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32480576 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           12244 kB
Writeback:           0 kB
AnonPages:       27876 kB
Mapped:           8976 kB
Slab:           120472 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190024 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 /tmp at the end= 74036 MiB
End job on node149 at 2011-06-12 20:17:09