Trace number 2666250

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.09 1802.64

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-5000opt.opb
MD5SUM657f6825a6ae32adb885bdc3b57c624e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-169
Best CPU time to get the best result obtained on this benchmark22.3826
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 constraints63342
Number of constraints which are clauses63342
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 317
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 317
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2666250-1276686978.opb>
1.10/1.12	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 63342 constraints
1.10/1.12	c problem read
1.10/1.12	c presolving settings loaded
1.29/1.34	o 0
1.29/1.34	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.29/1.34	c presolving:
1.59/1.61	c (round 1) 189 del vars, 189 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
2.09/2.19	c (round 2) 189 del vars, 841 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 62501 upgd conss, 2340 impls, 0 clqs
2.39/2.41	c    (1.0s) probing: 101/1836 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.39/2.41	c    (1.0s) probing aborted: 100/100 successive totally useless probings
2.39/2.41	c presolving (3 rounds):
2.39/2.41	c  189 deleted vars, 841 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.39/2.41	c  2340 implications, 0 cliques
2.39/2.41	c presolved problem has 1836 variables (1836 bin, 0 int, 0 impl, 0 cont) and 62501 constraints
2.39/2.41	c   62501 constraints of type <logicor>
2.39/2.41	c transformed objective value is always integral (scale: 1)
2.39/2.41	c Presolving Time: 0.88
2.39/2.41	c - non default parameters ----------------------------------------------------------------------
2.39/2.41	c # SCIP version 1.2.1.2
2.39/2.41	c 
2.39/2.41	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.39/2.41	c # [type: int, range: [-1,2147483647], default: -1]
2.39/2.41	c conflict/interconss = 0
2.39/2.41	c 
2.39/2.41	c # should binary conflicts be preferred?
2.39/2.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.41	c conflict/preferbinary = TRUE
2.39/2.41	c 
2.39/2.41	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.39/2.41	c # [type: int, range: [-1,2147483647], default: 0]
2.39/2.41	c constraints/agelimit = 1
2.39/2.41	c 
2.39/2.41	c # should enforcement of pseudo solution be disabled?
2.39/2.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.41	c constraints/disableenfops = TRUE
2.39/2.41	c 
2.39/2.41	c # frequency for displaying node information lines
2.39/2.41	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.41	c display/freq = 10000
2.39/2.41	c 
2.39/2.41	c # maximal time in seconds to run
2.39/2.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.41	c limits/time = 1798.89
2.39/2.41	c 
2.39/2.41	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.41	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.41	c limits/memory = 1620
2.39/2.41	c 
2.39/2.41	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.39/2.41	c # [type: int, range: [-1,2147483647], default: 1]
2.39/2.41	c lp/solvefreq = 0
2.39/2.41	c 
2.39/2.41	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
2.39/2.41	c # [type: char, range: {lafpsqd}, default: l]
2.39/2.41	c lp/pricing = a
2.39/2.41	c 
2.39/2.41	c # should presolving try to simplify inequalities
2.39/2.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.41	c constraints/linear/simplifyinequalities = TRUE
2.39/2.41	c 
2.39/2.41	c # should presolving try to simplify knapsacks
2.39/2.41	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.41	c constraints/knapsack/simplifyinequalities = TRUE
2.39/2.41	c 
2.39/2.41	c # priority of node selection rule <dfs> in standard mode
2.39/2.41	c # [type: int, range: [-536870912,536870911], default: 0]
2.39/2.41	c nodeselection/dfs/stdpriority = 1000000
2.39/2.41	c 
2.39/2.41	c -----------------------------------------------------------------------------------------------
2.39/2.41	c start solving
2.39/2.41	c 
32.18/32.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
32.18/32.24	c t30.7s|     1 |     0 |  5391 |     - |  72M|   0 |1621 |1836 |  62k|1836 |  62k|   0 |   0 |   0 |-2.495794e+02 | 0.000000e+00 | 100.00%
32.38/32.43	o -17
32.38/32.43	c R30.9s|     1 |     0 |  5391 |     - |  72M|   0 |1621 |1836 |  62k|1836 |  62k|   0 |   0 |   0 |-2.495794e+02 |-1.700000e+01 |  93.19%
32.58/32.65	o -21
32.58/32.65	c s31.1s|     1 |     0 |  5391 |     - |  72M|   0 |1621 |1836 |  62k|1836 |  62k|   0 |   0 |   0 |-2.495794e+02 |-2.100000e+01 |  91.59%
714.18/714.42	c   710s|     1 |     0 | 51491 |     - |  73M|   0 |1818 |1836 |  62k|1836 |  62k|  27 |   0 |   0 |-2.390034e+02 |-2.100000e+01 |  91.21%
714.18/714.44	o -42
714.18/714.44	c b 710s|     1 |     0 | 51491 |     - |  73M|   0 |1818 |1836 |  62k|1836 |  62k|  27 |   0 |   0 |-2.390034e+02 |-4.200000e+01 |  82.43%
1603.10/1603.62	c  1564s|     1 |     0 | 96211 |     - |  76M|   0 |1808 |1836 |  62k|1836 |  62k|  34 |   0 |   0 |-2.329479e+02 |-4.200000e+01 |  81.97%
1603.21/1603.76	o -51
1603.21/1603.76	c b1564s|     1 |     0 | 96211 |     - |  76M|   0 |1808 |1836 |  62k|1836 |  62k|  34 |   0 |   0 |-2.329479e+02 |-5.100000e+01 |  78.11%
1800.06/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666250-1276686978/watcher-2666250-1276686978 -o /tmp/evaluation-result-2666250-1276686978/solver-2666250-1276686978 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666250-1276686978.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.12 1.07 1.02 3/106 10434
/proc/meminfo: memFree=1744032/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=7724 CPUtime=0
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 1006 0 0 0 0 0 0 0 15 0 1 0 44299187 7909376 925 1992294400 4194304 8223781 140733892124912 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10434/statm: 1931 935 348 984 0 944 0

[startup+0.0585029 s]
/proc/loadavg: 1.12 1.07 1.02 3/106 10434
/proc/meminfo: memFree=1744032/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=12532 CPUtime=0.05
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 2446 0 0 0 4 1 0 0 18 0 1 0 44299187 12832768 2365 1992294400 4194304 8223781 140733892124912 18446744073709551615 7189505 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10434/statm: 3133 2365 365 984 0 2146 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12532

[startup+0.101507 s]
/proc/loadavg: 1.12 1.07 1.02 3/106 10434
/proc/meminfo: memFree=1744032/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=14224 CPUtime=0.09
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 2650 0 0 0 8 1 0 0 18 0 1 0 44299187 14565376 2570 1992294400 4194304 8223781 140733892124912 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10434/statm: 3556 2580 365 984 0 2569 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14224

[startup+0.301525 s]
/proc/loadavg: 1.12 1.07 1.02 3/106 10434
/proc/meminfo: memFree=1744032/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=18016 CPUtime=0.29
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 3820 0 0 0 28 1 0 0 18 0 1 0 44299187 18448384 3739 1992294400 4194304 8223781 140733892124912 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10434/statm: 4504 3739 365 984 0 3517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18016

[startup+0.701564 s]
/proc/loadavg: 1.12 1.07 1.02 3/106 10434
/proc/meminfo: memFree=1744032/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=26212 CPUtime=0.69
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 5846 0 0 0 67 2 0 0 18 0 1 0 44299187 26841088 5765 1992294400 4194304 8223781 140733892124912 18446744073709551615 7246928 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10434/statm: 6553 5765 365 984 0 5566 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26212

[startup+1.50064 s]
/proc/loadavg: 1.12 1.07 1.02 2/107 10435
/proc/meminfo: memFree=1716496/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=80472 CPUtime=1.49
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 19520 0 0 0 139 10 0 0 19 0 1 0 44299187 82403328 19046 1992294400 4194304 8223781 140733892124912 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 20118 19046 446 984 0 19131 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80472

[startup+3.10079 s]
/proc/loadavg: 1.12 1.07 1.02 2/107 10435
/proc/meminfo: memFree=1660324/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=160932 CPUtime=3.09
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 47745 0 0 0 274 35 0 0 23 0 1 0 44299187 164794368 36732 1992294400 4194304 8223781 140733892124912 18446744073709551615 6592754 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 40233 36732 530 984 0 39246 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160932

[startup+6.30109 s]
/proc/loadavg: 1.11 1.07 1.02 2/107 10435
/proc/meminfo: memFree=1592992/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=174408 CPUtime=6.29
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 51355 0 0 0 592 37 0 0 25 0 1 0 44299187 178593792 38146 1992294400 4194304 8223781 140733892124912 18446744073709551615 6591967 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 43602 38146 534 984 0 42615 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174408

[startup+12.7007 s]
/proc/loadavg: 1.10 1.07 1.02 2/107 10435
/proc/meminfo: memFree=1591876/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=180232 CPUtime=12.68
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 55249 0 0 0 1228 40 0 0 25 0 1 0 44299187 184557568 38362 1992294400 4194304 8223781 140733892124912 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 45058 38362 534 984 0 44071 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 180232

[startup+25.5019 s]
/proc/loadavg: 1.08 1.06 1.02 2/107 10437
/proc/meminfo: memFree=1591504/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=182192 CPUtime=25.49
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 61275 0 0 0 2504 45 0 0 25 0 1 0 44299187 186564608 38503 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 45548 38503 534 984 0 44561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 182192

[startup+51.1013 s]
/proc/loadavg: 1.05 1.06 1.01 2/107 10437
/proc/meminfo: memFree=1589024/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=188468 CPUtime=51.08
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 206391 0 0 0 5005 103 0 0 25 0 1 0 44299187 192991232 39143 1992294400 4194304 8223781 140733892124912 18446744073709551615 6503916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47117 39143 561 984 0 46130 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 188468

[startup+102.309 s]
/proc/loadavg: 1.02 1.05 1.01 2/107 10439
/proc/meminfo: memFree=1587536/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=189452 CPUtime=102.27
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 231472 0 0 0 10106 121 0 0 25 0 1 0 44299187 193998848 39456 1992294400 4194304 8223781 140733892124912 18446744073709551615 6502738 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47363 39456 561 984 0 46376 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 189452

[startup+162.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 10439
/proc/meminfo: memFree=1586916/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190052 CPUtime=162.24
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 257273 0 0 0 16084 140 0 0 25 0 1 0 44299187 194613248 39606 1992294400 4194304 8223781 140733892124912 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47513 39606 561 984 0 46526 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 190052

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/107 10441
/proc/meminfo: memFree=1586048/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190140 CPUtime=222.23
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 282069 0 0 0 22066 157 0 0 25 0 1 0 44299187 194703360 39803 1992294400 4194304 8223781 140733892124912 18446744073709551615 6569869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47535 39803 561 984 0 46548 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 190140

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 10443
/proc/meminfo: memFree=1586048/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190212 CPUtime=282.21
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 305661 0 0 0 28048 173 0 0 25 0 1 0 44299187 194777088 39835 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47553 39835 561 984 0 46566 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 190212

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10445
/proc/meminfo: memFree=1586172/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190220 CPUtime=342.19
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 328408 0 0 0 34030 189 0 0 25 0 1 0 44299187 194785280 39781 1992294400 4194304 8223781 140733892124912 18446744073709551615 6569681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47555 39781 561 984 0 46568 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 190220

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 10447
/proc/meminfo: memFree=1585800/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190260 CPUtime=402.17
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 351305 0 0 0 40011 206 0 0 25 0 1 0 44299187 194826240 39806 1992294400 4194304 8223781 140733892124912 18446744073709551615 6569884 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47565 39806 561 984 0 46578 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 190260

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10447
/proc/meminfo: memFree=1585676/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190260 CPUtime=462.16
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 373849 0 0 0 45993 223 0 0 25 0 1 0 44299187 194826240 39873 1992294400 4194304 8223781 140733892124912 18446744073709551615 6502710 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47565 39873 561 984 0 46578 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 190260

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10449
/proc/meminfo: memFree=1585800/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190260 CPUtime=522.14
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 396442 0 0 0 51974 240 0 0 25 0 1 0 44299187 194826240 39875 1992294400 4194304 8223781 140733892124912 18446744073709551615 6569618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47565 39875 561 984 0 46578 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 190260

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10451
/proc/meminfo: memFree=1585800/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190284 CPUtime=582.13
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 420026 0 0 0 57957 256 0 0 25 0 1 0 44299187 194850816 39878 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47571 39878 561 984 0 46584 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 190284

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10453
/proc/meminfo: memFree=1585552/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=190308 CPUtime=642.11
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 443429 0 0 0 63939 272 0 0 25 0 1 0 44299187 194875392 39899 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568380 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 47577 39899 561 984 0 46590 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 190308

[startup+702.301 s]

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

/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9303398 0 0 0 96583 3617 0 0 25 0 1 0 44299187 200101888 41054 1992294400 4194304 8223781 140733892124912 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48853 41054 561 984 0 47866 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 195412

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10463
/proc/meminfo: memFree=1579972/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195412 CPUtime=1061.98
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9329389 0 0 0 102563 3635 0 0 25 0 1 0 44299187 200101888 41220 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48853 41220 561 984 0 47866 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 195412

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10465
/proc/meminfo: memFree=1579972/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195412 CPUtime=1121.96
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9354375 0 0 0 108544 3652 0 0 25 0 1 0 44299187 200101888 41245 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48853 41245 561 984 0 47866 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 195412

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10467
/proc/meminfo: memFree=1580096/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195412 CPUtime=1181.94
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9379113 0 0 0 114525 3669 0 0 25 0 1 0 44299187 200101888 41237 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48853 41237 561 984 0 47866 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 195412

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10469
/proc/meminfo: memFree=1580096/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195412 CPUtime=1241.93
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9405493 0 0 0 120504 3689 0 0 25 0 1 0 44299187 200101888 41180 1992294400 4194304 8223781 140733892124912 18446744073709551615 6539610 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48853 41180 561 984 0 47866 0
Current children cumulated CPU time (s) 1241.93
Current children cumulated vsize (KiB) 195412

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10471
/proc/meminfo: memFree=1579972/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195436 CPUtime=1301.91
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9429756 0 0 0 126485 3706 0 0 25 0 1 0 44299187 200126464 41178 1992294400 4194304 8223781 140733892124912 18446744073709551615 6570006 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48859 41178 561 984 0 47872 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 195436

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10471
/proc/meminfo: memFree=1579972/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195460 CPUtime=1361.88
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9453157 0 0 0 132466 3722 0 0 25 0 1 0 44299187 200151040 41214 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48865 41214 561 984 0 47878 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 195460

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10473
/proc/meminfo: memFree=1580220/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195460 CPUtime=1421.87
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9475593 0 0 0 138450 3737 0 0 25 0 1 0 44299187 200151040 41137 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48865 41137 561 984 0 47878 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 195460

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10475
/proc/meminfo: memFree=1580220/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195460 CPUtime=1481.84
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9496679 0 0 0 144431 3753 0 0 25 0 1 0 44299187 200151040 41125 1992294400 4194304 8223781 140733892124912 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48865 41125 561 984 0 47878 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 195460

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10477
/proc/meminfo: memFree=1579972/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195460 CPUtime=1541.82
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9522585 0 0 0 150411 3771 0 0 25 0 1 0 44299187 200151040 41180 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568110 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48865 41180 561 984 0 47878 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 195460

[startup+1602.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 10479
/proc/meminfo: memFree=1579972/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=195460 CPUtime=1601.81
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 9544394 0 0 0 156393 3788 0 0 25 0 1 0 44299187 200151040 41150 1992294400 4194304 8223781 140733892124912 18446744073709551615 6250735 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 48865 41150 561 984 0 47878 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 195460

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 10479
/proc/meminfo: memFree=1576500/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=200192 CPUtime=1661.78
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 11808610 0 0 0 161558 4620 0 0 25 0 1 0 44299187 204996608 42060 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 50048 42060 563 984 0 49061 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 200192

[startup+1722.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 10481
/proc/meminfo: memFree=1576252/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=200192 CPUtime=1721.76
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 11835963 0 0 0 167537 4639 0 0 25 0 1 0 44299187 204996608 42105 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 50048 42105 563 984 0 49061 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 200192

[startup+1782.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 10483
/proc/meminfo: memFree=1575756/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=200192 CPUtime=1781.75
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 11861070 0 0 0 173518 4657 0 0 25 0 1 0 44299187 204996608 42157 1992294400 4194304 8223781 140733892124912 18446744073709551615 7304922 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 50048 42157 563 984 0 49061 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 200192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 10483
/proc/meminfo: memFree=1575756/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=200192 CPUtime=1800.06
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 11868758 0 0 0 175344 4662 0 0 25 0 1 0 44299187 204996608 42157 1992294400 4194304 8223781 140733892124912 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 50048 42157 563 984 0 49061 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 200192

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10434

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

[startup+1801.4 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 10483
/proc/meminfo: memFree=1575756/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=200192 CPUtime=1800.84
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 11868770 0 0 0 175422 4662 0 0 25 0 1 0 44299187 204996608 42169 1992294400 4194304 8223781 140733892124912 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 50048 42169 563 984 0 49061 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 200192

[startup+1802.2 s]
/proc/loadavg: 1.05 1.01 1.00 2/108 10484
/proc/meminfo: memFree=1575748/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=200192 CPUtime=1801.64
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 11868797 0 0 0 175502 4662 0 0 25 0 1 0 44299187 204996608 42196 1992294400 4194304 8223781 140733892124912 18446744073709551615 6250680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 50048 42196 563 984 0 49061 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 200192

[startup+1802.6 s]
/proc/loadavg: 1.05 1.01 1.00 2/108 10484
/proc/meminfo: memFree=1575748/2059040 swapFree=4135932/4192956
[pid=10434] ppid=10432 vsize=200192 CPUtime=1802.04
/proc/10434/stat : 10434 (pbscip.linux.x8) R 10432 10434 10241 0 -1 4202496 11868809 0 0 0 175542 4662 0 0 25 0 1 0 44299187 204996608 42208 1992294400 4194304 8223781 140733892124912 18446744073709551615 6592935 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10434/statm: 50048 42208 563 984 0 49061 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 200192

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.09
CPU user time (s): 1755.44
CPU system time (s): 46.6469
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 208016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1755.44
system time used= 46.6469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11868809
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= 1
involuntary context switches= 2582

runsolver used 2.97855 second user time and 8.5137 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-16 13:16:19
IDJOB=2666250
IDBENCH=71834
IDSOLVER=1169
FILE ID=node015/2666250-1276686978
PBS_JOBID= 11172603
Free space on /tmp= 62580 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-250-false-45-90-4-5000opt.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666250-1276686978/watcher-2666250-1276686978 -o /tmp/evaluation-result-2666250-1276686978/solver-2666250-1276686978 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666250-1276686978.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 657f6825a6ae32adb885bdc3b57c624e
RANDOM SEED=2048470307

node015.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1744560 kB
Buffers:        114012 kB
Cached:         120392 kB
SwapCached:      10876 kB
Active:         108916 kB
Inactive:       139684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744560 kB
SwapTotal:     4192956 kB
SwapFree:      4135932 kB
Dirty:            6616 kB
Writeback:           8 kB
AnonPages:       12628 kB
Mapped:           9320 kB
Slab:            44100 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62576 MiB
End job on node015 at 2010-06-16 13:46:21