Trace number 2666963

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.21 1802.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1796.43
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
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 494527
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 494527
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-2666963-1276382059.opb>
10.69/10.79	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.69/10.79	c problem read
10.69/10.79	c presolving settings loaded
13.68/13.76	c presolving:
25.68/25.75	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
31.18/31.24	c    (18.0s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
31.18/31.24	c    (18.0s) probing aborted: 100/100 successive totally useless probings
31.18/31.24	c presolving (2 rounds):
31.18/31.24	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
31.18/31.24	c  1313400 implications, 0 cliques
31.18/31.24	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
31.18/31.24	c  656900 constraints of type <logicor>
31.18/31.24	c transformed objective value is always integral (scale: 1)
31.18/31.24	c Presolving Time: 15.99
31.18/31.24	c - non default parameters ----------------------------------------------------------------------
31.18/31.24	c # SCIP version 1.2.1.2
31.18/31.24	c 
31.18/31.24	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
31.18/31.24	c # [type: int, range: [-1,2147483647], default: -1]
31.18/31.24	c conflict/interconss = 0
31.18/31.24	c 
31.18/31.24	c # should binary conflicts be preferred?
31.18/31.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.18/31.24	c conflict/preferbinary = TRUE
31.18/31.24	c 
31.18/31.24	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
31.18/31.24	c # [type: int, range: [-1,2147483647], default: 0]
31.18/31.24	c constraints/agelimit = 1
31.18/31.24	c 
31.18/31.24	c # should enforcement of pseudo solution be disabled?
31.18/31.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.18/31.24	c constraints/disableenfops = TRUE
31.18/31.24	c 
31.18/31.24	c # frequency for displaying node information lines
31.18/31.24	c # [type: int, range: [-1,2147483647], default: 100]
31.18/31.24	c display/freq = 10000
31.18/31.24	c 
31.18/31.24	c # maximal time in seconds to run
31.18/31.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
31.18/31.24	c limits/time = 1789.22
31.18/31.24	c 
31.18/31.24	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
31.18/31.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
31.18/31.24	c limits/memory = 1620
31.18/31.24	c 
31.18/31.24	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
31.18/31.24	c # [type: int, range: [-1,2147483647], default: 1]
31.18/31.24	c lp/solvefreq = 0
31.18/31.24	c 
31.18/31.24	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)
31.18/31.24	c # [type: char, range: {lafpsqd}, default: l]
31.18/31.24	c lp/pricing = a
31.18/31.24	c 
31.18/31.24	c # should presolving try to simplify inequalities
31.18/31.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.18/31.24	c constraints/linear/simplifyinequalities = TRUE
31.18/31.24	c 
31.18/31.24	c # should presolving try to simplify knapsacks
31.18/31.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
31.18/31.24	c constraints/knapsack/simplifyinequalities = TRUE
31.18/31.24	c 
31.18/31.24	c # priority of node selection rule <dfs> in standard mode
31.18/31.24	c # [type: int, range: [-536870912,536870911], default: 0]
31.18/31.24	c nodeselection/dfs/stdpriority = 1000000
31.18/31.24	c 
31.18/31.24	c -----------------------------------------------------------------------------------------------
31.18/31.24	c start solving
31.18/31.29	c 
57.67/57.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
57.67/57.71	c  43.8s|     1 |     0 |   804 |     - | 735M|   0 | 194 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.815000e+02 |      --      |    Inf 
1123.00/1123.42	o 426
1123.00/1123.42	c F1108s|     1 |     0 | 13693 |     - | 736M|   0 |   0 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.815000e+02 | 4.260000e+02 | 134.71%
1237.66/1238.10	c  1217s|     1 |     0 | 14160 |     - | 736M|   0 | 276 |  10k| 656k|  10k| 656k|  15 |   0 |   0 | 1.884631e+02 | 4.260000e+02 | 126.04%
1800.07/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-2666963-1276382059/watcher-2666963-1276382059 -o /tmp/evaluation-result-2666963-1276382059/solver-2666963-1276382059 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666963-1276382059.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.02 1.00 3/106 16841
/proc/meminfo: memFree=1804436/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=6696 CPUtime=0
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 13807546 6856704 904 1992294400 4194304 8223781 140733201886576 18446744073709551615 7256628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 1674 905 343 984 0 687 0

[startup+0.061955 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 16841
/proc/meminfo: memFree=1804436/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=17480 CPUtime=0.05
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 3705 0 0 0 4 1 0 0 20 0 1 0 13807546 17899520 3620 1992294400 4194304 8223781 140733201886576 18446744073709551615 4400177 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 4370 3620 366 984 0 3383 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17480

[startup+0.100962 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 16841
/proc/meminfo: memFree=1804436/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=18680 CPUtime=0.09
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 3982 0 0 0 8 1 0 0 20 0 1 0 13807546 19128320 3896 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 4670 3896 365 984 0 3683 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18680

[startup+0.301001 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 16841
/proc/meminfo: memFree=1804436/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=22708 CPUtime=0.29
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 5005 0 0 0 28 1 0 0 20 0 1 0 13807546 23252992 4919 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 5677 4919 365 984 0 4690 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22708

[startup+0.701079 s]
/proc/loadavg: 1.00 1.02 1.00 3/106 16841
/proc/meminfo: memFree=1804436/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=31600 CPUtime=0.69
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 7226 0 0 0 67 2 0 0 20 0 1 0 13807546 32358400 7140 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 7900 7140 365 984 0 6913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31600

[startup+1.50124 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 16842
/proc/meminfo: memFree=1770700/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=48192 CPUtime=1.49
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 11375 0 0 0 145 4 0 0 23 0 1 0 13807546 49348608 11289 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 12048 11289 365 984 0 11061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48192

[startup+3.10055 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 16842
/proc/meminfo: memFree=1747016/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=81416 CPUtime=3.09
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 19643 0 0 0 302 7 0 0 25 0 1 0 13807546 83369984 19557 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 20354 19557 365 984 0 19367 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81416

[startup+6.30117 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 16842
/proc/meminfo: memFree=1679064/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=147900 CPUtime=6.29
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 36239 0 0 0 616 13 0 0 25 0 1 0 13807546 151449600 36153 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16841/statm: 36975 36153 365 984 0 35988 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 147900

[startup+12.7014 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 16842
/proc/meminfo: memFree=1313388/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=584484 CPUtime=12.69
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 145684 0 0 0 1217 52 0 0 25 0 1 0 13807546 598511616 144580 1992294400 4194304 8223781 140733201886576 18446744073709551615 6205568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 146121 144592 390 984 0 145134 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 584484

[startup+25.5009 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 16842
/proc/meminfo: memFree=1148716/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=665352 CPUtime=25.48
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 236600 0 0 0 2322 226 0 0 25 0 1 0 13807546 681320448 163868 1992294400 4194304 8223781 140733201886576 18446744073709551615 4361616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 166338 163868 444 984 0 165351 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 665352

[startup+51.1009 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 16842
/proc/meminfo: memFree=578068/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1311148 CPUtime=51.08
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 442484 0 0 0 4781 327 0 0 25 0 1 0 13807546 1342615552 306323 1992294400 4194304 8223781 140733201886576 18446744073709551615 6251373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 327787 306323 527 984 0 326800 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1311148

[startup+102.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 16844
/proc/meminfo: memFree=544340/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1348972 CPUtime=102.26
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 458908 0 0 0 9892 334 0 0 25 0 1 0 13807546 1381347328 314768 1992294400 4194304 8223781 140733201886576 18446744073709551615 6503321 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 337243 314768 540 984 0 336256 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1348972

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16846
/proc/meminfo: memFree=535660/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1359472 CPUtime=162.24
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 473400 0 0 0 15882 342 0 0 25 0 1 0 13807546 1392099328 316926 1992294400 4194304 8223781 140733201886576 18446744073709551615 6569379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 339868 316926 540 984 0 338881 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1359472

[startup+222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16848
/proc/meminfo: memFree=534916/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1360152 CPUtime=222.21
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 485391 0 0 0 21873 348 0 0 25 0 1 0 13807546 1392795648 317095 1992294400 4194304 8223781 140733201886576 18446744073709551615 6504573 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 340038 317095 540 984 0 339051 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1360152

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16848
/proc/meminfo: memFree=533924/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1361988 CPUtime=282.19
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 500380 0 0 0 27863 356 0 0 25 0 1 0 13807546 1394675712 317360 1992294400 4194304 8223781 140733201886576 18446744073709551615 6533049 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 340497 317360 540 984 0 339510 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1361988

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16850
/proc/meminfo: memFree=533552/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1362116 CPUtime=342.17
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 514712 0 0 0 33852 365 0 0 25 0 1 0 13807546 1394806784 317443 1992294400 4194304 8223781 140733201886576 18446744073709551615 6569626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 340529 317443 540 984 0 339542 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1362116

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16852
/proc/meminfo: memFree=531568/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1364396 CPUtime=402.16
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 533386 0 0 0 39840 376 0 0 25 0 1 0 13807546 1397141504 317958 1992294400 4194304 8223781 140733201886576 18446744073709551615 6504573 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 341099 317958 540 984 0 340112 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 1364396

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16854
/proc/meminfo: memFree=531196/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1364396 CPUtime=462.14
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 545265 0 0 0 45830 384 0 0 25 0 1 0 13807546 1397141504 318048 1992294400 4194304 8223781 140733201886576 18446744073709551615 6504745 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 341099 318048 540 984 0 340112 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1364396

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16856
/proc/meminfo: memFree=530452/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1364396 CPUtime=522.11
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 561738 0 0 0 51819 392 0 0 25 0 1 0 13807546 1397141504 318230 1992294400 4194304 8223781 140733201886576 18446744073709551615 6359593 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 341099 318230 540 984 0 340112 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 1364396

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16856
/proc/meminfo: memFree=528592/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1368132 CPUtime=582.09
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 577498 0 0 0 57810 399 0 0 25 0 1 0 13807546 1400967168 318693 1992294400 4194304 8223781 140733201886576 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 342033 318693 540 984 0 341046 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 1368132

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16858
/proc/meminfo: memFree=526360/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1371380 CPUtime=642.07
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 592037 0 0 0 63800 407 0 0 25 0 1 0 13807546 1404293120 319240 1992294400 4194304 8223781 140733201886576 18446744073709551615 6359014 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 342845 319240 540 984 0 341858 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 1371380

[startup+702.301 s]

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

/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 694413 0 0 0 105736 457 0 0 25 0 1 0 13807546 1404850176 319989 1992294400 4194304 8223781 140733201886576 18446744073709551615 6240089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 342981 319989 540 984 0 341994 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 1371924

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16872
/proc/meminfo: memFree=523260/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1371924 CPUtime=1121.9
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 706869 0 0 0 111727 463 0 0 25 0 1 0 13807546 1404850176 319930 1992294400 4194304 8223781 140733201886576 18446744073709551615 6563111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 342981 319930 540 984 0 341994 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 1371924

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16872
/proc/meminfo: memFree=538760/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1354376 CPUtime=1181.88
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 2194518 0 0 0 117199 989 0 0 25 0 1 0 13807546 1386881024 316076 1992294400 4194304 8223781 140733201886576 18446744073709551615 5743088 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 338594 316076 551 984 0 337607 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 1354376

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16874
/proc/meminfo: memFree=510488/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1241.86
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 2427800 0 0 0 123068 1118 0 0 25 0 1 0 13807546 1453961216 323079 1992294400 4194304 8223781 140733201886576 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 323079 566 984 0 353984 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 1419884

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16876
/proc/meminfo: memFree=510488/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1414748 CPUtime=1301.85
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 5951096 0 0 0 127866 2319 0 0 25 0 1 0 13807546 1448701952 321795 1992294400 4194304 8223781 140733201886576 18446744073709551615 6043568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 353687 321795 566 984 0 352700 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 1414748

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16878
/proc/meminfo: memFree=513960/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1361.82
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 9458674 0 0 0 132629 3553 0 0 25 0 1 0 13807546 1453961216 322769 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 322778 566 984 0 353984 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 1419884

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16880
/proc/meminfo: memFree=510488/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1421.8
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 12970724 0 0 0 137397 4783 0 0 25 0 1 0 13807546 1453961216 323079 1992294400 4194304 8223781 140733201886576 18446744073709551615 6299587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 323079 566 984 0 353984 0
Current children cumulated CPU time (s) 1421.8
Current children cumulated vsize (KiB) 1419884

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16880
/proc/meminfo: memFree=514332/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1414748 CPUtime=1481.77
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 16504292 0 0 0 142198 5979 0 0 25 0 1 0 13807546 1448701952 321795 1992294400 4194304 8223781 140733201886576 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 353687 321795 566 984 0 352700 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 1414748

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16882
/proc/meminfo: memFree=513092/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1541.76
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 20031253 0 0 0 146994 7182 0 0 25 0 1 0 13807546 1453961216 322892 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 322901 566 984 0 353984 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 1419884

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16893
/proc/meminfo: memFree=510116/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1601.73
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 23537506 0 0 0 151743 8430 0 0 25 0 1 0 13807546 1453961216 322541 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 322549 566 984 0 353984 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 1419884

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16895
/proc/meminfo: memFree=510116/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1661.71
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 27049888 0 0 0 156501 9670 0 0 25 0 1 0 13807546 1453961216 321899 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 321911 566 984 0 353984 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 1419884

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16897
/proc/meminfo: memFree=514580/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1721.69
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 30561337 0 0 0 161250 10919 0 0 25 0 1 0 13807546 1453961216 322892 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 322901 566 984 0 353984 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 1419884

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16897
/proc/meminfo: memFree=514580/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1781.66
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 34075136 0 0 0 166002 12164 0 0 25 0 1 0 13807546 1453961216 322383 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 322391 566 984 0 353984 0
Current children cumulated CPU time (s) 1781.66
Current children cumulated vsize (KiB) 1419884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16899
/proc/meminfo: memFree=511976/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1419884 CPUtime=1800.07
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 35150540 0 0 0 167461 12546 0 0 25 0 1 0 13807546 1453961216 323079 1992294400 4194304 8223781 140733201886576 18446744073709551615 7253725 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 354971 323079 566 984 0 353984 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1419884

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16841

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 16899
/proc/meminfo: memFree=511976/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1411100 CPUtime=1800.76
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 35159901 0 0 0 167526 12550 0 0 25 0 1 0 13807546 1444966400 322156 1992294400 4194304 8223781 140733201886576 18446744073709551615 6567862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 352775 322156 566 984 0 351788 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (KiB) 1411100

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16900
/proc/meminfo: memFree=513704/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1415592 CPUtime=1801.56
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 35159906 0 0 0 167606 12550 0 0 25 0 1 0 13807546 1449566208 322161 1992294400 4194304 8223781 140733201886576 18446744073709551615 6567886 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 353898 322161 566 984 0 352911 0
Current children cumulated CPU time (s) 1801.56
Current children cumulated vsize (KiB) 1415592

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16900
/proc/meminfo: memFree=513704/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=1415592 CPUtime=1801.96
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4202496 35159909 0 0 0 167646 12550 0 0 25 0 1 0 13807546 1449566208 322164 1992294400 4194304 8223781 140733201886576 18446744073709551615 6567951 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16841/statm: 353898 322164 566 984 0 352911 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 1415592

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 16900
/proc/meminfo: memFree=1369808/2059040 swapFree=4136168/4192956
[pid=16841] ppid=16839 vsize=0 CPUtime=1802.17
/proc/16841/stat : 16841 (pbscip.linux.x8) R 16839 16841 16403 0 -1 4203524 35159912 0 0 0 167658 12559 0 0 25 0 1 0 13807546 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/16841/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.84
CPU time (s): 1802.21
CPU user time (s): 1676.58
CPU system time (s): 125.63
CPU usage (%): 99.9648
Max. virtual memory (cumulated for all children) (KiB): 1454052

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

runsolver used 2.98754 second user time and 8.51071 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-13 00:34:20
IDJOB=2666963
IDBENCH=1972
IDSOLVER=1169
FILE ID=node011/2666963-1276382059
PBS_JOBID= 11173233
Free space on /tmp= 62248 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_9.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-2666963-1276382059/watcher-2666963-1276382059 -o /tmp/evaluation-result-2666963-1276382059/solver-2666963-1276382059 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666963-1276382059.opb -t 1800 -m 1800

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=2054072218

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1804840 kB
Buffers:         56444 kB
Cached:         134608 kB
SwapCached:      11032 kB
Active:         111480 kB
Inactive:        93024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1804840 kB
SwapTotal:     4192956 kB
SwapFree:      4136168 kB
Dirty:           21320 kB
Writeback:           0 kB
AnonPages:       10708 kB
Mapped:           9208 kB
Slab:            27836 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180056 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= 62244 MiB
End job on node011 at 2010-06-13 01:04:23