Trace number 3451066

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 NameAnswerobjective functionCPU timeWall clock time
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1800.05 1800.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16c1.opb
MD5SUMa63171c8a8ea2fa0eedb44e836168a56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1267
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1246
Optimality of the best value was proved NO
Number of variables3160
Total number of constraints18047
Number of constraints which are clauses18047
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 3160
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3160
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3160
Number of bits of the biggest sum of numbers12
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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3451066-1307085208.opb>
0.09/0.13	c original problem has 3160 variables (3160 bin, 0 int, 0 impl, 0 cont) and 18047 constraints
0.09/0.13	c problem read
0.09/0.13	c presolving settings loaded
0.09/0.16	c presolving:
0.19/0.28	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 17107 upgd conss, 126040 impls, 0 clqs
0.29/0.32	c (round 2) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18047 upgd conss, 126040 impls, 0 clqs
0.39/0.41	c    (0.4s) probing: 101/3160 (3.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.41	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.39/0.41	c presolving (3 rounds):
0.39/0.41	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.41	c  126040 implications, 0 cliques
0.39/0.41	c presolved problem has 3160 variables (3160 bin, 0 int, 0 impl, 0 cont) and 18047 constraints
0.39/0.41	c   16940 constraints of type <setppc>
0.39/0.41	c    1107 constraints of type <logicor>
0.39/0.41	c transformed objective value is always integral (scale: 1)
0.39/0.41	c Presolving Time: 0.25
0.39/0.41	c - non default parameters ----------------------------------------------------------------------
0.39/0.41	c # SCIP version 2.0.1.5
0.39/0.41	c 
0.39/0.41	c # frequency for displaying node information lines
0.39/0.41	c # [type: int, range: [-1,2147483647], default: 100]
0.39/0.41	c display/freq = 10000
0.39/0.41	c 
0.39/0.41	c # maximal time in seconds to run
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/time = 1800
0.39/0.41	c 
0.39/0.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.39/0.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.39/0.41	c limits/memory = 13950
0.39/0.41	c 
0.39/0.41	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.39/0.41	c # [type: int, range: [1,2], default: 1]
0.39/0.41	c timing/clocktype = 2
0.39/0.41	c 
0.39/0.41	c # belongs reading time to solving time?
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c timing/reading = TRUE
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify inequalities
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/linear/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/indicator/addCouplingCons = TRUE
0.39/0.41	c 
0.39/0.41	c # should presolving try to simplify knapsacks
0.39/0.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.39/0.41	c constraints/knapsack/simplifyinequalities = TRUE
0.39/0.41	c 
0.39/0.41	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.39/0.41	c # [type: int, range: [-1,2147483647], default: -1]
0.39/0.41	c separating/rapidlearning/freq = 0
0.39/0.41	c 
0.39/0.41	c -----------------------------------------------------------------------------------------------
0.39/0.41	c start solving
0.39/0.41	c 
1.99/2.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.99/2.06	c   2.1s|     1 |     0 |  7537 |     - |  33M|   0 |2314 |3160 |  18k|3160 |  18k|   0 | 126 |   0 | 7.457500e+02 |      --      |    Inf 
6.29/6.34	c   6.3s|     1 |     0 | 19094 |     - |  34M|   0 |2181 |3160 |  18k|3160 |  18k|  20 | 126 |   0 | 7.593212e+02 |      --      |    Inf 
7.39/7.42	c   7.4s|     1 |     0 | 20823 |     - |  34M|   0 |2217 |3160 |  18k|3160 |  18k|  44 | 126 |   0 | 7.661710e+02 |      --      |    Inf 
8.49/8.58	c   8.6s|     1 |     0 | 22340 |     - |  35M|   0 |2201 |3160 |  18k|3160 |  18k|  69 | 126 |   0 | 7.702653e+02 |      --      |    Inf 
9.99/10.08	c  10.1s|     1 |     0 | 24019 |     - |  35M|   0 |2212 |3160 |  18k|3160 |  18k|  94 | 126 |   0 | 7.736604e+02 |      --      |    Inf 
11.49/11.59	c  11.6s|     1 |     0 | 25042 |     - |  36M|   0 |2191 |3160 |  18k|3160 |  18k| 114 | 126 |   0 | 7.751560e+02 |      --      |    Inf 
12.89/12.97	c  13.0s|     1 |     0 | 25662 |     - |  36M|   0 |2225 |3160 |  18k|3160 |  18k| 131 | 126 |   0 | 7.757096e+02 |      --      |    Inf 
15.30/15.41	c  15.4s|     1 |     0 | 26538 |     - |  36M|   0 |2207 |3160 |  18k|3160 |  18k| 146 | 126 |   0 | 7.763919e+02 |      --      |    Inf 
17.69/17.74	c  17.7s|     1 |     0 | 27180 |     - |  36M|   0 |2203 |3160 |  18k|3160 |  18k| 160 | 126 |   0 | 7.768559e+02 |      --      |    Inf 
19.59/19.66	c  19.7s|     1 |     0 | 27866 |     - |  37M|   0 |2209 |3160 |  18k|3160 |  18k| 174 | 126 |   0 | 7.773397e+02 |      --      |    Inf 
22.00/22.09	c  22.1s|     1 |     0 | 28482 |     - |  37M|   0 |2209 |3160 |  18k|3160 |  18k| 185 | 126 |   0 | 7.776276e+02 |      --      |    Inf 
24.10/24.15	c  24.2s|     1 |     0 | 29167 |     - |  37M|   0 |2224 |3160 |  18k|3160 |  18k| 199 | 126 |   0 | 7.780797e+02 |      --      |    Inf 
26.59/26.60	c  26.6s|     1 |     0 | 29607 |     - |  37M|   0 |2219 |3160 |  18k|3160 |  18k| 210 | 126 |   0 | 7.782671e+02 |      --      |    Inf 
29.19/29.20	c  29.2s|     1 |     0 | 30087 |     - |  37M|   0 |2201 |3160 |  18k|3160 |  18k| 217 | 126 |   0 | 7.786216e+02 |      --      |    Inf 
31.81/31.82	c  31.8s|     1 |     0 | 30384 |     - |  37M|   0 |2218 |3160 |  18k|3160 |  18k| 223 | 126 |   0 | 7.789568e+02 |      --      |    Inf 
34.29/34.30	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.29/34.30	c  34.3s|     1 |     0 | 30626 |     - |  37M|   0 |2216 |3160 |  18k|3160 |  18k| 226 | 126 |   0 | 7.790983e+02 |      --      |    Inf 
36.79/36.83	c  36.8s|     1 |     0 | 30691 |     - |  37M|   0 |2216 |3160 |  18k|3160 |  18k| 229 | 126 |   0 | 7.791342e+02 |      --      |    Inf 
39.19/39.21	c  39.2s|     1 |     0 | 30814 |     - |  37M|   0 |2209 |3160 |  18k|3160 |  18k| 231 | 126 |   0 | 7.791822e+02 |      --      |    Inf 
41.70/41.74	c  41.7s|     1 |     0 | 30839 |     - |  37M|   0 |2208 |3160 |  18k|3160 |  18k| 232 | 126 |   0 | 7.791876e+02 |      --      |    Inf 
58.69/58.71	c  58.7s|     1 |     2 | 30839 |     - |  37M|   0 |2208 |3160 |  18k|3160 |  18k| 232 | 126 |  56 | 7.791876e+02 |      --      |    Inf 
143.89/143.90	o 1457
143.89/143.90	c s 144s|   127 |   122 | 68683 | 300.3 |  39M| 100 | 242 |3160 |  18k|3160 |  18k| 232 | 143 | 432 | 7.803538e+02 | 1.457000e+03 |  86.71%
143.89/143.90	o 1382
143.89/143.90	c b 144s|   128 |   123 | 68683 | 298.0 |  39M| 101 |   - |3160 |  18k|3160 |  18k| 232 | 143 | 432 | 7.803538e+02 | 1.382000e+03 |  77.10%
144.11/144.11	o 1381
144.11/144.11	c s 144s|   147 |   142 | 68844 | 260.3 |  39M| 120 |  11 |3160 |  18k|3160 |  18k| 232 | 143 | 432 | 7.803538e+02 | 1.381000e+03 |  76.97%
144.11/144.12	o 1372
144.11/144.12	c b 144s|   147 |   140 | 68844 | 260.3 |  39M| 120 |   - |3160 |  18k|3160 |  18k| 232 | 143 | 432 | 7.803538e+02 | 1.372000e+03 |  75.82%
289.10/289.11	o 1372
289.10/289.11	c C 289s|  1254 |   479 |295108 | 210.9 |  42M| 139 |1950 |3160 |  18k|3160 |  18k| 232 | 291 | 765 | 7.821246e+02 | 1.372000e+03 |  75.42%
628.61/628.65	o 1371
628.61/628.65	c C 629s|  7175 |  1987 |706221 |  94.1 |  56M| 161 |1998 |3160 |  18k|3160 |  18k| 232 | 576 |2561 | 7.879878e+02 | 1.371000e+03 |  73.99%
638.02/638.09	o 1370
638.02/638.09	c C 638s|  7375 |  2058 |716661 |  93.0 |  56M| 161 |1745 |3160 |  18k|3160 |  18k| 232 | 576 |2661 | 7.881521e+02 | 1.370000e+03 |  73.82%
925.02/925.10	o 1364
925.02/925.10	c v 925s|  9858 |  4312 |  1156k| 114.2 |  76M| 181 |   - |3160 |  18k|3160 |  18k| 232 | 770 |4736 | 7.889521e+02 | 1.364000e+03 |  72.89%
925.12/925.17	o 1353
925.12/925.17	c b 925s|  9859 |  4227 |  1156k| 114.2 |  76M| 181 |1237 |3160 |  18k|3160 |  18k| 232 | 770 |4737 | 7.889521e+02 | 1.353000e+03 |  71.49%
935.22/935.22	c   935s| 10000 |  4350 |  1178k| 114.8 |  77M| 181 | 492 |3160 |  18k|3160 |  18k| 232 | 772 |4746 | 7.889521e+02 | 1.353000e+03 |  71.49%
971.70/971.73	o 1342
971.70/971.73	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
971.70/971.73	c C 972s| 10459 |  4601 |  1249k| 116.6 |  79M| 181 | 694 |3160 |  18k|3160 |  18k| 232 | 822 |4776 | 7.889521e+02 | 1.342000e+03 |  70.10%
971.90/971.97	o 1334
971.90/971.97	c b 972s| 10460 |  4531 |  1250k| 116.6 |  79M| 181 | 653 |3160 |  18k|3160 |  18k| 232 | 822 |4778 | 7.889521e+02 | 1.334000e+03 |  69.09%
1365.91/1365.94	o 1305
1365.91/1365.94	c v1366s| 13920 |  6336 |  1896k| 134.0 |  97M| 199 |   - |3160 |  18k|3160 |  18k| 232 |1355 |6512 | 7.899423e+02 | 1.305000e+03 |  65.20%
1366.01/1366.00	o 1301
1366.01/1366.00	c b1366s| 13921 |  6256 |  1896k| 134.0 |  94M| 199 |2142 |3160 |  18k|3160 |  18k| 232 |1355 |6512 | 7.899600e+02 | 1.301000e+03 |  64.69%
1552.03/1552.02	o 1289
1552.03/1552.02	c C1552s| 15038 |  6933 |  2176k| 142.7 | 100M| 199 | 685 |3160 |  18k|3160 |  18k| 232 |1505 |7172 | 7.916059e+02 | 1.289000e+03 |  62.83%
1552.51/1552.50	o 1278
1552.51/1552.50	c b1553s| 15039 |  6689 |  2177k| 142.7 |  98M| 199 | 648 |3160 |  18k|3160 |  18k| 232 |1505 |7184 | 7.916059e+02 | 1.278000e+03 |  61.44%
1800.03/1800.01	c 
1800.03/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.01	c Solving Time (sec) : 1800.01
1800.03/1800.01	c Solving Nodes      : 17430
1800.03/1800.01	c Primal Bound       : +1.27800000000000e+03 (24 solutions)
1800.03/1800.01	c Dual Bound         : +7.92978214136318e+02
1800.03/1800.01	c Gap                : 61.16 %

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3451066-1307085208/watcher-3451066-1307085208 -o /tmp/evaluation-result-3451066-1307085208/solver-3451066-1307085208 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451066-1307085208.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.10 2.03 1.97 2/400 26447
/proc/meminfo: memFree=30024240/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=15656 CPUtime=0.01 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 2920 0 0 0 1 0 0 0 25 0 1 0 820120575 16031744 2872 33554432000 4194304 9163163 140733304234288 18446744073709551615 6165461 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26447/statm: 3914 2872 395 1214 0 2696 0

[startup+0.0721441 s]
/proc/loadavg: 2.10 2.03 1.97 2/400 26447
/proc/meminfo: memFree=30024240/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=19488 CPUtime=0.06 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 3866 0 0 0 6 0 0 0 25 0 1 0 820120575 19955712 3818 33554432000 4194304 9163163 140733304234288 18446744073709551615 6166160 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26447/statm: 4872 3818 395 1214 0 3654 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 19488

[startup+0.101083 s]
/proc/loadavg: 2.10 2.03 1.97 2/400 26447
/proc/meminfo: memFree=30024240/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=21616 CPUtime=0.09 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 4407 0 0 0 9 0 0 0 25 0 1 0 820120575 22134784 4359 33554432000 4194304 9163163 140733304234288 18446744073709551615 7985251 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26447/statm: 5404 4359 395 1214 0 4186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21616

[startup+0.301061 s]
/proc/loadavg: 2.10 2.03 1.97 2/400 26447
/proc/meminfo: memFree=30024240/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=55944 CPUtime=0.29 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 13650 0 0 0 28 1 0 0 25 0 1 0 820120575 57286656 12655 33554432000 4194304 9163163 140733304234288 18446744073709551615 4709186 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 13986 12655 514 1214 0 12768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55944

[startup+0.701059 s]
/proc/loadavg: 2.10 2.03 1.97 2/400 26447
/proc/meminfo: memFree=30024240/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=89076 CPUtime=0.69 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 21565 0 0 0 67 2 0 0 25 0 1 0 820120575 91213824 20347 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 22269 20347 785 1214 0 21051 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89076

[startup+1.50091 s]
/proc/loadavg: 2.10 2.03 1.97 3/401 26448
/proc/meminfo: memFree=29942392/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=94960 CPUtime=1.49 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 23624 0 0 0 147 2 0 0 25 0 1 0 820120575 97239040 22115 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 23740 22115 684 1214 0 22522 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94960

[startup+3.10059 s]
/proc/loadavg: 2.10 2.03 1.97 3/401 26448
/proc/meminfo: memFree=29941148/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=92212 CPUtime=3.09 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 24361 0 0 0 306 3 0 0 25 0 1 0 820120575 94425088 21190 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 23053 21190 669 1214 0 21835 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92212

[startup+6.30098 s]
/proc/loadavg: 2.10 2.03 1.97 3/401 26448
/proc/meminfo: memFree=29939656/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=99536 CPUtime=6.29 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 25942 0 0 0 624 5 0 0 25 0 1 0 820120575 101924864 22752 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 24884 22752 697 1214 0 23666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99536

[startup+12.7008 s]
/proc/loadavg: 2.09 2.03 1.97 3/401 26448
/proc/meminfo: memFree=29921668/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=109436 CPUtime=12.69 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 28939 0 0 0 1263 6 0 0 25 0 1 0 820120575 112062464 25747 33554432000 4194304 9163163 140733304234288 18446744073709551615 6284282 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 27359 25747 697 1214 0 26141 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 109436

[startup+25.5005 s]
/proc/loadavg: 2.07 2.03 1.97 3/401 26448
/proc/meminfo: memFree=29912120/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=119316 CPUtime=25.49 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 34748 0 0 0 2537 12 0 0 25 0 1 0 820120575 122179584 28214 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 29829 28214 698 1214 0 28611 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119316

[startup+51.1009 s]
/proc/loadavg: 2.04 2.02 1.97 3/401 26449
/proc/meminfo: memFree=29918204/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=114740 CPUtime=51.09 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 63491 0 0 0 5084 25 0 0 25 0 1 0 820120575 117493760 27146 33554432000 4194304 9163163 140733304234288 18446744073709551615 7348385 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 28685 27146 755 1214 0 27467 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 114740

[startup+102.315 s]
/proc/loadavg: 2.11 2.05 1.98 3/401 26450
/proc/meminfo: memFree=29917300/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=114844 CPUtime=102.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 106075 0 0 0 10183 47 0 0 25 0 1 0 820120575 117600256 27034 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 28711 27034 973 1214 0 27493 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 114844

[startup+162.3 s]
/proc/loadavg: 2.08 2.05 1.99 3/401 26452
/proc/meminfo: memFree=29914796/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=116764 CPUtime=162.29 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 120503 0 0 0 16166 63 0 0 25 0 1 0 820120575 119566336 27328 33554432000 4194304 9163163 140733304234288 18446744073709551615 7224016 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 29191 27328 720 1214 0 27973 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 116764

[startup+222.3 s]
/proc/loadavg: 2.03 2.04 1.99 3/401 26454
/proc/meminfo: memFree=29908572/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=120300 CPUtime=222.29 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 143522 0 0 0 22145 84 0 0 25 0 1 0 820120575 123187200 28437 33554432000 4194304 9163163 140733304234288 18446744073709551615 7051495 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 30075 28437 735 1214 0 28857 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 120300

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 1.99 3/401 26455
/proc/meminfo: memFree=29910412/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=119480 CPUtime=282.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 157444 0 0 0 28132 98 0 0 25 0 1 0 820120575 122347520 27915 33554432000 4194304 9163163 140733304234288 18446744073709551615 6687791 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 29870 27915 735 1214 0 28652 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 119480

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.99 3/401 26457
/proc/meminfo: memFree=29904680/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=124888 CPUtime=342.29 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 193138 0 0 0 34115 114 0 0 25 0 1 0 820120575 127885312 29525 33554432000 4194304 9163163 140733304234288 18446744073709551615 7379333 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 31222 29525 735 1214 0 30004 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 124888

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/401 26458
/proc/meminfo: memFree=29904036/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=127876 CPUtime=402.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 232094 0 0 0 40096 134 0 0 25 0 1 0 820120575 130945024 30104 33554432000 4194304 9163163 140733304234288 18446744073709551615 7225088 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 31969 30104 735 1214 0 30751 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 127876

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/401 26460
/proc/meminfo: memFree=29900792/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=127736 CPUtime=462.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 271549 0 0 0 46077 153 0 0 25 0 1 0 820120575 130801664 30182 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 31934 30182 735 1214 0 30716 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 127736

[startup+522.301 s]
/proc/loadavg: 2.13 2.04 2.00 3/401 26462
/proc/meminfo: memFree=29895808/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=132212 CPUtime=522.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 305347 0 0 0 52058 172 0 0 25 0 1 0 820120575 135385088 31423 33554432000 4194304 9163163 140733304234288 18446744073709551615 6687959 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 33053 31423 735 1214 0 31835 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 132212

[startup+582.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/401 26463
/proc/meminfo: memFree=29897896/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=131280 CPUtime=582.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 310666 0 0 0 58042 188 0 0 25 0 1 0 820120575 134430720 31069 33554432000 4194304 9163163 140733304234288 18446744073709551615 7051491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 32820 31069 735 1214 0 31602 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 131280

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/401 26470
/proc/meminfo: memFree=29847712/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=178756 CPUtime=822.31 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 338334 0 0 0 81978 253 0 0 25 0 1 0 820120575 183046144 43164 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 44689 43164 735 1214 0 43471 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 178756

[startup+882.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/401 26471
/proc/meminfo: memFree=29845960/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=178756 CPUtime=882.31 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 338487 0 0 0 87961 270 0 0 25 0 1 0 820120575 183046144 43317 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 44689 43317 735 1214 0 43471 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 178756

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 26473
/proc/meminfo: memFree=29847164/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=175964 CPUtime=942.32 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 340521 0 0 0 93945 287 0 0 25 0 1 0 820120575 180187136 42801 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/26447/statm: 43991 42801 735 1214 0 42773 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 175964

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 26474
/proc/meminfo: memFree=29846528/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=175964 CPUtime=1002.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 345900 0 0 0 99917 313 0 0 25 0 1 0 820120575 180187136 42803 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 43991 42803 736 1214 0 42773 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 175964

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 26476
/proc/meminfo: memFree=29844156/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=175964 CPUtime=1062.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 345900 0 0 0 105893 337 0 0 25 0 1 0 820120575 180187136 42803 33554432000 4194304 9163163 140733304234288 18446744073709551615 7225169 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 43991 42803 736 1214 0 42773 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 175964

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/401 26478
/proc/meminfo: memFree=29842400/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=175964 CPUtime=1122.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 345903 0 0 0 111871 359 0 0 25 0 1 0 820120575 180187136 42806 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 43991 42806 736 1214 0 42773 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 175964

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/401 26479
/proc/meminfo: memFree=29839144/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=175964 CPUtime=1182.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 345904 0 0 0 117846 384 0 0 25 0 1 0 820120575 180187136 42807 33554432000 4194304 9163163 140733304234288 18446744073709551615 6687959 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 43991 42807 736 1214 0 42773 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 175964

[startup+1242.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/401 26481
/proc/meminfo: memFree=29835032/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=175964 CPUtime=1242.3 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 345907 0 0 0 123822 408 0 0 25 0 1 0 820120575 180187136 42810 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 43991 42810 736 1214 0 42773 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 175964

[startup+1302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/401 26482
/proc/meminfo: memFree=29828676/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=179408 CPUtime=1302.32 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 347975 0 0 0 129801 431 0 0 25 0 1 0 820120575 183713792 43640 33554432000 4194304 9163163 140733304234288 18446744073709551615 7375901 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 44852 43640 737 1214 0 43634 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 179408

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/401 26484
/proc/meminfo: memFree=29823068/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=184800 CPUtime=1362.31 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 366153 0 0 0 135772 459 0 0 25 0 1 0 820120575 189235200 44577 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 46200 44577 740 1214 0 44982 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 184800

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 26486
/proc/meminfo: memFree=29820436/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=184800 CPUtime=1422.33 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 371761 0 0 0 141751 482 0 0 25 0 1 0 820120575 189235200 44578 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 46200 44578 736 1214 0 44982 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 184800

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 26487
/proc/meminfo: memFree=29820140/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=184796 CPUtime=1482.31 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 376897 0 0 0 147726 505 0 0 25 0 1 0 820120575 189231104 44252 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 46199 44252 736 1214 0 44981 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 184796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 26489
/proc/meminfo: memFree=29816404/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=183476 CPUtime=1542.32 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 388400 0 0 0 153701 531 0 0 25 0 1 0 820120575 187879424 44425 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 45869 44425 736 1214 0 44651 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 183476

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 26518
/proc/meminfo: memFree=29941856/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=185668 CPUtime=1602.31 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 417167 0 0 0 159673 558 0 0 25 0 1 0 820120575 190124032 44843 33554432000 4194304 9163163 140733304234288 18446744073709551615 7250837 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 46417 44843 736 1214 0 45199 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 185668

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/401 26520
/proc/meminfo: memFree=29935620/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=189932 CPUtime=1662.31 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 435549 0 0 0 165648 583 0 0 25 0 1 0 820120575 194490368 46263 33554432000 4194304 9163163 140733304234288 18446744073709551615 7224022 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 47483 46263 806 1214 0 46265 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 189932

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/401 26522
/proc/meminfo: memFree=29933596/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=190316 CPUtime=1722.31 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 444037 0 0 0 171627 604 0 0 25 0 1 0 820120575 194883584 46225 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 47579 46225 754 1214 0 46361 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 190316

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/401 26523
/proc/meminfo: memFree=29923172/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=201184 CPUtime=1782.32 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 456468 0 0 0 177604 628 0 0 25 0 1 0 820120575 206012416 48675 33554432000 4194304 9163163 140733304234288 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/26447/statm: 50296 48675 797 1214 0 49078 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 201184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.13 2.05 2.01 3/401 26524
/proc/meminfo: memFree=29923912/32950904 swapFree=56615552/67111528
[pid=26447] ppid=26445 vsize=200920 CPUtime=1800.03 cores=0,2,4,6
/proc/26447/stat : 26447 (scip-2.0.1.4b.l) R 26445 26447 19672 0 -1 4202496 465373 0 0 0 179370 633 0 0 25 0 1 0 820120575 205742080 48571 33554432000 4194304 9163163 140733304234288 18446744073709551615 4693093 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26447/statm: 50230 48571 789 1214 0 49012 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 200920

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.05
CPU user time (s): 1793.71
CPU system time (s): 6.34104
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 225344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.71
system time used= 6.34104
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465373
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= 4
involuntary context switches= 4399

runsolver used 6.87795 second user time and 16.0526 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-03 09:13:28
IDJOB=3451066
IDBENCH=2170
IDSOLVER=1948
FILE ID=node121/3451066-1307085208
RUNJOBID= node121-1307081325-25342
PBS_JOBID= 13497865
Free space on /tmp= 73940 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16c1.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451066-1307085208/watcher-3451066-1307085208 -o /tmp/evaluation-result-3451066-1307085208/solver-3451066-1307085208 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451066-1307085208.opb -t 1800 -m 15500

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

MD5SUM BENCH= a63171c8a8ea2fa0eedb44e836168a56
RANDOM SEED=299472531

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      30024396 kB
Buffers:        268880 kB
Cached:         402260 kB
SwapCached:       9896 kB
Active:        2309400 kB
Inactive:       358204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30024396 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:           12832 kB
Writeback:           0 kB
AnonPages:     1993440 kB
Mapped:          16000 kB
Slab:           139816 kB
PageTables:      51908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83680604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73928 MiB
End job on node121 at 2011-06-03 09:43:30