Trace number 2703478

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.1 1802.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-lotfi.opb
MD5SUMc609a7262e604847d8434d132e2de9ed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9240
Total number of constraints145
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint30
Maximum length of a constraint3990
Number of terms in the objective function 240
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 8589934584
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 5368709120000000000
Number of bits of the biggest number in a constraint 63
Biggest sum of numbers in a constraint 40952512476384971616
Number of bits of the biggest sum of numbers66
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 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
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-2703478-1278559150.opb>
0.06/0.09	c [src/scip/reader_opb.c:3100] Warning: there might be <15> coefficients or weight out of range!
0.06/0.09	c original problem has 9240 variables (9240 bin, 0 int, 0 impl, 0 cont) and 145 constraints
0.06/0.09	c problem read
0.06/0.09	c presolving settings loaded
0.09/0.19	c presolving:
0.19/0.23	c (round 1) 1926 del vars, 8 del conss, 1916 chg bounds, 6 chg sides, 122 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.25	c (round 2) 2144 del vars, 8 del conss, 2130 chg bounds, 15 chg sides, 131 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.26	c (round 3) 2146 del vars, 8 del conss, 2132 chg bounds, 15 chg sides, 131 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.27	c (round 4) 2146 del vars, 8 del conss, 2132 chg bounds, 15 chg sides, 131 chg coeffs, 50 upgd conss, 0 impls, 0 clqs
0.19/0.29	c (round 5) 2146 del vars, 8 del conss, 2132 chg bounds, 34 chg sides, 661 chg coeffs, 50 upgd conss, 126 impls, 44 clqs
2.59/2.68	c    (2.6s) probing: 1000/7094 (14.1%) - 46 fixings, 0 aggregations, 567 implications, 4 bound changes
2.79/2.86	c    (2.8s) probing: 1067/7094 (15.0%) - 46 fixings, 0 aggregations, 567 implications, 4 bound changes
2.79/2.86	c    (2.8s) probing aborted: 100/100 successive totally useless probings
2.79/2.86	c (round 6) 2192 del vars, 8 del conss, 2136 chg bounds, 34 chg sides, 661 chg coeffs, 50 upgd conss, 1264 impls, 44 clqs
2.79/2.88	c (round 7) 2192 del vars, 8 del conss, 2136 chg bounds, 38 chg sides, 665 chg coeffs, 50 upgd conss, 1288 impls, 44 clqs
3.99/4.03	c    (3.9s) probing: 1463/7094 (20.6%) - 46 fixings, 0 aggregations, 1293 implications, 4 bound changes
3.99/4.03	c    (3.9s) probing aborted: 100/100 successive totally useless probings
3.99/4.03	c presolving (8 rounds):
3.99/4.03	c  2192 deleted vars, 8 deleted constraints, 2136 tightened bounds, 0 added holes, 38 changed sides, 665 changed coefficients
3.99/4.03	c  2740 implications, 44 cliques
3.99/4.03	c presolved problem has 7048 variables (7048 bin, 0 int, 0 impl, 0 cont) and 137 constraints
3.99/4.03	c      50 constraints of type <knapsack>
3.99/4.03	c      87 constraints of type <linear>
3.99/4.03	c transformed objective value is always integral (scale: 1)
3.99/4.03	c Presolving Time: 3.90
3.99/4.03	c - non default parameters ----------------------------------------------------------------------
3.99/4.03	c # SCIP version 1.2.1.3
3.99/4.03	c 
3.99/4.03	c # frequency for displaying node information lines
3.99/4.03	c # [type: int, range: [-1,2147483647], default: 100]
3.99/4.03	c display/freq = 10000
3.99/4.03	c 
3.99/4.03	c # maximal time in seconds to run
3.99/4.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.99/4.03	c limits/time = 1789.91
3.99/4.03	c 
3.99/4.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.99/4.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.99/4.03	c limits/memory = 1620
3.99/4.03	c 
3.99/4.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.99/4.03	c # [type: int, range: [1,2], default: 1]
3.99/4.03	c timing/clocktype = 2
3.99/4.03	c 
3.99/4.03	c # should presolving try to simplify inequalities
3.99/4.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.99/4.03	c constraints/linear/simplifyinequalities = TRUE
3.99/4.03	c 
3.99/4.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.99/4.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.99/4.03	c constraints/indicator/addCouplingCons = TRUE
3.99/4.03	c 
3.99/4.03	c # should presolving try to simplify knapsacks
3.99/4.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.99/4.03	c constraints/knapsack/simplifyinequalities = TRUE
3.99/4.03	c 
3.99/4.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.99/4.03	c # [type: int, range: [-1,2147483647], default: -1]
3.99/4.03	c separating/rapidlearning/freq = 0
3.99/4.03	c 
3.99/4.03	c -----------------------------------------------------------------------------------------------
3.99/4.03	c start solving
3.99/4.04	c 
38.49/38.57	c (node 1) unresolved numerical troubles in LP 4
38.49/38.58	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.49/38.58	c  38.5s|     1 |     2 | 88579 |     - |  21M|   0 |   - |7048 | 137 |7048 | 137 |   0 |   0 |   0 |-1.073742e+09 |      --      |    Inf 
1800.08/1800.50	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-2703478-1278559150/watcher-2703478-1278559150 -o /tmp/evaluation-result-2703478-1278559150/solver-2703478-1278559150 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703478-1278559150.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 1.00 3/107 863
/proc/meminfo: memFree=1591376/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=5692 CPUtime=0
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 745 0 0 0 0 0 0 0 20 0 1 0 24126793 5828608 659 1992294400 4194304 8395647 140737390574048 18446744073709551615 6347101 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/863/statm: 1423 672 313 1026 0 393 0

[startup+0.062959 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 863
/proc/meminfo: memFree=1591376/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=17676 CPUtime=0.06
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 3715 0 0 0 5 1 0 0 20 0 1 0 24126793 18100224 3626 1992294400 4194304 8395647 140737390574048 18446744073709551615 6765648 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/863/statm: 4419 3626 393 1026 0 3389 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17676

[startup+0.100961 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 863
/proc/meminfo: memFree=1591376/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=19324 CPUtime=0.09
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 4418 0 0 0 8 1 0 0 20 0 1 0 24126793 19787776 3975 1992294400 4194304 8395647 140737390574048 18446744073709551615 7355228 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 4831 3975 410 1026 0 3801 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19324

[startup+0.300976 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 863
/proc/meminfo: memFree=1591376/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=37332 CPUtime=0.29
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 8667 0 0 0 27 2 0 0 20 0 1 0 24126793 38227968 8224 1992294400 4194304 8395647 140737390574048 18446744073709551615 5608240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 9333 8224 498 1026 0 8303 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37332

[startup+0.701009 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 863
/proc/meminfo: memFree=1591376/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=37332 CPUtime=0.69
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 8667 0 0 0 67 2 0 0 20 0 1 0 24126793 38227968 8224 1992294400 4194304 8395647 140737390574048 18446744073709551615 5608322 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 9333 8224 498 1026 0 8303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37332

[startup+1.50107 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 864
/proc/meminfo: memFree=1560368/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=37332 CPUtime=1.49
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 8667 0 0 0 147 2 0 0 22 0 1 0 24126793 38227968 8224 1992294400 4194304 8395647 140737390574048 18446744073709551615 5026819 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 9333 8224 498 1026 0 8303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37332

[startup+3.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 864
/proc/meminfo: memFree=1560120/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=38868 CPUtime=3.09
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 9057 0 0 0 306 3 0 0 25 0 1 0 24126793 39800832 8614 1992294400 4194304 8395647 140737390574048 18446744073709551615 5026819 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 9717 8614 504 1026 0 8687 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38868

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 864
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=6.29
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10626 0 0 0 624 5 0 0 25 0 1 0 24126793 46645248 10154 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10154 577 1026 0 10358 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45552

[startup+12.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 864
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=12.69
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10626 0 0 0 1258 11 0 0 25 0 1 0 24126793 46645248 10154 1992294400 4194304 8395647 140737390574048 18446744073709551615 6663877 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10154 577 1026 0 10358 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45552

[startup+25.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 864
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=25.48
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10628 0 0 0 2525 23 0 0 25 0 1 0 24126793 46645248 10156 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10156 579 1026 0 10358 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45552

[startup+51.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 865
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=51.08
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 5061 47 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670381 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 45552

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 866
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=102.28
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 10132 96 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 45552

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 868
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=162.26
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 16070 156 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6503577 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 45552

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 870
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=222.24
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 22013 211 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 45552

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 871
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=282.22
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 27958 264 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670365 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 45552

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 873
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=342.21
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 33902 319 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 45552

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 874
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=402.2
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 39842 378 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 45552

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 876
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=462.19
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 45781 438 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 45552

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 878
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=522.17
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 51721 496 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6663886 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 45552

[startup+582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 879
/proc/meminfo: memFree=1552308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=582.16
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 57667 549 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 45552

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 881
/proc/meminfo: memFree=1552184/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=642.14
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 63606 608 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 45552

[startup+702.301 s]

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

/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 105198 1006 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6503918 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 45552

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 894
/proc/meminfo: memFree=1551936/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1122.03
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 111144 1059 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 45552

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 895
/proc/meminfo: memFree=1551812/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1182.01
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 117087 1114 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 45552

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 897
/proc/meminfo: memFree=1551688/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1242
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 123029 1171 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 45552

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 898
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1302
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 128969 1231 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 45552

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 900
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1361.98
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 134911 1287 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1361.98
Current children cumulated vsize (KiB) 45552

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 902
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1421.96
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 140852 1344 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 45552

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 903
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1481.94
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 146792 1402 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 45552

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 905
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1541.93
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 152732 1461 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670365 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 45552

[startup+1602.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/108 906
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1601.92
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 158673 1519 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 45552

[startup+1662.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/108 908
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1661.91
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 164616 1575 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670389 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 45552

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 910
/proc/meminfo: memFree=1551564/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1721.9
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 170562 1628 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6503554 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 45552

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 911
/proc/meminfo: memFree=1551316/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1781.88
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 176503 1685 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1781.88
Current children cumulated vsize (KiB) 45552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 912
/proc/meminfo: memFree=1551316/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1800.08
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 178307 1701 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 45552

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -863

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 913
/proc/meminfo: memFree=1551308/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1800.98
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 178396 1702 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670385 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (KiB) 45552

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 913
/proc/meminfo: memFree=1551184/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1801.77
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 178475 1702 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6670396 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1801.77
Current children cumulated vsize (KiB) 45552

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 913
/proc/meminfo: memFree=1551184/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1801.98
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 178495 1703 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 6503918 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1801.98
Current children cumulated vsize (KiB) 45552

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 913
/proc/meminfo: memFree=1551184/2059040 swapFree=4139464/4192956
[pid=863] ppid=861 vsize=45552 CPUtime=1802.08
/proc/863/stat : 863 (pbscip.linux.x8) R 861 863 30740 0 -1 4202496 10631 0 0 0 178505 1703 0 0 25 0 1 0 24126793 46645248 10159 1992294400 4194304 8395647 140737390574048 18446744073709551615 7428202 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/863/statm: 11388 10159 582 1026 0 10358 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 45552

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.51
CPU time (s): 1802.1
CPU user time (s): 1785.06
CPU system time (s): 17.0344
CPU usage (%): 99.9768
Max. virtual memory (cumulated for all children) (KiB): 45552

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

runsolver used 2.86856 second user time and 8.61869 second system time

The end

Launcher Data

Begin job on node026 at 2010-07-08 05:19:10
IDJOB=2703478
IDBENCH=2394
IDSOLVER=1213
FILE ID=node026/2703478-1278559150
PBS_JOBID= 11239511
Free space on /tmp= 62496 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-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-lotfi.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-2703478-1278559150/watcher-2703478-1278559150 -o /tmp/evaluation-result-2703478-1278559150/solver-2703478-1278559150 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703478-1278559150.opb -t 1800 -m 1800

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

MD5SUM BENCH= c609a7262e604847d8434d132e2de9ed
RANDOM SEED=2074443895

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1591904 kB
Buffers:         63496 kB
Cached:         296412 kB
SwapCached:      10296 kB
Active:         133496 kB
Inactive:       243668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1591904 kB
SwapTotal:     4192956 kB
SwapFree:      4139464 kB
Dirty:           12584 kB
Writeback:           0 kB
AnonPages:       11612 kB
Mapped:          11948 kB
Slab:            67936 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180704 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= 62488 MiB
End job on node026 at 2010-07-08 05:49:13