Trace number 2666960

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.17 1802.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1297
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
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.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-2666960-1276379771.opb>
10.49/10.53	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.49/10.53	c problem read
10.49/10.53	c presolving settings loaded
13.39/13.49	c presolving:
25.39/25.47	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
30.89/30.96	c    (18.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.89/30.96	c    (18.1s) probing aborted: 100/100 successive totally useless probings
30.89/30.96	c presolving (2 rounds):
30.89/30.96	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.89/30.96	c  1313400 implications, 0 cliques
30.89/30.96	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
30.89/30.96	c  656900 constraints of type <logicor>
30.89/30.96	c transformed objective value is always integral (scale: 1)
30.89/30.96	c Presolving Time: 16.11
30.89/30.96	c - non default parameters ----------------------------------------------------------------------
30.89/30.96	c # SCIP version 1.2.1.2
30.89/30.96	c 
30.89/30.96	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
30.89/30.96	c # [type: int, range: [-1,2147483647], default: -1]
30.89/30.96	c conflict/interconss = 0
30.89/30.96	c 
30.89/30.96	c # should binary conflicts be preferred?
30.89/30.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.89/30.96	c conflict/preferbinary = TRUE
30.89/30.96	c 
30.89/30.96	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
30.89/30.96	c # [type: int, range: [-1,2147483647], default: 0]
30.89/30.96	c constraints/agelimit = 1
30.89/30.96	c 
30.89/30.96	c # should enforcement of pseudo solution be disabled?
30.89/30.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.89/30.96	c constraints/disableenfops = TRUE
30.89/30.96	c 
30.89/30.96	c # frequency for displaying node information lines
30.89/30.96	c # [type: int, range: [-1,2147483647], default: 100]
30.89/30.96	c display/freq = 10000
30.89/30.96	c 
30.89/30.96	c # maximal time in seconds to run
30.89/30.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.89/30.96	c limits/time = 1789.48
30.89/30.96	c 
30.89/30.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.89/30.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.89/30.96	c limits/memory = 1620
30.89/30.96	c 
30.89/30.96	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
30.89/30.96	c # [type: int, range: [-1,2147483647], default: 1]
30.89/30.96	c lp/solvefreq = 0
30.89/30.96	c 
30.89/30.96	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)
30.89/30.96	c # [type: char, range: {lafpsqd}, default: l]
30.89/30.96	c lp/pricing = a
30.89/30.96	c 
30.89/30.96	c # should presolving try to simplify inequalities
30.89/30.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.89/30.96	c constraints/linear/simplifyinequalities = TRUE
30.89/30.96	c 
30.89/30.96	c # should presolving try to simplify knapsacks
30.89/30.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.89/30.96	c constraints/knapsack/simplifyinequalities = TRUE
30.89/30.96	c 
30.89/30.96	c # priority of node selection rule <dfs> in standard mode
30.89/30.96	c # [type: int, range: [-536870912,536870911], default: 0]
30.89/30.96	c nodeselection/dfs/stdpriority = 1000000
30.89/30.96	c 
30.89/30.96	c -----------------------------------------------------------------------------------------------
30.89/30.96	c start solving
30.99/31.01	c 
71.25/71.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.25/71.39	c  57.8s|     1 |     0 |  1100 |     - | 735M|   0 | 272 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.850723e+02 |      --      |    Inf 
654.70/654.93	c   627s|     1 |     0 |  7330 |     - | 746M|   0 | 272 |  10k| 656k|  10k| 656k|  10 |   0 |   0 | 1.912500e+02 |      --      |    Inf 
1212.26/1212.67	c  1090s|     1 |     0 |  7593 |     - | 746M|   0 | 289 |  10k| 656k|  10k| 656k|  18 |   0 |   0 | 1.939464e+02 |      --      |    Inf 
1800.03/1800.51	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-2666960-1276379771/watcher-2666960-1276379771 -o /tmp/evaluation-result-2666960-1276379771/solver-2666960-1276379771 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666960-1276379771.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: 0.99 1.04 1.00 3/107 13587
/proc/meminfo: memFree=1820368/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=6696 CPUtime=0
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 987 0 0 0 0 0 0 0 18 0 1 0 11632990 6856704 907 1992294400 4194304 8223781 140735664277552 18446744073709551615 7297360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 1674 908 343 984 0 687 0

[startup+0.0339289 s]
/proc/loadavg: 0.99 1.04 1.00 3/107 13587
/proc/meminfo: memFree=1820368/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=13864 CPUtime=0.02
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 2775 0 0 0 2 0 0 0 20 0 1 0 11632990 14196736 2694 1992294400 4194304 8223781 140735664277552 18446744073709551615 4680644 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 3466 2694 361 984 0 2479 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13864

[startup+0.100935 s]
/proc/loadavg: 0.99 1.04 1.00 3/107 13587
/proc/meminfo: memFree=1820368/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=18816 CPUtime=0.09
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 4014 0 0 0 8 1 0 0 20 0 1 0 11632990 19267584 3929 1992294400 4194304 8223781 140735664277552 18446744073709551615 7231842 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 4704 3929 365 984 0 3717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18816

[startup+0.300953 s]
/proc/loadavg: 0.99 1.04 1.00 3/107 13587
/proc/meminfo: memFree=1820368/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=23872 CPUtime=0.29
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 5294 0 0 0 28 1 0 0 20 0 1 0 11632990 24444928 5209 1992294400 4194304 8223781 140735664277552 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 5968 5209 365 984 0 4981 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23872

[startup+0.700988 s]
/proc/loadavg: 0.99 1.04 1.00 3/107 13587
/proc/meminfo: memFree=1820368/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=31604 CPUtime=0.69
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 7227 0 0 0 67 2 0 0 20 0 1 0 11632990 32362496 7142 1992294400 4194304 8223781 140735664277552 18446744073709551615 5650709 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 7901 7142 365 984 0 6914 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31604

[startup+1.50106 s]
/proc/loadavg: 0.99 1.04 1.00 2/108 13588
/proc/meminfo: memFree=1785640/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=49032 CPUtime=1.49
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 11587 0 0 0 145 4 0 0 23 0 1 0 11632990 50208768 11502 1992294400 4194304 8223781 140735664277552 18446744073709551615 7246944 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 12258 11502 365 984 0 11271 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49032

[startup+3.1012 s]
/proc/loadavg: 1.07 1.05 1.01 2/108 13588
/proc/meminfo: memFree=1762328/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=83284 CPUtime=3.09
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 20149 0 0 0 301 8 0 0 25 0 1 0 11632990 85282816 20064 1992294400 4194304 8223781 140735664277552 18446744073709551615 5650579 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 20821 20064 365 984 0 19834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83284

[startup+6.30049 s]
/proc/loadavg: 1.07 1.05 1.01 2/108 13588
/proc/meminfo: memFree=1692888/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=151120 CPUtime=6.29
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 37093 0 0 0 615 14 0 0 25 0 1 0 11632990 154746880 37008 1992294400 4194304 8223781 140735664277552 18446744073709551615 4640689 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13587/statm: 37780 37008 365 984 0 36793 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 151120

[startup+12.7011 s]
/proc/loadavg: 1.06 1.05 1.01 2/108 13588
/proc/meminfo: memFree=1286416/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=609724 CPUtime=12.69
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 152093 0 0 0 1212 57 0 0 25 0 1 0 11632990 624357376 150990 1992294400 4194304 8223781 140735664277552 18446744073709551615 6207680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 152431 150990 390 984 0 151444 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 609724

[startup+25.5012 s]
/proc/loadavg: 1.05 1.05 1.00 2/108 13588
/proc/meminfo: memFree=1164896/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=604512 CPUtime=25.48
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 236599 0 0 0 2326 222 0 0 25 0 1 0 11632990 619020288 148657 1992294400 4194304 8223781 140735664277552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 151128 148657 444 984 0 150141 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 604512

[startup+51.1015 s]
/proc/loadavg: 1.03 1.04 1.00 2/108 13588
/proc/meminfo: memFree=594496/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1311596 CPUtime=51.06
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 442625 0 0 0 4788 318 0 0 25 0 1 0 11632990 1343074304 306344 1992294400 4194304 8223781 140735664277552 18446744073709551615 6569367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 327899 306344 527 984 0 326912 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1311596

[startup+102.309 s]
/proc/loadavg: 1.01 1.03 1.00 2/108 13590
/proc/meminfo: memFree=561264/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1349300 CPUtime=102.25
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 461056 0 0 0 9899 326 0 0 25 0 1 0 11632990 1381683200 314599 1992294400 4194304 8223781 140735664277552 18446744073709551615 6565946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 337325 314599 540 984 0 336338 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1349300

[startup+162.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/108 13592
/proc/meminfo: memFree=554692/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1359552 CPUtime=162.23
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 478380 0 0 0 15890 333 0 0 25 0 1 0 11632990 1392181248 316914 1992294400 4194304 8223781 140735664277552 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 339888 316914 540 984 0 338901 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1359552

[startup+222.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/108 13594
/proc/meminfo: memFree=551344/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1360832 CPUtime=222.21
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 490545 0 0 0 21881 340 0 0 25 0 1 0 11632990 1393491968 317078 1992294400 4194304 8223781 140735664277552 18446744073709551615 6569681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 340208 317078 540 984 0 339221 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1360832

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 13594
/proc/meminfo: memFree=550352/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1361144 CPUtime=282.19
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 503379 0 0 0 27873 346 0 0 25 0 1 0 11632990 1393811456 317346 1992294400 4194304 8223781 140735664277552 18446744073709551615 6569462 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 340286 317346 540 984 0 339299 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1361144

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/108 13605
/proc/meminfo: memFree=549112/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1362296 CPUtime=342.17
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 515751 0 0 0 33864 353 0 0 25 0 1 0 11632990 1394991104 317499 1992294400 4194304 8223781 140735664277552 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 340574 317499 540 984 0 339587 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1362296

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13607
/proc/meminfo: memFree=548740/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1362296 CPUtime=402.16
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 533391 0 0 0 39853 363 0 0 25 0 1 0 11632990 1394991104 317595 1992294400 4194304 8223781 140735664277552 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 340574 317595 540 984 0 339587 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 1362296

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13609
/proc/meminfo: memFree=548244/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1362624 CPUtime=462.15
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 543714 0 0 0 45845 370 0 0 25 0 1 0 11632990 1395326976 317721 1992294400 4194304 8223781 140735664277552 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 340656 317721 540 984 0 339669 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1362624

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13611
/proc/meminfo: memFree=569564/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1332796 CPUtime=522.13
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 2403071 0 0 0 51175 1038 0 0 25 0 1 0 11632990 1364783104 312767 1992294400 4194304 8223781 140735664277552 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 333199 312767 547 984 0 332212 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1332796

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13611
/proc/meminfo: memFree=515508/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1396532 CPUtime=582.11
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 4157335 0 0 0 56550 1661 0 0 25 0 1 0 11632990 1430048768 325927 1992294400 4194304 8223781 140735664277552 18446744073709551615 5743109 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 349133 325927 555 984 0 348146 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 1396532

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13613
/proc/meminfo: memFree=493188/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1454552 CPUtime=642.11
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 4180232 0 0 0 62490 1721 0 0 25 0 1 0 11632990 1489461248 331480 1992294400 4194304 8223781 140735664277552 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 363638 331480 569 984 0 362651 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1454552

[startup+702.301 s]

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

/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 24456379 0 0 0 91502 8700 0 0 25 0 1 0 11632990 1494745088 332107 1992294400 4194304 8223781 140735664277552 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 364928 332115 569 984 0 363941 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 1459712

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13625
/proc/meminfo: memFree=487236/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1459712 CPUtime=1062
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 27958645 0 0 0 96284 9916 0 0 25 0 1 0 11632990 1494745088 332905 1992294400 4194304 8223781 140735664277552 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 364928 332905 569 984 0 363941 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 1459712

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13627
/proc/meminfo: memFree=487732/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1460736 CPUtime=1121.99
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 31459085 0 0 0 101068 11131 0 0 25 0 1 0 11632990 1495793664 333161 1992294400 4194304 8223781 140735664277552 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365184 333161 569 984 0 364197 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 1460736

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13627
/proc/meminfo: memFree=490708/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1455600 CPUtime=1181.97
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 31650401 0 0 0 106995 11202 0 0 25 0 1 0 11632990 1490534400 331877 1992294400 4194304 8223781 140735664277552 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 363900 331877 569 984 0 362913 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 1455600

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13629
/proc/meminfo: memFree=488972/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1241.96
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 33378807 0 0 0 112372 11824 0 0 25 0 1 0 11632990 1498689536 333513 1992294400 4194304 8223781 140735664277552 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333513 569 984 0 364904 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1463564

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13631
/proc/meminfo: memFree=488972/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1301.95
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 36891802 0 0 0 117128 13067 0 0 25 0 1 0 11632990 1498689536 333484 1992294400 4194304 8223781 140735664277552 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333494 569 984 0 364904 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1463564

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13633
/proc/meminfo: memFree=484880/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1361.93
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 40402287 0 0 0 121875 14318 0 0 25 0 1 0 11632990 1498689536 333513 1992294400 4194304 8223781 140735664277552 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333513 569 984 0 364904 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1463564

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13635
/proc/meminfo: memFree=484384/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1421.92
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 43910175 0 0 0 126613 15579 0 0 25 0 1 0 11632990 1498689536 333513 1992294400 4194304 8223781 140735664277552 18446744073709551615 6299562 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333513 569 984 0 364904 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1463564

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13635
/proc/meminfo: memFree=487408/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1458428 CPUtime=1481.9
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 47415495 0 0 0 131339 16851 0 0 25 0 1 0 11632990 1493430272 332229 1992294400 4194304 8223781 140735664277552 18446744073709551615 6043689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 364607 332229 569 984 0 363620 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1458428

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13637
/proc/meminfo: memFree=488972/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1541.89
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 50920883 0 0 0 136069 18120 0 0 25 0 1 0 11632990 1498689536 332297 1992294400 4194304 8223781 140735664277552 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 332309 569 984 0 364904 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 1463564

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13639
/proc/meminfo: memFree=488848/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1601.87
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 54428703 0 0 0 140804 19383 0 0 25 0 1 0 11632990 1498689536 333513 1992294400 4194304 8223781 140735664277552 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333513 569 984 0 364904 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1463564

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13641
/proc/meminfo: memFree=488848/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1661.86
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 57934023 0 0 0 145523 20663 0 0 25 0 1 0 11632990 1498689536 333513 1992294400 4194304 8223781 140735664277552 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333513 569 984 0 364904 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1463564

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13643
/proc/meminfo: memFree=484136/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1721.84
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 61443195 0 0 0 150268 21916 0 0 25 0 1 0 11632990 1498689536 333513 1992294400 4194304 8223781 140735664277552 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333513 569 984 0 364904 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1463564

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13643
/proc/meminfo: memFree=485748/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1781.82
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 64949799 0 0 0 155002 23180 0 0 25 0 1 0 11632990 1498689536 333513 1992294400 4194304 8223781 140735664277552 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 333513 569 984 0 364904 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1463564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 13645
/proc/meminfo: memFree=484012/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1463564 CPUtime=1800.03
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 66012137 0 0 0 156434 23569 0 0 25 0 1 0 11632990 1498689536 332699 1992294400 4194304 8223781 140735664277552 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365891 332707 569 984 0 364904 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1463564

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13587

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 13646
/proc/meminfo: memFree=488468/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1459836 CPUtime=1800.92
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 66022344 0 0 0 156519 23573 0 0 25 0 1 0 11632990 1494872064 332712 1992294400 4194304 8223781 140735664277552 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 364959 332712 569 984 0 363972 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 1459836

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 13646
/proc/meminfo: memFree=487228/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=1461444 CPUtime=1801.72
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4202496 66022346 0 0 0 156599 23573 0 0 25 0 1 0 11632990 1496518656 332714 1992294400 4194304 8223781 140735664277552 18446744073709551615 6250747 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/13587/statm: 365361 332714 569 984 0 364374 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 1461444

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 13646
/proc/meminfo: memFree=487228/2059040 swapFree=4140124/4192956
[pid=13587] ppid=13585 vsize=0 CPUtime=1802.12
/proc/13587/stat : 13587 (pbscip.linux.x8) R 13585 13587 13469 0 -1 4203524 66022348 0 0 0 156630 23582 0 0 25 0 1 0 11632990 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/13587/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.17
CPU user time (s): 1566.3
CPU system time (s): 235.87
CPU usage (%): 99.974
Max. virtual memory (cumulated for all children) (KiB): 1463564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1566.3
system time used= 235.87
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66022348
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= 2
involuntary context switches= 3690

runsolver used 3.06053 second user time and 8.46271 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 23:56:13
IDJOB=2666960
IDBENCH=1969
IDSOLVER=1169
FILE ID=node025/2666960-1276379771
PBS_JOBID= 11173240
Free space on /tmp= 62524 MiB

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

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=769239398

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1820772 kB
Buffers:         33544 kB
Cached:         113512 kB
SwapCached:       6772 kB
Active:          96680 kB
Inactive:        63728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1820772 kB
SwapTotal:     4192956 kB
SwapFree:      4140124 kB
Dirty:           21372 kB
Writeback:           0 kB
AnonPages:       10804 kB
Mapped:          12912 kB
Slab:            55864 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183252 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= 62520 MiB
End job on node025 at 2010-06-13 00:26:15