Trace number 1868773

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
SCIPclp SCIP 1.1.0.7 with CLP 1.8.2? (TO) 1802.27 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.05	c SCIP version 1.1.0.7
8.99/9.05	c LP-Solver Clp 1.8.2
8.99/9.05	c user parameter file <scip.set> not found - using default parameters
8.99/9.05	c read problem <HOME/instance-1868773-1245140504.opb>
8.99/9.05	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
11.39/11.40	c start presolving problem
11.39/11.40	c presolving:
21.69/21.70	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.89/26.98	c    (16.0s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
26.89/26.98	c    (16.0s) probing aborted: 100/100 successive totally useless probings
26.89/26.99	c presolving (2 rounds):
26.89/26.99	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
26.89/26.99	c  1313400 implications, 0 cliques
26.89/26.99	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
26.89/26.99	c  656900 constraints of type <logicor>
26.89/26.99	c transformed objective value is always integral (scale: 1)
26.89/26.99	c Presolving Time: 14.04
26.99/27.03	c strange?!, PURESAT with obj
26.99/27.03	c -----------------------------------------------------------------------------------------------
26.99/27.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
26.99/27.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
26.99/27.03	c limits/memory = c 1620
26.99/27.03	c # maximal time in seconds to run
26.99/27.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
26.99/27.03	c limits/time = c 1791
26.99/27.03	c # frequency for displaying node information lines
26.99/27.03	c # [type: int, range: [-1,2147483647], default: 100]
26.99/27.03	c display/freq = c 10000
26.99/27.03	c -----------------------------------------------------------------------------------------------
26.99/27.03	c start solving problem
26.99/27.03	c 
39.07/39.18	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
39.07/39.18	c  27.8s|     1 |     0 |   529 | 734M|   0 | 263 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.825254e+02 |      --      |    Inf 
1015.82/1016.12	o 528
1015.82/1016.12	c F1003s|     1 |     0 | 11320 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.825254e+02 | 5.279999e+02 | 189.27%
1151.69/1152.01	c  1139s|     1 |     0 | 11897 | 750M|   0 | 277 |  10k| 656k| 656k|  10k| 656k|  10 |   0 |   0 | 1.887535e+02 | 5.279999e+02 | 179.73%

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-1868773-1245140504/watcher-1868773-1245140504 -o /tmp/evaluation-result-1868773-1245140504/solver-1868773-1245140504 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868773-1245140504.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 3706
/proc/meminfo: memFree=1909056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=5812 CPUtime=0
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 516 0 0 0 0 0 0 0 18 0 1 0 181651468 5951488 500 1992294400 4194304 9342243 548682068736 18446744073709551615 8223232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 1453 501 332 1256 0 192 0

[startup+0.0855059 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3706
/proc/meminfo: memFree=1909056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=18564 CPUtime=0.08
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 3624 0 0 0 7 1 0 0 18 0 1 0 181651468 19009536 3604 1992294400 4194304 9342243 548682068736 18446744073709551615 4649528 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 4641 3604 378 1256 0 3380 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18564

[startup+0.101506 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3706
/proc/meminfo: memFree=1909056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=18696 CPUtime=0.09
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 3659 0 0 0 8 1 0 0 18 0 1 0 181651468 19144704 3639 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 4674 3639 378 1256 0 3413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18696

[startup+0.301524 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3706
/proc/meminfo: memFree=1909056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=24616 CPUtime=0.29
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 5153 0 0 0 27 2 0 0 19 0 1 0 181651468 25206784 5133 1992294400 4194304 9342243 548682068736 18446744073709551615 5858432 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 6154 5133 378 1256 0 4893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24616

[startup+0.701561 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 3706
/proc/meminfo: memFree=1909056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=33744 CPUtime=0.69
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 7400 0 0 0 66 3 0 0 22 0 1 0 181651468 34553856 7380 1992294400 4194304 9342243 548682068736 18446744073709551615 8247732 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 8436 7380 378 1256 0 7175 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33744

[startup+1.50163 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=1873208/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=53624 CPUtime=1.49
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 12403 0 0 0 144 5 0 0 25 0 1 0 181651468 54910976 12383 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 13406 12383 378 1256 0 12145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53624

[startup+3.10278 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=1845496/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=94268 CPUtime=3.09
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 22555 0 0 0 300 9 0 0 25 0 1 0 181651468 96530432 22535 1992294400 4194304 9342243 548682068736 18446744073709551615 4511625 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 23567 22535 378 1256 0 22306 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94268

[startup+6.30108 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=1764600/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=172216 CPUtime=6.29
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 41978 0 0 0 612 17 0 0 25 0 1 0 181651468 176349184 41958 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3706/statm: 43054 41958 378 1256 0 41793 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 172216

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=1291776/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=626116 CPUtime=12.69
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 155061 0 0 0 1191 78 0 0 25 0 1 0 181651468 641142784 154687 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 156529 154687 459 1256 0 155268 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 626116

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=1098816/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=820388 CPUtime=25.49
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 218158 0 0 0 2332 217 0 0 25 0 1 0 181651468 840077312 202564 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 205097 202564 479 1256 0 203836 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 820388

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=679808/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1415060 CPUtime=51.06
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 334076 0 0 0 4845 261 0 0 25 0 1 0 181651468 1449021440 307249 1992294400 4194304 9342243 548682068736 18446744073709551615 6959733 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 353765 307249 626 1256 0 352504 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1415060

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=668928/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1420384 CPUtime=102.25
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 336799 0 0 0 9963 262 0 0 25 0 1 0 181651468 1454473216 309972 1992294400 4194304 9342243 548682068736 18446744073709551615 6951969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 355096 309972 633 1256 0 353835 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1420384

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=625024/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1488264 CPUtime=162.23
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 369660 0 0 0 15946 277 0 0 25 0 1 0 181651468 1523982336 320911 1992294400 4194304 9342243 548682068736 18446744073709551615 6498483 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 372066 320911 633 1256 0 370805 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1488264

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=616192/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1499512 CPUtime=222.21
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 382376 0 0 0 21937 284 0 0 25 0 1 0 181651468 1535500288 323112 1992294400 4194304 9342243 548682068736 18446744073709551615 6937369 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 374878 323112 633 1256 0 373617 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1499512

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=612416/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1499528 CPUtime=282.2
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 395483 0 0 0 27929 291 0 0 25 0 1 0 181651468 1535516672 324060 1992294400 4194304 9342243 548682068736 18446744073709551615 6065008 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 374882 324060 633 1256 0 373621 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1499528

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=593984/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1500396 CPUtime=342.18
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 408225 0 0 0 33921 297 0 0 25 0 1 0 181651468 1536405504 328630 1992294400 4194304 9342243 548682068736 18446744073709551615 6962261 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 375099 328630 633 1256 0 373838 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1500396

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=610304/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1500636 CPUtime=402.17
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 421793 0 0 0 39913 304 0 0 25 0 1 0 181651468 1536651264 324569 1992294400 4194304 9342243 548682068736 18446744073709551615 6939160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 375159 324569 633 1256 0 373898 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1500636

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=593088/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1500884 CPUtime=462.16
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 434655 0 0 0 45905 311 0 0 25 0 1 0 181651468 1536905216 328839 1992294400 4194304 9342243 548682068736 18446744073709551615 6504832 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 375221 328839 633 1256 0 373960 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 1500884

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=611904/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1501368 CPUtime=522.14
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 447984 0 0 0 51896 318 0 0 25 0 1 0 181651468 1537400832 324176 1992294400 4194304 9342243 548682068736 18446744073709551615 6065008 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 375342 324176 633 1256 0 374081 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1501368

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=588096/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1500056 CPUtime=582.13
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 462727 0 0 0 57888 325 0 0 25 0 1 0 181651468 1536057344 330072 1992294400 4194304 9342243 548682068736 18446744073709551615 6951969 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 375014 330072 633 1256 0 373753 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 1500056

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=613760/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1500208 CPUtime=642.12
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 475521 0 0 0 63880 332 0 0 25 0 1 0 181651468 1536212992 323650 1992294400 4194304 9342243 548682068736 18446744073709551615 6952118 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 375052 323650 633 1256 0 373791 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 1500208

[startup+702.302 s]

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

/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 594987 0 0 0 105810 391 0 0 25 0 1 0 181651468 1542221824 337079 1992294400 4194304 9342243 548682068736 18446744073709551615 5597662 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 376519 337079 647 1256 0 375258 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 1506076

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=559744/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1506076 CPUtime=1122
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 594987 0 0 0 111809 391 0 0 25 0 1 0 181651468 1542221824 337079 1992294400 4194304 9342243 548682068736 18446744073709551615 5597662 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 376519 337079 647 1256 0 375258 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1506076

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=477184/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1181.98
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 117765 433 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 1600932

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=477120/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1241.96
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 123761 435 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6952990 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1600932

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=477120/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1301.95
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 129757 438 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6237448 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1600932

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=477056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1361.93
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 135752 441 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6237429 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1600932

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=477056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1421.92
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 141748 444 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6939160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1600932

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=477056/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1481.91
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 147743 448 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1600932

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=476992/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1541.9
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 153739 451 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6939160 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1600932

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=476928/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1601.88
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 159734 454 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 4338420 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1600932

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=476928/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1661.86
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 165729 457 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 1600932

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3707
/proc/meminfo: memFree=476928/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1721.85
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 171724 461 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6237429 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 1600932

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3709
/proc/meminfo: memFree=476736/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1781.84
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 177720 464 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 4272794 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1600932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3709
/proc/meminfo: memFree=476864/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1800.03
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 619564 0 0 0 179538 465 0 0 25 0 1 0 181651468 1639354368 357672 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 357672 664 1256 0 398972 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1600932

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3706

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 3710
/proc/meminfo: memFree=455544/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1600932 CPUtime=1800.93
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 628574 0 0 0 179624 469 0 0 25 0 1 0 181651468 1639354368 366682 1992294400 4194304 9342243 548682068736 18446744073709551615 6907333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 400233 366682 664 1256 0 398972 0
Current children cumulated CPU time (s) 1800.93
Current children cumulated vsize (KiB) 1600932

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3710
/proc/meminfo: memFree=437624/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=1611736 CPUtime=1801.73
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4194304 629409 0 0 0 179704 469 0 0 25 0 1 0 181651468 1650417664 367517 1992294400 4194304 9342243 548682068736 18446744073709551615 5874730 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 402934 367517 664 1256 0 401673 0
Current children cumulated CPU time (s) 1801.73
Current children cumulated vsize (KiB) 1611736

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3710
/proc/meminfo: memFree=437624/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=0 CPUtime=1802.13
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4195332 629412 0 0 0 179735 478 0 0 25 0 1 0 181651468 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3710
/proc/meminfo: memFree=437624/2055920 swapFree=4191900/4192956
[pid=3706] ppid=3704 vsize=0 CPUtime=1802.23
/proc/3706/stat : 3706 (pbscip.linux.x8) R 3704 3706 3327 0 -1 4195332 629412 0 0 0 179735 488 0 0 25 0 1 0 181651468 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3706/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.23
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.73
CPU time (s): 1802.27
CPU user time (s): 1797.35
CPU system time (s): 4.92025
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 1611736

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

runsolver used 2.0037 second user time and 4.05338 second system time

The end

Launcher Data

Begin job on node14 at 2009-06-16 10:21:45
IDJOB=1868773
IDBENCH=1967
IDSOLVER=684
FILE ID=node14/1868773-1245140504
PBS_JOBID= 9363721
Free space on /tmp= 66360 MiB

SOLVER NAME= SCIPclp SCIP 1.1.0.7 with CLP 1.8.2
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.clp -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1868773-1245140504/watcher-1868773-1245140504 -o /tmp/evaluation-result-1868773-1245140504/solver-1868773-1245140504 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868773-1245140504.opb

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

MD5SUM BENCH= 8eed52e8cea562b1b1ee5bae07565266
RANDOM SEED=363649769

node14.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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1909472 kB
Buffers:         12292 kB
Cached:          78644 kB
SwapCached:        388 kB
Active:          59180 kB
Inactive:        45200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909472 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           28564 kB
Writeback:           0 kB
Mapped:          21800 kB
Slab:            27996 kB
Committed_AS:   171584 kB
PageTables:       1456 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= 66348 MiB
End job on node14 at 2009-06-16 10:51:48