Trace number 3489774

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_2 2011-06-10 (fixed)? (TO) 1802.19 1802.1

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j30opt/
normalized-j3045_1.std.opb
MD5SUM7c0aafdcb1e0398015b227f9c2ae71a5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark82
Best CPU time to get the best result obtained on this benchmark0.528919
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18662
Total number of constraints65722
Number of constraints which are clauses64522
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3489774-1307794904.opb>
0.29/0.36	c original problem has 18662 variables (18662 bin, 0 int, 0 impl, 0 cont) and 65722 constraints
0.29/0.36	c problem read
0.29/0.36	c presolving settings loaded
0.39/0.48	c presolving:
2.49/2.55	c (round 1) 1212 del vars, 3146 del conss, 0 add conss, 909 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4489460 impls, 0 clqs
2.79/2.89	c (round 2) 2238 del vars, 7907 del conss, 0 add conss, 1839 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 4495185 impls, 0 clqs
2.89/3.00	c (round 3) 2664 del vars, 9730 del conss, 0 add conss, 2101 chg bounds, 23 chg sides, 33 chg coeffs, 0 upgd conss, 4498152 impls, 0 clqs
2.99/3.05	c (round 4) 2852 del vars, 10553 del conss, 0 add conss, 2201 chg bounds, 23 chg sides, 33 chg coeffs, 0 upgd conss, 4500197 impls, 0 clqs
2.99/3.09	c (round 5) 2940 del vars, 10975 del conss, 0 add conss, 2256 chg bounds, 23 chg sides, 33 chg coeffs, 0 upgd conss, 4500671 impls, 0 clqs
3.08/3.11	c (round 6) 2966 del vars, 11119 del conss, 0 add conss, 2276 chg bounds, 23 chg sides, 33 chg coeffs, 0 upgd conss, 4500776 impls, 0 clqs
3.08/3.13	c (round 7) 2980 del vars, 11190 del conss, 0 add conss, 2277 chg bounds, 23 chg sides, 33 chg coeffs, 0 upgd conss, 4500802 impls, 0 clqs
3.08/3.14	c (round 8) 2980 del vars, 11196 del conss, 0 add conss, 2277 chg bounds, 23 chg sides, 33 chg coeffs, 0 upgd conss, 4500802 impls, 0 clqs
3.29/3.34	c (round 9) 2980 del vars, 11198 del conss, 0 add conss, 2277 chg bounds, 23 chg sides, 33 chg coeffs, 54524 upgd conss, 4500802 impls, 0 clqs
3.49/3.53	c (round 10) 3029 del vars, 11267 del conss, 43 add conss, 2280 chg bounds, 74 chg sides, 320 chg coeffs, 54524 upgd conss, 4526307 impls, 2076 clqs
3.59/3.66	c (round 11) 3032 del vars, 11417 del conss, 64 add conss, 2280 chg bounds, 98 chg sides, 508 chg coeffs, 54524 upgd conss, 4526825 impls, 2198 clqs
3.69/3.74	c (round 12) 3032 del vars, 11448 del conss, 83 add conss, 2280 chg bounds, 126 chg sides, 673 chg coeffs, 54524 upgd conss, 4526909 impls, 2250 clqs
144.30/144.34	c    (144.3s) probing: 1000/15630 (6.4%) - 27 fixings, 2 aggregations, 4318604 implications, 0 bound changes
257.20/257.20	c    (257.2s) probing: 2000/15630 (12.8%) - 41 fixings, 4 aggregations, 7775129 implications, 0 bound changes
261.10/261.12	c (round 13) 3084 del vars, 11448 del conss, 84 add conss, 2280 chg bounds, 127 chg sides, 700 chg coeffs, 54524 upgd conss, 27172891 impls, 2225 clqs
262.20/262.26	c (round 14) 3120 del vars, 11820 del conss, 84 add conss, 2280 chg bounds, 130 chg sides, 867 chg coeffs, 54524 upgd conss, 27225191 impls, 2225 clqs
262.70/262.70	c (round 15) 3120 del vars, 11856 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 911 chg coeffs, 54524 upgd conss, 27225191 impls, 2462 clqs
330.60/330.63	c (round 16) 3170 del vars, 11856 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 913 chg coeffs, 54524 upgd conss, 31450631 impls, 2240 clqs
331.30/331.33	c (round 17) 3184 del vars, 12117 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 31459129 impls, 2240 clqs
331.60/331.65	c (round 18) 3184 del vars, 12131 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 31459129 impls, 2486 clqs
389.70/389.71	c    (389.7s) probing: 3000/15630 (19.2%) - 104 fixings, 19 aggregations, 11658285 implications, 0 bound changes
461.01/461.07	c (round 19) 3234 del vars, 12131 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 42576655 impls, 2486 clqs
461.71/461.73	c (round 20) 3246 del vars, 12336 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 42577337 impls, 2486 clqs
461.81/461.89	c (round 21) 3246 del vars, 12348 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 42577337 impls, 2486 clqs
519.81/519.82	c    (519.8s) probing: 4000/15630 (25.6%) - 141 fixings, 33 aggregations, 15576371 implications, 0 bound changes
611.52/611.59	c    (611.6s) probing: 5000/15630 (32.0%) - 155 fixings, 38 aggregations, 18526044 implications, 0 bound changes
685.52/685.50	c (round 22) 3296 del vars, 12348 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 57505893 impls, 2486 clqs
686.22/686.25	c (round 23) 3304 del vars, 12549 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 57506031 impls, 2486 clqs
686.33/686.38	c (round 24) 3304 del vars, 12557 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 57506031 impls, 2492 clqs
693.42/693.40	c    (693.4s) probing: 6000/15630 (38.4%) - 160 fixings, 42 aggregations, 20852391 implications, 0 bound changes
764.32/764.36	c    (764.4s) probing: 7000/15630 (44.8%) - 174 fixings, 48 aggregations, 22465646 implications, 0 bound changes
829.83/829.89	c    (829.9s) probing: 8000/15630 (51.2%) - 183 fixings, 58 aggregations, 23615295 implications, 0 bound changes
888.93/888.98	c    (889.0s) probing: 9000/15630 (57.6%) - 186 fixings, 60 aggregations, 24589148 implications, 0 bound changes
910.93/910.92	c (round 25) 3354 del vars, 12557 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1039 chg coeffs, 54524 upgd conss, 67014341 impls, 2492 clqs
911.53/911.51	c (round 26) 3356 del vars, 12719 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1042 chg coeffs, 54524 upgd conss, 67014367 impls, 2492 clqs
944.43/944.49	c    (944.5s) probing: 10000/15630 (64.0%) - 201 fixings, 65 aggregations, 25312679 implications, 0 bound changes
987.84/987.87	c    (987.9s) probing: 11000/15630 (70.4%) - 201 fixings, 65 aggregations, 25739777 implications, 0 bound changes
1029.44/1029.40	c    (1029.4s) probing: 12000/15630 (76.8%) - 223 fixings, 72 aggregations, 26149544 implications, 0 bound changes
1066.24/1066.21	c    (1066.2s) probing: 13000/15630 (83.2%) - 223 fixings, 73 aggregations, 26429193 implications, 0 bound changes
1093.74/1093.74	c    (1093.7s) probing: 14000/15630 (89.6%) - 223 fixings, 73 aggregations, 26578363 implications, 0 bound changes
1093.94/1093.90	c    (1093.9s) probing: 14010/15630 (89.6%) - 223 fixings, 73 aggregations, 26579300 implications, 0 bound changes
1093.94/1093.90	c    (1093.9s) probing aborted: 2000/2000 successive useless probings
1093.94/1093.90	c (round 27) 3400 del vars, 12721 del conss, 88 add conss, 2280 chg bounds, 134 chg sides, 1044 chg coeffs, 54524 upgd conss, 70719113 impls, 2477 clqs
1094.34/1094.37	c (round 28) 3400 del vars, 12878 del conss, 99 add conss, 2280 chg bounds, 145 chg sides, 1146 chg coeffs, 54524 upgd conss, 70719113 impls, 2484 clqs
1113.54/1113.53	c    (1113.5s) probing: 15000/15630 (96.0%) - 227 fixings, 77 aggregations, 26649940 implications, 0 bound changes
1119.85/1119.81	c (round 29) 3408 del vars, 12879 del conss, 100 add conss, 2280 chg bounds, 146 chg sides, 1155 chg coeffs, 54524 upgd conss, 70907973 impls, 2492 clqs
1120.14/1120.12	c (round 30) 3408 del vars, 12897 del conss, 109 add conss, 2280 chg bounds, 155 chg sides, 1215 chg coeffs, 54524 upgd conss, 70907973 impls, 2492 clqs
1120.24/1120.25	c presolving (31 rounds):
1120.24/1120.25	c  3408 deleted vars, 12902 deleted constraints, 109 added constraints, 2280 tightened bounds, 0 added holes, 155 changed sides, 1229 changed coefficients
1120.24/1120.25	c  70907973 implications, 2498 cliques
1120.24/1120.25	c presolved problem has 15254 variables (15254 bin, 0 int, 0 impl, 0 cont) and 52929 constraints
1120.24/1120.25	c    1156 constraints of type <knapsack>
1120.24/1120.25	c   44072 constraints of type <setppc>
1120.24/1120.25	c    7701 constraints of type <logicor>
1120.24/1120.25	c transformed objective value is always integral (scale: 1)
1120.24/1120.25	c Presolving Time: 1119.80
1120.24/1120.25	c - non default parameters ----------------------------------------------------------------------
1120.24/1120.25	c # SCIP version 2.0.1.5
1120.24/1120.25	c 
1120.24/1120.25	c # frequency for displaying node information lines
1120.24/1120.25	c # [type: int, range: [-1,2147483647], default: 100]
1120.24/1120.25	c display/freq = 10000
1120.24/1120.25	c 
1120.24/1120.25	c # maximal time in seconds to run
1120.24/1120.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1120.24/1120.25	c limits/time = 1797
1120.24/1120.25	c 
1120.24/1120.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1120.24/1120.25	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1120.24/1120.25	c limits/memory = 13950
1120.24/1120.25	c 
1120.24/1120.25	c # default clock type (1: CPU user seconds, 2: wall clock time)
1120.24/1120.25	c # [type: int, range: [1,2], default: 1]
1120.24/1120.25	c timing/clocktype = 2
1120.24/1120.25	c 
1120.24/1120.25	c # belongs reading time to solving time?
1120.24/1120.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1120.24/1120.25	c timing/reading = TRUE
1120.24/1120.25	c 
1120.24/1120.25	c # should presolving try to simplify inequalities
1120.24/1120.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1120.24/1120.25	c constraints/linear/simplifyinequalities = TRUE
1120.24/1120.25	c 
1120.24/1120.25	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1120.24/1120.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1120.24/1120.25	c constraints/indicator/addCouplingCons = TRUE
1120.24/1120.25	c 
1120.24/1120.25	c # should presolving try to simplify knapsacks
1120.24/1120.25	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1120.24/1120.25	c constraints/knapsack/simplifyinequalities = TRUE
1120.24/1120.25	c 
1120.24/1120.25	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1120.24/1120.25	c # [type: int, range: [-1,2147483647], default: -1]
1120.24/1120.25	c separating/rapidlearning/freq = 0
1120.24/1120.25	c 
1120.24/1120.25	c -----------------------------------------------------------------------------------------------
1120.24/1120.25	c start solving
1120.24/1120.26	c 
1140.54/1140.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1140.54/1140.54	c  1141s|     1 |     0 | 18221 |     - |1905M|   0 |1190 |  15k|  52k|  15k|  52k|   0 |  21 |   0 | 6.365903e+01 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3489774-1307794904/watcher-3489774-1307794904 -o /tmp/evaluation-result-3489774-1307794904/solver-3489774-1307794904 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489774-1307794904.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: 1.70 1.93 1.98 4/176 22941
/proc/meminfo: memFree=31417944/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 2071 0 0 0 0 0 0 0 22 0 1 0 871906057 12259328 2026 33554432000 4194304 9016284 140733246822464 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22941/statm: 2993 2040 340 1178 0 1811 0

[startup+0.0449709 s]
/proc/loadavg: 1.70 1.93 1.98 4/176 22941
/proc/meminfo: memFree=31417944/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=22176 CPUtime=0.03 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 4517 0 0 0 3 0 0 0 22 0 1 0 871906057 22708224 4471 33554432000 4194304 9016284 140733246822464 18446744073709551615 6816922 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22941/statm: 5544 4471 360 1178 0 4362 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22176

[startup+0.10099 s]
/proc/loadavg: 1.70 1.93 1.98 4/176 22941
/proc/meminfo: memFree=31417944/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=28904 CPUtime=0.09 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 6229 0 0 0 9 0 0 0 22 0 1 0 871906057 29597696 6183 33554432000 4194304 9016284 140733246822464 18446744073709551615 6151407 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22941/statm: 7226 6183 360 1178 0 6044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28904

[startup+0.300943 s]
/proc/loadavg: 1.70 1.93 1.98 4/176 22941
/proc/meminfo: memFree=31417944/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=46732 CPUtime=0.29 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 10638 0 0 0 29 0 0 0 23 0 1 0 871906057 47853568 10592 33554432000 4194304 9016284 140733246822464 18446744073709551615 7870473 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/22941/statm: 11683 10592 360 1178 0 10501 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46732

[startup+0.700866 s]
/proc/loadavg: 1.70 1.93 1.98 4/176 22941
/proc/meminfo: memFree=31417944/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=141872 CPUtime=0.69 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 33909 0 0 0 66 3 0 0 25 0 1 0 871906057 145276928 33821 33554432000 4194304 9016284 140733246822464 18446744073709551615 6480389 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 35468 33821 474 1178 0 34286 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141872

[startup+1.50071 s]
/proc/loadavg: 1.70 1.93 1.98 4/178 22943
/proc/meminfo: memFree=31094376/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=202980 CPUtime=1.49 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 49112 0 0 0 145 4 0 0 25 0 1 0 871906057 207851520 49024 33554432000 4194304 9016284 140733246822464 18446744073709551615 6480393 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 50745 49024 485 1178 0 49563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202980

[startup+3.10037 s]
/proc/loadavg: 1.70 1.93 1.98 4/178 22943
/proc/meminfo: memFree=30954492/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=263564 CPUtime=3.08 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 63478 0 0 0 302 6 0 0 25 0 1 0 871906057 269889536 63133 33554432000 4194304 9016284 140733246822464 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 65891 63133 496 1178 0 64709 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 263564

[startup+6.30075 s]
/proc/loadavg: 1.80 1.95 1.98 4/178 22943
/proc/meminfo: memFree=30803340/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=332300 CPUtime=6.29 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 83553 0 0 0 620 9 0 0 25 0 1 0 871906057 340275200 79674 33554432000 4194304 9016284 140733246822464 18446744073709551615 6480180 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 83075 79674 553 1178 0 81893 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 332300

[startup+12.7005 s]
/proc/loadavg: 1.82 1.95 1.98 4/178 22943
/proc/meminfo: memFree=30746332/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=362804 CPUtime=12.69 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 90534 0 0 0 1259 10 0 0 25 0 1 0 871906057 371511296 86655 33554432000 4194304 9016284 140733246822464 18446744073709551615 4460316 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 90701 86655 553 1178 0 89519 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 362804

[startup+25.5009 s]
/proc/loadavg: 1.86 1.95 1.98 4/178 22943
/proc/meminfo: memFree=30592152/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=434988 CPUtime=25.49 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 108297 0 0 0 2538 11 0 0 25 0 1 0 871906057 445427712 104418 33554432000 4194304 9016284 140733246822464 18446744073709551615 6480407 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 108747 104418 553 1178 0 107565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 434988

[startup+51.1009 s]
/proc/loadavg: 1.90 1.96 1.98 4/178 22944
/proc/meminfo: memFree=30372216/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=559364 CPUtime=51.1 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 138716 0 0 0 5094 16 0 0 25 0 1 0 871906057 572788736 134837 33554432000 4194304 9016284 140733246822464 18446744073709551615 4347916 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 139841 134837 553 1178 0 138659 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 559364

[startup+102.307 s]
/proc/loadavg: 1.96 1.96 1.98 4/178 22946
/proc/meminfo: memFree=30093928/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=698996 CPUtime=102.3 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 173322 0 0 0 10210 20 0 0 25 0 1 0 871906057 715771904 169443 33554432000 4194304 9016284 140733246822464 18446744073709551615 4460304 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 174749 169443 553 1178 0 173567 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 698996

[startup+162.301 s]
/proc/loadavg: 1.98 1.97 1.98 4/178 22947
/proc/meminfo: memFree=29802340/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=850968 CPUtime=162.3 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 211667 0 0 0 16205 25 0 0 25 0 1 0 871906057 871391232 207788 33554432000 4194304 9016284 140733246822464 18446744073709551615 6480233 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 212742 207788 558 1178 0 211560 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 850968

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.98 4/178 22952
/proc/meminfo: memFree=29450324/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=980348 CPUtime=222.3 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 244370 0 0 0 22202 28 0 0 25 0 1 0 871906057 1003876352 240491 33554432000 4194304 9016284 140733246822464 18446744073709551615 5510757 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 245087 240491 558 1178 0 243905 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 980348

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.98 4/178 22953
/proc/meminfo: memFree=29338000/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=1090552 CPUtime=282.31 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 272662 0 0 0 28198 33 0 0 25 0 1 0 871906057 1116725248 268783 33554432000 4194304 9016284 140733246822464 18446744073709551615 6480384 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 272638 268783 558 1178 0 271456 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 1090552

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.98 4/178 22955
/proc/meminfo: memFree=29192876/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=1197296 CPUtime=342.31 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 298946 0 0 0 34194 37 0 0 25 0 1 0 871906057 1226031104 295067 33554432000 4194304 9016284 140733246822464 18446744073709551615 6480233 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 299324 295067 558 1178 0 298142 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1197296

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 22994
/proc/meminfo: memFree=29995360/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=1386488 CPUtime=402.31 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 344914 0 0 0 40187 44 0 0 25 0 1 0 871906057 1419763712 341035 33554432000 4194304 9016284 140733246822464 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 346622 341035 558 1178 0 345440 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1386488

[startup+462.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/178 22996
/proc/meminfo: memFree=29852688/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=1531248 CPUtime=462.31 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 381484 0 0 0 46183 48 0 0 25 0 1 0 871906057 1567997952 377605 33554432000 4194304 9016284 140733246822464 18446744073709551615 5325542 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 382812 377605 558 1178 0 381630 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1531248

[startup+522.3 s]
/proc/loadavg: 2.03 1.99 1.99 3/178 22998
/proc/meminfo: memFree=29696820/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=1683760 CPUtime=522.31 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 419058 0 0 0 52179 52 0 0 25 0 1 0 871906057 1724170240 415179 33554432000 4194304 9016284 140733246822464 18446744073709551615 4347916 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 420940 415179 558 1178 0 419758 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1683760

[startup+582.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/178 22999
/proc/meminfo: memFree=29547440/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=1827320 CPUtime=582.31 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 454826 0 0 0 58174 57 0 0 25 0 1 0 871906057 1871175680 450947 33554432000 4194304 9016284 140733246822464 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 456830 450947 558 1178 0 455648 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1827320

[startup+642.301 s]

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

/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 636087 0 0 0 106153 81 0 0 25 0 1 0 871906057 2613989376 632208 33554432000 4194304 9016284 140733246822464 18446744073709551615 4460361 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 638181 632208 558 1178 0 636999 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 2552724

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23014
/proc/meminfo: memFree=28713160/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2651184 CPUtime=1122.34 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 661046 0 0 0 112149 85 0 0 21 0 1 0 871906057 2714812416 655405 33554432000 4194304 9016284 140733246822464 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 662796 655405 903 1178 0 661614 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2651184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23015
/proc/meminfo: memFree=28701088/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1182.34 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666345 0 0 0 118137 97 0 0 25 0 1 0 871906057 2718150656 657427 33554432000 4194304 9016284 140733246822464 18446744073709551615 7198972 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657427 755 1178 0 662429 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2654444

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23055
/proc/meminfo: memFree=28730180/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1242.35 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 124134 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231340 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 2654444

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/178 23057
/proc/meminfo: memFree=28729052/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1302.36 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 130135 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231428 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1302.36
Current children cumulated vsize (KiB) 2654444

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23058
/proc/meminfo: memFree=28728872/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1362.35 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 136134 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231264 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 2654444

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 23060
/proc/meminfo: memFree=28727092/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1422.36 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 142135 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231502 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 2654444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23061
/proc/meminfo: memFree=28726416/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1482.36 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 148135 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231355 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 2654444

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 23063
/proc/meminfo: memFree=28725896/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1542.36 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 154135 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231355 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 2654444

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 23064
/proc/meminfo: memFree=28724500/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1602.37 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 160136 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231264 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 2654444

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23066
/proc/meminfo: memFree=28723108/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1662.37 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 166136 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231436 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 2654444

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23068
/proc/meminfo: memFree=28719232/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1722.37 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 172136 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231629 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 2654444

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23069
/proc/meminfo: memFree=28717832/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1782.37 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 178136 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6231267 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 2654444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 23070
/proc/meminfo: memFree=28717580/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1800.08 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666416 0 0 0 179907 101 0 0 25 0 1 0 871906057 2718150656 657476 33554432000 4194304 9016284 140733246822464 18446744073709551615 6232304 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 657476 760 1178 0 662429 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2654444

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22941

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23071
/proc/meminfo: memFree=28716580/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1801.47 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 666959 0 0 0 180046 101 0 0 25 0 1 0 871906057 2718150656 658019 33554432000 4194304 9016284 140733246822464 18446744073709551615 6232304 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 658019 760 1178 0 662429 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 2654444

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23071
/proc/meminfo: memFree=28714472/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2654444 CPUtime=1801.88 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 667139 0 0 0 180087 101 0 0 25 0 1 0 871906057 2718150656 658199 33554432000 4194304 9016284 140733246822464 18446744073709551615 6232316 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 663611 658199 760 1178 0 662429 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 2654444

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23071
/proc/meminfo: memFree=28714472/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=2664204 CPUtime=1802.07 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4202496 669281 0 0 0 180106 101 0 0 25 0 1 0 871906057 2728144896 660341 33554432000 4194304 9016284 140733246822464 18446744073709551615 6232288 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/22941/statm: 666051 660341 760 1178 0 664869 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 2664204

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23071
/proc/meminfo: memFree=28714472/32951124 swapFree=67055520/67111528
[pid=22941] ppid=22937 vsize=0 CPUtime=1802.17 cores=0,2,4,6
/proc/22941/stat : 22941 (scip-2.0.1.4b_2) R 22937 22941 20704 0 -1 4203524 669283 0 0 0 180107 110 0 0 25 0 1 0 871906057 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/22941/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.19
CPU user time (s): 1801.07
CPU system time (s): 1.11283
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2664204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.07
system time used= 1.11283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 669283
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= 3
involuntary context switches= 1731

runsolver used 2.83957 second user time and 5.9191 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-11 14:21:44
IDJOB=3489774
IDBENCH=78523
IDSOLVER=1979
FILE ID=node143/3489774-1307794904
RUNJOBID= node143-1307794904-22914
PBS_JOBID= 13550882
Free space on /tmp= 74080 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j30opt/normalized-j3045_1.std.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-3489774-1307794904/watcher-3489774-1307794904 -o /tmp/evaluation-result-3489774-1307794904/solver-3489774-1307794904 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489774-1307794904.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7c0aafdcb1e0398015b227f9c2ae71a5
RANDOM SEED=2064909504

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31418320 kB
Buffers:        135104 kB
Cached:        1218064 kB
SwapCached:       8636 kB
Active:         362192 kB
Inactive:      1009736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31418320 kB
SwapTotal:    67111528 kB
SwapFree:     67055520 kB
Dirty:           37328 kB
Writeback:           0 kB
AnonPages:       16352 kB
Mapped:          12364 kB
Slab:            95164 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188480 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= 74052 MiB
End job on node143 at 2011-06-11 14:51:47