Trace number 1868784

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.27 1802.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
MD5SUM13c1b3915f4d316b882a7e551b1f0496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5623
Best CPU time to get the best result obtained on this benchmark1190.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 502
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 498884
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 498884
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.99/9.03	c SCIP version 1.1.0.7
8.99/9.03	c LP-Solver SoPlex 1.4.1
8.99/9.03	c user parameter file <scip.set> not found - using default parameters
8.99/9.03	c read problem <HOME/instance-1868784-1245141864.opb>
8.99/9.03	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
11.29/11.37	c start presolving problem
11.29/11.37	c presolving:
21.78/21.87	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.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
27.09/27.12	c    (16.2s) 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.24
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 
58.87/58.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
58.87/58.92	c  47.5s|     1 |     0 |   922 | 734M|   0 | 247 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.852632e+02 |      --      |    Inf 
481.37/481.58	o 455
481.37/481.58	c F 470s|     1 |     0 |  6872 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.852632e+02 | 4.550000e+02 | 145.60%
628.03/628.22	c   616s|     1 |     0 |  7258 | 740M|   0 | 267 |  10k| 656k| 656k|  10k| 656k|   9 |   0 |   0 | 1.961875e+02 | 4.550000e+02 | 131.92%
765.89/766.20	c   754s|     1 |     0 |  7649 | 758M|   0 | 288 |  10k| 656k| 656k|  10k| 656k|  21 |   0 |   0 | 2.010872e+02 | 4.550000e+02 | 126.27%
1556.07/1556.53	c  1544s|     1 |     0 |  7927 | 758M|   0 | 291 |  10k| 656k| 656k|  10k| 656k|  29 |   0 |   0 | 2.028117e+02 | 4.550000e+02 | 124.35%

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-1868784-1245141864/watcher-1868784-1245141864 -o /tmp/evaluation-result-1868784-1245141864/solver-1868784-1245141864 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868784-1245141864.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 3620
/proc/meminfo: memFree=1807912/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=4324 CPUtime=0
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 464 0 0 0 0 0 0 0 18 0 1 0 181786511 4427776 448 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 1081 455 292 886 0 191 0

[startup+0.00698496 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3620
/proc/meminfo: memFree=1807912/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=6104 CPUtime=0
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 891 0 0 0 0 0 0 0 18 0 1 0 181786511 6250496 873 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 1526 873 330 886 0 636 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6104

[startup+0.101995 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3620
/proc/meminfo: memFree=1807912/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=17236 CPUtime=0.09
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 3634 0 0 0 8 1 0 0 18 0 1 0 181786511 17649664 3612 1992294400 4194304 7823515 548682068736 18446744073709551615 6896452 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 4309 3612 354 886 0 3419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.302016 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3620
/proc/meminfo: memFree=1807912/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=23272 CPUtime=0.29
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 5139 0 0 0 28 1 0 0 19 0 1 0 181786511 23830528 5117 1992294400 4194304 7823515 548682068736 18446744073709551615 4599120 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 5818 5117 354 886 0 4928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.701058 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3620
/proc/meminfo: memFree=1807912/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=32212 CPUtime=0.68
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 7364 0 0 0 66 2 0 0 22 0 1 0 181786511 32985088 7342 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 8053 7342 354 886 0 7163 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32212

[startup+1.50114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=1772128/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=52192 CPUtime=1.49
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 12360 0 0 0 144 5 0 0 25 0 1 0 181786511 53444608 12338 1992294400 4194304 7823515 548682068736 18446744073709551615 6908057 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 13048 12338 354 886 0 12158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52192

[startup+3.10132 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=1743840/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=91752 CPUtime=3.09
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 22240 0 0 0 300 9 0 0 25 0 1 0 181786511 93954048 22218 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 22938 22218 354 886 0 22048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91752

[startup+6.30167 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=1663584/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=171508 CPUtime=6.28
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 42183 0 0 0 611 17 0 0 25 0 1 0 181786511 175624192 42161 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/3620/statm: 42877 42161 354 886 0 41987 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 171508

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=1190944/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=624572 CPUtime=12.69
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 154928 0 0 0 1191 78 0 0 25 0 1 0 181786511 639561728 154552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/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 3621
/proc/meminfo: memFree=997664/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=819108 CPUtime=25.48
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 218095 0 0 0 2335 213 0 0 25 0 1 0 181786511 838766592 202499 1992294400 4194304 7823515 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 204777 202499 437 886 0 203887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 819108

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=578144/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1301788 CPUtime=51.08
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 342623 0 0 0 4849 259 0 0 25 0 1 0 181786511 1333030912 307187 1992294400 4194304 7823515 548682068736 18446744073709551615 5925260 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 325447 307187 507 886 0 324557 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1301788

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=542176/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1342540 CPUtime=102.27
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 352564 0 0 0 9963 264 0 0 25 0 1 0 181786511 1374760960 316155 1992294400 4194304 7823515 548682068736 18446744073709551615 6177706 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 335635 316155 521 886 0 334745 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1342540

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=530336/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1354048 CPUtime=162.25
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 356987 0 0 0 15959 266 0 0 25 0 1 0 181786511 1386545152 319090 1992294400 4194304 7823515 548682068736 18446744073709551615 6208682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 338512 319090 521 886 0 337622 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1354048

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=531296/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1351660 CPUtime=222.23
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 358589 0 0 0 21955 268 0 0 25 0 1 0 181786511 1384099840 318834 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 337915 318834 521 886 0 337025 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1351660

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=530912/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1351660 CPUtime=282.22
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 360533 0 0 0 27952 270 0 0 25 0 1 0 181786511 1384099840 318930 1992294400 4194304 7823515 548682068736 18446744073709551615 6103877 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 337915 318930 521 886 0 337025 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1351660

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=529184/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1353128 CPUtime=342.2
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 362274 0 0 0 33949 271 0 0 25 0 1 0 181786511 1385603072 319353 1992294400 4194304 7823515 548682068736 18446744073709551615 6208682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 338282 319353 521 886 0 337392 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1353128

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3621
/proc/meminfo: memFree=528800/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1353136 CPUtime=402.19
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 364861 0 0 0 39946 273 0 0 25 0 1 0 181786511 1385611264 319443 1992294400 4194304 7823515 548682068736 18446744073709551615 6208789 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 338284 319443 521 886 0 337394 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 1353136

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3623
/proc/meminfo: memFree=528224/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1353144 CPUtime=462.16
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 367261 0 0 0 45942 274 0 0 25 0 1 0 181786511 1385619456 319550 1992294400 4194304 7823515 548682068736 18446744073709551615 6211030 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 338286 319550 521 886 0 337396 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1353144

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3623
/proc/meminfo: memFree=434720/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1444956 CPUtime=522.16
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 392946 0 0 0 51930 286 0 0 25 0 1 0 181786511 1479634944 342998 1992294400 4194304 7823515 548682068736 18446744073709551615 5575803 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 361239 342998 532 886 0 360349 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 1444956

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3623
/proc/meminfo: memFree=431328/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1457824 CPUtime=582.13
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 394457 0 0 0 57927 286 0 0 25 0 1 0 181786511 1492811776 343839 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 364456 343839 534 886 0 363566 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1457824

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3623
/proc/meminfo: memFree=394144/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1480404 CPUtime=642.12
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 421532 0 0 0 63884 328 0 0 25 0 1 0 181786511 1515933696 353148 1992294400 4194304 7823515 548682068736 18446744073709551615 4271256 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 370101 353148 550 886 0 369211 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1480404

[startup+702.302 s]

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

/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 105843 358 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 6911988 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1573392

[startup+1122.3 s]
/proc/loadavg: 1.15 1.09 1.01 2/65 3629
/proc/meminfo: memFree=304544/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1573392 CPUtime=1121.99
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 111838 361 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 5965555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 1573392

[startup+1182.3 s]
/proc/loadavg: 1.11 1.09 1.01 2/65 3629
/proc/meminfo: memFree=304544/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1573392 CPUtime=1181.98
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 117833 365 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 6908139 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1573392

[startup+1242.3 s]
/proc/loadavg: 1.04 1.07 1.01 2/65 3629
/proc/meminfo: memFree=304544/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1573392 CPUtime=1241.95
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 123828 367 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 6911972 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 1573392

[startup+1302.3 s]
/proc/loadavg: 1.01 1.05 1.00 2/65 3629
/proc/meminfo: memFree=304544/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1573392 CPUtime=1301.94
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 129823 371 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 5965396 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 1573392

[startup+1362.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 3629
/proc/meminfo: memFree=304544/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1573392 CPUtime=1361.93
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 135818 375 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 5965381 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1573392

[startup+1422.31 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 3629
/proc/meminfo: memFree=304544/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1573392 CPUtime=1421.92
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 141814 378 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1573392

[startup+1482.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 3629
/proc/meminfo: memFree=304544/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1573392 CPUtime=1481.89
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 444091 0 0 0 147810 379 0 0 25 0 1 0 181786511 1611153408 375381 1992294400 4194304 7823515 548682068736 18446744073709551615 5597657 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 393348 375381 550 886 0 392458 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 1573392

[startup+1542.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 3629
/proc/meminfo: memFree=277792/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1599052 CPUtime=1541.87
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 450824 0 0 0 153805 382 0 0 25 0 1 0 181786511 1637429248 382013 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 399763 382013 550 886 0 398873 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1599052

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3629
/proc/meminfo: memFree=277792/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1599052 CPUtime=1601.86
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 451004 0 0 0 159801 385 0 0 25 0 1 0 181786511 1637429248 382013 1992294400 4194304 7823515 548682068736 18446744073709551615 4338500 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 399763 382013 550 886 0 398873 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1599052

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 3629
/proc/meminfo: memFree=277792/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1599052 CPUtime=1661.85
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 451004 0 0 0 165797 388 0 0 25 0 1 0 181786511 1637429248 382013 1992294400 4194304 7823515 548682068736 18446744073709551615 5965831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 399763 382013 550 886 0 398873 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1599052

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3629
/proc/meminfo: memFree=277792/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1599052 CPUtime=1721.83
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 451004 0 0 0 171790 393 0 0 25 0 1 0 181786511 1637429248 382013 1992294400 4194304 7823515 548682068736 18446744073709551615 5965396 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 399763 382013 550 886 0 398873 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1599052

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3629
/proc/meminfo: memFree=277792/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1599052 CPUtime=1781.81
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 451004 0 0 0 177785 396 0 0 25 0 1 0 181786511 1637429248 382013 1992294400 4194304 7823515 548682068736 18446744073709551615 6908163 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 399763 382013 550 886 0 398873 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1599052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3629
/proc/meminfo: memFree=277792/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1599052 CPUtime=1800.01
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 451004 0 0 0 179604 397 0 0 25 0 1 0 181786511 1637429248 382013 1992294400 4194304 7823515 548682068736 18446744073709551615 4272794 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 399763 382013 550 886 0 398873 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1599052

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3620

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3630
/proc/meminfo: memFree=277272/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1581088 CPUtime=1800.91
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 451264 0 0 0 179693 398 0 0 25 0 1 0 181786511 1619034112 377715 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 395272 377715 550 886 0 394382 0
Current children cumulated CPU time (s) 1800.91
Current children cumulated vsize (KiB) 1581088

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3630
/proc/meminfo: memFree=294872/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=1581088 CPUtime=1801.71
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4194304 451264 0 0 0 179773 398 0 0 25 0 1 0 181786511 1619034112 377715 1992294400 4194304 7823515 548682068736 18446744073709551615 6150539 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 395272 377715 550 886 0 394382 0
Current children cumulated CPU time (s) 1801.71
Current children cumulated vsize (KiB) 1581088

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3630
/proc/meminfo: memFree=294872/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=0 CPUtime=1802.11
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4195332 451264 0 0 0 179804 407 0 0 25 0 1 0 181786511 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3630
/proc/meminfo: memFree=294872/2055920 swapFree=4182492/4192956
[pid=3620] ppid=3618 vsize=0 CPUtime=1802.21
/proc/3620/stat : 3620 (pbscip.linux.x8) R 3618 3620 3024 0 -1 4195332 451264 0 0 0 179804 417 0 0 25 0 1 0 181786511 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3620/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.75
CPU time (s): 1802.27
CPU user time (s): 1798.04
CPU system time (s): 4.22436
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 1663208

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

runsolver used 1.86572 second user time and 4.03839 second system time

The end

Launcher Data

Begin job on node21 at 2009-06-16 10:44:25
IDJOB=1868784
IDBENCH=1973
IDSOLVER=683
FILE ID=node21/1868784-1245141864
PBS_JOBID= 9363712
Free space on /tmp= 66076 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_14.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-1868784-1245141864/watcher-1868784-1245141864 -o /tmp/evaluation-result-1868784-1245141864/solver-1868784-1245141864 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868784-1245141864.opb

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

MD5SUM BENCH= 13c1b3915f4d316b882a7e551b1f0496
RANDOM SEED=872627712

node21.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.239
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.239
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:       1808328 kB
Buffers:         41312 kB
Cached:         128036 kB
SwapCached:       4256 kB
Active:          45004 kB
Inactive:       131716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808328 kB
SwapTotal:     4192956 kB
SwapFree:      4182492 kB
Dirty:           26664 kB
Writeback:           0 kB
Mapped:          13420 kB
Slab:            56908 kB
Committed_AS:   166248 kB
PageTables:       1380 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= 66064 MiB
End job on node21 at 2009-06-16 11:14:28