Trace number 3447827

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.4OPTIMUM 1740.08 1740.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-33-100-0.wbo
MD5SUM88fe2d235d496f5582f591254b27e0dd
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark153.216
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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-3447827-1307898650.wbo>
0.00/0.02	c original problem has 2099 variables (2099 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.02/0.04	c presolving:
0.02/0.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 138 impls, 5 clqs
0.02/0.08	c (round 2) 0 del vars, 116 del conss, 0 add conss, 1868 chg bounds, 49 chg sides, 0 chg coeffs, 0 upgd conss, 138 impls, 5 clqs
0.02/0.09	c (round 3) 98 del vars, 157 del conss, 0 add conss, 1882 chg bounds, 76 chg sides, 0 chg coeffs, 0 upgd conss, 138 impls, 5 clqs
0.09/0.10	c (round 4) 126 del vars, 157 del conss, 0 add conss, 1882 chg bounds, 76 chg sides, 0 chg coeffs, 809 upgd conss, 138 impls, 5 clqs
0.09/0.11	c (round 5) 126 del vars, 163 del conss, 0 add conss, 1882 chg bounds, 76 chg sides, 0 chg coeffs, 809 upgd conss, 138 impls, 5 clqs
0.09/0.15	c    (0.2s) probing: 101/2036 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.15	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.15	c presolving (6 rounds):
0.09/0.15	c  126 deleted vars, 163 deleted constraints, 0 added constraints, 1882 tightened bounds, 0 added holes, 76 changed sides, 0 changed coefficients
0.09/0.15	c  1943 implications, 5 cliques
0.09/0.15	c presolved problem has 3841 variables (2036 bin, 0 int, 1805 impl, 0 cont) and 4413 constraints
0.09/0.15	c      55 constraints of type <setppc>
0.09/0.15	c    1805 constraints of type <linear>
0.09/0.15	c    1805 constraints of type <indicator>
0.09/0.15	c     748 constraints of type <logicor>
0.09/0.15	c transformed objective value is always integral (scale: 1)
0.09/0.15	c Presolving Time: 0.13
0.09/0.15	c - non default parameters ----------------------------------------------------------------------
0.09/0.15	c # SCIP version 2.0.1.4
0.09/0.15	c 
0.09/0.15	c # frequency for displaying node information lines
0.09/0.15	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.15	c display/freq = 10000
0.09/0.15	c 
0.09/0.15	c # maximal time in seconds to run
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/time = 1800
0.09/0.15	c 
0.09/0.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.15	c limits/memory = 13950
0.09/0.15	c 
0.09/0.15	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.15	c # [type: int, range: [1,2], default: 1]
0.09/0.15	c timing/clocktype = 2
0.09/0.15	c 
0.09/0.15	c # belongs reading time to solving time?
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c timing/reading = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify inequalities
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/linear/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/indicator/addCouplingCons = TRUE
0.09/0.15	c 
0.09/0.15	c # should presolving try to simplify knapsacks
0.09/0.15	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.15	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.15	c 
0.09/0.15	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.15	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.15	c separating/rapidlearning/freq = 0
0.09/0.15	c 
0.09/0.15	c -----------------------------------------------------------------------------------------------
0.09/0.15	c start solving
0.09/0.15	c 
0.49/0.58	o 392
0.49/0.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.58	c T 0.6s|     1 |     0 |     0 |     - |  14M|   0 |   - |3841 |6218 |3841 |2608 |   0 |   0 |   0 |      --      | 3.920000e+02 |    Inf 
0.59/0.60	c   0.6s|     1 |     0 |   118 |     - |  14M|   0 |  48 |3841 |6218 |3841 |2608 |   0 |   0 |   0 | 0.000000e+00 | 3.920000e+02 |    Inf 
0.79/0.89	c   0.9s|     1 |     0 |   357 |     - |  15M|   0 |  38 |3841 |6264 |3841 |2627 |  19 |   0 |   0 | 0.000000e+00 | 3.920000e+02 |    Inf 
1.00/1.03	c   1.0s|     1 |     0 |   402 |     - |  16M|   0 |  59 |3841 |6264 |3841 |2643 |  35 |   0 |   0 | 0.000000e+00 | 3.920000e+02 |    Inf 
1.29/1.36	c   1.4s|     1 |     0 |   425 |     - |  16M|   0 |  56 |3841 |6264 |3841 |2651 |  43 |   0 |   0 | 0.000000e+00 | 3.920000e+02 |    Inf 
1.59/1.67	c   1.7s|     1 |     0 |   435 |     - |  16M|   0 |  57 |3841 |6264 |3841 |2658 |  50 |   0 |   0 | 0.000000e+00 | 3.920000e+02 |    Inf 
1.99/2.00	c   2.0s|     1 |     0 |   466 |     - |  16M|   0 |  54 |3841 |6264 |3841 |2662 |  54 |   0 |   0 | 0.000000e+00 | 3.920000e+02 |    Inf 
2.29/2.37	c   2.4s|     1 |     0 |   473 |     - |  16M|   0 |  56 |3841 |6264 |3841 |2663 |  55 |   0 |   0 | 0.000000e+00 | 3.920000e+02 |    Inf 
2.59/2.66	c   2.7s|     1 |     2 |   473 |     - |  16M|   0 |  56 |3841 |6264 |3841 |2663 |  55 |   0 |   9 | 0.000000e+00 | 3.920000e+02 |    Inf 
13.79/13.85	o 258
13.79/13.85	c r13.8s|   258 |   233 | 13253 |  49.7 |  22M|  24 |   - |3841 |6295 |3841 |2706 | 447 |  31 |1164 | 0.000000e+00 | 2.580000e+02 |    Inf 
14.59/14.67	o 225
14.59/14.67	c r14.7s|   325 |   259 | 15005 |  44.9 |  23M|  27 |   - |3841 |6351 |3841 |2671 | 590 |  87 |1202 | 0.000000e+00 | 2.250000e+02 |    Inf 
14.69/14.71	o 216
14.69/14.71	c *14.7s|   327 |   256 | 15038 |  44.7 |  23M|  27 |   - |3841 |6351 |3841 |2662 | 593 |  87 |1202 | 0.000000e+00 | 2.160000e+02 |    Inf 
15.19/15.25	o 199
15.19/15.25	c *15.2s|   371 |   276 | 16294 |  42.8 |  24M|  27 |   - |3841 |6374 |3841 |2651 | 629 | 110 |1246 | 0.000000e+00 | 1.990000e+02 |    Inf 
16.09/16.18	o 122
16.09/16.18	c *16.2s|   438 |   264 | 18718 |  41.8 |  24M|  28 |   - |3841 |6432 |3841 |2719 | 810 | 168 |1283 | 0.000000e+00 | 1.220000e+02 |    Inf 
16.40/16.44	o 62
16.40/16.44	c *16.4s|   459 |   193 | 19173 |  40.8 |  24M|  28 |   - |3841 |6443 |3841 |2689 | 886 | 179 |1283 | 0.000000e+00 | 6.200000e+01 |    Inf 
16.69/16.78	o 51
16.69/16.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
16.69/16.78	c *16.8s|   475 |   162 | 19627 |  40.4 |  23M|  28 |   - |3841 |4910 |3841 |2650 | 903 | 198 |1313 | 0.000000e+00 | 5.100000e+01 |    Inf 
16.90/16.97	o 43
16.90/16.97	c *17.0s|   487 |   158 | 20035 |  40.3 |  23M|  28 |   - |3841 |4515 |3841 |2676 | 904 | 207 |1323 | 0.000000e+00 | 4.300000e+01 |    Inf 
16.99/17.03	o 38
16.99/17.03	c *17.0s|   490 |   152 | 20151 |  40.2 |  23M|  28 |   - |3841 |4262 |3841 |2675 | 904 | 207 |1326 | 0.000000e+00 | 3.800000e+01 |    Inf 
17.09/17.18	o 20
17.09/17.18	c *17.2s|   500 |   144 | 20589 |  40.3 |  23M|  28 |   - |3841 |4106 |3841 |2678 | 907 | 209 |1335 | 0.000000e+00 | 2.000000e+01 |    Inf 
17.39/17.41	o 17
17.39/17.41	c *17.4s|   519 |   137 | 21312 |  40.2 |  23M|  28 |   - |3841 |3462 |3841 |2677 | 909 | 220 |1346 | 0.000000e+00 | 1.700000e+01 |    Inf 
17.39/17.43	o 12
17.39/17.43	c *17.4s|   521 |   124 | 21326 |  40.1 |  23M|  28 |   - |3841 |3340 |3841 |2677 | 909 | 220 |1347 | 0.000000e+00 | 1.200000e+01 |    Inf 
17.59/17.64	o 9
17.59/17.64	c *17.6s|   539 |    60 | 21881 |  39.8 |  22M|  28 |   - |3841 |3178 |3841 |2675 | 915 | 232 |1359 | 0.000000e+00 | 9.000000e+00 |    Inf 
40.60/40.69	o 8
40.60/40.69	c *40.7s|  4141 |   480 |123255 |  29.7 |  27M|  40 |   - |3841 |4752 |3841 |2646 | 951 |4654 |1782 | 0.000000e+00 | 8.000000e+00 |    Inf 
54.09/54.13	o 5
54.09/54.13	c *54.1s|  7389 |   578 |188782 |  25.5 |  28M|  42 |   - |3841 |6502 |3841 |2649 | 970 |9130 |1804 | 0.000000e+00 | 5.000000e+00 |    Inf 
55.09/55.16	o 2
55.09/55.16	c *55.2s|  7630 |   433 |193575 |  25.3 |  27M|  42 |   - |3841 |5988 |3841 |2646 | 975 |9468 |1809 | 0.000000e+00 | 2.000000e+00 |    Inf 
63.79/63.86	c  63.9s| 10000 |   530 |236272 |  23.6 |  28M|  49 |  38 |3841 |5671 |3841 |2675 | 975 |  12k|1810 | 0.000000e+00 | 2.000000e+00 |    Inf 
100.18/100.22	c   100s| 20000 |   696 |405359 |  20.2 |  32M|  55 |  30 |3841 |  12k|3841 |2641 | 977 |  25k|2064 | 0.000000e+00 | 2.000000e+00 |    Inf 
140.38/140.44	c   140s| 30000 |   636 |577911 |  19.2 |  33M|  55 |  25 |3841 |  14k|3841 |2641 | 977 |  39k|2616 | 0.000000e+00 | 2.000000e+00 |    Inf 
182.29/182.35	c   182s| 40000 |   710 |758831 |  19.0 |  36M|  55 |  38 |3841 |  17k|3841 |2641 | 977 |  52k|3109 | 0.000000e+00 | 2.000000e+00 |    Inf 
226.29/226.32	c   226s| 50000 |   842 |953419 |  19.1 |  38M|  57 |  27 |3841 |  20k|3841 |2641 | 977 |  66k|3567 | 0.000000e+00 | 2.000000e+00 |    Inf 
269.79/269.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
269.79/269.85	c   270s| 60000 |   873 |  1150k|  19.2 |  39M|  60 |  30 |3841 |  20k|3841 |2641 | 978 |  80k|3932 | 0.000000e+00 | 2.000000e+00 |    Inf 
282.70/282.71	o 1
282.70/282.71	c * 283s| 63147 |   665 |  1210k|  19.2 |  38M|  64 |   - |3841 |  22k|3841 |2643 | 980 |  85k|4005 | 0.000000e+00 | 1.000000e+00 |    Inf 
310.89/310.96	c   311s| 70000 |   608 |  1333k|  19.0 |  36M|  64 |   - |3841 |  16k|3841 |2641 | 980 |  95k|4260 | 0.000000e+00 | 1.000000e+00 |    Inf 
351.29/351.32	c   351s| 80000 |   535 |  1507k|  18.8 |  33M|  64 |  24 |3841 |  11k|3841 |2675 | 980 | 108k|4690 | 0.000000e+00 | 1.000000e+00 |    Inf 
389.49/389.54	c   390s| 90000 |   555 |  1683k|  18.7 |  35M|  64 |   - |3841 |  14k|3841 |2641 | 980 | 122k|4968 | 0.000000e+00 | 1.000000e+00 |    Inf 
429.09/429.18	c   429s|100000 |   670 |  1859k|  18.6 |  38M|  64 |   - |3841 |  20k|   0 |   0 | 980 | 135k|5269 | 0.000000e+00 | 1.000000e+00 |    Inf 
470.59/470.65	c   471s|110000 |   593 |  2045k|  18.6 |  38M|  64 |   - |3841 |  20k|3841 |2641 | 980 | 149k|5532 | 0.000000e+00 | 1.000000e+00 |    Inf 
511.90/511.94	c   512s|120000 |   515 |  2230k|  18.6 |  38M|  64 |   - |3841 |  22k|3841 |2641 | 980 | 162k|5803 | 0.000000e+00 | 1.000000e+00 |    Inf 
557.80/557.80	c   558s|130000 |   554 |  2435k|  18.7 |  37M|  64 |   - |3841 |  18k|   0 |   0 | 980 | 176k|6156 | 0.000000e+00 | 1.000000e+00 |    Inf 
602.61/602.64	c   603s|140000 |   525 |  2646k|  18.9 |  38M|  64 |   - |3841 |  21k|   0 |   0 | 980 | 189k|6348 | 0.000000e+00 | 1.000000e+00 |    Inf 
643.80/643.85	c   644s|150000 |   587 |  2828k|  18.9 |  40M|  64 |   - |3841 |  24k|3841 |2641 | 980 | 203k|6595 | 0.000000e+00 | 1.000000e+00 |    Inf 
689.10/689.17	c   689s|160000 |  1125 |  3027k|  18.9 |  45M|  64 |   - |3841 |  26k|3841 |2641 | 980 | 216k|6830 | 0.000000e+00 | 1.000000e+00 |    Inf 
732.51/732.60	c   733s|170000 |  1380 |  3221k|  18.9 |  47M|  66 |   - |3841 |  27k|3841 |2641 | 980 | 230k|6969 | 0.000000e+00 | 1.000000e+00 |    Inf 
777.91/777.99	c   778s|180000 |  2003 |  3430k|  19.1 |  53M|  66 |   - |3841 |  30k|   0 |   0 | 980 | 245k|7186 | 0.000000e+00 | 1.000000e+00 |    Inf 
822.01/822.01	c   822s|190000 |  2244 |  3628k|  19.1 |  56M|  66 |  16 |3841 |  33k|3841 |2641 | 980 | 259k|7371 | 0.000000e+00 | 1.000000e+00 |    Inf 
866.61/866.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
866.61/866.66	c   867s|200000 |  2403 |  3832k|  19.2 |  57M|  66 |   - |3841 |  31k|3841 |2641 | 980 | 274k|7517 | 0.000000e+00 | 1.000000e+00 |    Inf 
911.51/911.54	c   912s|210000 |  2441 |  4034k|  19.2 |  57M|  66 |  29 |3841 |  30k|3841 |2641 | 980 | 289k|7704 | 0.000000e+00 | 1.000000e+00 |    Inf 
956.62/956.64	c   957s|220000 |  2437 |  4238k|  19.3 |  56M|  66 |  35 |3841 |  28k|3841 |2641 | 980 | 303k|7898 | 0.000000e+00 | 1.000000e+00 |    Inf 
1003.12/1003.16	c  1003s|230000 |  2491 |  4453k|  19.4 |  57M|  66 |   - |3841 |  29k|   0 |   0 | 980 | 318k|8039 | 0.000000e+00 | 1.000000e+00 |    Inf 
1048.22/1048.25	c  1048s|240000 |  2505 |  4654k|  19.4 |  58M|  66 |  26 |3841 |  29k|3841 |2641 | 980 | 332k|8234 | 0.000000e+00 | 1.000000e+00 |    Inf 
1091.82/1091.88	c  1092s|250000 |  2428 |  4857k|  19.4 |  58M|  66 |   - |3841 |  29k|3841 |2641 | 980 | 347k|8358 | 0.000000e+00 | 1.000000e+00 |    Inf 
1135.92/1135.97	c  1136s|260000 |  2229 |  5057k|  19.5 |  57M|  67 |  33 |3841 |  30k|3841 |2641 | 980 | 361k|8532 | 0.000000e+00 | 1.000000e+00 |    Inf 
1180.33/1180.31	c  1180s|270000 |  1966 |  5259k|  19.5 |  55M|  67 |   - |3841 |  29k|   0 |   0 | 980 | 376k|8691 | 0.000000e+00 | 1.000000e+00 |    Inf 
1224.12/1224.18	c  1224s|280000 |  1763 |  5460k|  19.5 |  55M|  67 |  30 |3841 |  31k|3841 |2641 | 980 | 391k|8847 | 0.000000e+00 | 1.000000e+00 |    Inf 
1268.83/1268.83	c  1269s|290000 |  1569 |  5664k|  19.5 |  53M|  67 |  39 |3841 |  30k|3841 |2641 | 980 | 406k|9014 | 0.000000e+00 | 1.000000e+00 |    Inf 
1313.73/1313.71	c  1314s|300000 |  1426 |  5866k|  19.6 |  51M|  67 |   - |3841 |  27k|3841 |2641 | 980 | 421k|9171 | 0.000000e+00 | 1.000000e+00 |    Inf 
1360.23/1360.23	c  1360s|310000 |  1236 |  6077k|  19.6 |  50M|  67 |  34 |3841 |  29k|3841 |2641 | 980 | 435k|9332 | 0.000000e+00 | 1.000000e+00 |    Inf 
1404.83/1404.82	c  1405s|320000 |   941 |  6279k|  19.6 |  47M|  67 |   - |3841 |  28k|3841 |2641 | 980 | 450k|9477 | 0.000000e+00 | 1.000000e+00 |    Inf 
1449.73/1449.72	c  1450s|330000 |   747 |  6483k|  19.6 |  45M|  67 |   - |3841 |  27k|3841 |2641 | 980 | 464k|9618 | 0.000000e+00 | 1.000000e+00 |    Inf 
1494.73/1494.78	c  1495s|340000 |   656 |  6692k|  19.7 |  44M|  67 |   - |3841 |  29k|3841 |2641 | 980 | 478k|9770 | 0.000000e+00 | 1.000000e+00 |    Inf 
1539.13/1539.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1539.13/1539.13	c  1539s|350000 |   688 |  6891k|  19.7 |  44M|  67 |  39 |3841 |  29k|3841 |2641 | 980 | 492k|9906 | 0.000000e+00 | 1.000000e+00 |    Inf 
1584.64/1584.67	c  1585s|360000 |   454 |  7093k|  19.7 |  41M|  67 |  22 |3841 |  26k|3841 |2641 | 980 | 506k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1631.03/1631.09	c  1631s|370000 |   575 |  7311k|  19.8 |  38M|  67 |  36 |3841 |  16k|3841 |2675 | 980 | 518k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1677.83/1677.86	c  1678s|380000 |   468 |  7538k|  19.8 |  37M|  67 |  33 |3841 |  18k|3841 |2641 | 980 | 531k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1723.34/1723.38	c  1723s|390000 |   315 |  7763k|  19.9 |  36M|  67 |  19 |3841 |  17k|3841 |2641 | 980 | 545k|  10k| 0.000000e+00 | 1.000000e+00 |    Inf 
1739.94/1740.00	c 
1739.94/1740.00	c SCIP Status        : problem is solved [optimal solution found]
1739.94/1740.00	c Solving Time (sec) : 1740.00
1739.94/1740.00	c Solving Nodes      : 393507
1739.94/1740.00	c Primal Bound       : +1.00000000000000e+00 (137 solutions)
1739.94/1740.00	c Dual Bound         : +1.00000000000000e+00
1739.94/1740.00	c Gap                : 0.00 %
1740.04/1740.00	s OPTIMUM FOUND
1740.04/1740.00	v -x231 -x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1740.04/1740.00	v x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1740.04/1740.00	v -x188 -x187 -x186 -x185 -x184 x183 -x182 -x181 -x180 -x179 -x178 -x177 x176 -x175 -x174 -x173 -x172 x171 -x170 -x169 -x168 
1740.04/1740.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 x152 -x151 -x150 x149 -x148 -x147 
1740.04/1740.00	v -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 -x136 -x135 -x134 x133 -x132 -x131 x130 -x129 -x128 -x127 -x126 -x125 
1740.04/1740.00	v -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 x107 -x106 -x105 -x104 
1740.04/1740.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 
1740.04/1740.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 
1740.04/1740.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 
1740.04/1740.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 
1740.04/1740.00	v -x1 
1740.04/1740.00	c SCIP Status        : problem is solved [optimal solution found]
1740.04/1740.00	c Total Time         :    1740.00
1740.04/1740.00	c   solving          :    1740.00
1740.04/1740.00	c   presolving       :       0.13 (included in solving)
1740.04/1740.00	c   reading          :       0.02 (included in solving)
1740.04/1740.00	c Original Problem   :
1740.04/1740.00	c   Problem name     : HOME/instance-3447827-1307898650.wbo
1740.04/1740.00	c   Variables        : 2099 (2099 binary, 0 integer, 0 implicit integer, 0 continuous)
1740.04/1740.00	c   Constraints      : 2708 initial, 2708 maximal
1740.04/1740.00	c Presolved Problem  :
1740.04/1740.00	c   Problem name     : t_HOME/instance-3447827-1307898650.wbo
1740.04/1740.00	c   Variables        : 3841 (2036 binary, 0 integer, 1805 implicit integer, 0 continuous)
1740.04/1740.00	c   Constraints      : 4413 initial, 33974 maximal
1740.04/1740.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1740.04/1740.00	c   trivial          :       0.00         63          0          0          0          0          0          0          0          0
1740.04/1740.00	c   dualfix          :       0.00         63          0          0          0          0          0          0          0          0
1740.04/1740.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1740.04/1740.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1740.04/1740.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1740.04/1740.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1740.04/1740.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1740.04/1740.00	c   setppc           :       0.00          0          0          0          0          0          6          0          0          0
1740.04/1740.00	c   linear           :       0.06          0          0          0       1882          0         94          0         76          0
1740.04/1740.00	c   indicator        :       0.00          0          0          0          0          0         63          0          0          0
1740.04/1740.00	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
1740.04/1740.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1740.04/1740.00	c   root node        :          -       3633          -          -       3633          -          -          -          -          -
1740.04/1740.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1740.04/1740.00	c   integral         :          0          0          0     203536          0        436          0        376       3523          0          0     399974
1740.04/1740.00	c   varbound         :          0+         6     293292        940          0          0        637          0      56256        965          0          0
1740.04/1740.00	c   setppc           :         55          6    1761930         12          0        433    1200254        851     587799          0          0          0
1740.04/1740.00	c   linear           :       1805+         7    1761549         13          0        425    5356426      25293    5174215          0          0          0
1740.04/1740.00	c   indicator        :       1805          0     286857        940          0        423        861          0       1722          0          0          0
1740.04/1740.00	c   logicor          :        748+         6     774483         15          0        122    1686410       9660    1241429          0          0          0
1740.04/1740.00	c   bounddisjunction :          0+         0     181762          0          0          0        824         13        576          0          0          0
1740.04/1740.00	c   countsols        :          0          0          0         15          0        124          0          0          0          0          0          0
1740.04/1740.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1740.04/1740.00	c   integral         :      69.67       0.00       0.00      69.66       0.00       0.01       0.00
1740.04/1740.00	c   varbound         :       0.42       0.00       0.38       0.04       0.00       0.00       0.00
1740.04/1740.00	c   setppc           :       5.88       0.00       5.58       0.00       0.00       0.00       0.29
1740.04/1740.00	c   linear           :      55.94       0.00      52.68       0.00       0.00       0.08       3.17
1740.04/1740.00	c   indicator        :       0.95       0.00       0.49       0.12       0.00       0.34       0.00
1740.04/1740.00	c   logicor          :     101.05       0.00      99.20       0.00       0.00       0.01       1.85
1740.04/1740.00	c   bounddisjunction :       0.49       0.00       0.49       0.00       0.00       0.00       0.00
1740.04/1740.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1740.04/1740.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1740.04/1740.00	c   vbounds          :       9971        696          2      25447
1740.04/1740.00	c   rootredcost      :         17          0          0       1805
1740.04/1740.00	c   pseudoobj        :    1765971        661        173      53047
1740.04/1740.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1740.04/1740.00	c   vbounds          :       1.82       1.82       0.00
1740.04/1740.00	c   rootredcost      :       0.31       0.31       0.00
1740.04/1740.00	c   pseudoobj        :      43.90      43.89       0.01
1740.04/1740.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1740.04/1740.00	c   propagation      :       2.16      35992      35886     200326       29.9        853       20.4          -
1740.04/1740.00	c   infeasible LP    :      45.26     163487     163487    1071414       40.8       2110       15.1          0
1740.04/1740.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1740.04/1740.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1740.04/1740.00	c   pseudo solution  :       0.00          2          2          2        2.0          0        0.0          -
1740.04/1740.00	c   applied globally :          -          -          -     550089       35.5          -          -          -
1740.04/1740.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1740.04/1740.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1740.04/1740.00	c   cut pool         :       0.00          5          -          -         13          -    (maximal pool size: 304)
1740.04/1740.00	c   redcost          :      13.04     203668          0      26764          0          0
1740.04/1740.00	c   impliedbounds    :       0.00          6          0          0          0          0
1740.04/1740.00	c   intobj           :       0.00          0          0          0          0          0
1740.04/1740.00	c   gomory           :       0.69          6          0          0       1000          0
1740.04/1740.00	c   cgmip            :       0.00          0          0          0          0          0
1740.04/1740.00	c   closecuts        :       0.00          0          0          0          0          0
1740.04/1740.00	c   strongcg         :       0.56          6          0          0       1216          0
1740.04/1740.00	c   cmir             :       0.17          6          0          0          3          0
1740.04/1740.00	c   flowcover        :       0.10          6          0          0          2          0
1740.04/1740.00	c   clique           :       0.00          6          0          0          0          0
1740.04/1740.00	c   zerohalf         :       0.00          0          0          0          0          0
1740.04/1740.00	c   mcf              :       0.00          1          0          0          0          0
1740.04/1740.00	c   oddcycle         :       0.00          0          0          0          0          0
1740.04/1740.00	c   rapidlearning    :       0.17          1          0          0          0         46
1740.04/1740.00	c Pricers            :       Time      Calls       Vars
1740.04/1740.00	c   problem variables:       0.00          0          0
1740.04/1740.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1740.04/1740.00	c   relpscost        :      69.47     202596        376       3523          0          0     399974
1740.04/1740.00	c   pscost           :       0.00          0          0          0          0          0          0
1740.04/1740.00	c   inference        :       0.00          0          0          0          0          0          0
1740.04/1740.00	c   mostinf          :       0.00          0          0          0          0          0          0
1740.04/1740.00	c   leastinf         :       0.00          0          0          0          0          0          0
1740.04/1740.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1740.04/1740.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1740.04/1740.00	c   random           :       0.00          0          0          0          0          0          0
1740.04/1740.00	c Primal Heuristics  :       Time      Calls      Found
1740.04/1740.00	c   LP solutions     :       0.01          -         15
1740.04/1740.00	c   pseudo solutions :       0.00          -          0
1740.04/1740.00	c   feaspump         :       0.01          0          0
1740.04/1740.00	c   oneopt           :       0.28         18          0
1740.04/1740.00	c   crossover        :       0.56          8          0
1740.04/1740.00	c   linesearchdiving :       1.51         94          0
1740.04/1740.00	c   guideddiving     :       3.84         94          0
1740.04/1740.00	c   coefdiving       :       3.59         95          0
1740.04/1740.00	c   pscostdiving     :       3.31         95          0
1740.04/1740.00	c   fracdiving       :       3.87         95          0
1740.04/1740.00	c   veclendiving     :       2.60         95          0
1740.04/1740.00	c   objpscostdiving  :       0.86         48          0
1740.04/1740.00	c   rootsoldiving    :       1.40         48          0
1740.04/1740.00	c   trivial          :       0.00          2          0
1740.04/1740.00	c   shiftandpropagate:       0.42          1          1
1740.04/1740.00	c   simplerounding   :       0.44     202939          2
1740.04/1740.00	c   zirounding       :       0.29       1000          0
1740.04/1740.00	c   rounding         :       0.80       6374          0
1740.04/1740.00	c   shifting         :       0.84       1990          0
1740.04/1740.00	c   intshifting      :       0.01          0          0
1740.04/1740.00	c   twoopt           :       0.00          0          0
1740.04/1740.00	c   fixandinfer      :       0.00          0          0
1740.04/1740.00	c   clique           :       0.00          0          0
1740.04/1740.00	c   intdiving        :       0.00          0          0
1740.04/1740.00	c   actconsdiving    :       0.00          0          0
1740.04/1740.00	c   octane           :       0.00          0          0
1740.04/1740.00	c   rens             :       0.04          1          0
1740.04/1740.00	c   rins             :       0.00          0          0
1740.04/1740.00	c   localbranching   :       0.00          0          0
1740.04/1740.00	c   mutation         :       0.00          0          0
1740.04/1740.00	c   dins             :       0.00          0          0
1740.04/1740.00	c   vbounds          :       0.00          0          0
1740.04/1740.00	c   undercover       :       0.00          0          0
1740.04/1740.00	c   subnlp           :       0.07          0          0
1740.04/1740.00	c   trysol           :       0.23        228        119
1740.04/1740.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1740.04/1740.00	c   primal LP        :       0.00          0          0       0.00          -
1740.04/1740.00	c   dual LP          :    1138.47     366152    7770514      21.22    6825.41
1740.04/1740.00	c   lex dual LP      :       0.00          0          0       0.00          -
1740.04/1740.00	c   barrier LP       :       0.00          0          0       0.00          -
1740.04/1740.00	c   diving/probing LP:      14.88      11655      68491       5.88    4601.48
1740.04/1740.00	c   strong branching :      66.09      10627     434268      40.86    6570.93
1740.04/1740.00	c     (at root node) :          -          9       2096     232.89          -
1740.04/1740.00	c   conflict analysis:       0.00          0          0       0.00          -
1740.04/1740.00	c B&B Tree           :
1740.04/1740.00	c   number of runs   :          1
1740.04/1740.00	c   nodes            :     393507
1740.04/1740.00	c   nodes (total)    :     393507
1740.04/1740.00	c   nodes left       :          0
1740.04/1740.00	c   max depth        :         67
1740.04/1740.00	c   max depth (total):         67
1740.04/1740.00	c   backtracks       :      49955 (12.7%)
1740.04/1740.00	c   delayed cutoffs  :       5779
1740.04/1740.00	c   repropagations   :     668709 (1119421 domain reductions, 5463 cutoffs)
1740.04/1740.00	c   avg switch length:       5.40
1740.04/1740.00	c   switching time   :     112.68
1740.04/1740.00	c Solution           :
1740.04/1740.00	c   Solutions found  :        137 (18 improvements)
1740.04/1740.00	c   First Solution   : +3.92000000000000e+02   (in run 1, after 1 nodes, 0.58 seconds, depth 1969, found by <shiftandpropagate>)
1740.04/1740.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 63147 nodes, 282.71 seconds, depth 54, found by <relaxation>)
1740.04/1740.00	c   Dual Bound       : +1.00000000000000e+00
1740.04/1740.00	c   Gap              :       0.00 %
1740.04/1740.00	c   Root Dual Bound  : +0.00000000000000e+00
1740.04/1740.00	c   Root Iterations  :        473
1740.04/1740.03	c Time complete: 1740.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-3447827-1307898650/watcher-3447827-1307898650 -o /var/tmp/evaluation-result-3447827-1307898650/solver-3447827-1307898650 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447827-1307898650.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: 1.88 1.99 1.91 2/174 27373
/proc/meminfo: memFree=1421828/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=10328 CPUtime=0 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 1566 0 0 0 0 0 0 0 22 0 1 0 882280934 10575872 1520 33554432000 4194304 9128323 140734512289184 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27373/statm: 2582 1521 399 1205 0 1373 0

[startup+0.0255919 s]
/proc/loadavg: 1.88 1.99 1.91 2/174 27373
/proc/meminfo: memFree=1421828/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=15260 CPUtime=0.02 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 2636 0 0 0 2 0 0 0 22 0 1 0 882280934 15626240 2589 33554432000 4194304 9128323 140734512289184 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 3815 2631 431 1205 0 2606 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15260

[startup+0.100578 s]
/proc/loadavg: 1.88 1.99 1.91 2/174 27373
/proc/meminfo: memFree=1421828/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=31736 CPUtime=0.09 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 6912 0 0 0 9 0 0 0 22 0 1 0 882280934 32497664 6607 33554432000 4194304 9128323 140734512289184 18446744073709551615 4497536 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 7934 6607 530 1205 0 6725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31736

[startup+0.300539 s]
/proc/loadavg: 1.88 1.99 1.91 2/174 27373
/proc/meminfo: memFree=1421828/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=38096 CPUtime=0.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 8689 0 0 0 28 1 0 0 18 0 1 0 882280934 39010304 8372 33554432000 4194304 9128323 140734512289184 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 9524 8372 616 1205 0 8315 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38096

[startup+0.700467 s]
/proc/loadavg: 1.88 1.99 1.91 2/174 27373
/proc/meminfo: memFree=1421828/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=43684 CPUtime=0.69 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 10334 0 0 0 68 1 0 0 18 0 1 0 882280934 44732416 9874 33554432000 4194304 9128323 140734512289184 18446744073709551615 6355782 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 10921 9874 694 1205 0 9712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43684

[startup+1.50032 s]
/proc/loadavg: 1.88 1.99 1.91 3/175 27374
/proc/meminfo: memFree=1315720/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=72624 CPUtime=1.49 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 17652 0 0 0 146 3 0 0 19 0 1 0 882280934 74366976 16833 33554432000 4194304 9128323 140734512289184 18446744073709551615 6695881 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 18156 16833 734 1205 0 16947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72624

[startup+3.10104 s]
/proc/loadavg: 1.88 1.99 1.91 3/175 27374
/proc/meminfo: memFree=1314232/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=70172 CPUtime=3.09 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 18417 0 0 0 303 6 0 0 25 0 1 0 882280934 71856128 16601 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 17543 16601 742 1205 0 16334 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70172

[startup+6.30044 s]
/proc/loadavg: 1.89 1.99 1.91 3/175 27374
/proc/meminfo: memFree=1316576/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=70172 CPUtime=6.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 18417 0 0 0 614 15 0 0 25 0 1 0 882280934 71856128 16601 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 17543 16601 742 1205 0 16334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70172

[startup+12.7003 s]
/proc/loadavg: 1.90 1.99 1.91 3/175 27375
/proc/meminfo: memFree=1316476/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=70172 CPUtime=12.69 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 18419 0 0 0 1239 30 0 0 25 0 1 0 882280934 71856128 16603 33554432000 4194304 9128323 140734512289184 18446744073709551615 7192546 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 17543 16603 744 1205 0 16334 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70172

[startup+25.5009 s]
/proc/loadavg: 1.92 1.99 1.91 3/175 27375
/proc/meminfo: memFree=1302588/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=70172 CPUtime=25.5 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 25232 0 0 0 2497 53 0 0 25 0 1 0 882280934 71856128 16623 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 17543 16623 756 1205 0 16334 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 70172

[startup+51.1002 s]
/proc/loadavg: 1.95 1.99 1.91 3/175 27376
/proc/meminfo: memFree=1299760/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=73788 CPUtime=51.09 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 41659 0 0 0 5011 98 0 0 25 0 1 0 882280934 75558912 17511 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/27373/statm: 18447 17511 757 1205 0 17238 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73788

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.91 3/175 27377
/proc/meminfo: memFree=1293396/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=78788 CPUtime=102.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 64884 0 0 0 10037 192 0 0 25 0 1 0 882280934 80678912 18799 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 19697 18799 757 1205 0 18488 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 78788

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/175 27379
/proc/meminfo: memFree=1283480/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=82684 CPUtime=162.28 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 67741 0 0 0 15933 295 0 0 25 0 1 0 882280934 84668416 19746 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 20671 19746 757 1205 0 19462 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 82684

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/175 27380
/proc/meminfo: memFree=1275232/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=87100 CPUtime=222.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 68864 0 0 0 21830 399 0 0 25 0 1 0 882280934 89190400 20869 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 21775 20869 757 1205 0 20566 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 87100

[startup+282.301 s]
/proc/loadavg: 1.99 1.99 1.91 3/175 27382
/proc/meminfo: memFree=1267876/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=89480 CPUtime=282.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 71618 0 0 0 27726 503 0 0 25 0 1 0 882280934 91627520 21486 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 22370 21486 757 1205 0 21161 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89480

[startup+342.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/175 27383
/proc/meminfo: memFree=1265940/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=90264 CPUtime=342.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 87187 0 0 0 33619 610 0 0 25 0 1 0 882280934 92430336 21671 33554432000 4194304 9128323 140734512289184 18446744073709551615 7342781 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 22566 21671 757 1205 0 21357 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 90264

[startup+402.3 s]
/proc/loadavg: 1.99 1.99 1.91 3/175 27385
/proc/meminfo: memFree=1265024/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=90680 CPUtime=402.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 89219 0 0 0 39516 713 0 0 25 0 1 0 882280934 92856320 21796 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 22670 21796 757 1205 0 21461 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 90680

[startup+462.3 s]
/proc/loadavg: 2.07 2.01 1.92 3/175 27387
/proc/meminfo: memFree=1263620/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=91484 CPUtime=462.29 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 89398 0 0 0 45409 820 0 0 25 0 1 0 882280934 93679616 21975 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 22871 21975 757 1205 0 21662 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 91484

[startup+522.3 s]
/proc/loadavg: 2.03 2.00 1.92 3/175 27388
/proc/meminfo: memFree=1260320/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=92940 CPUtime=522.3 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 93391 0 0 0 51302 928 0 0 25 0 1 0 882280934 95170560 22351 33554432000 4194304 9128323 140734512289184 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 23235 22351 757 1205 0 22026 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 92940

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 1.92 3/175 27390
/proc/meminfo: memFree=1255696/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=93572 CPUtime=582.3 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 93518 0 0 0 57196 1034 0 0 25 0 1 0 882280934 95817728 22478 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 23393 22478 757 1205 0 22184 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 93572

[startup+642.301 s]

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

/proc/meminfo: memFree=1221020/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=115744 CPUtime=1062.31 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 101121 0 0 0 104373 1858 0 0 25 0 1 0 882280934 118521856 28030 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 28936 28030 757 1205 0 27727 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 115744

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27407
/proc/meminfo: memFree=1220356/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=115744 CPUtime=1122.32 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 101126 0 0 0 110269 1963 0 0 25 0 1 0 882280934 118521856 28035 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 28936 28035 757 1205 0 27727 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 115744

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27409
/proc/meminfo: memFree=1218684/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=115744 CPUtime=1182.32 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103159 0 0 0 116164 2068 0 0 25 0 1 0 882280934 118521856 28016 33554432000 4194304 9128323 140734512289184 18446744073709551615 5984663 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 28936 28016 757 1205 0 27727 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 115744

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27410
/proc/meminfo: memFree=1218512/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=116080 CPUtime=1242.33 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103265 0 0 0 122062 2171 0 0 25 0 1 0 882280934 118865920 28122 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29020 28122 757 1205 0 27811 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 116080

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27412
/proc/meminfo: memFree=1217936/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=116220 CPUtime=1302.33 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103283 0 0 0 127961 2272 0 0 25 0 1 0 882280934 119009280 28140 33554432000 4194304 9128323 140734512289184 18446744073709551615 5207912 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29055 28140 757 1205 0 27846 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 116220

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27414
/proc/meminfo: memFree=1215904/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=116220 CPUtime=1362.33 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103286 0 0 0 133861 2372 0 0 25 0 1 0 882280934 119009280 28143 33554432000 4194304 9128323 140734512289184 18446744073709551615 4209245 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29055 28143 757 1205 0 27846 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 116220

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27415
/proc/meminfo: memFree=1214952/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=116220 CPUtime=1422.33 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103288 0 0 0 139756 2477 0 0 25 0 1 0 882280934 119009280 28145 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29055 28145 757 1205 0 27846 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 116220

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27417
/proc/meminfo: memFree=1214012/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=116220 CPUtime=1482.33 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103290 0 0 0 145651 2582 0 0 25 0 1 0 882280934 119009280 28147 33554432000 4194304 9128323 140734512289184 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29055 28147 757 1205 0 27846 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 116220

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27418
/proc/meminfo: memFree=1208984/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=116220 CPUtime=1542.33 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103292 0 0 0 151550 2683 0 0 25 0 1 0 882280934 119009280 28149 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29055 28149 757 1205 0 27846 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 116220

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 27420
/proc/meminfo: memFree=1208296/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=116904 CPUtime=1602.34 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103446 0 0 0 157455 2779 0 0 25 0 1 0 882280934 119709696 28303 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29226 28303 757 1205 0 28017 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 116904

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/175 27422
/proc/meminfo: memFree=1211576/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1662.34 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103641 0 0 0 163349 2885 0 0 25 0 1 0 882280934 120614912 28498 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28498 757 1205 0 28238 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 117788

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27423
/proc/meminfo: memFree=1211504/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1722.34 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 169247 2987 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 117788

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

[startup+1727.9 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27423
/proc/meminfo: memFree=1211504/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1727.94 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 169797 2997 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1727.94
Current children cumulated vsize (KiB) 117788

[startup+1734.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27424
/proc/meminfo: memFree=1211500/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1734.34 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 170426 3008 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1734.34
Current children cumulated vsize (KiB) 117788

[startup+1737.5 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27424
/proc/meminfo: memFree=1211500/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1737.53 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 170742 3011 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1737.53
Current children cumulated vsize (KiB) 117788

[startup+1739.11 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27424
/proc/meminfo: memFree=1211252/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1739.15 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 170902 3013 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1739.15
Current children cumulated vsize (KiB) 117788

[startup+1739.5 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27424
/proc/meminfo: memFree=1211252/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1739.54 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 170941 3013 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1739.54
Current children cumulated vsize (KiB) 117788

[startup+1739.9 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27424
/proc/meminfo: memFree=1211252/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1739.94 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 170980 3014 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 5318286 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1739.94
Current children cumulated vsize (KiB) 117788

[startup+1740 s]
/proc/loadavg: 2.01 2.01 1.93 3/175 27424
/proc/meminfo: memFree=1211252/32951124 swapFree=67062232/67111528
[pid=27373] ppid=27371 vsize=117788 CPUtime=1740.04 cores=1,3,5,7
/proc/27373/stat : 27373 (scip-2.0.1.4.li) R 27371 27373 27059 0 -1 4202496 103647 0 0 0 170990 3014 0 0 25 0 1 0 882280934 120614912 28504 33554432000 4194304 9128323 140734512289184 18446744073709551615 5379718 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27373/statm: 29447 28504 757 1205 0 28238 0
Current children cumulated CPU time (s) 1740.04
Current children cumulated vsize (KiB) 117788

Child status: 0
Real time (s): 1740.03
CPU time (s): 1740.08
CPU user time (s): 1709.92
CPU system time (s): 30.1534
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 117788

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

runsolver used 2.55361 second user time and 5.76312 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-12 19:10:50
IDJOB=3447827
IDBENCH=78952
IDSOLVER=1944
FILE ID=node147/3447827-1307898650
RUNJOBID= node147-1307898650-27346
PBS_JOBID= 13559562
Free space on /var/tmp= 2900 MiB

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

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

MD5SUM BENCH= 88fe2d235d496f5582f591254b27e0dd
RANDOM SEED=906236773

node147.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.836
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.67
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.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:       1422132 kB
Buffers:         50532 kB
Cached:       30491444 kB
SwapCached:       9832 kB
Active:       15742576 kB
Inactive:     14840168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1422132 kB
SwapTotal:    67111528 kB
SwapFree:     67062232 kB
Dirty:           24144 kB
Writeback:           0 kB
AnonPages:       38696 kB
Mapped:          12988 kB
Slab:           882900 kB
PageTables:       4208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   200396 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= 2888 MiB
End job on node147 at 2011-06-12 19:39:50