Trace number 1868776

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM325852af8542a0f454599a2893f1b120
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5483
Best CPU time to get the best result obtained on this benchmark1364.87
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 434
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495293
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495293
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

8.98/9.04	c SCIP version 1.1.0.7
8.98/9.04	c LP-Solver SoPlex 1.4.1
8.98/9.04	c user parameter file <scip.set> not found - using default parameters
8.98/9.04	c read problem <HOME/instance-1868776-1245140946.opb>
8.98/9.04	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
11.29/11.39	c start presolving problem
11.29/11.39	c presolving:
21.79/21.86	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
27.09/27.12	c    (16.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
27.09/27.12	c    (16.1s) probing aborted: 100/100 successive totally useless probings
27.09/27.12	c presolving (2 rounds):
27.09/27.12	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
27.09/27.12	c  1313400 implications, 0 cliques
27.09/27.12	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
27.09/27.12	c  656900 constraints of type <logicor>
27.09/27.12	c transformed objective value is always integral (scale: 1)
27.09/27.12	c Presolving Time: 14.17
27.09/27.17	c strange?!, PURESAT with obj
27.09/27.17	c -----------------------------------------------------------------------------------------------
27.09/27.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
27.09/27.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.09/27.17	c limits/memory = c 1620
27.09/27.17	c # maximal time in seconds to run
27.09/27.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.09/27.17	c limits/time = c 1791
27.09/27.17	c # frequency for displaying node information lines
27.09/27.17	c # [type: int, range: [-1,2147483647], default: 100]
27.09/27.17	c display/freq = c 10000
27.09/27.17	c -----------------------------------------------------------------------------------------------
27.09/27.17	c start solving problem
27.09/27.17	c 
67.47/67.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.47/67.52	c  56.0s|     1 |     0 |  1100 | 734M|   0 | 272 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.850723e+02 |      --      |    Inf 
617.52/617.71	c   605s|     1 |     0 |  7412 | 754M|   0 | 273 |  10k| 656k| 656k|  10k| 656k|  11 |   0 |   0 | 1.912500e+02 |      --      |    Inf 
1058.09/1058.48	c  1046s|     1 |     0 |  7627 | 754M|   0 | 278 |  10k| 656k| 656k|  10k| 656k|  19 |   0 |   0 | 1.939817e+02 |      --      |    Inf 

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-1868776-1245140946/watcher-1868776-1245140946 -o /tmp/evaluation-result-1868776-1245140946/solver-1868776-1245140946 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868776-1245140946.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: 0.92 0.98 0.99 2/64 11583
/proc/meminfo: memFree=1922880/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=6104 CPUtime=0
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 891 0 0 0 0 0 0 0 18 0 1 0 181695020 6250496 873 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 1526 873 330 886 0 636 0

[startup+0.0701149 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11583
/proc/meminfo: memFree=1922880/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=16352 CPUtime=0.06
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 3411 0 0 0 5 1 0 0 18 0 1 0 181695020 16744448 3389 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 4088 3389 354 886 0 3198 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16352

[startup+0.101117 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11583
/proc/meminfo: memFree=1922880/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=17236 CPUtime=0.09
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 3634 0 0 0 8 1 0 0 18 0 1 0 181695020 17649664 3612 1992294400 4194304 7823515 548682068736 18446744073709551615 6908047 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 4309 3612 354 886 0 3419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.301139 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11583
/proc/meminfo: memFree=1922880/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=23272 CPUtime=0.29
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 5140 0 0 0 28 1 0 0 19 0 1 0 181695020 23830528 5118 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 5818 5118 354 886 0 4928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.701179 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11583
/proc/meminfo: memFree=1922880/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=33240 CPUtime=0.69
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 7654 0 0 0 67 2 0 0 22 0 1 0 181695020 34037760 7632 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 8310 7632 354 886 0 7420 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33240

[startup+1.50227 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11584
/proc/meminfo: memFree=1887032/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=53028 CPUtime=1.49
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 12572 0 0 0 144 5 0 0 25 0 1 0 181695020 54300672 12550 1992294400 4194304 7823515 548682068736 18446744073709551615 6908077 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 13257 12550 354 886 0 12367 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53028

[startup+3.10143 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11584
/proc/meminfo: memFree=1859576/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=92780 CPUtime=3.09
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 22533 0 0 0 300 9 0 0 25 0 1 0 181695020 95006720 22511 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 23195 22511 354 886 0 22305 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92780

[startup+6.30176 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 11584
/proc/meminfo: memFree=1778432/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=171508 CPUtime=6.29
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 42185 0 0 0 612 17 0 0 25 0 1 0 181695020 175624192 42163 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 42877 42163 354 886 0 41987 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 171508

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 11584
/proc/meminfo: memFree=1306944/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=624572 CPUtime=12.69
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 154928 0 0 0 1188 81 0 0 25 0 1 0 181695020 639561728 154552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 156143 154552 417 886 0 155253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 624572

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=1113600/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=819108 CPUtime=25.48
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 218095 0 0 0 2332 216 0 0 25 0 1 0 181695020 838766592 202499 1992294400 4194304 7823515 548682068736 18446744073709551615 4221694 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/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 11584
/proc/meminfo: memFree=697216/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1300924 CPUtime=51.08
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 341556 0 0 0 4844 264 0 0 25 0 1 0 181695020 1332146176 306375 1992294400 4194304 7823515 548682068736 18446744073709551615 6211142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 325231 306375 507 886 0 324341 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1300924

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=661760/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1340552 CPUtime=102.26
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 351484 0 0 0 9959 267 0 0 25 0 1 0 181695020 1372725248 315236 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 335138 315236 521 886 0 334248 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1340552

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=653312/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1349728 CPUtime=162.25
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 355125 0 0 0 15955 270 0 0 25 0 1 0 181695020 1382121472 317390 1992294400 4194304 7823515 548682068736 18446744073709551615 6211327 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 337432 317390 521 886 0 336542 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1349728

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=650560/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1352056 CPUtime=222.22
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 357512 0 0 0 21951 271 0 0 25 0 1 0 181695020 1384505344 318016 1992294400 4194304 7823515 548682068736 18446744073709551615 6211193 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 338014 318016 521 886 0 337124 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1352056

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=649728/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1352376 CPUtime=282.21
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 359231 0 0 0 27948 273 0 0 25 0 1 0 181695020 1384833024 318218 1992294400 4194304 7823515 548682068736 18446744073709551615 6033476 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 338094 318218 521 886 0 337204 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1352376

[startup+342.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 11584
/proc/meminfo: memFree=649280/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1352544 CPUtime=342.2
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 360770 0 0 0 33945 275 0 0 25 0 1 0 181695020 1385005056 318318 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 338136 318318 521 886 0 337246 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1352544

[startup+402.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 11584
/proc/meminfo: memFree=648192/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1355540 CPUtime=402.18
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 362919 0 0 0 39941 277 0 0 25 0 1 0 181695020 1388072960 318640 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 338885 318640 521 886 0 337995 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1355540

[startup+462.302 s]
/proc/loadavg: 1.13 1.05 1.01 2/65 11584
/proc/meminfo: memFree=643392/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1358460 CPUtime=462.16
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 366209 0 0 0 45937 279 0 0 25 0 1 0 181695020 1391063040 319779 1992294400 4194304 7823515 548682068736 18446744073709551615 6152035 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 339615 319779 521 886 0 338725 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1358460

[startup+522.302 s]
/proc/loadavg: 1.18 1.07 1.01 2/65 11584
/proc/meminfo: memFree=561920/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1443616 CPUtime=522.14
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 389997 0 0 0 51926 288 0 0 25 0 1 0 181695020 1478262784 340209 1992294400 4194304 7823515 548682068736 18446744073709551615 5597674 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 360904 340209 534 886 0 360014 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1443616

[startup+582.301 s]
/proc/loadavg: 1.06 1.05 1.00 2/65 11584
/proc/meminfo: memFree=561856/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1443616 CPUtime=582.12
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 389997 0 0 0 57924 288 0 0 25 0 1 0 181695020 1478262784 340209 1992294400 4194304 7823515 548682068736 18446744073709551615 5597687 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 360904 340209 534 886 0 360014 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1443616

[startup+642.301 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 11584
/proc/meminfo: memFree=472704/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1519136 CPUtime=642.12
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 423084 0 0 0 63876 336 0 0 25 0 1 0 181695020 1555595264 362479 1992294400 4194304 7823515 548682068736 18446744073709551615 6911972 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 379784 362479 551 886 0 378894 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1519136

[startup+702.302 s]

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

/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437500 0 0 0 105836 363 0 0 25 0 1 0 181695020 1586860032 370189 1992294400 4194304 7823515 548682068736 18446744073709551615 5965555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370189 551 886 0 386527 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 1549668

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=441472/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1121.98
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437500 0 0 0 111832 366 0 0 25 0 1 0 181695020 1586860032 370189 1992294400 4194304 7823515 548682068736 18446744073709551615 5965396 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370189 551 886 0 386527 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 1549668

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=441408/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1181.96
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437500 0 0 0 117827 369 0 0 25 0 1 0 181695020 1586860032 370189 1992294400 4194304 7823515 548682068736 18446744073709551615 5965558 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370189 551 886 0 386527 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 1549668

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=441408/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1241.95
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437500 0 0 0 123822 373 0 0 25 0 1 0 181695020 1586860032 370189 1992294400 4194304 7823515 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370189 551 886 0 386527 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 1549668

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11584
/proc/meminfo: memFree=441344/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1301.93
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437500 0 0 0 129818 375 0 0 25 0 1 0 181695020 1586860032 370189 1992294400 4194304 7823515 548682068736 18446744073709551615 4338498 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370189 551 886 0 386527 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 1549668

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440952/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1361.91
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 135812 379 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 5965398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 1549668

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440960/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1421.89
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 141807 382 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 4272716 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1549668

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440960/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1481.87
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 147802 385 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 4272807 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1549668

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440960/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1541.86
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 153797 389 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1549668

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440960/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1601.84
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 159793 391 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 6912051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1549668

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440960/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1661.82
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 165787 395 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 5965831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1549668

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440960/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1721.81
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 171782 399 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 5597699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 1549668

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=440896/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1549668 CPUtime=1781.79
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 437510 0 0 0 177780 399 0 0 25 0 1 0 181695020 1586860032 370199 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 387417 370199 551 886 0 386527 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 1549668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11586
/proc/meminfo: memFree=433728/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1557088 CPUtime=1800.09
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 439359 0 0 0 179609 400 0 0 25 0 1 0 181695020 1594458112 371955 1992294400 4194304 7823515 548682068736 18446744073709551615 5924524 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 389272 371955 551 886 0 388382 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1557088

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11583

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 11586
/proc/meminfo: memFree=433728/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1557088 CPUtime=1800.89
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 439359 0 0 0 179689 400 0 0 25 0 1 0 181695020 1594458112 371955 1992294400 4194304 7823515 548682068736 18446744073709551615 6109358 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 389272 371955 551 886 0 388382 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (KiB) 1557088

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11587
/proc/meminfo: memFree=433720/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1557088 CPUtime=1801.68
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 439359 0 0 0 179768 400 0 0 25 0 1 0 181695020 1594458112 371955 1992294400 4194304 7823515 548682068736 18446744073709551615 6109354 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 389272 371955 551 886 0 388382 0
Current children cumulated CPU time (s) 1801.68
Current children cumulated vsize (KiB) 1557088

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11587
/proc/meminfo: memFree=433720/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=1557088 CPUtime=1802.08
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4194304 439359 0 0 0 179808 400 0 0 25 0 1 0 181695020 1594458112 371955 1992294400 4194304 7823515 548682068736 18446744073709551615 6110789 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 389272 371955 551 886 0 388382 0
Current children cumulated CPU time (s) 1802.08
Current children cumulated vsize (KiB) 1557088

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11587
/proc/meminfo: memFree=1678720/2055920 swapFree=4181836/4192956
[pid=11583] ppid=11581 vsize=0 CPUtime=1802.29
/proc/11583/stat : 11583 (pbscip.linux.x8) R 11581 11583 11007 0 -1 4195332 439359 0 0 0 179810 419 0 0 25 0 1 0 181695020 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/11583/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.84
CPU time (s): 1802.33
CPU user time (s): 1798.1
CPU system time (s): 4.23136
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 1611256

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

runsolver used 1.68874 second user time and 4.00339 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-16 10:29:07
IDJOB=1868776
IDBENCH=1969
IDSOLVER=683
FILE ID=node24/1868776-1245140946
PBS_JOBID= 9363685
Free space on /tmp= 66348 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_0.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-1868776-1245140946/watcher-1868776-1245140946 -o /tmp/evaluation-result-1868776-1245140946/solver-1868776-1245140946 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868776-1245140946.opb

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

MD5SUM BENCH= 325852af8542a0f454599a2893f1b120
RANDOM SEED=748930878

node24.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		: 3000.231
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	: 5914.62
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.231
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:       1924256 kB
Buffers:         12560 kB
Cached:          76336 kB
SwapCached:       5284 kB
Active:          73280 kB
Inactive:        23360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1924256 kB
SwapTotal:     4192956 kB
SwapFree:      4181836 kB
Dirty:           26664 kB
Writeback:           0 kB
Mapped:          12916 kB
Slab:            20892 kB
Committed_AS:   186036 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66336 MiB
End job on node24 at 2009-06-16 10:59:10