Trace number 2703679

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.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.08 1802.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUMb7796d84094d982e45331121511974b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2655
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2297
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
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 constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.01	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-2703679-1278555331.opb>
0.19/0.23	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.19/0.23	c problem read
0.19/0.23	c presolving settings loaded
0.29/0.37	o 10000
0.29/0.37	c feasible solution found by trivial heuristic, objective value  1.000000e+04
0.29/0.37	c presolving:
0.39/0.49	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10000 upgd conss, 0 impls, 0 clqs
0.59/0.66	c    (0.4s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.66	c    (0.4s) probing aborted: 100/100 successive totally useless probings
0.59/0.66	c presolving (2 rounds):
0.59/0.66	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.59/0.66	c  0 implications, 0 cliques
0.59/0.66	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 10000 constraints
0.59/0.66	c   10000 constraints of type <logicor>
0.59/0.66	c transformed objective value is always integral (scale: 1)
0.59/0.66	c Presolving Time: 0.36
0.59/0.66	c - non default parameters ----------------------------------------------------------------------
0.59/0.66	c # SCIP version 1.2.1.3
0.59/0.66	c 
0.59/0.66	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: -1]
0.59/0.66	c conflict/interconss = 0
0.59/0.66	c 
0.59/0.66	c # should binary conflicts be preferred?
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c conflict/preferbinary = TRUE
0.59/0.66	c 
0.59/0.66	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 0]
0.59/0.66	c constraints/agelimit = 1
0.59/0.66	c 
0.59/0.66	c # should enforcement of pseudo solution be disabled?
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/disableenfops = TRUE
0.59/0.66	c 
0.59/0.66	c # frequency for displaying node information lines
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 100]
0.59/0.66	c display/freq = 10000
0.59/0.66	c 
0.59/0.66	c # maximal time in seconds to run
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.66	c limits/time = 1789.77
0.59/0.66	c 
0.59/0.66	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.59/0.66	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.59/0.66	c limits/memory = 1620
0.59/0.66	c 
0.59/0.66	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.59/0.66	c # [type: int, range: [-1,2147483647], default: 1]
0.59/0.66	c lp/solvefreq = 0
0.59/0.66	c 
0.59/0.66	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)
0.59/0.66	c # [type: char, range: {lafpsqd}, default: l]
0.59/0.66	c lp/pricing = a
0.59/0.66	c 
0.59/0.66	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.59/0.66	c # [type: int, range: [1,2], default: 1]
0.59/0.66	c timing/clocktype = 2
0.59/0.66	c 
0.59/0.66	c # should presolving try to simplify inequalities
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/linear/simplifyinequalities = TRUE
0.59/0.66	c 
0.59/0.66	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/indicator/addCouplingCons = TRUE
0.59/0.66	c 
0.59/0.66	c # should presolving try to simplify knapsacks
0.59/0.66	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.59/0.66	c constraints/knapsack/simplifyinequalities = TRUE
0.59/0.66	c 
0.59/0.66	c # priority of node selection rule <dfs> in standard mode
0.59/0.66	c # [type: int, range: [-536870912,536870911], default: 0]
0.59/0.66	c nodeselection/dfs/stdpriority = 1000000
0.59/0.66	c 
0.59/0.66	c -----------------------------------------------------------------------------------------------
0.59/0.66	c start solving
0.59/0.67	c 
906.86/907.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
906.86/907.26	c t 907s|     1 |     0 | 55534 |     - |  31M|   0 |9996 |  10k|  10k|  10k|  10k|   0 |   0 |   0 | 2.022298e+03 | 1.000000e+04 | 394.49%
906.86/907.27	o 9996
906.86/907.27	c r 907s|     1 |     0 | 55534 |     - |  31M|   0 |9996 |  10k|  10k|  10k|  10k|   0 |   0 |   0 | 2.022298e+03 | 9.996000e+03 | 394.29%
928.55/928.95	o 9995
928.55/928.95	c R 929s|     1 |     0 | 55534 |     - |  32M|   0 |9996 |  10k|  10k|  10k|  10k|   0 |   0 |   0 | 2.022298e+03 | 9.995000e+03 | 394.24%
950.54/950.92	o 9994
950.54/950.92	c s 951s|     1 |     0 | 55534 |     - |  32M|   0 |9996 |  10k|  10k|  10k|  10k|   0 |   0 |   0 | 2.022298e+03 | 9.994000e+03 | 394.19%
1118.59/1119.09	o 9892
1118.59/1119.09	c z1119s|     1 |     0 | 55534 |     - |  32M|   0 |9996 |  10k|  10k|  10k|  10k|   0 |   0 |   0 | 2.022298e+03 | 9.892000e+03 | 389.15%
1118.69/1119.13	c  1119s|     1 |     0 | 55534 |     - |  32M|   0 |9996 |  10k|  10k|  10k|  10k|   0 |   0 |   0 | 2.022298e+03 | 9.892000e+03 | 389.15%
1118.69/1119.16	o 3319
1118.69/1119.16	c b1119s|     1 |     0 | 55534 |     - |  32M|   0 |9996 |  10k|  10k|  10k|  10k|   0 |   0 |   0 | 2.022298e+03 | 3.319000e+03 |  64.12%
1800.04/1800.71	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-2703679-1278555331/watcher-2703679-1278555331 -o /tmp/evaluation-result-2703679-1278555331/solver-2703679-1278555331 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703679-1278555331.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.00 1.00 0.98 3/106 28229
/proc/meminfo: memFree=1706460/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=7908 CPUtime=0
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 1277 0 0 0 0 0 0 0 20 0 1 0 23744953 8097792 1189 1992294400 4194304 8395647 140733829875440 18446744073709551615 6767029 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28229/statm: 1977 1189 370 1026 0 947 0

[startup+0.0798449 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 28229
/proc/meminfo: memFree=1706460/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=19208 CPUtime=0.07
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 4127 0 0 0 6 1 0 0 20 0 1 0 23744953 19668992 4035 1992294400 4194304 8395647 140733829875440 18446744073709551615 7382020 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28229/statm: 4802 4035 396 1026 0 3772 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19208

[startup+0.100849 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 28229
/proc/meminfo: memFree=1706460/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=20168 CPUtime=0.09
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 4340 0 0 0 8 1 0 0 20 0 1 0 23744953 20652032 4246 1992294400 4194304 8395647 140733829875440 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28229/statm: 5042 4246 394 1026 0 4012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20168

[startup+0.300884 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 28229
/proc/meminfo: memFree=1706460/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=42104 CPUtime=0.29
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 10130 0 0 0 25 4 0 0 20 0 1 0 23744953 43114496 9682 1992294400 4194304 8395647 140733829875440 18446744073709551615 4449015 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 10526 9682 421 1026 0 9496 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42104

[startup+0.700951 s]
/proc/loadavg: 1.00 1.00 0.98 3/106 28229
/proc/meminfo: memFree=1706460/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=52348 CPUtime=0.69
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 12657 0 0 0 64 5 0 0 21 0 1 0 23744953 53604352 12162 1992294400 4194304 8395647 140733829875440 18446744073709551615 6347101 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 13087 12175 532 1026 0 12057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52348

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28230
/proc/meminfo: memFree=1645072/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=71016 CPUtime=1.49
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 17527 0 0 0 143 6 0 0 23 0 1 0 23744953 72720384 16467 1992294400 4194304 8395647 140733829875440 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 17754 16467 580 1026 0 16724 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71016

[startup+3.10036 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28230
/proc/meminfo: memFree=1640856/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=73892 CPUtime=3.09
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 18539 0 0 0 301 8 0 0 25 0 1 0 23744953 75665408 17448 1992294400 4194304 8395647 140733829875440 18446744073709551615 6693924 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 18473 17448 565 1026 0 17443 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73892

[startup+6.3009 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28230
/proc/meminfo: memFree=1636020/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=78348 CPUtime=6.29
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 19462 0 0 0 619 10 0 0 25 0 1 0 23744953 80228352 17968 1992294400 4194304 8395647 140733829875440 18446744073709551615 6702012 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 19587 17968 565 1026 0 18557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78348

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28230
/proc/meminfo: memFree=1636020/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=78348 CPUtime=12.69
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 19469 0 0 0 1257 12 0 0 25 0 1 0 23744953 80228352 17975 1992294400 4194304 8395647 140733829875440 18446744073709551615 6696801 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 19587 17975 565 1026 0 18557 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78348

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28230
/proc/meminfo: memFree=1635896/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=78348 CPUtime=25.48
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 19481 0 0 0 2534 14 0 0 25 0 1 0 23744953 80228352 17987 1992294400 4194304 8395647 140733829875440 18446744073709551615 6693721 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 19587 17987 565 1026 0 18557 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 78348

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 0.98 2/107 28232
/proc/meminfo: memFree=1634656/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=78348 CPUtime=51.08
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 19788 0 0 0 5089 19 0 0 25 0 1 0 23744953 80228352 18292 1992294400 4194304 8395647 140733829875440 18446744073709551615 6696942 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 19587 18292 563 1026 0 18557 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 78348

[startup+102.308 s]
/proc/loadavg: 1.15 1.03 0.99 2/107 28233
/proc/meminfo: memFree=1632300/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=79532 CPUtime=102.26
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 21049 0 0 0 10200 26 0 0 25 0 1 0 23744953 81440768 18877 1992294400 4194304 8395647 140733829875440 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 19883 18877 563 1026 0 18853 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 79532

[startup+162.301 s]
/proc/loadavg: 1.11 1.04 1.00 2/107 28234
/proc/meminfo: memFree=1627836/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=83852 CPUtime=162.24
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 22882 0 0 0 16189 35 0 0 25 0 1 0 23744953 85864448 19984 1992294400 4194304 8395647 140733829875440 18446744073709551615 6697342 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 20963 19984 563 1026 0 19933 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 83852

[startup+222.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/107 28239
/proc/meminfo: memFree=1622380/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=90184 CPUtime=222.21
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 26284 0 0 0 22179 42 0 0 25 0 1 0 23744953 92348416 21275 1992294400 4194304 8395647 140733829875440 18446744073709551615 6390530 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 22546 21275 563 1026 0 21516 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 90184

[startup+282.302 s]
/proc/loadavg: 1.09 1.05 1.00 2/107 28241
/proc/meminfo: memFree=1612708/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=104164 CPUtime=282.19
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 35140 0 0 0 28170 49 0 0 25 0 1 0 23744953 106663936 23681 1992294400 4194304 8395647 140733829875440 18446744073709551615 6693785 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 26041 23681 563 1026 0 25011 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 104164

[startup+342.301 s]
/proc/loadavg: 1.08 1.05 1.00 2/107 28243
/proc/meminfo: memFree=1610600/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=104164 CPUtime=342.17
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 35666 0 0 0 34161 56 0 0 25 0 1 0 23744953 106663936 24207 1992294400 4194304 8395647 140733829875440 18446744073709551615 6696247 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 26041 24207 563 1026 0 25011 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 104164

[startup+402.301 s]
/proc/loadavg: 1.07 1.06 1.00 2/107 28243
/proc/meminfo: memFree=1602912/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=109424 CPUtime=402.14
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 39484 0 0 0 40154 60 0 0 25 0 1 0 23744953 112050176 26125 1992294400 4194304 8395647 140733829875440 18446744073709551615 6698055 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 27356 26125 563 1026 0 26326 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 109424

[startup+462.301 s]
/proc/loadavg: 1.02 1.04 1.00 2/107 28245
/proc/meminfo: memFree=1602540/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=109424 CPUtime=462.12
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 39567 0 0 0 46149 63 0 0 25 0 1 0 23744953 112050176 26208 1992294400 4194304 8395647 140733829875440 18446744073709551615 6693729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 27356 26208 563 1026 0 26326 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 109424

[startup+522.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/107 28247
/proc/meminfo: memFree=1595720/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=119348 CPUtime=522.1
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 46541 0 0 0 52142 68 0 0 25 0 1 0 23744953 122212352 27918 1992294400 4194304 8395647 140733829875440 18446744073709551615 6693801 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 29837 27918 563 1026 0 28807 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 119348

[startup+582.301 s]
/proc/loadavg: 1.08 1.04 1.01 2/107 28249
/proc/meminfo: memFree=1594604/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=119348 CPUtime=582.07
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 46789 0 0 0 58136 71 0 0 25 0 1 0 23744953 122212352 28166 1992294400 4194304 8395647 140733829875440 18446744073709551615 6698043 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 29837 28166 563 1026 0 28807 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 119348

[startup+642.301 s]
/proc/loadavg: 1.03 1.03 1.00 3/107 28251
/proc/meminfo: memFree=1593240/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=119348 CPUtime=642.07
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 47127 0 0 0 64132 75 0 0 25 0 1 0 23744953 122212352 28504 1992294400 4194304 8395647 140733829875440 18446744073709551615 6719772 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 29837 28504 563 1026 0 28807 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 119348

[startup+702.301 s]

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

/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 64538 0 0 0 106094 96 0 0 25 0 1 0 23744953 150134784 34984 1992294400 4194304 8395647 140733829875440 18446744073709551615 6440946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 36654 34984 569 1026 0 35624 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 146616

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28263
/proc/meminfo: memFree=1559884/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=151472 CPUtime=1121.88
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 66374 0 0 0 112087 101 0 0 25 0 1 0 23744953 155107328 36819 1992294400 4194304 8395647 140733829875440 18446744073709551615 6440946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 37868 36819 597 1026 0 36838 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 151472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28265
/proc/meminfo: memFree=1559884/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=151472 CPUtime=1181.86
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 66374 0 0 0 118079 107 0 0 25 0 1 0 23744953 155107328 36819 1992294400 4194304 8395647 140733829875440 18446744073709551615 6440954 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 37868 36819 597 1026 0 36838 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 151472

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28267
/proc/meminfo: memFree=1559884/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=151472 CPUtime=1241.84
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 66374 0 0 0 124073 111 0 0 25 0 1 0 23744953 155107328 36819 1992294400 4194304 8395647 140733829875440 18446744073709551615 6440619 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 37868 36819 597 1026 0 36838 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 151472

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28267
/proc/meminfo: memFree=1559264/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=151472 CPUtime=1301.83
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 66515 0 0 0 130068 115 0 0 25 0 1 0 23744953 155107328 36960 1992294400 4194304 8395647 140733829875440 18446744073709551615 6741256 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 37868 36960 598 1026 0 36838 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 151472

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28269
/proc/meminfo: memFree=1559140/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=152788 CPUtime=1361.8
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 66527 0 0 0 136065 115 0 0 25 0 1 0 23744953 156454912 36972 1992294400 4194304 8395647 140733829875440 18446744073709551615 6740984 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 38197 36972 598 1026 0 37167 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 152788

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28271
/proc/meminfo: memFree=1556288/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1421.77
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 67229 0 0 0 142062 115 0 0 25 0 1 0 23744953 169189376 37674 1992294400 4194304 8395647 140733829875440 18446744073709551615 6741248 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 37674 598 1026 0 40276 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 165224

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28273
/proc/meminfo: memFree=1556288/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1481.75
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 67229 0 0 0 148059 116 0 0 25 0 1 0 23744953 169189376 37674 1992294400 4194304 8395647 140733829875440 18446744073709551615 6741190 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 37674 598 1026 0 40276 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 165224

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28275
/proc/meminfo: memFree=1556412/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1541.73
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 67229 0 0 0 154056 117 0 0 25 0 1 0 23744953 169189376 37674 1992294400 4194304 8395647 140733829875440 18446744073709551615 6724588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 37674 598 1026 0 40276 0
Current children cumulated CPU time (s) 1541.73
Current children cumulated vsize (KiB) 165224

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28275
/proc/meminfo: memFree=1556412/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1601.7
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 67229 0 0 0 160053 117 0 0 25 0 1 0 23744953 169189376 37674 1992294400 4194304 8395647 140733829875440 18446744073709551615 6724804 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 37674 598 1026 0 40276 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 165224

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28277
/proc/meminfo: memFree=1556412/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1661.69
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 67229 0 0 0 166051 118 0 0 25 0 1 0 23744953 169189376 37674 1992294400 4194304 8395647 140733829875440 18446744073709551615 6740948 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 37674 598 1026 0 40276 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 165224

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28279
/proc/meminfo: memFree=1551452/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1721.67
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 68459 0 0 0 172048 119 0 0 25 0 1 0 23744953 169189376 38904 1992294400 4194304 8395647 140733829875440 18446744073709551615 6741546 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 38904 598 1026 0 40276 0
Current children cumulated CPU time (s) 1721.67
Current children cumulated vsize (KiB) 165224

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28281
/proc/meminfo: memFree=1551328/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1781.64
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 68459 0 0 0 178045 119 0 0 25 0 1 0 23744953 169189376 38904 1992294400 4194304 8395647 140733829875440 18446744073709551615 6724804 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 38904 598 1026 0 40276 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 165224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28281
/proc/meminfo: memFree=1551328/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1800.04
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 68459 0 0 0 179885 119 0 0 25 0 1 0 23744953 169189376 38904 1992294400 4194304 8395647 140733829875440 18446744073709551615 6702072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 38904 598 1026 0 40276 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 165224

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28229

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 28281
/proc/meminfo: memFree=1551328/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1800.73
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 68459 0 0 0 179954 119 0 0 25 0 1 0 23744953 169189376 38904 1992294400 4194304 8395647 140733829875440 18446744073709551615 6696299 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 38904 598 1026 0 40276 0
Current children cumulated CPU time (s) 1800.73
Current children cumulated vsize (KiB) 165224

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28282
/proc/meminfo: memFree=1551320/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1801.53
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 68459 0 0 0 180034 119 0 0 25 0 1 0 23744953 169189376 38904 1992294400 4194304 8395647 140733829875440 18446744073709551615 6742786 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 38904 598 1026 0 40276 0
Current children cumulated CPU time (s) 1801.53
Current children cumulated vsize (KiB) 165224

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28282
/proc/meminfo: memFree=1551320/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1801.93
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 68459 0 0 0 180074 119 0 0 25 0 1 0 23744953 169189376 38904 1992294400 4194304 8395647 140733829875440 18446744073709551615 6719746 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 38904 598 1026 0 40276 0
Current children cumulated CPU time (s) 1801.93
Current children cumulated vsize (KiB) 165224

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28282
/proc/meminfo: memFree=1551320/2059040 swapFree=4151252/4192956
[pid=28229] ppid=28227 vsize=165224 CPUtime=1802.03
/proc/28229/stat : 28229 (pbscip.linux.x8) R 28227 28229 26898 0 -1 4202496 68459 0 0 0 180084 119 0 0 25 0 1 0 23744953 169189376 38904 1992294400 4194304 8395647 140733829875440 18446744073709551615 6741190 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/28229/statm: 41306 38904 598 1026 0 40276 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 165224

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.73
CPU time (s): 1802.08
CPU user time (s): 1800.86
CPU system time (s): 1.21581
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 167344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.86
system time used= 1.21582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68459
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= 13404

runsolver used 2.89056 second user time and 8.60969 second system time

The end

Launcher Data

Begin job on node025 at 2010-07-08 04:15:31
IDJOB=2703679
IDBENCH=2218
IDSOLVER=1213
FILE ID=node025/2703679-1278555331
PBS_JOBID= 11239512
Free space on /tmp= 62516 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g100x100.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-2703679-1278555331/watcher-2703679-1278555331 -o /tmp/evaluation-result-2703679-1278555331/solver-2703679-1278555331 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703679-1278555331.opb -t 1800 -m 1800

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

MD5SUM BENCH= b7796d84094d982e45331121511974b4
RANDOM SEED=1821013155

node025.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.264
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.52
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.264
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1706988 kB
Buffers:         59996 kB
Cached:         194308 kB
SwapCached:       4972 kB
Active:         151508 kB
Inactive:       126416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1706988 kB
SwapTotal:     4192956 kB
SwapFree:      4151252 kB
Dirty:           10944 kB
Writeback:           0 kB
AnonPages:       18652 kB
Mapped:          12440 kB
Slab:            52252 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179828 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= 62508 MiB
End job on node025 at 2010-07-08 04:45:34