Trace number 3738203

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
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1802.11 1802.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-750-false-45-90-4-6000opt.opb
MD5SUM192cb779697d7c2a638768a8111e4eb9
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-74
Best CPU time to get the best result obtained on this benchmark2.21666
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2025
Total number of constraints30070
Number of constraints which are clauses30070
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 constraint3
Number of terms in the objective function 135
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 352
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 352
Number of bits of the biggest sum of numbers9
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.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
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-3738203-1338733560.opb>
0.09/0.17	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 30070 constraints
0.09/0.17	c problem read
0.09/0.17	c presolving settings loaded
0.19/0.22	o 0
0.19/0.22	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.19/0.22	c presolving:
0.19/0.26	c (round 1) 583 del vars, 583 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
0.29/0.37	c (round 2) 583 del vars, 5026 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 25044 upgd conss, 2340 impls, 0 clqs
0.39/0.41	c    (0.4s) probing: 101/1442 (7.0%) - 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  583 deleted vars, 5026 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.39/0.41	c  2340 implications, 0 cliques
0.39/0.41	c presolved problem has 1442 variables (1442 bin, 0 int, 0 impl, 0 cont) and 25044 constraints
0.39/0.41	c     587 constraints of type <setppc>
0.39/0.41	c   24457 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.20
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 = 1797
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 
2.78/2.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.78/2.80	c t 2.8s|     1 |     0 |  8200 |     - |  36M|   0 |1432 |1442 |  25k|1442 |  25k|   0 |   0 |   0 |-2.497302e+02 | 0.000000e+00 | 100.00%
2.78/2.85	o -4
2.78/2.85	c R 2.8s|     1 |     0 |  8200 |     - |  36M|   0 |1432 |1442 |  25k|1442 |  25k|   0 |   0 |   0 |-2.497302e+02 |-4.000000e+00 |  98.40%
2.78/2.90	o -7
2.78/2.90	c s 2.9s|     1 |     0 |  8200 |     - |  37M|   0 |1432 |1442 |  25k|1442 |  25k|   0 |   0 |   0 |-2.497302e+02 |-7.000000e+00 |  97.20%
5.09/5.19	c   5.2s|     1 |     0 | 13029 |     - |  38M|   0 |1438 |1442 |  25k|1442 |  25k|   3 |   0 |   0 |-2.477414e+02 |-7.000000e+00 |  97.17%
5.29/5.33	o -13
5.29/5.33	c b 5.2s|     1 |     0 | 13029 |     - |  38M|   0 |1438 |1442 |  25k|1442 |  25k|   3 |   0 |   0 |-2.477414e+02 |-1.300000e+01 |  94.75%
5.29/5.33	o -15
5.29/5.33	c R 5.2s|     1 |     0 | 13029 |     - |  38M|   0 |1438 |1442 |  25k|1442 |  25k|   3 |   0 |   0 |-2.477414e+02 |-1.500000e+01 |  93.95%
9.79/9.90	c   9.9s|     1 |     0 | 20974 |     - |  39M|   0 |1438 |1442 |  25k|1442 |  25k|   8 |   0 |   0 |-2.450570e+02 |-1.500000e+01 |  93.88%
22.58/22.64	c  22.6s|     1 |     0 | 35597 |     - |  39M|   0 |1442 |1442 |  25k|1442 |  25k|  25 |   0 |   0 |-2.380335e+02 |-1.500000e+01 |  93.70%
33.38/33.43	c  33.4s|     1 |     0 | 47787 |     - |  42M|   0 |1441 |1442 |  25k|1442 |  25k|  32 |   0 |   0 |-2.360343e+02 |-1.500000e+01 |  93.64%
56.88/56.99	c  57.0s|     1 |     0 | 61205 |     - |  42M|   0 |1440 |1442 |  25k|1442 |  25k|  36 |   0 |   0 |-2.348590e+02 |-1.500000e+01 |  93.61%
76.87/76.97	c  77.0s|     1 |     0 | 71445 |     - |  43M|   0 |1442 |1442 |  25k|1442 |  25k|  43 |   0 |   0 |-2.346235e+02 |-1.500000e+01 |  93.61%
106.05/106.11	c   106s|     1 |     0 | 87862 |     - |  43M|   0 |1439 |1442 |  25k|1442 |  25k|  49 |   0 |   0 |-2.325575e+02 |-1.500000e+01 |  93.55%
118.75/118.85	c   119s|     1 |     0 | 98967 |     - |  48M|   0 |1440 |1442 |  25k|1442 |  25k|  80 |   0 |   0 |-2.305228e+02 |-1.500000e+01 |  93.49%
147.65/147.71	c   148s|     1 |     0 |113527 |     - |  49M|   0 |1440 |1442 |  25k|1442 |  25k|  84 |   0 |   0 |-2.281203e+02 |-1.500000e+01 |  93.42%
169.54/169.60	c   170s|     1 |     0 |123272 |     - |  49M|   0 |1439 |1442 |  25k|1442 |  25k|  86 |   0 |   0 |-2.272346e+02 |-1.500000e+01 |  93.40%
205.24/205.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
205.24/205.32	c   205s|     1 |     0 |143597 |     - |  50M|   0 |1441 |1442 |  25k|1442 |  25k|  90 |   0 |   0 |-2.264374e+02 |-1.500000e+01 |  93.38%
247.73/247.85	c   248s|     1 |     0 |167683 |     - |  51M|   0 |1438 |1442 |  25k|1442 |  25k|  96 |   0 |   0 |-2.239752e+02 |-1.500000e+01 |  93.30%
262.33/262.46	c   262s|     1 |     0 |175670 |     - |  57M|   0 |1435 |1442 |  25k|1442 |  25k|  99 |   0 |   0 |-2.237466e+02 |-1.500000e+01 |  93.30%
286.72/286.83	c   287s|     1 |     0 |190736 |     - |  58M|   0 |1438 |1442 |  25k|1442 |  25k| 104 |   0 |   0 |-2.231549e+02 |-1.500000e+01 |  93.28%
318.62/318.76	c   319s|     1 |     0 |207252 |     - |  58M|   0 |1437 |1442 |  25k|1442 |  25k| 133 |   0 |   0 |-2.205486e+02 |-1.500000e+01 |  93.20%
353.22/353.38	c   353s|     1 |     0 |226055 |     - |  58M|   0 |1437 |1442 |  25k|1442 |  25k| 153 |   0 |   0 |-2.191169e+02 |-1.500000e+01 |  93.15%
385.01/385.10	c   385s|     1 |     0 |243356 |     - |  58M|   0 |1436 |1442 |  25k|1442 |  25k| 158 |   0 |   0 |-2.177981e+02 |-1.500000e+01 |  93.11%
413.31/413.45	c   413s|     1 |     0 |258610 |     - |  59M|   0 |1435 |1442 |  25k|1442 |  25k| 198 |   0 |   0 |-2.161298e+02 |-1.500000e+01 |  93.06%
440.10/440.29	c   440s|     1 |     0 |278378 |     - |  64M|   0 |1436 |1442 |  25k|1442 |  25k| 202 |   0 |   0 |-2.154733e+02 |-1.500000e+01 |  93.04%
463.40/463.55	c   464s|     1 |     0 |288259 |     - |  65M|   0 |1436 |1442 |  25k|1442 |  25k| 207 |   0 |   0 |-2.149657e+02 |-1.500000e+01 |  93.02%
501.99/502.16	c   502s|     1 |     0 |311335 |     - |  65M|   0 |1438 |1442 |  25k|1442 |  25k| 211 |   0 |   0 |-2.143719e+02 |-1.500000e+01 |  93.00%
512.59/512.74	c   513s|     1 |     0 |315327 |     - |  65M|   0 |1438 |1442 |  25k|1442 |  25k| 213 |   0 |   0 |-2.143658e+02 |-1.500000e+01 |  93.00%
537.18/537.38	c   537s|     1 |     0 |330567 |     - |  65M|   0 |1438 |1442 |  25k|1442 |  25k| 214 |   0 |   0 |-2.139532e+02 |-1.500000e+01 |  92.99%
578.08/578.28	c   578s|     1 |     0 |355358 |     - |  65M|   0 |1437 |1442 |  25k|1442 |  25k| 215 |   0 |   0 |-2.130257e+02 |-1.500000e+01 |  92.96%
599.68/599.85	c   600s|     1 |     0 |369745 |     - |  65M|   0 |1434 |1442 |  25k|1442 |  25k| 216 |   0 |   0 |-2.126836e+02 |-1.500000e+01 |  92.95%
623.37/623.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
623.37/623.53	c   624s|     1 |     0 |384742 |     - |  65M|   0 |1438 |1442 |  25k|1442 |  25k| 218 |   0 |   0 |-2.118940e+02 |-1.500000e+01 |  92.92%
657.97/658.19	c   658s|     1 |     0 |406495 |     - |  65M|   0 |1437 |1442 |  25k|1442 |  25k| 225 |   0 |   0 |-2.098266e+02 |-1.500000e+01 |  92.85%
672.66/672.86	c   673s|     1 |     0 |416044 |     - |  65M|   0 |1437 |1442 |  25k|1442 |  25k| 228 |   0 |   0 |-2.096462e+02 |-1.500000e+01 |  92.85%
689.16/689.37	c   689s|     1 |     0 |427249 |     - |  65M|   0 |1437 |1442 |  25k|1442 |  25k| 230 |   0 |   0 |-2.095437e+02 |-1.500000e+01 |  92.84%
699.76/699.98	c   700s|     1 |     0 |431866 |     - |  65M|   0 |1437 |1442 |  25k|1442 |  25k| 231 |   0 |   0 |-2.094851e+02 |-1.500000e+01 |  92.84%
707.56/707.76	c   708s|     1 |     0 |432587 |     - |  65M|   0 |1437 |1442 |  25k|1442 |  25k| 232 |   0 |   0 |-2.094847e+02 |-1.500000e+01 |  92.84%
739.45/739.64	c   740s|     1 |     0 |452246 |     - |  65M|   0 |1437 |1442 |  25k|1442 |  25k| 234 |   0 |   0 |-2.092862e+02 |-1.500000e+01 |  92.83%
782.25/782.48	c   782s|     1 |     0 |466455 |     - |  65M|   0 |1435 |1442 |  25k|1442 |  25k| 234 |   0 |  24 |-2.087908e+02 |-1.500000e+01 |  92.82%
799.65/799.82	c   800s|     1 |     0 |477998 |     - |  65M|   0 |1434 |1442 |  25k|1442 |  25k| 235 |   0 |  24 |-2.084535e+02 |-1.500000e+01 |  92.80%
815.35/815.57	c   816s|     1 |     2 |477998 |     - |  65M|   0 |1434 |1442 |  25k|1442 |  25k| 235 |   0 |  43 |-2.084535e+02 |-1.500000e+01 |  92.80%
1095.60/1095.84	o -34
1095.60/1095.84	c c1096s|     3 |     4 |762414 |142208.0 |  70M|   1 |   - |1442 |  25k|1442 |  25k| 235 |   0 |  97 |-2.074830e+02 |-3.400000e+01 |  83.61%
1282.67/1282.92	o -40
1282.67/1282.92	c p1283s|     4 |     5 |930172 |150724.7 |  67M|   2 |   - |1442 |  25k|1442 |  25k| 235 |   0 | 128 |-2.074830e+02 |-4.000000e+01 |  80.72%
1583.13/1583.45	o -41
1583.13/1583.45	c p1583s|     6 |     7 |  1219k|148230.2 |  70M|   2 |   - |1442 |  25k|1442 |  25k| 235 |   0 | 184 |-2.057297e+02 |-4.100000e+01 |  80.07%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 30751
/proc/meminfo: memFree=27451124/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 1528 0 0 0 0 0 0 0 20 0 1 0 339482067 9818112 1483 33554432000 4194304 9016284 140735229223072 140735229222008 7824814 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 2397 1490 316 1178 0 1215 0

[startup+0.0582639 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 30751
/proc/meminfo: memFree=27451124/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=18400 CPUtime=0.05 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 3571 0 0 0 5 0 0 0 20 0 1 0 339482067 18841600 3526 33554432000 4194304 9016284 140735229223072 140735229086472 6180817 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 4600 3526 360 1178 0 3418 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 18400

[startup+0.100303 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 30751
/proc/meminfo: memFree=27451124/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=21948 CPUtime=0.09 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 4473 0 0 0 9 0 0 0 20 0 1 0 339482067 22474752 4428 33554432000 4194304 9016284 140735229223072 140735229086472 7870473 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 5487 4428 360 1178 0 4305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21948

[startup+0.30024 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 30751
/proc/meminfo: memFree=27451124/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=56720 CPUtime=0.29 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 13930 0 0 0 27 2 0 0 20 0 1 0 339482067 58081280 12863 33554432000 4194304 9016284 140735229223072 140735229086472 4319921 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 14180 12863 498 1178 0 12998 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56720

[startup+0.700245 s]
/proc/loadavg: 2.02 2.05 2.00 3/176 30751
/proc/meminfo: memFree=27451124/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=102020 CPUtime=0.69 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 25633 0 0 0 65 4 0 0 20 0 1 0 339482067 104468480 22551 33554432000 4194304 9016284 140735229223072 140735229086472 6863436 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 25505 22551 623 1178 0 24323 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102020

[startup+1.50025 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 30752
/proc/meminfo: memFree=27356052/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=110300 CPUtime=1.49 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 28767 0 0 0 144 5 0 0 20 0 1 0 339482067 112947200 25250 33554432000 4194304 9016284 140735229223072 140735229215992 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 27575 25250 623 1178 0 26393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110300

[startup+3.10023 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 30752
/proc/meminfo: memFree=27353872/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=103412 CPUtime=3.09 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 29892 0 0 0 303 6 0 0 20 0 1 0 339482067 105893888 23834 33554432000 4194304 9016284 140735229223072 140735229218184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 25853 23834 637 1178 0 24671 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103412

[startup+6.30024 s]
/proc/loadavg: 2.02 2.05 2.00 3/178 30753
/proc/meminfo: memFree=27355228/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=110872 CPUtime=6.29 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 32861 0 0 0 622 7 0 0 20 0 1 0 339482067 113532928 25915 33554432000 4194304 9016284 140735229223072 140735229217240 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 27718 25915 660 1178 0 26536 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110872

[startup+12.7002 s]
/proc/loadavg: 2.02 2.05 2.00 3/178 30753
/proc/meminfo: memFree=27348288/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=113400 CPUtime=12.68 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 33401 0 0 0 1260 8 0 0 20 0 1 0 339482067 116121600 26433 33554432000 4194304 9016284 140735229223072 140735229216936 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 28350 26433 660 1178 0 27168 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 113400

[startup+25.5002 s]
/proc/loadavg: 2.02 2.04 2.00 3/178 30753
/proc/meminfo: memFree=27340420/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=119648 CPUtime=25.48 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 34994 0 0 0 2536 12 0 0 20 0 1 0 339482067 122519552 28391 33554432000 4194304 9016284 140735229223072 140735229216936 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 29912 28391 662 1178 0 28730 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119648

[startup+51.1002 s]
/proc/loadavg: 2.01 2.04 2.00 3/178 30753
/proc/meminfo: memFree=27341284/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=119648 CPUtime=51.08 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 35007 0 0 0 5090 18 0 0 20 0 1 0 339482067 122519552 28404 33554432000 4194304 9016284 140735229223072 140735229217240 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 29912 28404 662 1178 0 28730 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 119648

[startup+102.307 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 30753
/proc/meminfo: memFree=27335704/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=123352 CPUtime=102.26 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 36033 0 0 0 10195 31 0 0 20 0 1 0 339482067 126312448 29721 33554432000 4194304 9016284 140735229223072 140735229217352 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 30838 29721 664 1178 0 29656 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 123352

[startup+162.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 30753
/proc/meminfo: memFree=27325768/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=129784 CPUtime=162.24 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 38582 0 0 0 16179 45 0 0 20 0 1 0 339482067 132898816 31454 33554432000 4194304 9016284 140735229223072 140735229218232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 32446 31454 665 1178 0 31264 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 129784

[startup+222.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 30753
/proc/meminfo: memFree=27324464/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=132820 CPUtime=222.24 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 39407 0 0 0 22166 58 0 0 20 0 1 0 339482067 136007680 32279 33554432000 4194304 9016284 140735229223072 140735229216936 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 33205 32279 665 1178 0 32023 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 132820

[startup+282.3 s]
/proc/loadavg: 2.16 2.08 2.01 3/178 30757
/proc/meminfo: memFree=27310556/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=147552 CPUtime=282.23 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 44116 0 0 0 28154 69 0 0 20 0 1 0 339482067 151093248 35126 33554432000 4194304 9016284 140735229223072 140735229216856 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 36888 35126 665 1178 0 35706 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 147552

[startup+342.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/177 30757
/proc/meminfo: memFree=27313664/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=146028 CPUtime=342.22 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 45138 0 0 0 34140 82 0 0 20 0 1 0 339482067 149532672 35209 33554432000 4194304 9016284 140735229223072 140735229217240 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 36507 35209 665 1178 0 35325 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 146028

[startup+402.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 30757
/proc/meminfo: memFree=27320604/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=143728 CPUtime=402.2 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 45819 0 0 0 40127 93 0 0 20 0 1 0 339482067 147177472 34255 33554432000 4194304 9016284 140735229223072 140735229216936 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 35932 34255 665 1178 0 34750 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 143728

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 30757
/proc/meminfo: memFree=27300696/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=160820 CPUtime=462.19 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 49047 0 0 0 46112 107 0 0 20 0 1 0 339482067 164679680 38910 33554432000 4194304 9016284 140735229223072 140735229217240 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 40205 38910 665 1178 0 39023 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 160820

[startup+522.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/177 30757
/proc/meminfo: memFree=27307080/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154648 CPUtime=522.19 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 50375 0 0 0 52097 122 0 0 20 0 1 0 339482067 158359552 36968 33554432000 4194304 9016284 140735229223072 140735229216936 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38662 36968 665 1178 0 37480 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 154648

[startup+582.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/177 30758
/proc/meminfo: memFree=27308560/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154648 CPUtime=582.17 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 50470 0 0 0 58083 134 0 0 20 0 1 0 339482067 158359552 37293 33554432000 4194304 9016284 140735229223072 140735229218184 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38662 37293 665 1178 0 37480 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 154648

[startup+642.3 s]

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

/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 53875 0 0 0 99976 235 0 0 20 0 1 0 339482067 160915456 37918 33554432000 4194304 9016284 140735229223072 140735229216232 7214571 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 39286 37918 681 1178 0 38104 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 157144

[startup+1062.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/177 30800
/proc/meminfo: memFree=27305008/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=157144 CPUtime=1062.1 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 53875 0 0 0 105957 253 0 0 20 0 1 0 339482067 160915456 37918 33554432000 4194304 9016284 140735229223072 140735229216680 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 39286 37918 681 1178 0 38104 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 157144

[startup+1122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 30800
/proc/meminfo: memFree=27282100/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=160300 CPUtime=1122.1 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 54505 0 0 0 111942 268 0 0 20 0 1 0 339482067 164147200 39059 33554432000 4194304 9016284 140735229223072 140735229216856 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 40075 39059 681 1178 0 38893 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 160300

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/176 30801
/proc/meminfo: memFree=27271688/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154464 CPUtime=1182.08 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 55985 0 0 0 117928 280 0 0 20 0 1 0 339482067 158171136 37433 33554432000 4194304 9016284 140735229223072 140735229216664 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38616 37433 681 1178 0 37434 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 154464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30802
/proc/meminfo: memFree=27267216/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154464 CPUtime=1242.07 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 55985 0 0 0 123913 294 0 0 20 0 1 0 339482067 158171136 37433 33554432000 4194304 9016284 140735229223072 140735229216760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38616 37433 681 1178 0 37434 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 154464

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 30802
/proc/meminfo: memFree=27245860/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154464 CPUtime=1302.07 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 55986 0 0 0 129902 305 0 0 20 0 1 0 339482067 158171136 37434 33554432000 4194304 9016284 140735229223072 140735229216856 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38616 37434 681 1178 0 37434 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 154464

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30802
/proc/meminfo: memFree=27250312/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154464 CPUtime=1362.06 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 55987 0 0 0 135890 316 0 0 20 0 1 0 339482067 158171136 37435 33554432000 4194304 9016284 140735229223072 140735229216584 7179990 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38616 37435 681 1178 0 37434 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 154464

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 30802
/proc/meminfo: memFree=27249380/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154464 CPUtime=1422.05 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 55988 0 0 0 141879 326 0 0 20 0 1 0 339482067 158171136 37525 33554432000 4194304 9016284 140735229223072 140735229216760 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38616 37525 681 1178 0 37434 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 154464

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30806
/proc/meminfo: memFree=27249372/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154464 CPUtime=1482.05 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 55988 0 0 0 147865 340 0 0 20 0 1 0 339482067 158171136 37525 33554432000 4194304 9016284 140735229223072 140735229215720 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38616 37525 681 1178 0 37434 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 154464

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 30806
/proc/meminfo: memFree=27248820/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=154332 CPUtime=1542.03 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 57494 0 0 0 153850 353 0 0 20 0 1 0 339482067 158035968 37711 33554432000 4194304 9016284 140735229223072 140735229216712 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38583 37711 681 1178 0 37401 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 154332

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 30806
/proc/meminfo: memFree=27250740/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=155112 CPUtime=1602.03 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 58130 0 0 0 159834 369 0 0 20 0 1 0 339482067 158834688 37283 33554432000 4194304 9016284 140735229223072 140735229216824 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38778 37283 681 1178 0 37596 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 155112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30806
/proc/meminfo: memFree=27248880/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=158704 CPUtime=1662.01 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 60033 0 0 0 165817 384 0 0 20 0 1 0 339482067 162512896 37681 33554432000 4194304 9016284 140735229223072 140735229216936 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 39676 37681 681 1178 0 38494 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 158704

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30806
/proc/meminfo: memFree=27249376/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=155244 CPUtime=1722.01 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 60744 0 0 0 171805 396 0 0 20 0 1 0 339482067 158969856 37558 33554432000 4194304 9016284 140735229223072 140735229217000 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38811 37558 681 1178 0 37629 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 155244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30807
/proc/meminfo: memFree=27248568/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=155924 CPUtime=1782 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 60887 0 0 0 177789 411 0 0 20 0 1 0 339482067 159666176 37700 33554432000 4194304 9016284 140735229223072 140735229216936 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38981 37700 683 1178 0 37799 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 155924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 30807
/proc/meminfo: memFree=27248568/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=155924 CPUtime=1800.1 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 60921 0 0 0 179597 413 0 0 20 0 1 0 339482067 159666176 37734 33554432000 4194304 9016284 140735229223072 140735229216856 7179585 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38981 37734 683 1178 0 37799 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 155924

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30751

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30808
/proc/meminfo: memFree=27248568/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=155924 CPUtime=1801.09 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 60921 0 0 0 179696 413 0 0 20 0 1 0 339482067 159666176 37734 33554432000 4194304 9016284 140735229223072 140735229216856 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38981 37734 683 1178 0 37799 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 155924

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30808
/proc/meminfo: memFree=27248436/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=155924 CPUtime=1801.89 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 60921 0 0 0 179776 413 0 0 20 0 1 0 339482067 159666176 37734 33554432000 4194304 9016284 140735229223072 140735229217240 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38981 37734 683 1178 0 37799 0
Current children cumulated CPU time (s) 1801.89
Current children cumulated vsize (KiB) 155924

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 30808
/proc/meminfo: memFree=27248436/32873844 swapFree=7372/7372
[pid=30751] ppid=30749 vsize=155924 CPUtime=1802.09 cores=1,3,5,7
/proc/30751/stat : 30751 (scip-2.0.1.4b_2) R 30749 30751 26510 0 -1 4202496 60921 0 0 0 179796 413 0 0 20 0 1 0 339482067 159666176 37734 33554432000 4194304 9016284 140735229223072 140735229217240 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30751/statm: 38981 37734 683 1178 0 37799 0
Current children cumulated CPU time (s) 1802.09
Current children cumulated vsize (KiB) 155924

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.41
CPU time (s): 1802.11
CPU user time (s): 1797.97
CPU system time (s): 4.13837
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 162688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 4.13837
maximum resident set size= 159140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60921
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= 35
involuntary context switches= 1853

runsolver used 2.66459 second user time and 7.27289 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 16:26:00
IDJOB=3738203
IDBENCH=71832
IDSOLVER=2329
FILE ID=node118/3738203-1338733560
RUNJOBID= node118-1338703112-26527
PBS_JOBID= 14636719
Free space on /tmp= 70952 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-750-false-45-90-4-6000opt.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3738203-1338733560/watcher-3738203-1338733560 -o /tmp/evaluation-result-3738203-1338733560/solver-3738203-1338733560 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738203-1338733560.opb -t 1800 -m 15500

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

MD5SUM BENCH= 192cb779697d7c2a638768a8111e4eb9
RANDOM SEED=1649870205

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27451124 kB
Buffers:          495948 kB
Cached:          3907724 kB
SwapCached:            0 kB
Active:          1539664 kB
Inactive:        3018128 kB
Active(anon):     144076 kB
Inactive(anon):    11328 kB
Active(file):    1395588 kB
Inactive(file):  3006800 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17476 kB
Writeback:             0 kB
AnonPages:        239464 kB
Mapped:            14528 kB
Shmem:               200 kB
Slab:             725012 kB
SReclaimable:     166384 kB
SUnreclaim:       558628 kB
KernelStack:        1472 kB
PageTables:         3736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     269052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70936 MiB
End job on node118 at 2012-06-03 16:56:02