Trace number 3447357

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4MSAT (TO) 1800.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
MD5SUMa4c39a3f1b80365b8ad34a89f93fc523
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 benchmark109.938
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 655
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-3447357-1307901234.wbo>
0.00/0.02	c original problem has 2938 variables (2938 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.05	o 134313
0.00/0.05	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.00/0.05	c presolving:
0.00/0.06	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2) 0 del vars, 1 del conss, 0 add conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c presolving (3 rounds):
0.09/0.11	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.11	c  2707 implications, 0 cliques
0.09/0.11	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.11	c    2707 constraints of type <linear>
0.09/0.11	c    2707 constraints of type <indicator>
0.09/0.11	c transformed objective value is always integral (scale: 1)
0.09/0.11	c Presolving Time: 0.09
0.09/0.11	c - non default parameters ----------------------------------------------------------------------
0.09/0.11	c # SCIP version 2.0.1.4
0.09/0.11	c 
0.09/0.11	c # frequency for displaying node information lines
0.09/0.11	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.11	c display/freq = 10000
0.09/0.11	c 
0.09/0.11	c # maximal time in seconds to run
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/time = 1800
0.09/0.11	c 
0.09/0.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.11	c limits/memory = 13950
0.09/0.11	c 
0.09/0.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.11	c # [type: int, range: [1,2], default: 1]
0.09/0.11	c timing/clocktype = 2
0.09/0.11	c 
0.09/0.11	c # belongs reading time to solving time?
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c timing/reading = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify inequalities
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/linear/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/indicator/addCouplingCons = TRUE
0.09/0.11	c 
0.09/0.11	c # should presolving try to simplify knapsacks
0.09/0.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.11	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.11	c 
0.09/0.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.11	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.11	c separating/rapidlearning/freq = 0
0.09/0.11	c 
0.09/0.11	c -----------------------------------------------------------------------------------------------
0.09/0.11	c start solving
0.09/0.12	c 
0.09/0.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.15	c t 0.2s|     1 |     0 |   245 |     - |  17M|   0 |  43 |5645 |8121 |5645 |2707 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.48	c   0.5s|     1 |     0 |   378 |     - |  18M|   0 |  47 |5645 |8121 |5645 |2729 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |   442 |     - |  19M|   0 |  52 |5645 |8121 |5645 |2753 |  46 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.00/1.08	c   1.1s|     1 |     0 |   475 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2761 |  54 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |   497 |     - |  19M|   0 |  54 |5645 |8121 |5645 |2766 |  59 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
1.79/1.82	c   1.8s|     1 |     0 |   515 |     - |  20M|   0 |  62 |5645 |8121 |5645 |2768 |  61 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
2.19/2.23	c   2.2s|     1 |     0 |   563 |     - |  20M|   0 |  62 |5645 |8121 |5645 |2772 |  65 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
3.19/3.22	c   3.2s|     1 |     2 |   563 |     - |  20M|   0 |  62 |5645 |8121 |5645 |2772 |  65 |   0 |  33 | 0.000000e+00 | 1.343130e+05 |    Inf 
32.09/32.17	o 1052
32.09/32.17	c *32.2s|   615 |   610 |104092 | 168.6 |  32M|  55 |   - |5645 |8121 |5645 |2927 |1263 |   0 |1049 | 0.000000e+00 | 1.052000e+03 |    Inf 
283.00/283.03	o 269
283.00/283.03	c * 283s|  9355 |  6436 |  1713k| 183.1 |  49M|  69 |   - |5645 |8234 |5645 |2957 |  24k| 113 |2798 | 0.000000e+00 | 2.690000e+02 |    Inf 
305.40/305.46	c   305s| 10000 |  6844 |  1850k| 185.0 |  52M|  69 |  13 |5645 |8554 |5645 |2743 |  26k| 433 |2929 | 0.000000e+00 | 2.690000e+02 |    Inf 
328.31/328.31	o 250
328.31/328.31	c * 328s| 10812 |  6640 |  2007k| 185.6 |  54M|  69 |   - |5645 |8992 |5645 |2824 |  27k| 879 |3077 | 0.000000e+00 | 2.500000e+02 |    Inf 
328.60/328.62	o 246
328.60/328.62	c * 329s| 10821 |  6478 |  2009k| 185.6 |  54M|  69 |   - |5645 |8996 |5645 |2743 |  27k| 883 |3088 | 0.000000e+00 | 2.460000e+02 |    Inf 
349.30/349.37	o 241
349.30/349.37	c * 349s| 11541 |  6598 |  2135k| 185.0 |  56M|  69 |   - |5645 |9395 |5645 |2762 |  29k|1315 |3187 | 0.000000e+00 | 2.410000e+02 |    Inf 
417.30/417.39	o 239
417.30/417.39	c * 417s| 14119 |  7920 |  2578k| 182.6 |  66M|  69 |   - |5645 |9689 |5645 |2817 |  34k|2754 |3556 | 0.000000e+00 | 2.390000e+02 |    Inf 
454.90/454.92	o 235
454.90/454.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
454.90/454.92	c * 455s| 15745 |  8474 |  2807k| 178.3 |  71M|  69 |   - |5645 |9466 |5645 |2747 |  38k|3835 |3724 | 0.000000e+00 | 2.350000e+02 |    Inf 
461.00/461.06	o 231
461.00/461.06	c * 461s| 15955 |  8396 |  2843k| 178.2 |  72M|  69 |   - |5645 |9504 |5645 |2819 |  38k|3944 |3748 | 0.000000e+00 | 2.310000e+02 |    Inf 
461.50/461.52	o 226
461.50/461.52	c * 462s| 15969 |  8195 |  2846k| 178.3 |  72M|  69 |   - |5645 |9504 |5645 |2768 |  38k|3945 |3757 | 0.000000e+00 | 2.260000e+02 |    Inf 
462.31/462.38	o 215
462.31/462.38	c c 462s| 15987 |  7744 |  2851k| 178.3 |  70M|  69 |   - |5645 |9503 |5645 |2763 |  39k|3953 |3772 | 0.000000e+00 | 2.150000e+02 |    Inf 
463.60/463.66	o 211
463.60/463.66	c * 464s| 16014 |  7577 |  2857k| 178.4 |  69M|  69 |   - |5645 |9503 |5645 |2816 |  39k|3964 |3782 | 0.000000e+00 | 2.110000e+02 |    Inf 
466.01/466.07	o 207
466.01/466.07	c * 466s| 16112 |  7546 |  2871k| 178.2 |  69M|  69 |   - |5645 |9552 |5645 |2780 |  39k|4046 |3790 | 0.000000e+00 | 2.070000e+02 |    Inf 
466.10/466.10	o 193
466.10/466.10	c * 466s| 16113 |  7146 |  2871k| 178.2 |  66M|  69 |   - |5645 |9552 |5645 |2789 |  39k|4046 |3790 | 0.000000e+00 | 1.930000e+02 |    Inf 
473.70/473.75	o 184
473.70/473.75	c * 474s| 16479 |  7010 |  2912k| 176.7 |  65M|  69 |   - |5645 |9597 |5645 |2759 |  40k|4259 |3816 | 0.000000e+00 | 1.840000e+02 |    Inf 
473.80/473.81	o 174
473.80/473.81	c * 474s| 16480 |  6622 |  2912k| 176.7 |  62M|  69 |   - |5645 |9597 |5645 |2759 |  40k|4259 |3816 | 0.000000e+00 | 1.740000e+02 |    Inf 
474.21/474.21	o 162
474.21/474.21	c * 474s| 16512 |  6387 |  2913k| 176.4 |  60M|  69 |   - |5645 |9593 |5645 |2752 |  40k|4277 |3816 | 0.000000e+00 | 1.620000e+02 |    Inf 
478.00/478.01	o 156
478.00/478.01	c * 478s| 16656 |  6179 |  2937k| 176.3 |  58M|  69 |   - |5645 |9555 |5645 |2800 |  40k|4377 |3819 | 0.000000e+00 | 1.560000e+02 |    Inf 
484.21/484.27	o 154
484.21/484.27	c * 484s| 16971 |  6242 |  2981k| 175.7 |  59M|  69 |   - |5645 |9552 |5645 |2746 |  40k|4581 |3840 | 0.000000e+00 | 1.540000e+02 |    Inf 
492.71/492.74	o 134
492.71/492.74	c * 493s| 17305 |  5451 |  3036k| 175.4 |  55M|  69 |   - |5645 |9636 |5645 |2754 |  41k|4817 |3890 | 0.000000e+00 | 1.340000e+02 |    Inf 
493.01/493.00	o 131
493.01/493.00	c * 493s| 17326 |  5358 |  3036k| 175.2 |  55M|  69 |   - |5645 |9620 |5645 |2739 |  41k|4827 |3890 | 0.000000e+00 | 1.310000e+02 |    Inf 
494.41/494.49	o 106
494.41/494.49	c * 494s| 17465 |  4720 |  3042k| 174.2 |  52M|  69 |   - |5645 |9577 |5645 |2745 |  41k|4882 |3899 | 0.000000e+00 | 1.060000e+02 |    Inf 
494.61/494.68	o 72
494.61/494.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
494.61/494.68	c * 495s| 17469 |  3271 |  3043k| 174.2 |  46M|  69 |   - |5645 |9577 |5645 |2779 |  41k|4884 |3899 | 0.000000e+00 | 7.200000e+01 |    Inf 
494.81/494.81	o 59
494.81/494.81	c * 495s| 17475 |  1723 |  3043k| 174.2 |  39M|  69 |   - |5645 |8009 |5645 |2744 |  41k|4888 |3899 | 0.000000e+00 | 5.900000e+01 |    Inf 
508.31/508.39	c   508s| 20000 |  1854 |  3066k| 153.3 |  44M|  80 |   6 |5645 |8367 |5645 |2742 |  41k|7094 |3917 | 0.000000e+00 | 5.900000e+01 |    Inf 
522.31/522.32	o 56
522.31/522.32	c * 522s| 22628 |  1956 |  3082k| 136.2 |  47M|  85 |   - |5645 |8476 |5645 |2747 |  41k|9729 |3962 | 0.000000e+00 | 5.600000e+01 |    Inf 
523.31/523.33	o 42
523.31/523.33	c * 523s| 22842 |  1726 |  3083k| 135.0 |  46M|  85 |   - |5645 |8210 |5645 |2748 |  41k|9933 |3962 | 0.000000e+00 | 4.200000e+01 |    Inf 
524.91/524.98	o 36
524.91/524.98	c * 525s| 23148 |  1683 |  3085k| 133.3 |  46M|  85 |   - |5645 |7338 |5645 |2736 |  41k|  10k|3962 | 0.000000e+00 | 3.600000e+01 |    Inf 
532.01/532.08	o 34
532.01/532.08	c * 532s| 24673 |  1492 |  3100k| 125.6 |  47M|  85 |   - |5645 |7051 |5645 |2746 |  41k|  12k|3970 | 0.000000e+00 | 3.400000e+01 |    Inf 
532.70/532.77	o 23
532.70/532.77	c * 533s| 24827 |  1319 |  3101k| 124.9 |  46M|  85 |   - |5645 |7071 |5645 |2750 |  41k|  12k|3970 | 0.000000e+00 | 2.300000e+01 |    Inf 
532.70/532.79	o 17
532.70/532.79	c * 533s| 24828 |  1286 |  3101k| 124.9 |  46M|  85 |   - |5645 |7071 |5645 |2750 |  41k|  12k|3970 | 0.000000e+00 | 1.700000e+01 |    Inf 
533.71/533.78	o 10
533.71/533.78	c * 534s| 24992 |  1181 |  3104k| 124.2 |  44M|  85 |   - |5645 |5734 |5645 |2751 |  41k|  12k|3970 | 0.000000e+00 | 1.000000e+01 |    Inf 
538.91/539.00	o 6
538.91/539.00	c * 539s| 25891 |   757 |  3127k| 120.8 |  41M|  85 |   - |5645 |4923 |5645 |2748 |  41k|  13k|3975 | 0.000000e+00 | 6.000000e+00 |    Inf 
539.81/539.87	o 5
539.81/539.87	c * 540s| 26126 |   762 |  3130k| 119.8 |  41M|  85 |   - |5645 |4876 |5645 |2746 |  41k|  14k|3983 | 0.000000e+00 | 5.000000e+00 |    Inf 
540.21/540.21	o 1
540.21/540.21	c * 540s| 26216 |   727 |  3131k| 119.4 |  40M|  85 |   - |5645 |4817 |5645 |2746 |  41k|  14k|3983 | 0.000000e+00 | 1.000000e+00 |    Inf 
555.80/555.86	c   556s| 30000 |   459 |  3200k| 106.7 |  38M|  85 |   - |5645 |6105 |   0 |   0 |  41k|  18k|4011 | 0.000000e+00 | 1.000000e+00 |    Inf 
597.61/597.63	c   598s| 40000 |   422 |  3379k|  84.5 |  41M|  85 |   - |5645 |  12k|5645 |2746 |  41k|  31k|4144 | 0.000000e+00 | 1.000000e+00 |    Inf 
639.91/639.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
639.91/639.93	c   640s| 50000 |   423 |  3551k|  71.0 |  43M|  85 |   - |5645 |  17k|5645 |2746 |  41k|  44k|4310 | 0.000000e+00 | 1.000000e+00 |    Inf 
682.72/682.79	c   683s| 60000 |   436 |  3720k|  62.0 |  47M|  85 |  27 |5645 |  24k|5645 |2746 |  41k|  57k|4464 | 0.000000e+00 | 1.000000e+00 |    Inf 
727.12/727.12	c   727s| 70000 |   444 |  3889k|  55.6 |  48M|  85 |  35 |5645 |  24k|5645 |2746 |  41k|  70k|4645 | 0.000000e+00 | 1.000000e+00 |    Inf 
773.32/773.38	c   773s| 80000 |   476 |  4066k|  50.8 |  51M|  85 |   - |5645 |  30k|5645 |2746 |  41k|  82k|4801 | 0.000000e+00 | 1.000000e+00 |    Inf 
821.62/821.61	c   822s| 90000 |   486 |  4244k|  47.2 |  53M|  85 |  25 |5645 |  35k|5645 |2746 |  41k|  95k|4966 | 0.000000e+00 | 1.000000e+00 |    Inf 
869.42/869.46	c   869s|100000 |   445 |  4415k|  44.1 |  54M|  85 |   - |5645 |  36k|5645 |2746 |  41k| 108k|5099 | 0.000000e+00 | 1.000000e+00 |    Inf 
914.31/914.31	c   914s|110000 |   443 |  4574k|  41.6 |  57M|  85 |  26 |5645 |  43k|5645 |2746 |  41k| 121k|5207 | 0.000000e+00 | 1.000000e+00 |    Inf 
961.82/961.88	c   962s|120000 |   410 |  4742k|  39.5 |  55M|  85 |   - |5645 |  36k|   0 |   0 |  41k| 134k|5393 | 0.000000e+00 | 1.000000e+00 |    Inf 
1009.22/1009.21	c  1009s|130000 |   400 |  4911k|  37.8 |  55M|  85 |  34 |5645 |  37k|5645 |2746 |  41k| 147k|5577 | 0.000000e+00 | 1.000000e+00 |    Inf 
1054.12/1054.11	c  1054s|140000 |   417 |  5074k|  36.2 |  55M|  85 |  35 |5645 |  36k|5645 |2746 |  41k| 161k|5720 | 0.000000e+00 | 1.000000e+00 |    Inf 
1103.63/1103.63	c  1104s|150000 |   359 |  5254k|  35.0 |  50M|  85 |  19 |5645 |  25k|5645 |2746 |  41k| 174k|5877 | 0.000000e+00 | 1.000000e+00 |    Inf 
1149.63/1149.61	c  1150s|160000 |   378 |  5430k|  33.9 |  52M|  85 |  13 |5645 |  29k|5645 |2746 |  41k| 187k|5986 | 0.000000e+00 | 1.000000e+00 |    Inf 
1196.73/1196.76	c  1197s|170000 |   366 |  5606k|  33.0 |  55M|  85 |   - |5645 |  35k|5645 |2746 |  41k| 200k|6090 | 0.000000e+00 | 1.000000e+00 |    Inf 
1246.33/1246.39	c  1246s|180000 |   320 |  5788k|  32.2 |  53M|  85 |   - |5645 |  33k|5645 |2746 |  41k| 213k|6247 | 0.000000e+00 | 1.000000e+00 |    Inf 
1294.03/1294.02	c  1294s|190000 |   309 |  5963k|  31.4 |  54M|  85 |  25 |5645 |  36k|5645 |2746 |  41k| 227k|6416 | 0.000000e+00 | 1.000000e+00 |    Inf 
1341.84/1341.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1341.84/1341.80	c  1342s|200000 |   302 |  6130k|  30.7 |  56M|  85 |  37 |5645 |  38k|5645 |2746 |  41k| 240k|6584 | 0.000000e+00 | 1.000000e+00 |    Inf 
1390.13/1390.11	c  1390s|210000 |   304 |  6304k|  30.0 |  57M|  85 |   - |5645 |  42k|5645 |2746 |  41k| 253k|6678 | 0.000000e+00 | 1.000000e+00 |    Inf 
1437.53/1437.59	c  1438s|220000 |   310 |  6472k|  29.4 |  59M|  85 |  16 |5645 |  46k|5645 |2746 |  41k| 266k|6757 | 0.000000e+00 | 1.000000e+00 |    Inf 
1489.04/1489.07	c  1489s|230000 |   287 |  6641k|  28.9 |  59M|  85 |   - |5645 |  45k|5645 |2736 |  41k| 279k|6956 | 0.000000e+00 | 1.000000e+00 |    Inf 
1540.13/1540.11	c  1540s|240000 |   282 |  6820k|  28.4 |  58M|  85 |   - |5645 |  44k|5645 |2746 |  41k| 292k|7094 | 0.000000e+00 | 1.000000e+00 |    Inf 
1592.64/1592.63	c  1593s|250000 |   273 |  7002k|  28.0 |  60M|  85 |   - |5645 |  48k|5645 |2746 |  41k| 305k|7178 | 0.000000e+00 | 1.000000e+00 |    Inf 
1645.75/1645.75	c  1646s|260000 |   248 |  7184k|  27.6 |  61M|  85 |  27 |5645 |  52k|5645 |2746 |  41k| 318k|7284 | 0.000000e+00 | 1.000000e+00 |    Inf 
1697.04/1697.04	c  1697s|270000 |   274 |  7354k|  27.2 |  59M|  85 |   - |5645 |  46k|   0 |   0 |  41k| 331k|7408 | 0.000000e+00 | 1.000000e+00 |    Inf 
1750.94/1750.95	c  1751s|280000 |   265 |  7542k|  26.9 |  61M|  85 |  22 |5645 |  52k|5645 |2746 |  41k| 344k|7509 | 0.000000e+00 | 1.000000e+00 |    Inf 
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Solving Time (sec) : 1800.00
1800.05/1800.00	c Solving Nodes      : 288847
1800.05/1800.00	c Primal Bound       : +1.00000000000000e+00 (253 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.00	c Gap                : infinite
1800.05/1800.00	s SATISFIABLE
1800.05/1800.00	v -x231 x230 -x229 -x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 -x210 
1800.05/1800.00	v -x209 -x208 -x207 x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 x198 -x197 -x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1800.05/1800.00	v -x188 -x187 -x186 -x185 -x184 -x183 x182 -x181 x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 -x172 -x171 -x170 -x169 -x168 
1800.05/1800.00	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 -x156 -x155 -x154 x153 -x152 -x151 -x150 -x149 -x148 -x147 
1800.05/1800.00	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 -x138 -x137 x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
1800.05/1800.00	v -x125 -x124 x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1800.05/1800.00	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 -x88 -x87 -x86 x85 -x84 -x83 -x82 -x81 -x80 
1800.05/1800.00	v -x79 -x78 -x77 -x76 -x75 -x74 x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 -x55 -x54 
1800.05/1800.00	v -x53 -x52 -x51 -x50 -x49 -x48 x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
1800.05/1800.00	v -x28 -x27 -x26 -x25 x24 -x23 -x22 -x21 -x20 x19 -x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
1800.05/1800.00	v -x1 
1800.05/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.00	c Total Time         :    1800.00
1800.05/1800.00	c   solving          :    1800.00
1800.05/1800.00	c   presolving       :       0.09 (included in solving)
1800.05/1800.00	c   reading          :       0.02 (included in solving)
1800.05/1800.00	c Original Problem   :
1800.05/1800.00	c   Problem name     : HOME/instance-3447357-1307901234.wbo
1800.05/1800.00	c   Variables        : 2938 (2938 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 2708 initial, 2708 maximal
1800.05/1800.00	c Presolved Problem  :
1800.05/1800.00	c   Problem name     : t_HOME/instance-3447357-1307901234.wbo
1800.05/1800.00	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1800.05/1800.00	c   Constraints      : 5414 initial, 56673 maximal
1800.05/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   probing          :       0.04          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   linear           :       0.02          0          0          0       2707          0          1          0          0          0
1800.05/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.00	c   root node        :          -       5414          -          -       5414          -          -          -          -          -
1800.05/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   integral         :          0          0          0     196734          0       5167          0        249       1708          0          0     307820
1800.05/1800.00	c   varbound         :          0+         6     145482      41587          0          0      14307          0    1602458      41612          0          0
1800.05/1800.00	c   linear           :       2707          6    1530121         24          1       5163    4875841      35157    5036994          0          0          0
1800.05/1800.00	c   indicator        :       2707          0     144237      41587          0       5157      23821          0      23766          0          0          0
1800.05/1800.00	c   logicor          :          0+         0     442521          0          0          0    1085813       2817     298094          0          0          0
1800.05/1800.00	c   bounddisjunction :          0+         0     150392          0          0          0        364         20        311          0          0          0
1800.05/1800.00	c   countsols        :          0          0          0         32          1        223          0          0          0          0          0          0
1800.05/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.00	c   integral         :      70.00       0.00       0.00      69.96       0.00       0.03       0.00
1800.05/1800.00	c   varbound         :       8.81       0.00       5.86       2.95       0.00       0.00       0.01
1800.05/1800.00	c   linear           :      69.30       0.00      65.37       0.00       0.00       1.05       2.87
1800.05/1800.00	c   indicator        :      29.07       0.00       7.93      12.96       0.00       8.17       0.01
1800.05/1800.00	c   logicor          :     112.26       0.00     110.78       0.00       0.00       0.00       1.48
1800.05/1800.00	c   bounddisjunction :       0.78       0.00       0.77       0.00       0.00       0.00       0.00
1800.05/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.00	c   vbounds          :      63939       3816          6     155619
1800.05/1800.00	c   rootredcost      :         33          0          0       2707
1800.05/1800.00	c   pseudoobj        :    1534768      14128       4720    1597172
1800.05/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.00	c   vbounds          :      18.12      18.11       0.00
1800.05/1800.00	c   rootredcost      :       0.30       0.30       0.00
1800.05/1800.00	c   pseudoobj        :      58.77      58.35       0.41
1800.05/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.00	c   propagation      :       3.02      42720      42615     257539       29.2        965       21.3          -
1800.05/1800.00	c   infeasible LP    :      39.89      98122      98109     714826       39.1       2651       13.7          0
1800.05/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.00	c   pseudo solution  :       0.00          2          2          2        2.5          0        0.0          -
1800.05/1800.00	c   applied globally :          -          -          -     355984       31.6          -          -          -
1800.05/1800.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.05/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.00	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 235)
1800.05/1800.00	c   redcost          :      16.96     168954          0     152802          0          0
1800.05/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.00	c   gomory           :       0.82          6          0          0       1090          0
1800.05/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.00	c   strongcg         :       0.66          6          0          0       1792          0
1800.05/1800.00	c   cmir             :       0.18          6          0          0          0          0
1800.05/1800.00	c   flowcover        :       0.13          6          0          0          0          0
1800.05/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.00	c   rapidlearning    :       0.20          1          0          0          0          0
1800.05/1800.00	c Pricers            :       Time      Calls       Vars
1800.05/1800.00	c   problem variables:       0.00          0          0
1800.05/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.00	c   relpscost        :      69.78     155146        249       1708          0          0     307820
1800.05/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.00	c   LP solutions     :       0.04          -         32
1800.05/1800.00	c   pseudo solutions :       0.00          -          0
1800.05/1800.00	c   feaspump         :       0.01          0          0
1800.05/1800.00	c   oneopt           :       0.52         30          0
1800.05/1800.00	c   crossover        :       1.40         23          0
1800.05/1800.00	c   pscostdiving     :       9.34        207          0
1800.05/1800.00	c   veclendiving     :       5.02        207          0
1800.05/1800.00	c   guideddiving     :       8.15        207          0
1800.05/1800.00	c   fracdiving       :       8.96        207          0
1800.05/1800.00	c   objpscostdiving  :       6.81        104          0
1800.05/1800.00	c   rootsoldiving    :       7.98        104          0
1800.05/1800.00	c   linesearchdiving :       7.19        208          0
1800.05/1800.00	c   coefdiving       :      11.63        208          1
1800.05/1800.00	c   trivial          :       0.01          2          1
1800.05/1800.00	c   shiftandpropagate:       0.00          0          0
1800.05/1800.00	c   simplerounding   :       3.67     155702          0
1800.05/1800.00	c   zirounding       :       0.47       1000          0
1800.05/1800.00	c   rounding         :       1.61       5535          0
1800.05/1800.00	c   shifting         :       1.73       1737          0
1800.05/1800.00	c   intshifting      :       0.01          0          0
1800.05/1800.00	c   twoopt           :       0.00          0          0
1800.05/1800.00	c   fixandinfer      :       0.00          0          0
1800.05/1800.00	c   clique           :       0.00          0          0
1800.05/1800.00	c   intdiving        :       0.00          0          0
1800.05/1800.00	c   actconsdiving    :       0.00          0          0
1800.05/1800.00	c   octane           :       0.00          0          0
1800.05/1800.00	c   rens             :       0.05          1          0
1800.05/1800.00	c   rins             :       0.00          0          0
1800.05/1800.00	c   localbranching   :       0.00          0          0
1800.05/1800.00	c   mutation         :       0.00          0          0
1800.05/1800.00	c   dins             :       0.00          0          0
1800.05/1800.00	c   vbounds          :       0.00          0          0
1800.05/1800.00	c   undercover       :       0.00          0          0
1800.05/1800.00	c   subnlp           :       0.05          0          0
1800.05/1800.00	c   trysol           :       0.51       3861        219
1800.05/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.00	c   primal LP        :       1.31          0          0       0.00       0.00
1800.05/1800.00	c   dual LP          :    1043.25     294676    7379072      25.04    7073.16
1800.05/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.00	c   diving/probing LP:      47.35      11409     323002      28.31    6821.34
1800.05/1800.00	c   strong branching :      66.86       7611     445309      58.51    6660.70
1800.05/1800.00	c     (at root node) :          -         33       7373     223.42          -
1800.05/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.00	c B&B Tree           :
1800.05/1800.00	c   number of runs   :          1
1800.05/1800.00	c   nodes            :     288847
1800.05/1800.00	c   nodes (total)    :     288847
1800.05/1800.00	c   nodes left       :        282
1800.05/1800.00	c   max depth        :         85
1800.05/1800.00	c   max depth (total):         85
1800.05/1800.00	c   backtracks       :      29770 (10.3%)
1800.05/1800.00	c   delayed cutoffs  :       6060
1800.05/1800.00	c   repropagations   :     649355 (1175256 domain reductions, 4889 cutoffs)
1800.05/1800.00	c   avg switch length:       5.89
1800.05/1800.00	c   switching time   :     118.79
1800.05/1800.00	c Solution           :
1800.05/1800.00	c   Solutions found  :        253 (34 improvements)
1800.05/1800.00	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.05 seconds, depth 0, found by <trivial>)
1800.05/1800.00	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 26216 nodes, 540.21 seconds, depth 31, found by <relaxation>)
1800.05/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.00	c   Gap              :   infinite
1800.05/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.00	c   Root Iterations  :        563

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-3447357-1307901234/watcher-3447357-1307901234 -o /var/tmp/evaluation-result-3447357-1307901234/solver-3447357-1307901234 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447357-1307901234.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.00 2.00 1.91 2/174 28805
/proc/meminfo: memFree=2083100/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=10292 CPUtime=0 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 1562 0 0 0 0 0 0 0 25 0 1 0 980353909 10539008 1516 33554432000 4194304 9128323 140735933034256 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28805/statm: 2573 1519 399 1205 0 1364 0

[startup+0.074938 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 28805
/proc/meminfo: memFree=2083100/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=35724 CPUtime=0.07 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 7883 0 0 0 6 1 0 0 25 0 1 0 980353909 36581376 7578 33554432000 4194304 9128323 140735933034256 18446744073709551615 5192562 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 8931 7578 520 1205 0 7722 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35724

[startup+0.10092 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 28805
/proc/meminfo: memFree=2083100/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=35724 CPUtime=0.09 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 7949 0 0 0 8 1 0 0 25 0 1 0 980353909 36581376 7644 33554432000 4194304 9128323 140735933034256 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 8931 7644 531 1205 0 7722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35724

[startup+0.300897 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 28805
/proc/meminfo: memFree=2083100/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=72884 CPUtime=0.29 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 17311 0 0 0 27 2 0 0 18 0 1 0 980353909 74633216 16907 33554432000 4194304 9128323 140735933034256 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 18221 16936 699 1205 0 17012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72884

[startup+0.700806 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 28805
/proc/meminfo: memFree=2083100/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=51092 CPUtime=0.69 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 20853 0 0 0 66 3 0 0 18 0 1 0 980353909 52318208 11730 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 12773 11730 718 1205 0 11564 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51092

[startup+1.50066 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28806
/proc/meminfo: memFree=2037236/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=60820 CPUtime=1.49 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 23295 0 0 0 144 5 0 0 19 0 1 0 980353909 62279680 14165 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 15205 14165 759 1205 0 13996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60820

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28806
/proc/meminfo: memFree=2028680/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=62460 CPUtime=3.09 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 29888 0 0 0 298 11 0 0 24 0 1 0 980353909 63959040 14498 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 15615 14498 723 1205 0 14406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62460

[startup+6.30077 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28806
/proc/meminfo: memFree=2025500/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=65096 CPUtime=6.29 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 30407 0 0 0 605 24 0 0 25 0 1 0 980353909 66658304 15017 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 16274 15017 724 1205 0 15065 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65096

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28806
/proc/meminfo: memFree=2022084/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=65096 CPUtime=12.69 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 30426 0 0 0 1217 52 0 0 25 0 1 0 980353909 66658304 15036 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 16274 15036 724 1205 0 15065 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65096

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28807
/proc/meminfo: memFree=2010920/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=75156 CPUtime=25.49 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 38723 0 0 0 2456 93 0 0 25 0 1 0 980353909 76959744 17406 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 18789 17406 726 1205 0 17580 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75156

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28808
/proc/meminfo: memFree=2000788/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=79396 CPUtime=51.09 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 45622 0 0 0 4933 176 0 0 25 0 1 0 980353909 81301504 18396 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 19849 18396 728 1205 0 18640 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79396

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28809
/proc/meminfo: memFree=1982252/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=83784 CPUtime=102.29 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 64871 0 0 0 9878 351 0 0 25 0 1 0 980353909 85794816 19537 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 20946 19537 734 1205 0 19737 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 83784

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28810
/proc/meminfo: memFree=1959800/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=89028 CPUtime=162.3 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 72170 0 0 0 15672 558 0 0 25 0 1 0 980353909 91164672 20827 33554432000 4194304 9128323 140735933034256 18446744073709551615 7183683 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 22257 20827 737 1205 0 21048 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 89028

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28812
/proc/meminfo: memFree=1936152/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=96160 CPUtime=222.3 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 74011 0 0 0 21455 775 0 0 25 0 1 0 980353909 98467840 22661 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 24040 22661 737 1205 0 22831 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 96160

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28814
/proc/meminfo: memFree=1913380/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=104236 CPUtime=282.3 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 81910 0 0 0 27268 962 0 0 25 0 1 0 980353909 106737664 24636 33554432000 4194304 9128323 140735933034256 18446744073709551615 7025629 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 26059 24636 737 1205 0 24850 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 104236

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28815
/proc/meminfo: memFree=1870776/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=134524 CPUtime=342.3 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 101911 0 0 0 33073 1157 0 0 25 0 1 0 980353909 137752576 32049 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 33631 32049 737 1205 0 32422 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 134524

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28817
/proc/meminfo: memFree=1857424/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=133500 CPUtime=402.3 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 109385 0 0 0 38875 1355 0 0 25 0 1 0 980353909 136704000 32026 33554432000 4194304 9128323 140735933034256 18446744073709551615 7346427 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 33375 32026 737 1205 0 32166 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 133500

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28827
/proc/meminfo: memFree=1835124/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=141812 CPUtime=462.31 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 134063 0 0 0 44680 1551 0 0 25 0 1 0 980353909 145215488 34079 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 35453 34079 737 1205 0 34244 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 141812

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28829
/proc/meminfo: memFree=1797980/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=163180 CPUtime=522.31 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 155802 0 0 0 50557 1674 0 0 25 0 1 0 980353909 167096320 39398 33554432000 4194304 9128323 140735933034256 18446744073709551615 4794037 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 40795 39398 751 1205 0 39586 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 163180

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28831
/proc/meminfo: memFree=1774452/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=170176 CPUtime=582.31 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 194533 0 0 0 56422 1809 0 0 25 0 1 0 980353909 174260224 41200 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 42544 41200 751 1205 0 41335 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 170176

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/175 28876
/proc/meminfo: memFree=1855488/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=184236 CPUtime=822.31 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 204878 0 0 0 79892 2339 0 0 25 0 1 0 980353909 188657664 44728 33554432000 4194304 9128323 140735933034256 18446744073709551615 7192366 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 46059 44728 751 1205 0 44850 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 184236

[startup+882.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/175 28878
/proc/meminfo: memFree=1853076/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=186692 CPUtime=882.32 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 205482 0 0 0 85758 2474 0 0 25 0 1 0 980353909 191172608 45332 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 46673 45332 751 1205 0 45464 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 186692

[startup+942.301 s]
/proc/loadavg: 2.03 2.00 1.91 3/175 28879
/proc/meminfo: memFree=1833656/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=190500 CPUtime=942.32 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 206315 0 0 0 91623 2609 0 0 25 0 1 0 980353909 195072000 46165 33554432000 4194304 9128323 140735933034256 18446744073709551615 7346439 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 47625 46165 751 1205 0 46416 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 190500

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/175 28881
/proc/meminfo: memFree=1817720/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=190816 CPUtime=1002.32 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 212746 0 0 0 97474 2758 0 0 25 0 1 0 980353909 195395584 46239 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 47704 46239 751 1205 0 46495 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 190816

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28882
/proc/meminfo: memFree=1820860/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=191000 CPUtime=1062.33 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 212807 0 0 0 103332 2901 0 0 25 0 1 0 980353909 195584000 46300 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 47750 46300 751 1205 0 46541 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 191000

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/175 28884
/proc/meminfo: memFree=1815564/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=191684 CPUtime=1122.32 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 212970 0 0 0 109192 3040 0 0 25 0 1 0 980353909 196284416 46463 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 47921 46463 751 1205 0 46712 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 191684

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/175 28886
/proc/meminfo: memFree=1814632/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=192300 CPUtime=1182.33 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 213107 0 0 0 115049 3184 0 0 25 0 1 0 980353909 196915200 46600 33554432000 4194304 9128323 140735933034256 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 48075 46600 751 1205 0 46866 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 192300

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/175 28887
/proc/meminfo: memFree=1806992/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=192452 CPUtime=1242.33 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 213171 0 0 0 120913 3320 0 0 25 0 1 0 980353909 197070848 46664 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 48113 46664 751 1205 0 46904 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 192452

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28889
/proc/meminfo: memFree=1803440/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=192764 CPUtime=1302.34 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 213242 0 0 0 126780 3454 0 0 25 0 1 0 980353909 197390336 46735 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 48191 46735 751 1205 0 46982 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 192764

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28890
/proc/meminfo: memFree=1802480/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=192964 CPUtime=1362.33 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 213285 0 0 0 132642 3591 0 0 25 0 1 0 980353909 197595136 46778 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 48241 46778 751 1205 0 47032 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 192964

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28892
/proc/meminfo: memFree=1794100/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=194060 CPUtime=1422.34 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 213589 0 0 0 138508 3726 0 0 25 0 1 0 980353909 198717440 47082 33554432000 4194304 9128323 140735933034256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 48515 47082 751 1205 0 47306 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 194060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28894
/proc/meminfo: memFree=1788192/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=196064 CPUtime=1482.34 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 213997 0 0 0 144374 3860 0 0 25 0 1 0 980353909 200769536 47490 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 49016 47490 751 1205 0 47807 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 196064

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28895
/proc/meminfo: memFree=1784148/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=197084 CPUtime=1542.34 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 216837 0 0 0 150243 3991 0 0 25 0 1 0 980353909 201814016 47744 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 49271 47744 751 1205 0 48062 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 197084

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28897
/proc/meminfo: memFree=1782836/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=197388 CPUtime=1602.34 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 216899 0 0 0 156128 4106 0 0 25 0 1 0 980353909 202125312 47806 33554432000 4194304 9128323 140735933034256 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 49347 47806 751 1205 0 48138 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 197388

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28898
/proc/meminfo: memFree=1769004/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=198340 CPUtime=1662.34 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 217137 0 0 0 162004 4230 0 0 25 0 1 0 980353909 203100160 48044 33554432000 4194304 9128323 140735933034256 18446744073709551615 4241104 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 49585 48044 751 1205 0 48376 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 198340

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28900
/proc/meminfo: memFree=1763860/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=201660 CPUtime=1722.35 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 217890 0 0 0 167889 4346 0 0 25 0 1 0 980353909 206499840 48797 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 50415 48797 751 1205 0 49206 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 201660

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28902
/proc/meminfo: memFree=1762184/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=202540 CPUtime=1782.35 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 218113 0 0 0 173771 4464 0 0 25 0 1 0 980353909 207400960 49017 33554432000 4194304 9128323 140735933034256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/28805/statm: 50635 49017 751 1205 0 49426 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 202540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.92 3/175 28902
/proc/meminfo: memFree=1760424/32951124 swapFree=67062556/67111528
[pid=28805] ppid=28803 vsize=202540 CPUtime=1800.05 cores=1,3,5,7
/proc/28805/stat : 28805 (scip-2.0.1.4.li) R 28803 28805 27812 0 -1 4202496 218141 0 0 0 175504 4501 0 0 25 0 1 0 980353909 207400960 49045 33554432000 4194304 9128323 140735933034256 18446744073709551615 4749126 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/28805/statm: 50635 49045 753 1205 0 49426 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 202540

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1755.05
system time used= 45.0232
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218141
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3991

runsolver used 2.49062 second user time and 6.49101 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-12 19:53:54
IDJOB=3447357
IDBENCH=79301
IDSOLVER=1944
FILE ID=node111/3447357-1307901234
RUNJOBID= node111-1307898654-28515
PBS_JOBID= 13559593
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900667195--soft-0-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447357-1307901234/watcher-3447357-1307901234 -o /var/tmp/evaluation-result-3447357-1307901234/solver-3447357-1307901234 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447357-1307901234.wbo -t 1800 -m 15500

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

MD5SUM BENCH= a4c39a3f1b80365b8ad34a89f93fc523
RANDOM SEED=336342617

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2083776 kB
Buffers:         51624 kB
Cached:       29551716 kB
SwapCached:      11248 kB
Active:       14964888 kB
Inactive:     14973144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2083776 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           12104 kB
Writeback:           0 kB
AnonPages:      332692 kB
Mapped:          13292 kB
Slab:           865376 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   497280 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2860 MiB
End job on node111 at 2011-06-12 20:23:56