Trace number 2666954

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.18 1802.86

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark833
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
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 492823
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 492823
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-2666954-1276375303.opb>
10.39/10.44	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.39/10.44	c problem read
10.39/10.44	c presolving settings loaded
13.28/13.40	c presolving:
25.39/25.46	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.88/30.94	c    (18.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.88/30.94	c    (18.1s) probing aborted: 100/100 successive totally useless probings
30.88/30.94	c presolving (2 rounds):
30.88/30.94	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.88/30.94	c  1313400 implications, 0 cliques
30.88/30.94	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
30.88/30.94	c  656900 constraints of type <logicor>
30.88/30.94	c transformed objective value is always integral (scale: 1)
30.88/30.94	c Presolving Time: 16.12
30.88/30.94	c - non default parameters ----------------------------------------------------------------------
30.88/30.94	c # SCIP version 1.2.1.2
30.88/30.94	c 
30.88/30.94	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
30.88/30.94	c # [type: int, range: [-1,2147483647], default: -1]
30.88/30.94	c conflict/interconss = 0
30.88/30.94	c 
30.88/30.94	c # should binary conflicts be preferred?
30.88/30.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.88/30.94	c conflict/preferbinary = TRUE
30.88/30.94	c 
30.88/30.94	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
30.88/30.94	c # [type: int, range: [-1,2147483647], default: 0]
30.88/30.94	c constraints/agelimit = 1
30.88/30.94	c 
30.88/30.94	c # should enforcement of pseudo solution be disabled?
30.88/30.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.88/30.94	c constraints/disableenfops = TRUE
30.88/30.94	c 
30.88/30.94	c # frequency for displaying node information lines
30.88/30.94	c # [type: int, range: [-1,2147483647], default: 100]
30.88/30.94	c display/freq = 10000
30.88/30.94	c 
30.88/30.94	c # maximal time in seconds to run
30.88/30.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.88/30.94	c limits/time = 1789.57
30.88/30.94	c 
30.88/30.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.88/30.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.88/30.94	c limits/memory = 1620
30.88/30.94	c 
30.88/30.94	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
30.88/30.94	c # [type: int, range: [-1,2147483647], default: 1]
30.88/30.94	c lp/solvefreq = 0
30.88/30.94	c 
30.88/30.94	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.88/30.94	c # [type: char, range: {lafpsqd}, default: l]
30.88/30.94	c lp/pricing = a
30.88/30.94	c 
30.88/30.94	c # should presolving try to simplify inequalities
30.88/30.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.88/30.94	c constraints/linear/simplifyinequalities = TRUE
30.88/30.94	c 
30.88/30.94	c # should presolving try to simplify knapsacks
30.88/30.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.88/30.94	c constraints/knapsack/simplifyinequalities = TRUE
30.88/30.94	c 
30.88/30.94	c # priority of node selection rule <dfs> in standard mode
30.88/30.94	c # [type: int, range: [-536870912,536870911], default: 0]
30.88/30.94	c nodeselection/dfs/stdpriority = 1000000
30.88/30.94	c 
30.88/30.94	c -----------------------------------------------------------------------------------------------
30.88/30.94	c start solving
30.98/31.00	c 
71.37/71.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
71.37/71.42	c  57.9s|     1 |     0 |  1102 |     - | 735M|   0 | 275 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.659250e+02 |      --      |    Inf 
624.07/624.38	c   600s|     1 |     0 |  7172 |     - | 745M|   0 | 289 |  10k| 656k|  10k| 656k|  11 |   0 |   0 | 1.752747e+02 |      --      |    Inf 
853.98/854.38	c   806s|     1 |     0 |  7502 |     - | 760M|   0 | 283 |  10k| 656k|  10k| 656k|  20 |   0 |   0 | 1.793848e+02 |      --      |    Inf 
1112.59/1113.03	c  1035s|     1 |     0 |  7921 |     - | 760M|   0 | 278 |  10k| 656k|  10k| 656k|  31 |   0 |   0 | 1.845493e+02 |      --      |    Inf 
1410.35/1410.96	c  1296s|     1 |     0 |  8258 |     - | 760M|   0 | 287 |  10k| 656k|  10k| 656k|  40 |   0 |   0 | 1.896650e+02 |      --      |    Inf 
1734.13/1734.86	c  1575s|     1 |     0 |  8564 |     - | 760M|   0 | 294 |  10k| 656k|  10k| 656k|  49 |   0 |   0 | 1.928943e+02 |      --      |    Inf 
1800.02/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-2666954-1276375303/watcher-2666954-1276375303 -o /tmp/evaluation-result-2666954-1276375303/solver-2666954-1276375303 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666954-1276375303.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: 2.10 2.43 2.01 3/106 14265
/proc/meminfo: memFree=1330328/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=6696 CPUtime=0
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 13131788 6856704 907 1992294400 4194304 8223781 140733232631920 18446744073709551615 7297360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 1674 907 343 984 0 687 0

[startup+0.010684 s]
/proc/loadavg: 2.10 2.43 2.01 3/106 14265
/proc/meminfo: memFree=1330328/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=6696 CPUtime=0
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 996 0 0 0 0 0 0 0 20 0 1 0 13131788 6856704 915 1992294400 4194304 8223781 140733232631920 18446744073709551615 7256628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 1674 915 343 984 0 687 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6696

[startup+0.101699 s]
/proc/loadavg: 2.10 2.43 2.01 3/106 14265
/proc/meminfo: memFree=1330328/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=18812 CPUtime=0.09
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 4015 0 0 0 8 1 0 0 20 0 1 0 13131788 19263488 3929 1992294400 4194304 8223781 140733232631920 18446744073709551615 7246482 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 4703 3929 365 984 0 3716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18812

[startup+0.301732 s]
/proc/loadavg: 2.10 2.43 2.01 3/106 14265
/proc/meminfo: memFree=1330328/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=23868 CPUtime=0.29
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 5296 0 0 0 28 1 0 0 20 0 1 0 13131788 24440832 5210 1992294400 4194304 8223781 140733232631920 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 5967 5210 365 984 0 4980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23868

[startup+0.701801 s]
/proc/loadavg: 2.10 2.43 2.01 3/106 14265
/proc/meminfo: memFree=1330328/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=31600 CPUtime=0.69
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 7229 0 0 0 67 2 0 0 21 0 1 0 13131788 32358400 7143 1992294400 4194304 8223781 140733232631920 18446744073709551615 6640021 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 7900 7143 365 984 0 6913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31600

[startup+1.50094 s]
/proc/loadavg: 2.10 2.43 2.01 2/107 14266
/proc/meminfo: memFree=1295600/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=50056 CPUtime=1.49
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 11847 0 0 0 145 4 0 0 23 0 1 0 13131788 51257344 11761 1992294400 4194304 8223781 140733232631920 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 12514 11761 365 984 0 11527 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50056

[startup+3.10121 s]
/proc/loadavg: 2.10 2.43 2.01 2/107 14266
/proc/meminfo: memFree=1272908/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=83412 CPUtime=3.09
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 20186 0 0 0 302 7 0 0 25 0 1 0 13131788 85413888 20100 1992294400 4194304 8223781 140733232631920 18446744073709551615 7246839 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 20853 20100 365 984 0 19866 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83412

[startup+6.30076 s]
/proc/loadavg: 2.01 2.40 2.00 2/107 14266
/proc/meminfo: memFree=1200864/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=152084 CPUtime=6.29
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 37343 0 0 0 615 14 0 0 25 0 1 0 13131788 155734016 37257 1992294400 4194304 8223781 140733232631920 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14265/statm: 38021 37257 365 984 0 37034 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152084

[startup+12.7009 s]
/proc/loadavg: 1.93 2.38 2.00 2/107 14268
/proc/meminfo: memFree=788564/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=617472 CPUtime=12.69
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 154028 0 0 0 1213 56 0 0 25 0 1 0 13131788 632291328 152924 1992294400 4194304 8223781 140733232631920 18446744073709551615 4906965 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 154368 152924 390 984 0 153381 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 617472

[startup+25.5011 s]
/proc/loadavg: 1.72 2.31 1.98 2/107 14268
/proc/meminfo: memFree=674856/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=604508 CPUtime=25.48
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 236600 0 0 0 2323 225 0 0 25 0 1 0 13131788 619016192 148657 1992294400 4194304 8223781 140733232631920 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 151127 148657 444 984 0 150140 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 604508

[startup+51.1015 s]
/proc/loadavg: 1.47 2.20 1.95 2/107 14268
/proc/meminfo: memFree=104208/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1310588 CPUtime=51.08
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 442728 0 0 0 4787 321 0 0 25 0 1 0 13131788 1342042112 306419 1992294400 4194304 8223781 140733232631920 18446744073709551615 6250729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 327647 306419 527 984 0 326660 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1310588

[startup+102.309 s]
/proc/loadavg: 1.20 2.02 1.90 2/107 14270
/proc/meminfo: memFree=70852/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1348132 CPUtime=102.27
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 461160 0 0 0 9898 329 0 0 25 0 1 0 13131788 1380487168 314668 1992294400 4194304 8223781 140733232631920 18446744073709551615 6563230 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 337033 314668 540 984 0 336046 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1348132

[startup+162.302 s]
/proc/loadavg: 1.07 1.83 1.84 2/107 14272
/proc/meminfo: memFree=61800/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1358576 CPUtime=162.23
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 475894 0 0 0 15888 335 0 0 25 0 1 0 13131788 1391181824 316951 1992294400 4194304 8223781 140733232631920 18446744073709551615 6536638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 339644 316951 540 984 0 338657 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1358576

[startup+222.301 s]
/proc/loadavg: 1.02 1.67 1.79 2/107 14272
/proc/meminfo: memFree=60312/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1360048 CPUtime=222.21
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 488483 0 0 0 21880 341 0 0 25 0 1 0 13131788 1392689152 317246 1992294400 4194304 8223781 140733232631920 18446744073709551615 6592765 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 340012 317246 540 984 0 339025 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1360048

[startup+282.301 s]
/proc/loadavg: 1.01 1.55 1.73 2/107 14274
/proc/meminfo: memFree=59816/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1360520 CPUtime=282.18
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 503980 0 0 0 27869 349 0 0 25 0 1 0 13131788 1393172480 317428 1992294400 4194304 8223781 140733232631920 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 340130 317428 540 984 0 339143 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 1360520

[startup+342.301 s]
/proc/loadavg: 1.00 1.45 1.69 2/107 14276
/proc/meminfo: memFree=59320/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1360888 CPUtime=342.16
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 518507 0 0 0 33860 356 0 0 25 0 1 0 13131788 1393549312 317553 1992294400 4194304 8223781 140733232631920 18446744073709551615 6240089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 340222 317553 540 984 0 339235 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1360888

[startup+402.301 s]
/proc/loadavg: 1.00 1.36 1.64 2/107 14278
/proc/meminfo: memFree=58576/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1360888 CPUtime=402.14
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 531884 0 0 0 39850 364 0 0 25 0 1 0 13131788 1393549312 317726 1992294400 4194304 8223781 140733232631920 18446744073709551615 6563230 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 340222 317726 540 984 0 339235 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 1360888

[startup+462.301 s]
/proc/loadavg: 1.00 1.29 1.60 2/107 14280
/proc/meminfo: memFree=58328/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1361024 CPUtime=462.12
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 544532 0 0 0 45841 371 0 0 25 0 1 0 13131788 1393688576 317774 1992294400 4194304 8223781 140733232631920 18446744073709551615 6296600 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 340256 317774 540 984 0 339269 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 1361024

[startup+522.301 s]
/proc/loadavg: 1.00 1.24 1.56 2/107 14280
/proc/meminfo: memFree=26832/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1394844 CPUtime=522.1
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 3442970 0 0 0 50837 1373 0 0 25 0 1 0 13131788 1428320256 325683 1992294400 4194304 8223781 140733232631920 18446744073709551615 6043689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 348711 325683 552 984 0 347724 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 1394844

[startup+582.301 s]
/proc/loadavg: 1.00 1.19 1.52 2/107 14282
/proc/meminfo: memFree=26708/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1397988 CPUtime=582.08
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 3442983 0 0 0 56835 1373 0 0 25 0 1 0 13131788 1431539712 325696 1992294400 4194304 8223781 140733232631920 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 349497 325696 555 984 0 348510 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 1397988

[startup+642.301 s]
/proc/loadavg: 1.00 1.15 1.48 2/107 14284
/proc/meminfo: memFree=30540/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1461384 CPUtime=642.06
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 4443494 0 0 0 62462 1744 0 0 25 0 1 0 13131788 1496457216 332625 1992294400 4194304 8223781 140733232631920 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 365346 332633 567 984 0 364359 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 1461384

[startup+702.3 s]

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

/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 19897277 0 0 0 99483 6707 0 0 25 0 1 0 13131788 1568292864 350274 1992294400 4194304 8223781 140733232631920 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 382884 350274 567 984 0 381897 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 1531536

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/107 14296
/proc/meminfo: memFree=31296/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1557260 CPUtime=1121.88
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 20439971 0 0 0 105313 6875 0 0 25 0 1 0 13131788 1594634240 354706 1992294400 4194304 8223781 140733232631920 18446744073709551615 7253725 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389315 354706 569 984 0 388328 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 1557260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/107 14307
/proc/meminfo: memFree=35700/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1557260 CPUtime=1181.84
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 23937587 0 0 0 110210 7974 0 0 25 0 1 0 13131788 1594634240 354706 1992294400 4194304 8223781 140733232631920 18446744073709551615 7257532 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389315 354706 569 984 0 388328 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 1557260

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/107 14309
/proc/meminfo: memFree=30616/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1557260 CPUtime=1241.81
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 27435203 0 0 0 115119 9062 0 0 25 0 1 0 13131788 1594634240 354706 1992294400 4194304 8223781 140733232631920 18446744073709551615 7253675 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389315 354706 569 984 0 388328 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 1557260

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.22 2/107 14311
/proc/meminfo: memFree=33716/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1557260 CPUtime=1301.79
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 30934103 0 0 0 120038 10141 0 0 25 0 1 0 13131788 1594634240 354706 1992294400 4194304 8223781 140733232631920 18446744073709551615 7257637 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389315 354706 569 984 0 388328 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 1557260

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.20 2/107 14313
/proc/meminfo: memFree=35080/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1552124 CPUtime=1361.77
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 31769987 0 0 0 125791 10386 0 0 25 0 1 0 13131788 1589374976 353422 1992294400 4194304 8223781 140733232631920 18446744073709551615 5743112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 388031 353422 569 984 0 387044 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 1552124

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.18 2/107 14313
/proc/meminfo: memFree=33344/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1552024 CPUtime=1421.75
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 32424972 0 0 0 131586 10589 0 0 25 0 1 0 13131788 1589272576 353724 1992294400 4194304 8223781 140733232631920 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 388006 353724 569 984 0 387019 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 1552024

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/107 14315
/proc/meminfo: memFree=29376/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1557160 CPUtime=1481.72
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 35923872 0 0 0 136418 11754 0 0 25 0 1 0 13131788 1594531840 355008 1992294400 4194304 8223781 140733232631920 18446744073709551615 6299587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389290 355008 569 984 0 388303 0
Current children cumulated CPU time (s) 1481.72
Current children cumulated vsize (KiB) 1557160

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/107 14317
/proc/meminfo: memFree=29376/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1557160 CPUtime=1541.71
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 39422772 0 0 0 141192 12979 0 0 25 0 1 0 13131788 1594531840 355008 1992294400 4194304 8223781 140733232631920 18446744073709551615 6299585 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389290 355008 569 984 0 388303 0
Current children cumulated CPU time (s) 1541.71
Current children cumulated vsize (KiB) 1557160

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/107 14319
/proc/meminfo: memFree=31608/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1557160 CPUtime=1601.68
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 42921672 0 0 0 146008 14160 0 0 25 0 1 0 13131788 1594531840 355008 1992294400 4194304 8223781 140733232631920 18446744073709551615 7253680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389290 355008 569 984 0 388303 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 1557160

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 14321
/proc/meminfo: memFree=33840/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1552024 CPUtime=1661.66
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 45073656 0 0 0 151241 14925 0 0 25 0 1 0 13131788 1589272576 353724 1992294400 4194304 8223781 140733232631920 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 388006 353724 569 984 0 387019 0
Current children cumulated CPU time (s) 1661.66
Current children cumulated vsize (KiB) 1552024

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 14321
/proc/meminfo: memFree=34240/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1556228 CPUtime=1721.64
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 45083425 0 0 0 157234 14930 0 0 25 0 1 0 13131788 1593577472 354528 1992294400 4194304 8223781 140733232631920 18446744073709551615 6251373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389057 354528 569 984 0 388070 0
Current children cumulated CPU time (s) 1721.64
Current children cumulated vsize (KiB) 1556228

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 14323
/proc/meminfo: memFree=32628/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1558348 CPUtime=1781.62
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 47832727 0 0 0 162377 15785 0 0 25 0 1 0 13131788 1595748352 355289 1992294400 4194304 8223781 140733232631920 18446744073709551615 7257570 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389587 355289 569 984 0 388600 0
Current children cumulated CPU time (s) 1781.62
Current children cumulated vsize (KiB) 1558348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 14323
/proc/meminfo: memFree=31016/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1558348 CPUtime=1800.02
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 48904867 0 0 0 163887 16115 0 0 25 0 1 0 13131788 1595748352 355289 1992294400 4194304 8223781 140733232631920 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389587 355289 569 984 0 388600 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1558348

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14265

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 14323
/proc/meminfo: memFree=31016/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1547824 CPUtime=1800.71
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 48914276 0 0 0 163952 16119 0 0 25 0 1 0 13131788 1584971776 354398 1992294400 4194304 8223781 140733232631920 18446744073709551615 6567955 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 386956 354398 569 984 0 385969 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 1547824

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.11 2/108 14324
/proc/meminfo: memFree=34604/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1554372 CPUtime=1801.51
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 48914280 0 0 0 164032 16119 0 0 25 0 1 0 13131788 1591676928 354402 1992294400 4194304 8223781 140733232631920 18446744073709551615 6569311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 388593 354402 569 984 0 387606 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 1554372

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.11 2/108 14324
/proc/meminfo: memFree=34604/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=1556112 CPUtime=1801.91
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4202496 48914280 0 0 0 164072 16119 0 0 25 0 1 0 13131788 1593458688 354402 1992294400 4194304 8223781 140733232631920 18446744073709551615 6503897 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14265/statm: 389028 354402 569 984 0 388041 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 1556112

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 14324
/proc/meminfo: memFree=884960/2059040 swapFree=4192956/4192956
[pid=14265] ppid=14263 vsize=0 CPUtime=1802.12
/proc/14265/stat : 14265 (pbscip.linux.x8) R 14263 14265 14240 0 -1 4203524 48914283 0 0 0 164084 16128 0 0 25 0 1 0 13131788 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/14265/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.86
CPU time (s): 1802.18
CPU user time (s): 1640.84
CPU system time (s): 161.335
CPU usage (%): 99.9622
Max. virtual memory (cumulated for all children) (KiB): 1578072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1640.84
system time used= 161.335
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48914283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 18559

runsolver used 2.98355 second user time and 8.5347 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-12 22:41:44
IDJOB=2666954
IDBENCH=1963
IDSOLVER=1169
FILE ID=node014/2666954-1276375303
PBS_JOBID= 11173237
Free space on /tmp= 62448 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_11.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-2666954-1276375303/watcher-2666954-1276375303 -o /tmp/evaluation-result-2666954-1276375303/solver-2666954-1276375303 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666954-1276375303.opb -t 1800 -m 1800

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

MD5SUM BENCH= f8f4f876e372c51b5109e7995e83ce5e
RANDOM SEED=1198557778

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1330980 kB
Buffers:        146924 kB
Cached:         434992 kB
SwapCached:          0 kB
Active:         216216 kB
Inactive:       425292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1330980 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           21524 kB
Writeback:           4 kB
AnonPages:       59584 kB
Mapped:          15368 kB
Slab:            64888 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182248 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= 62444 MiB
End job on node014 at 2010-06-12 23:11:47