Trace number 2666961

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.2 1802.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM5f836d1b8d150c1925229546ed283812
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark371
Best CPU time to get the best result obtained on this benchmark1796.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 453
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 491651
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 491651
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-2666961-1276380523.opb>
10.59/10.64	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.59/10.64	c problem read
10.59/10.64	c presolving settings loaded
13.58/13.60	c presolving:
25.48/25.55	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.98/31.05	c    (18.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.98/31.05	c    (18.1s) probing aborted: 100/100 successive totally useless probings
30.98/31.05	c presolving (2 rounds):
30.98/31.05	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.98/31.05	c  1313400 implications, 0 cliques
30.98/31.05	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
30.98/31.05	c  656900 constraints of type <logicor>
30.98/31.05	c transformed objective value is always integral (scale: 1)
30.98/31.05	c Presolving Time: 16.11
30.98/31.06	c - non default parameters ----------------------------------------------------------------------
30.98/31.06	c # SCIP version 1.2.1.2
30.98/31.06	c 
30.98/31.06	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
30.98/31.06	c # [type: int, range: [-1,2147483647], default: -1]
30.98/31.06	c conflict/interconss = 0
30.98/31.06	c 
30.98/31.06	c # should binary conflicts be preferred?
30.98/31.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.06	c conflict/preferbinary = TRUE
30.98/31.06	c 
30.98/31.06	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
30.98/31.06	c # [type: int, range: [-1,2147483647], default: 0]
30.98/31.06	c constraints/agelimit = 1
30.98/31.06	c 
30.98/31.06	c # should enforcement of pseudo solution be disabled?
30.98/31.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.06	c constraints/disableenfops = TRUE
30.98/31.06	c 
30.98/31.06	c # frequency for displaying node information lines
30.98/31.06	c # [type: int, range: [-1,2147483647], default: 100]
30.98/31.06	c display/freq = 10000
30.98/31.06	c 
30.98/31.06	c # maximal time in seconds to run
30.98/31.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.98/31.06	c limits/time = 1789.37
30.98/31.06	c 
30.98/31.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.98/31.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.98/31.06	c limits/memory = 1620
30.98/31.06	c 
30.98/31.06	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
30.98/31.06	c # [type: int, range: [-1,2147483647], default: 1]
30.98/31.06	c lp/solvefreq = 0
30.98/31.06	c 
30.98/31.06	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.98/31.06	c # [type: char, range: {lafpsqd}, default: l]
30.98/31.06	c lp/pricing = a
30.98/31.06	c 
30.98/31.06	c # should presolving try to simplify inequalities
30.98/31.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.06	c constraints/linear/simplifyinequalities = TRUE
30.98/31.06	c 
30.98/31.06	c # should presolving try to simplify knapsacks
30.98/31.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.98/31.06	c constraints/knapsack/simplifyinequalities = TRUE
30.98/31.06	c 
30.98/31.06	c # priority of node selection rule <dfs> in standard mode
30.98/31.06	c # [type: int, range: [-536870912,536870911], default: 0]
30.98/31.06	c nodeselection/dfs/stdpriority = 1000000
30.98/31.06	c 
30.98/31.06	c -----------------------------------------------------------------------------------------------
30.98/31.06	c start solving
31.08/31.11	c 
74.14/74.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
74.14/74.25	c  60.6s|     1 |     0 |  1138 |     - | 735M|   0 | 256 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.722431e+02 |      --      |    Inf 
1132.37/1132.87	o 433
1132.37/1132.87	c F1118s|     1 |     0 | 14751 |     - | 736M|   0 |   0 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.722431e+02 | 4.330000e+02 | 151.39%
1296.12/1296.60	c  1269s|     1 |     0 | 15183 |     - | 743M|   0 | 278 |  10k| 656k|  10k| 656k|  11 |   0 |   0 | 1.790208e+02 | 4.330000e+02 | 141.87%
1296.52/1297.08	o 423
1296.52/1297.08	c b1269s|     1 |     0 | 15183 |     - | 743M|   0 | 278 |  10k| 656k|  10k| 656k|  11 |   0 |   0 | 1.790208e+02 | 4.230000e+02 | 136.29%
1800.06/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-2666961-1276380523/watcher-2666961-1276380523 -o /tmp/evaluation-result-2666961-1276380523/solver-2666961-1276380523 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666961-1276380523.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.83 1.95 1.63 3/106 12613
/proc/meminfo: memFree=1535796/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=6696 CPUtime=0
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 13655856 6856704 907 1992294400 4194304 8223781 140735133660192 18446744073709551615 7297360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 1674 907 343 984 0 687 0

[startup+0.0748669 s]
/proc/loadavg: 1.83 1.95 1.63 3/106 12613
/proc/meminfo: memFree=1535796/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=17960 CPUtime=0.07
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 3798 0 0 0 6 1 0 0 20 0 1 0 13655856 18391040 3712 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 4490 3712 365 984 0 3503 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17960

[startup+0.100871 s]
/proc/loadavg: 1.83 1.95 1.63 3/106 12613
/proc/meminfo: memFree=1535796/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=18812 CPUtime=0.09
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 4015 0 0 0 8 1 0 0 20 0 1 0 13655856 19263488 3929 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 4703 3929 365 984 0 3716 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18812

[startup+0.300908 s]
/proc/loadavg: 1.83 1.95 1.63 3/106 12613
/proc/meminfo: memFree=1535796/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=22840 CPUtime=0.29
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 5038 0 0 0 28 1 0 0 20 0 1 0 13655856 23388160 4952 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 5710 4952 365 984 0 4723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22840

[startup+0.700982 s]
/proc/loadavg: 1.83 1.95 1.63 3/106 12613
/proc/meminfo: memFree=1535796/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=31600 CPUtime=0.69
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 7226 0 0 0 67 2 0 0 20 0 1 0 13655856 32358400 7140 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 7900 7140 365 984 0 6913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31600

[startup+1.50113 s]
/proc/loadavg: 1.83 1.95 1.63 2/107 12614
/proc/meminfo: memFree=1502184/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=48192 CPUtime=1.49
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 11377 0 0 0 145 4 0 0 22 0 1 0 13655856 49348608 11291 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 12048 11291 365 984 0 11061 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48192

[startup+3.10143 s]
/proc/loadavg: 1.83 1.95 1.63 2/107 12614
/proc/meminfo: memFree=1478624/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=82252 CPUtime=3.09
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 19889 0 0 0 302 7 0 0 25 0 1 0 13655856 84226048 19803 1992294400 4194304 8223781 140735133660192 18446744073709551615 7246907 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 20563 19803 365 984 0 19576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82252

[startup+6.30102 s]
/proc/loadavg: 1.76 1.93 1.62 2/107 12614
/proc/meminfo: memFree=1409060/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=149896 CPUtime=6.29
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 36781 0 0 0 615 14 0 0 25 0 1 0 13655856 153493504 36695 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12613/statm: 37474 36695 365 984 0 36487 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 149896

[startup+12.7012 s]
/proc/loadavg: 1.70 1.92 1.62 2/107 12614
/proc/meminfo: memFree=1016724/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=600220 CPUtime=12.68
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 149721 0 0 0 1215 53 0 0 25 0 1 0 13655856 614625280 148617 1992294400 4194304 8223781 140735133660192 18446744073709551615 4906535 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 150055 148617 390 984 0 149068 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 600220

[startup+25.5006 s]
/proc/loadavg: 1.62 1.89 1.62 2/107 12614
/proc/meminfo: memFree=880200/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=665352 CPUtime=25.48
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 236600 0 0 0 2335 213 0 0 25 0 1 0 13655856 681320448 163868 1992294400 4194304 8223781 140735133660192 18446744073709551615 6206516 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 166338 163868 444 984 0 165351 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 665352

[startup+51.1003 s]
/proc/loadavg: 1.69 1.88 1.62 2/107 12616
/proc/meminfo: memFree=309924/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1310568 CPUtime=51.06
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 442725 0 0 0 4790 316 0 0 25 0 1 0 13655856 1342021632 306386 1992294400 4194304 8223781 140735133660192 18446744073709551615 6569483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 327642 306386 527 984 0 326655 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1310568

[startup+102.308 s]
/proc/loadavg: 1.30 1.74 1.59 2/107 12616
/proc/meminfo: memFree=276568/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1348360 CPUtime=102.23
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 461093 0 0 0 9898 325 0 0 25 0 1 0 13655856 1380720640 314645 1992294400 4194304 8223781 140735133660192 18446744073709551615 6358980 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 337090 314645 540 984 0 336103 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1348360

[startup+162.301 s]
/proc/loadavg: 1.11 1.61 1.54 2/107 12618
/proc/meminfo: memFree=267392/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1358452 CPUtime=162.21
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 473500 0 0 0 15889 332 0 0 25 0 1 0 13655856 1391054848 316919 1992294400 4194304 8223781 140735133660192 18446744073709551615 6536638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 339613 316919 540 984 0 338626 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1358452

[startup+222.302 s]
/proc/loadavg: 1.04 1.49 1.51 2/107 12620
/proc/meminfo: memFree=266400/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1359796 CPUtime=222.19
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 485387 0 0 0 21881 338 0 0 25 0 1 0 13655856 1392431104 317162 1992294400 4194304 8223781 140735133660192 18446744073709551615 6618056 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 339949 317162 540 984 0 338962 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1359796

[startup+282.301 s]
/proc/loadavg: 1.01 1.40 1.47 2/107 12622
/proc/meminfo: memFree=265160/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1361092 CPUtime=282.17
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 501190 0 0 0 27871 346 0 0 25 0 1 0 13655856 1393758208 317450 1992294400 4194304 8223781 140735133660192 18446744073709551615 6569379 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 340273 317450 540 984 0 339286 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1361092

[startup+342.301 s]
/proc/loadavg: 1.00 1.32 1.44 2/107 12625
/proc/meminfo: memFree=263920/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1362132 CPUtime=342.14
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 513311 0 0 0 33862 352 0 0 25 0 1 0 13655856 1394823168 317622 1992294400 4194304 8223781 140735133660192 18446744073709551615 6359018 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 340533 317622 540 984 0 339546 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 1362132

[startup+402.301 s]
/proc/loadavg: 1.00 1.26 1.41 2/107 12627
/proc/meminfo: memFree=263920/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1362132 CPUtime=402.12
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 527546 0 0 0 39852 360 0 0 25 0 1 0 13655856 1394823168 317639 1992294400 4194304 8223781 140735133660192 18446744073709551615 6565946 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 340533 317639 540 984 0 339546 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 1362132

[startup+462.3 s]
/proc/loadavg: 1.00 1.21 1.38 2/107 12629
/proc/meminfo: memFree=259084/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1363500 CPUtime=462.1
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 543743 0 0 0 45842 368 0 0 25 0 1 0 13655856 1396224000 318816 1992294400 4194304 8223781 140735133660192 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 340875 318816 540 984 0 339888 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 1363500

[startup+522.301 s]
/proc/loadavg: 1.00 1.17 1.36 2/107 12631
/proc/meminfo: memFree=258836/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1366300 CPUtime=522.08
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 554944 0 0 0 51834 374 0 0 25 0 1 0 13655856 1399091200 318885 1992294400 4194304 8223781 140735133660192 18446744073709551615 6569681 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 341575 318885 540 984 0 340588 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 1366300

[startup+582.302 s]
/proc/loadavg: 1.00 1.14 1.33 2/107 12633
/proc/meminfo: memFree=259084/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1366300 CPUtime=582.06
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 567287 0 0 0 57825 381 0 0 25 0 1 0 13655856 1399091200 318825 1992294400 4194304 8223781 140735133660192 18446744073709551615 6503374 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 341575 318825 540 984 0 340588 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1366300

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.31 2/107 12633
/proc/meminfo: memFree=259084/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1366300 CPUtime=642.04
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 576672 0 0 0 63817 387 0 0 25 0 1 0 13655856 1399091200 318797 1992294400 4194304 8223781 140735133660192 18446744073709551615 6569367 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 341575 318797 540 984 0 340588 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 1366300

[startup+702.301 s]

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

/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 671631 0 0 0 105754 436 0 0 25 0 1 0 13655856 1401155584 319775 1992294400 4194304 8223781 140735133660192 18446744073709551615 6503370 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 342079 319775 540 984 0 341092 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 1368316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.17 2/107 12647
/proc/meminfo: memFree=254992/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1368316 CPUtime=1121.88
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 683023 0 0 0 111746 442 0 0 25 0 1 0 13655856 1401155584 319773 1992294400 4194304 8223781 140735133660192 18446744073709551615 6536638 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 342079 319773 540 984 0 341092 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 1368316

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.15 2/107 12649
/proc/meminfo: memFree=278676/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1332940 CPUtime=1181.86
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 3368243 0 0 0 116805 1381 0 0 25 0 1 0 13655856 1364930560 313130 1992294400 4194304 8223781 140735133660192 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 333235 313130 548 984 0 332248 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 1332940

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/107 12649
/proc/meminfo: memFree=233540/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1393076 CPUtime=1241.84
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 4038913 0 0 0 122572 1612 0 0 25 0 1 0 13655856 1426509824 325108 1992294400 4194304 8223781 140735133660192 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 348269 325108 555 984 0 347282 0
Current children cumulated CPU time (s) 1241.84
Current children cumulated vsize (KiB) 1393076

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/107 12651
/proc/meminfo: memFree=216304/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1301.82
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 4354223 0 0 0 128412 1770 0 0 25 0 1 0 13655856 1483304960 329946 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253730 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329946 570 984 0 361148 0
Current children cumulated CPU time (s) 1301.82
Current children cumulated vsize (KiB) 1448540

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/107 12653
/proc/meminfo: memFree=214196/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1361.8
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 7862111 0 0 0 133169 3011 0 0 25 0 1 0 13655856 1483304960 329946 1992294400 4194304 8223781 140735133660192 18446744073709551615 6299966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329946 570 984 0 361148 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 1448540

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.11 2/107 12655
/proc/meminfo: memFree=218660/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1421.78
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 11368715 0 0 0 137918 4260 0 0 25 0 1 0 13655856 1483304960 329398 1992294400 4194304 8223781 140735133660192 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329398 570 984 0 361148 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 1448540

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/107 12657
/proc/meminfo: memFree=215560/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1481.76
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 14874926 0 0 0 142663 5513 0 0 25 0 1 0 13655856 1483304960 329553 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329563 570 984 0 361148 0
Current children cumulated CPU time (s) 1481.76
Current children cumulated vsize (KiB) 1448540

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/107 12657
/proc/meminfo: memFree=218536/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1541.74
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 18379974 0 0 0 147402 6772 0 0 25 0 1 0 13655856 1483304960 329282 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329292 570 984 0 361148 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 1448540

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 12659
/proc/meminfo: memFree=213948/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1601.71
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 21883688 0 0 0 152147 8024 0 0 25 0 1 0 13655856 1483304960 328959 1992294400 4194304 8223781 140735133660192 18446744073709551615 7253720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 328968 570 984 0 361148 0
Current children cumulated CPU time (s) 1601.71
Current children cumulated vsize (KiB) 1448540

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 12661
/proc/meminfo: memFree=214320/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1443404 CPUtime=1661.69
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 25384859 0 0 0 156938 9231 0 0 25 0 1 0 13655856 1478045696 328662 1992294400 4194304 8223781 140735133660192 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 360851 328662 570 984 0 359864 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 1443404

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 12663
/proc/meminfo: memFree=213948/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1721.68
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 28887611 0 0 0 161675 10493 0 0 25 0 1 0 13655856 1483304960 329946 1992294400 4194304 8223781 140735133660192 18446744073709551615 7257603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329946 570 984 0 361148 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 1448540

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 12665
/proc/meminfo: memFree=216800/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1781.65
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 32392931 0 0 0 166422 11743 0 0 25 0 1 0 13655856 1483304960 329946 1992294400 4194304 8223781 140735133660192 18446744073709551615 7257296 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329946 570 984 0 361148 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 1448540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 12665
/proc/meminfo: memFree=213948/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1448540 CPUtime=1800.06
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 33467639 0 0 0 167880 12126 0 0 25 0 1 0 13655856 1483304960 329946 1992294400 4194304 8223781 140735133660192 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 362135 329946 570 984 0 361148 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1448540

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -12613

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 12665
/proc/meminfo: memFree=213948/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1444756 CPUtime=1800.75
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 33477032 0 0 0 167945 12130 0 0 25 0 1 0 13655856 1479430144 329118 1992294400 4194304 8223781 140735133660192 18446744073709551615 6569626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 361189 329118 570 984 0 360202 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (KiB) 1444756

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 12666
/proc/meminfo: memFree=217288/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1447088 CPUtime=1801.55
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 33477040 0 0 0 168025 12130 0 0 25 0 1 0 13655856 1481818112 329126 1992294400 4194304 8223781 140735133660192 18446744073709551615 6615009 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 361772 329126 570 984 0 360785 0
Current children cumulated CPU time (s) 1801.55
Current children cumulated vsize (KiB) 1447088

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 12666
/proc/meminfo: memFree=217288/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=1447088 CPUtime=1801.95
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4202496 33477043 0 0 0 168065 12130 0 0 25 0 1 0 13655856 1481818112 329129 1992294400 4194304 8223781 140735133660192 18446744073709551615 6569626 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12613/statm: 361772 329129 570 984 0 360785 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 1447088

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 12666
/proc/meminfo: memFree=1060372/2059040 swapFree=4192956/4192956
[pid=12613] ppid=12611 vsize=0 CPUtime=1802.15
/proc/12613/stat : 12613 (pbscip.linux.x8) R 12611 12613 12268 0 -1 4203524 33477044 0 0 0 168076 12139 0 0 25 0 1 0 13655856 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/12613/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.85
CPU time (s): 1802.2
CPU user time (s): 1680.77
CPU system time (s): 121.432
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 1450444

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

runsolver used 2.96055 second user time and 8.5347 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-13 00:08:44
IDJOB=2666961
IDBENCH=1970
IDSOLVER=1169
FILE ID=node007/2666961-1276380523
PBS_JOBID= 11173235
Free space on /tmp= 62440 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_6.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-2666961-1276380523/watcher-2666961-1276380523 -o /tmp/evaluation-result-2666961-1276380523/solver-2666961-1276380523 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666961-1276380523.opb -t 1800 -m 1800

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

MD5SUM BENCH= 5f836d1b8d150c1925229546ed283812
RANDOM SEED=908045462

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1536324 kB
Buffers:        146160 kB
Cached:         245256 kB
SwapCached:          0 kB
Active:         164632 kB
Inactive:       286164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1536324 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           21424 kB
Writeback:          48 kB
AnonPages:       59308 kB
Mapped:          15376 kB
Slab:            50204 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180444 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= 62436 MiB
End job on node007 at 2010-06-13 00:38:47