Trace number 1868788

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.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM6389567e651775a5f815611581d2023e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5675
Best CPU time to get the best result obtained on this benchmark1449.29
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 474
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 494177
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 494177
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-1868788-1245142211.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.39	c start presolving problem
11.29/11.39	c presolving:
21.78/21.84	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.10	c    (16.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
26.98/27.10	c    (16.1s) probing aborted: 100/100 successive totally useless probings
27.08/27.10	c presolving (2 rounds):
27.08/27.10	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
27.08/27.10	c  1313400 implications, 0 cliques
27.08/27.10	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
27.08/27.10	c  656900 constraints of type <logicor>
27.08/27.10	c transformed objective value is always integral (scale: 1)
27.08/27.10	c Presolving Time: 14.12
27.08/27.15	c strange?!, PURESAT with obj
27.08/27.15	c -----------------------------------------------------------------------------------------------
27.08/27.15	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
27.08/27.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.08/27.15	c limits/memory = c 1620
27.08/27.15	c # maximal time in seconds to run
27.08/27.15	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
27.08/27.15	c limits/time = c 1791
27.08/27.15	c # frequency for displaying node information lines
27.08/27.15	c # [type: int, range: [-1,2147483647], default: 100]
27.08/27.15	c display/freq = c 10000
27.08/27.15	c -----------------------------------------------------------------------------------------------
27.08/27.15	c start solving problem
27.08/27.15	c 
70.55/70.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
70.55/70.66	c  59.1s|     1 |     0 |  1237 | 734M|   0 | 268 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.726544e+02 |      --      |    Inf 
1218.67/1219.05	o 579
1218.67/1219.05	c F1207s|     1 |     0 | 15564 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.726544e+02 | 5.790000e+02 | 235.35%
1533.40/1533.82	c  1521s|     1 |     0 | 15928 | 734M|   0 | 279 |  10k| 656k| 656k|  10k| 656k|   8 |   0 |   0 | 1.787999e+02 | 5.790000e+02 | 223.83%

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-1868788-1245142211/watcher-1868788-1245142211 -o /tmp/evaluation-result-1868788-1245142211/solver-1868788-1245142211 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868788-1245142211.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.99 0.98 0.99 3/64 32653
/proc/meminfo: memFree=1745520/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=4328 CPUtime=0
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 482 0 0 0 0 0 0 0 18 0 1 0 181822183 4431872 466 1992294400 4194304 7823515 548682068736 18446744073709551615 7017211 0 0 4096 0 0 0 0 17 1 0 0
/proc/32653/statm: 1162 478 311 886 0 272 0

[startup+0.041411 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32653
/proc/meminfo: memFree=1745520/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=15788 CPUtime=0.03
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 3264 0 0 0 2 1 0 0 18 0 1 0 181822183 16166912 3242 1992294400 4194304 7823515 548682068736 18446744073709551615 4512305 0 0 4096 0 0 0 0 17 1 0 0
/proc/32653/statm: 3947 3242 349 886 0 3057 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15788

[startup+0.102415 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32653
/proc/meminfo: memFree=1745520/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=17236 CPUtime=0.09
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 3635 0 0 0 8 1 0 0 18 0 1 0 181822183 17649664 3613 1992294400 4194304 7823515 548682068736 18446744073709551615 6888849 0 0 4096 0 0 0 0 17 1 0 0
/proc/32653/statm: 4309 3613 354 886 0 3419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17236

[startup+0.301431 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32653
/proc/meminfo: memFree=1745520/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=23272 CPUtime=0.29
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 5140 0 0 0 27 2 0 0 19 0 1 0 181822183 23830528 5118 1992294400 4194304 7823515 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/32653/statm: 5818 5118 354 886 0 4928 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23272

[startup+0.702464 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 32653
/proc/meminfo: memFree=1745520/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=33240 CPUtime=0.69
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 7655 0 0 0 67 2 0 0 22 0 1 0 181822183 34037760 7633 1992294400 4194304 7823515 548682068736 18446744073709551615 6908062 0 0 4096 0 0 0 0 17 1 0 0
/proc/32653/statm: 8310 7633 354 886 0 7420 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33240

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

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

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

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32654
/proc/meminfo: memFree=1128488/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=624572 CPUtime=12.69
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 154928 0 0 0 1188 81 0 0 25 0 1 0 181822183 639561728 154552 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 156143 154552 417 886 0 155253 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 624572

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=935208/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=819108 CPUtime=25.48
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 218095 0 0 0 2325 223 0 0 25 0 1 0 181822183 838766592 202499 1992294400 4194304 7823515 548682068736 18446744073709551615 5102375 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 204777 202499 437 886 0 203887 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 819108

[startup+51.1016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=521448/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1300328 CPUtime=51.06
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 340265 0 0 0 4837 269 0 0 25 0 1 0 181822183 1331535872 305728 1992294400 4194304 7823515 548682068736 18446744073709551615 6018729 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 325082 305728 507 886 0 324192 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1300328

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=484264/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1343404 CPUtime=102.25
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 350881 0 0 0 9951 274 0 0 25 0 1 0 181822183 1375645696 315001 1992294400 4194304 7823515 548682068736 18446744073709551615 5914500 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 335851 315001 521 886 0 334961 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1343404

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=475944/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1352544 CPUtime=162.23
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 354495 0 0 0 15947 276 0 0 25 0 1 0 181822183 1385005056 317133 1992294400 4194304 7823515 548682068736 18446744073709551615 6263358 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 338136 317133 521 886 0 337246 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1352544

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=471912/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1355028 CPUtime=222.22
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 356646 0 0 0 21944 278 0 0 25 0 1 0 181822183 1387548672 318083 1992294400 4194304 7823515 548682068736 18446744073709551615 6208622 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 338757 318083 521 886 0 337867 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1355028

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=471272/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1355028 CPUtime=282.21
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 358341 0 0 0 27941 280 0 0 25 0 1 0 181822183 1387548672 318223 1992294400 4194304 7823515 548682068736 18446744073709551615 6211406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 338757 318223 521 886 0 337867 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1355028

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=470888/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1355212 CPUtime=342.18
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 360910 0 0 0 33937 281 0 0 25 0 1 0 181822183 1387737088 318319 1992294400 4194304 7823515 548682068736 18446744073709551615 6210935 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 338803 318319 521 886 0 337913 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1355212

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=469736/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1358068 CPUtime=402.17
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 362895 0 0 0 39934 283 0 0 25 0 1 0 181822183 1390661632 318652 1992294400 4194304 7823515 548682068736 18446744073709551615 6217342 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 339517 318652 521 886 0 338627 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1358068

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=469608/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1355480 CPUtime=462.16
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 365064 0 0 0 45932 284 0 0 25 0 1 0 181822183 1388011520 318624 1992294400 4194304 7823515 548682068736 18446744073709551615 6211406 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 338870 318624 521 886 0 337980 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1355480

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=467880/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1361876 CPUtime=522.14
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 368404 0 0 0 51928 286 0 0 25 0 1 0 181822183 1394561024 319857 1992294400 4194304 7823515 548682068736 18446744073709551615 6237127 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340469 319857 521 886 0 339579 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1361876

[startup+582.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=463464/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1362004 CPUtime=582.13
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 369760 0 0 0 57926 287 0 0 25 0 1 0 181822183 1394692096 320140 1992294400 4194304 7823515 548682068736 18446744073709551615 6908143 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340501 320140 521 886 0 339611 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1362004

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32656
/proc/meminfo: memFree=463208/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1362004 CPUtime=642.12
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 371099 0 0 0 63924 288 0 0 25 0 1 0 181822183 1394692096 320193 1992294400 4194304 7823515 548682068736 18446744073709551615 6208682 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340501 320193 521 886 0 339611 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1362004

[startup+702.303 s]

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

/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 397858 0 0 0 105897 304 0 0 25 0 1 0 181822183 1406398464 322973 1992294400 4194304 7823515 548682068736 18446744073709551615 6208777 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 343359 322973 521 886 0 342469 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1373436

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=451816/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1373512 CPUtime=1122
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 401764 0 0 0 111895 305 0 0 25 0 1 0 181822183 1406476288 322993 1992294400 4194304 7823515 548682068736 18446744073709551615 6208304 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 343378 322993 521 886 0 342488 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1373512

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=451944/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1369488 CPUtime=1181.98
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 406095 0 0 0 117890 308 0 0 25 0 1 0 181822183 1402355712 322958 1992294400 4194304 7823515 548682068736 18446744073709551615 6908173 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 342372 322958 521 886 0 341482 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1369488

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=454760/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1360836 CPUtime=1241.97
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 410646 0 0 0 123885 312 0 0 25 0 1 0 181822183 1393496064 322274 1992294400 4194304 7823515 548682068736 18446744073709551615 5965831 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340209 322274 528 886 0 339319 0
Current children cumulated CPU time (s) 1241.97
Current children cumulated vsize (KiB) 1360836

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=454696/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1360836 CPUtime=1301.96
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 410646 0 0 0 129881 315 0 0 25 0 1 0 181822183 1393496064 322274 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340209 322274 528 886 0 339319 0
Current children cumulated CPU time (s) 1301.96
Current children cumulated vsize (KiB) 1360836

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=454696/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1360836 CPUtime=1361.95
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 410647 0 0 0 135876 319 0 0 25 0 1 0 181822183 1393496064 322275 1992294400 4194304 7823515 548682068736 18446744073709551615 5965377 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340209 322275 529 886 0 339319 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 1360836

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=454696/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1360836 CPUtime=1421.94
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 410647 0 0 0 141871 323 0 0 25 0 1 0 181822183 1393496064 322275 1992294400 4194304 7823515 548682068736 18446744073709551615 5965825 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340209 322275 529 886 0 339319 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1360836

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=454504/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1360836 CPUtime=1481.92
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 411052 0 0 0 147869 323 0 0 25 0 1 0 181822183 1393496064 322316 1992294400 4194304 7823515 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 340209 322316 533 886 0 339319 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1360836

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=397608/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1411376 CPUtime=1541.9
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 435381 0 0 0 153826 364 0 0 25 0 1 0 181822183 1445249024 336558 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 352844 336558 549 886 0 351954 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1411376

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=397608/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1411376 CPUtime=1601.89
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 435381 0 0 0 159821 368 0 0 25 0 1 0 181822183 1445249024 336558 1992294400 4194304 7823515 548682068736 18446744073709551615 6912051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 352844 336558 549 886 0 351954 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1411376

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=397608/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1411376 CPUtime=1661.87
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 435381 0 0 0 165816 371 0 0 25 0 1 0 181822183 1445249024 336558 1992294400 4194304 7823515 548682068736 18446744073709551615 4338500 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 352844 336558 549 886 0 351954 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 1411376

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=397608/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1411376 CPUtime=1721.86
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 435381 0 0 0 171811 375 0 0 25 0 1 0 181822183 1445249024 336558 1992294400 4194304 7823515 548682068736 18446744073709551615 5965373 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 352844 336558 549 886 0 351954 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 1411376

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=397416/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1411376 CPUtime=1781.84
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 435381 0 0 0 177806 378 0 0 25 0 1 0 181822183 1445249024 336558 1992294400 4194304 7823515 548682068736 18446744073709551615 6912051 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 352844 336558 549 886 0 351954 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1411376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 32662
/proc/meminfo: memFree=397416/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1411376 CPUtime=1800.04
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 435381 0 0 0 179625 379 0 0 25 0 1 0 181822183 1445249024 336558 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 352844 336558 549 886 0 351954 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1411376

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -32653

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 32663
/proc/meminfo: memFree=401312/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1421636 CPUtime=1800.94
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 444864 0 0 0 179711 383 0 0 25 0 1 0 181822183 1455755264 339502 1992294400 4194304 7823515 548682068736 18446744073709551615 6212176 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 355409 339502 549 886 0 354519 0
Current children cumulated CPU time (s) 1800.94
Current children cumulated vsize (KiB) 1421636

[startup+1802.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32663
/proc/meminfo: memFree=385440/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=1421636 CPUtime=1801.74
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4194304 444864 0 0 0 179791 383 0 0 25 0 1 0 181822183 1455755264 339502 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 355409 339502 549 886 0 354519 0
Current children cumulated CPU time (s) 1801.74
Current children cumulated vsize (KiB) 1421636

[startup+1802.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32663
/proc/meminfo: memFree=385440/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=0 CPUtime=1802.14
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4195332 444864 0 0 0 179822 392 0 0 25 0 1 0 181822183 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.14
Current children cumulated vsize (KiB) 0

[startup+1802.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32663
/proc/meminfo: memFree=385440/2055920 swapFree=4191900/4192956
[pid=32653] ppid=32651 vsize=0 CPUtime=1802.24
/proc/32653/stat : 32653 (pbscip.linux.x8) R 32651 32653 32098 0 -1 4195332 444864 0 0 0 179822 402 0 0 25 0 1 0 181822183 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/32653/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.72
CPU time (s): 1802.27
CPU user time (s): 1798.22
CPU system time (s): 4.04638
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 1455624

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

runsolver used 1.73174 second user time and 3.9654 second system time

The end

Launcher Data

Begin job on node3 at 2009-06-16 10:50:12
IDJOB=1868788
IDBENCH=1975
IDSOLVER=683
FILE ID=node3/1868788-1245142211
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_5.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-1868788-1245142211/watcher-1868788-1245142211 -o /tmp/evaluation-result-1868788-1245142211/solver-1868788-1245142211 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1868788-1245142211.opb

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

MD5SUM BENCH= 6389567e651775a5f815611581d2023e
RANDOM SEED=598348757

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:       1745936 kB
Buffers:         27788 kB
Cached:         210564 kB
SwapCached:        260 kB
Active:          71992 kB
Inactive:       179704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745936 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           26664 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            44320 kB
Committed_AS:   151460 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 11:20:15