Trace number 1868772

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.28 1802.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_3.opb.PB06.opb
MD5SUM8eed52e8cea562b1b1ee5bae07565266
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5789
Best CPU time to get the best result obtained on this benchmark1798.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 478
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 500105
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 500105
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.01	c SCIP version 1.1.0.7
8.99/9.01	c LP-Solver SoPlex 1.4.1
8.99/9.01	c user parameter file <scip.set> not found - using default parameters
8.99/9.01	c read problem <HOME/instance-1868772-1245140406.opb>
8.99/9.01	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.81	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.05	c    (16.0s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
26.98/27.05	c    (16.0s) 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.06
27.08/27.10	c strange?!, PURESAT with obj
27.08/27.10	c -----------------------------------------------------------------------------------------------
27.08/27.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
27.08/27.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.08/27.10	c limits/memory = c 1620
27.08/27.10	c # maximal time in seconds to run
27.08/27.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.08/27.10	c limits/time = c 1791
27.08/27.10	c # frequency for displaying node information lines
27.08/27.10	c # [type: int, range: [-1,2147483647], default: 100]
27.08/27.10	c display/freq = c 10000
27.08/27.10	c -----------------------------------------------------------------------------------------------
27.08/27.10	c start solving problem
27.08/27.10	c 
66.55/66.63	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.55/66.63	c  55.1s|     1 |     0 |  1096 | 734M|   0 | 267 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.825254e+02 |      --      |    Inf 
445.86/446.00	o 391
445.86/446.00	c F 434s|     1 |     0 |  6400 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.825254e+02 | 3.910000e+02 | 114.22%
591.53/591.79	c   579s|     1 |     0 |  6886 | 749M|   0 | 267 |  10k| 656k| 656k|  10k| 656k|  11 |   0 |   0 | 1.885607e+02 | 3.910000e+02 | 107.36%

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-1868772-1245140406/watcher-1868772-1245140406 -o /tmp/evaluation-result-1868772-1245140406/solver-1868772-1245140406 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868772-1245140406.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 3/64 32625
/proc/meminfo: memFree=1747952/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=4328 CPUtime=0
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 485 0 0 0 0 0 0 0 18 0 1 0 181641749 4431872 469 1992294400 4194304 7823515 548682068736 18446744073709551615 5862928 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 1162 480 313 886 0 272 0

[startup+0.096143 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32625
/proc/meminfo: memFree=1747952/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=17236 CPUtime=0.09
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 3634 0 0 0 8 1 0 0 18 0 1 0 181641749 17649664 3612 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 4309 3612 354 886 0 3419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.10114 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32625
/proc/meminfo: memFree=1747952/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=17236 CPUtime=0.09
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 3634 0 0 0 8 1 0 0 18 0 1 0 181641749 17649664 3612 1992294400 4194304 7823515 548682068736 18446744073709551615 4511629 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 4309 3612 354 886 0 3419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.301152 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32625
/proc/meminfo: memFree=1747952/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=23272 CPUtime=0.29
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 5139 0 0 0 27 2 0 0 19 0 1 0 181641749 23830528 5117 1992294400 4194304 7823515 548682068736 18446744073709551615 6830472 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 5818 5117 354 886 0 4928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.701184 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32625
/proc/meminfo: memFree=1747952/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=33240 CPUtime=0.69
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 7654 0 0 0 66 3 0 0 22 0 1 0 181641749 34037760 7632 1992294400 4194304 7823515 548682068736 18446744073709551615 5878822 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 8310 7632 354 886 0 7420 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33240

[startup+1.50126 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 32626
/proc/meminfo: memFree=1711144/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=52192 CPUtime=1.49
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 12362 0 0 0 144 5 0 0 25 0 1 0 181641749 53444608 12340 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 13048 12340 354 886 0 12158 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52192

[startup+3.10138 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 32626
/proc/meminfo: memFree=1684200/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=92780 CPUtime=3.09
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 22500 0 0 0 299 10 0 0 25 0 1 0 181641749 95006720 22478 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 23195 22478 354 886 0 22305 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92780

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32626
/proc/meminfo: memFree=1602472/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=172344 CPUtime=6.29
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 42395 0 0 0 610 19 0 0 25 0 1 0 181641749 176480256 42373 1992294400 4194304 7823515 548682068736 18446744073709551615 6957168 0 0 4096 0 0 0 0 17 1 0 0
/proc/32625/statm: 43086 42373 354 886 0 42196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 172344

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 32626
/proc/meminfo: memFree=1130984/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=624572 CPUtime=12.68
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 154928 0 0 0 1184 84 0 0 25 0 1 0 181641749 639561728 154552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 156143 154552 417 886 0 155253 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 624572

[startup+25.5022 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 32626
/proc/meminfo: memFree=937640/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=819108 CPUtime=25.49
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 218095 0 0 0 2321 228 0 0 25 0 1 0 181641749 838766592 202499 1992294400 4194304 7823515 548682068736 18446744073709551615 4207205 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 204777 202499 437 886 0 203887 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 819108

[startup+51.1023 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 32626
/proc/meminfo: memFree=517928/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1302456 CPUtime=51.06
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 342828 0 0 0 4830 276 0 0 25 0 1 0 181641749 1333714944 307279 1992294400 4194304 7823515 548682068736 18446744073709551615 6110801 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 325614 307279 507 886 0 324724 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1302456

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 32626
/proc/meminfo: memFree=482408/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1341628 CPUtime=102.25
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 352719 0 0 0 9945 280 0 0 25 0 1 0 181641749 1373827072 316087 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 335407 316087 521 886 0 334517 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1341628

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=473192/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1352924 CPUtime=162.23
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 356895 0 0 0 15939 284 0 0 25 0 1 0 181641749 1385394176 318426 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 338231 318426 521 886 0 337341 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1352924

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=471656/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1352924 CPUtime=222.22
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 358968 0 0 0 21937 285 0 0 25 0 1 0 181641749 1385394176 318760 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 338231 318760 521 886 0 337341 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1352924

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=470824/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1352924 CPUtime=282.2
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 360973 0 0 0 27933 287 0 0 25 0 1 0 181641749 1385394176 318950 1992294400 4194304 7823515 548682068736 18446744073709551615 6211142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 338231 318950 521 886 0 337341 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1352924

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=468968/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1354524 CPUtime=342.19
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 362971 0 0 0 33930 289 0 0 25 0 1 0 181641749 1387032576 319414 1992294400 4194304 7823515 548682068736 18446744073709551615 6149986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 338631 319414 521 886 0 337741 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1354524

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=465128/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1358020 CPUtime=402.17
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 365157 0 0 0 39927 290 0 0 25 0 1 0 181641749 1390612480 320345 1992294400 4194304 7823515 548682068736 18446744073709551615 6208537 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 339505 320345 521 886 0 338615 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1358020

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=450728/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1371668 CPUtime=462.16
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 372980 0 0 0 45922 294 0 0 25 0 1 0 181641749 1404588032 324506 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 342917 324506 530 886 0 342027 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1371668

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=402600/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1427108 CPUtime=522.15
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 385163 0 0 0 51916 299 0 0 25 0 1 0 181641749 1461358592 336027 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 356777 336027 534 886 0 355887 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 1427108

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=335784/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1482076 CPUtime=582.14
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 412395 0 0 0 57873 341 0 0 25 0 1 0 181641749 1517645824 352646 1992294400 4194304 7823515 548682068736 18446744073709551615 6212552 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 370519 352646 550 886 0 369629 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1482076

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330856/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=642.12
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 63868 344 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5965398 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1487208

[startup+702.301 s]

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

/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 105834 368 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 6908168 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 1487208

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330664/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1122.01
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 111830 371 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 1487208

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330664/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1181.99
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 117825 374 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5965829 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 1487208

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330536/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1241.98
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 123821 377 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 1487208

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330472/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1301.97
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 129817 380 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 1487208

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330472/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1361.95
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 135812 383 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 6912081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1487208

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330408/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1421.94
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 141809 385 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1487208

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330408/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1481.92
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 147803 389 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5965825 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1487208

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330408/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1541.91
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 153800 391 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 6911980 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 1487208

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330408/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1601.9
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 159796 394 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5965951 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1487208

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330408/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1661.88
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 165791 397 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 6912081 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1487208

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330408/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1721.87
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 171786 401 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5965385 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1487208

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330216/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1781.86
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 177783 403 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1487208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32626
/proc/meminfo: memFree=330216/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1800.05
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 179602 403 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5597657 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1487208

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -32625

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32627
/proc/meminfo: memFree=330208/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1800.95
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 179692 403 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1800.95
Current children cumulated vsize (KiB) 1487208

[startup+1802.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32627
/proc/meminfo: memFree=330208/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=1487208 CPUtime=1801.75
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4194304 413910 0 0 0 179772 403 0 0 25 0 1 0 181641749 1522900992 353929 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 371802 353929 550 886 0 370912 0
Current children cumulated CPU time (s) 1801.75
Current children cumulated vsize (KiB) 1487208

[startup+1802.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32627
/proc/meminfo: memFree=330208/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=0 CPUtime=1802.15
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4195332 413910 0 0 0 179803 412 0 0 25 0 1 0 181641749 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

[startup+1802.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32627
/proc/meminfo: memFree=330208/2055920 swapFree=4191900/4192956
[pid=32625] ppid=32623 vsize=0 CPUtime=1802.25
/proc/32625/stat : 32625 (pbscip.linux.x8) R 32623 32625 32098 0 -1 4195332 413910 0 0 0 179803 422 0 0 25 0 1 0 181641749 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32625/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.73
CPU time (s): 1802.28
CPU user time (s): 1798.03
CPU system time (s): 4.25235
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 1487208

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

runsolver used 1.9867 second user time and 4.10338 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-16 10:20:08
IDJOB=1868772
IDBENCH=1967
IDSOLVER=683
FILE ID=node3/1868772-1245140406
PBS_JOBID= 9363696
Free space on /tmp= 66300 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_3.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-1868772-1245140406/watcher-1868772-1245140406 -o /tmp/evaluation-result-1868772-1245140406/solver-1868772-1245140406 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868772-1245140406.opb

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

MD5SUM BENCH= 8eed52e8cea562b1b1ee5bae07565266
RANDOM SEED=1733873158

node3.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.236
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.236
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:       1748368 kB
Buffers:         26772 kB
Cached:         209200 kB
SwapCached:        260 kB
Active:          71912 kB
Inactive:       177360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748368 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           26664 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            44348 kB
Committed_AS:   151452 kB
PageTables:       1376 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= 66292 MiB
End job on node3 at 2009-06-16 10:50:10