Trace number 1868790

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)? (TO) 1802.31 1803.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5596
Best CPU time to get the best result obtained on this benchmark1240.97
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
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 497468
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 497468
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

8.98/9.02	c SCIP version 1.1.0.7
8.98/9.02	c LP-Solver SoPlex 1.4.1
8.98/9.02	c user parameter file <scip.set> not found - using default parameters
8.98/9.02	c read problem <HOME/instance-1868790-1245142446.opb>
8.98/9.02	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
11.29/11.36	c start presolving problem
11.29/11.36	c presolving:
21.78/21.80	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
26.98/27.06	c    (16.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
26.98/27.06	c    (16.1s) probing aborted: 100/100 successive totally useless probings
26.98/27.06	c presolving (2 rounds):
26.98/27.06	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
26.98/27.06	c  1313400 implications, 0 cliques
26.98/27.06	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
26.98/27.06	c  656900 constraints of type <logicor>
26.98/27.06	c transformed objective value is always integral (scale: 1)
26.98/27.06	c Presolving Time: 14.19
27.08/27.11	c strange?!, PURESAT with obj
27.08/27.11	c -----------------------------------------------------------------------------------------------
27.08/27.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
27.08/27.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.08/27.11	c limits/memory = c 1620
27.08/27.11	c # maximal time in seconds to run
27.08/27.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.08/27.11	c limits/time = c 1791
27.08/27.11	c # frequency for displaying node information lines
27.08/27.11	c # [type: int, range: [-1,2147483647], default: 100]
27.08/27.11	c display/freq = c 10000
27.08/27.11	c -----------------------------------------------------------------------------------------------
27.08/27.11	c start solving problem
27.08/27.11	c 
70.85/70.90	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.85/70.90	c  59.5s|     1 |     0 |  1162 | 734M|   0 | 286 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.601994e+02 |      --      |    Inf 
1413.84/1414.45	o 544
1413.84/1414.45	c F1402s|     1 |     0 | 19089 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.601994e+02 | 5.440000e+02 | 239.58%
1695.42/1696.13	c  1683s|     1 |     0 | 19527 | 734M|   0 | 279 |  10k| 656k| 656k|  10k| 656k|  10 |   0 |   0 | 1.636181e+02 | 5.440000e+02 | 232.48%

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-1868790-1245142446/watcher-1868790-1245142446 -o /tmp/evaluation-result-1868790-1245142446/solver-1868790-1245142446 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868790-1245142446.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3847
/proc/meminfo: memFree=1531448/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=4328 CPUtime=0
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 505 0 0 0 0 0 0 0 18 0 1 0 181844386 4431872 487 1992294400 4194304 7823515 548682068736 18446744073709551615 4617392 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 1525 496 325 886 0 635 0

[startup+0.026194 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3847
/proc/meminfo: memFree=1531448/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=11100 CPUtime=0.02
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 2087 0 0 0 2 0 0 0 18 0 1 0 181844386 11366400 2069 1992294400 4194304 7823515 548682068736 18446744073709551615 4363760 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 2775 2070 349 886 0 1885 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11100

[startup+0.1012 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3847
/proc/meminfo: memFree=1531448/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=17236 CPUtime=0.09
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 3634 0 0 0 8 1 0 0 18 0 1 0 181844386 17649664 3612 1992294400 4194304 7823515 548682068736 18446744073709551615 5537468 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 4309 3612 354 886 0 3419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.30122 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3847
/proc/meminfo: memFree=1531448/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=23272 CPUtime=0.29
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 5139 0 0 0 28 1 0 0 19 0 1 0 181844386 23830528 5117 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 5818 5117 354 886 0 4928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.701261 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3847
/proc/meminfo: memFree=1531448/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=32212 CPUtime=0.7
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 7364 0 0 0 67 3 0 0 23 0 1 0 181844386 32985088 7342 1992294400 4194304 7823515 548682068736 18446744073709551615 6830515 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 8053 7342 354 886 0 7163 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 32212

[startup+1.50134 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=1494832/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=52192 CPUtime=1.48
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 12359 0 0 0 143 5 0 0 25 0 1 0 181844386 53444608 12337 1992294400 4194304 7823515 548682068736 18446744073709551615 6911108 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 13048 12337 354 886 0 12158 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 52192

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=1468144/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=91752 CPUtime=3.08
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 22240 0 0 0 299 9 0 0 25 0 1 0 181844386 93954048 22218 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 22938 22218 354 886 0 22048 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91752

[startup+6.30183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=1387120/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=171508 CPUtime=6.29
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 42183 0 0 0 611 18 0 0 25 0 1 0 181844386 175624192 42161 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 0 0 0
/proc/3847/statm: 42877 42161 354 886 0 41987 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 171508

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=914744/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=624572 CPUtime=12.68
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 154928 0 0 0 1189 79 0 0 25 0 1 0 181844386 639561728 154552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 156143 154552 417 886 0 155253 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 624572

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=721528/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=819108 CPUtime=25.48
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 218095 0 0 0 2333 215 0 0 25 0 1 0 181844386 838766592 202499 1992294400 4194304 7823515 548682068736 18446744073709551615 5102447 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 204777 202499 437 886 0 203887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 819108

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=309816/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1300140 CPUtime=51.07
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 339132 0 0 0 4848 259 0 0 25 0 1 0 181844386 1331343360 305212 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 325035 305212 507 886 0 324145 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1300140

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=273784/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1339500 CPUtime=102.25
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 349347 0 0 0 9962 263 0 0 25 0 1 0 181844386 1371648000 314222 1992294400 4194304 7823515 548682068736 18446744073709551615 6217439 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 334875 314222 521 886 0 333985 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1339500

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=264376/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1350548 CPUtime=162.22
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 353558 0 0 0 15957 265 0 0 25 0 1 0 181844386 1382961152 316594 1992294400 4194304 7823515 548682068736 18446744073709551615 6908168 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 337637 316594 521 886 0 336747 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1350548

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=261560/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1353108 CPUtime=222.19
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 355428 0 0 0 21952 267 0 0 25 0 1 0 181844386 1385582592 317267 1992294400 4194304 7823515 548682068736 18446744073709551615 6208496 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 338277 317267 521 886 0 337387 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1353108

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=260472/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1355716 CPUtime=282.17
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 357383 0 0 0 27949 268 0 0 25 0 1 0 181844386 1388253184 317579 1992294400 4194304 7823515 548682068736 18446744073709551615 6177706 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 338929 317579 521 886 0 338039 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1355716

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=256568/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1358624 CPUtime=342.15
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 359714 0 0 0 33945 270 0 0 25 0 1 0 181844386 1391230976 318485 1992294400 4194304 7823515 548682068736 18446744073709551615 6177706 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3847/statm: 339656 318485 521 886 0 338766 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 1358624

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3848
/proc/meminfo: memFree=255928/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1358624 CPUtime=402.12
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 361890 0 0 0 39940 272 0 0 25 0 1 0 181844386 1391230976 318608 1992294400 4194304 7823515 548682068736 18446744073709551615 6152039 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339656 318608 521 886 0 338766 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 1358624

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=254776/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1358824 CPUtime=462.1
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 364087 0 0 0 45936 274 0 0 25 0 1 0 181844386 1391435776 318869 1992294400 4194304 7823515 548682068736 18446744073709551615 6211054 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339706 318869 521 886 0 338816 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 1358824

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=254456/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1358952 CPUtime=522.07
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 365637 0 0 0 51931 276 0 0 25 0 1 0 181844386 1391566848 318967 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3847/statm: 339738 318967 521 886 0 338848 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 1358952

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=254200/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1359020 CPUtime=582.05
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 367699 0 0 0 57927 278 0 0 25 0 1 0 181844386 1391636480 319045 1992294400 4194304 7823515 548682068736 18446744073709551615 6208537 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339755 319045 521 886 0 338865 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 1359020

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=252984/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1359768 CPUtime=642.04
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 370735 0 0 0 63924 280 0 0 25 0 1 0 181844386 1392402432 319338 1992294400 4194304 7823515 548682068736 18446744073709551615 6211131 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339942 319338 521 886 0 339052 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 1359768

[startup+702.301 s]

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

/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 393570 0 0 0 105892 294 0 0 25 0 1 0 181844386 1400909824 322220 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 342019 322220 521 886 0 341129 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 1368076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=241144/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1368088 CPUtime=1121.84
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 398553 0 0 0 111887 297 0 0 25 0 1 0 181844386 1400922112 322265 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 342022 322265 521 886 0 341132 0
Current children cumulated CPU time (s) 1121.84
Current children cumulated vsize (KiB) 1368088

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=241080/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1368088 CPUtime=1181.82
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 402033 0 0 0 117884 298 0 0 25 0 1 0 181844386 1400922112 322285 1992294400 4194304 7823515 548682068736 18446744073709551615 6208320 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 342022 322285 521 886 0 341132 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 1368088

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=240952/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1368088 CPUtime=1241.8
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 404640 0 0 0 123880 300 0 0 25 0 1 0 181844386 1400922112 322297 1992294400 4194304 7823515 548682068736 18446744073709551615 6174884 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 342022 322297 521 886 0 341132 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 1368088

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=240824/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1368088 CPUtime=1301.78
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 409282 0 0 0 129875 303 0 0 25 0 1 0 181844386 1400922112 322320 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 342022 322320 521 886 0 341132 0
Current children cumulated CPU time (s) 1301.78
Current children cumulated vsize (KiB) 1368088

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=240824/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1368088 CPUtime=1361.75
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 411050 0 0 0 135871 304 0 0 25 0 1 0 181844386 1400922112 322327 1992294400 4194304 7823515 548682068736 18446744073709551615 6211026 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 342022 322327 521 886 0 341132 0
Current children cumulated CPU time (s) 1361.75
Current children cumulated vsize (KiB) 1368088

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=241976/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1358592 CPUtime=1421.73
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 415576 0 0 0 141866 307 0 0 25 0 1 0 181844386 1391198208 322078 1992294400 4194304 7823515 548682068736 18446744073709551615 5965825 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3847/statm: 339648 322078 528 886 0 338758 0
Current children cumulated CPU time (s) 1421.73
Current children cumulated vsize (KiB) 1358592

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=241912/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1358592 CPUtime=1481.71
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 415586 0 0 0 147859 312 0 0 25 0 1 0 181844386 1391198208 322088 1992294400 4194304 7823515 548682068736 18446744073709551615 5965825 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339648 322088 529 886 0 338758 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 1358592

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=241848/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1358592 CPUtime=1541.68
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 415600 0 0 0 153852 316 0 0 25 0 1 0 181844386 1391198208 322102 1992294400 4194304 7823515 548682068736 18446744073709551615 5965829 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339648 322102 530 886 0 338758 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 1358592

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=241720/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1359184 CPUtime=1601.65
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 415631 0 0 0 159846 319 0 0 25 0 1 0 181844386 1391804416 322133 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339796 322133 534 886 0 338906 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 1359184

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=241656/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1359184 CPUtime=1661.63
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 415635 0 0 0 165844 319 0 0 25 0 1 0 181844386 1391804416 322137 1992294400 4194304 7823515 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 339796 322137 538 886 0 338906 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 1359184

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=180024/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1412240 CPUtime=1721.61
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 441237 0 0 0 171799 362 0 0 25 0 1 0 181844386 1446133760 337513 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 353060 337513 550 886 0 352170 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 1412240

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=180088/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1412240 CPUtime=1781.59
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 441237 0 0 0 177793 366 0 0 25 0 1 0 181844386 1446133760 337513 1992294400 4194304 7823515 548682068736 18446744073709551615 5965396 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3847/statm: 353060 337513 550 886 0 352170 0
Current children cumulated CPU time (s) 1781.59
Current children cumulated vsize (KiB) 1412240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=180024/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1412240 CPUtime=1800.08
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 441237 0 0 0 179641 367 0 0 25 0 1 0 181844386 1446133760 337513 1992294400 4194304 7823515 548682068736 18446744073709551615 5965829 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 353060 337513 550 886 0 352170 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1412240

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3847

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3854
/proc/meminfo: memFree=180024/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1429684 CPUtime=1800.68
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 451880 0 0 0 179697 371 0 0 25 0 1 0 181844386 1463996416 341645 1992294400 4194304 7823515 548682068736 18446744073709551615 6109358 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 357421 341645 550 886 0 356531 0
Current children cumulated CPU time (s) 1800.68
Current children cumulated vsize (KiB) 1429684

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3855
/proc/meminfo: memFree=163440/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1429684 CPUtime=1801.48
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 451880 0 0 0 179777 371 0 0 25 0 1 0 181844386 1463996416 341645 1992294400 4194304 7823515 548682068736 18446744073709551615 6210987 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 357421 341645 550 886 0 356531 0
Current children cumulated CPU time (s) 1801.48
Current children cumulated vsize (KiB) 1429684

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3855
/proc/meminfo: memFree=163440/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=1429684 CPUtime=1801.88
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4194304 451881 0 0 0 179817 371 0 0 25 0 1 0 181844386 1463996416 341646 1992294400 4194304 7823515 548682068736 18446744073709551615 6212077 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 357421 341646 550 886 0 356531 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 1429684

[startup+1803 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3855
/proc/meminfo: memFree=163440/2055920 swapFree=4192812/4192956
[pid=3847] ppid=3845 vsize=0 CPUtime=1802.28
/proc/3847/stat : 3847 (pbscip.linux.x8) R 3845 3847 3503 0 -1 4195332 451881 0 0 0 179837 391 0 0 25 0 1 0 181844386 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3847/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1803.02
CPU time (s): 1802.31
CPU user time (s): 1798.38
CPU system time (s): 3.9304
CPU usage (%): 99.9606
Max. virtual memory (cumulated for all children) (KiB): 1450200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 3.9304
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 451881
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 7009

runsolver used 1.57176 second user time and 4.99724 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-16 10:54:07
IDJOB=1868790
IDBENCH=1976
IDSOLVER=683
FILE ID=node27/1868790-1245142446
PBS_JOBID= 9363719
Free space on /tmp= 66272 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868790-1245142446/watcher-1868790-1245142446 -o /tmp/evaluation-result-1868790-1245142446/solver-1868790-1245142446 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868790-1245142446.opb

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

MD5SUM BENCH= 99680d01aa100bfba038606e315bf03d
RANDOM SEED=836455351

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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		: 2800.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
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		: 2800.234
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1532136 kB
Buffers:         45704 kB
Cached:         398472 kB
SwapCached:          0 kB
Active:          62532 kB
Inactive:       396028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1532136 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           26664 kB
Writeback:           0 kB
Mapped:          24176 kB
Slab:            51152 kB
Committed_AS:   153596 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node27 at 2009-06-16 11:24:10