Trace number 1868775

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_4.opb.PB06.opb
MD5SUMca3282cf347faf21ba3550ec87dd7af4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5248
Best CPU time to get the best result obtained on this benchmark1292.98
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 466
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 494728
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 494728
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.02	c SCIP version 1.1.0.7
8.99/9.02	c LP-Solver Clp 1.8.2
8.99/9.02	c user parameter file <scip.set> not found - using default parameters
8.99/9.02	c read problem <HOME/instance-1868775-1245140641.opb>
8.99/9.02	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.78	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.04	c    (16.1s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
26.98/27.04	c    (16.1s) probing aborted: 100/100 successive totally useless probings
26.98/27.04	c presolving (2 rounds):
26.98/27.04	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
26.98/27.04	c  1313400 implications, 0 cliques
26.98/27.04	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
26.98/27.04	c  656900 constraints of type <logicor>
26.98/27.04	c transformed objective value is always integral (scale: 1)
26.98/27.04	c Presolving Time: 14.11
26.98/27.09	c strange?!, PURESAT with obj
26.98/27.09	c -----------------------------------------------------------------------------------------------
26.98/27.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
26.98/27.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
26.98/27.09	c limits/memory = c 1620
26.98/27.09	c # maximal time in seconds to run
26.98/27.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
26.98/27.09	c limits/time = c 1791
26.98/27.09	c # frequency for displaying node information lines
26.98/27.09	c # [type: int, range: [-1,2147483647], default: 100]
26.98/27.09	c display/freq = c 10000
26.98/27.09	c -----------------------------------------------------------------------------------------------
26.98/27.09	c start solving problem
26.98/27.09	c 
42.37/42.41	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
42.37/42.41	c  31.0s|     1 |     0 |   592 | 734M|   0 | 277 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.972643e+02 |      --      |    Inf 
1307.89/1308.35	o 490
1307.89/1308.35	c F1295s|     1 |     0 | 13989 | 735M|   0 |   0 |  10k| 656k| 656k|  10k| 656k|   0 |   0 |   0 | 1.972643e+02 | 4.900000e+02 | 148.40%
1545.53/1546.03	c  1532s|     1 |     0 | 14408 | 736M|   0 | 276 |  10k| 656k| 656k|  10k| 656k|  10 |   0 |   0 | 2.024561e+02 | 4.900000e+02 | 142.03%
1685.26/1685.98	c  1672s|     1 |     0 | 14970 | 757M|   0 | 298 |  10k| 656k| 656k|  10k| 656k|  21 |   0 |   0 | 2.091653e+02 | 4.900000e+02 | 134.26%

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-1868775-1245140641/watcher-1868775-1245140641 -o /tmp/evaluation-result-1868775-1245140641/solver-1868775-1245140641 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868775-1245140641.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 2/64 3817
/proc/meminfo: memFree=1383944/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=7616 CPUtime=0
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 578 0 0 0 0 0 0 0 20 0 1 0 181663898 7798784 563 1992294400 4194304 9342243 548682068736 18446744073709551615 4402248 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 1904 573 353 1256 0 643 0

[startup+0.0481449 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 3817
/proc/meminfo: memFree=1383944/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=17212 CPUtime=0.04
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 3302 0 0 0 3 1 0 0 20 0 1 0 181663898 17625088 3282 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 4303 3282 378 1256 0 3042 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17212

[startup+0.101149 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 3817
/proc/meminfo: memFree=1383944/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=18696 CPUtime=0.09
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 3659 0 0 0 8 1 0 0 20 0 1 0 181663898 19144704 3639 1992294400 4194304 9342243 548682068736 18446744073709551615 8247758 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 4674 3639 378 1256 0 3413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18696

[startup+0.30117 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 3817
/proc/meminfo: memFree=1383944/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=24616 CPUtime=0.29
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 5153 0 0 0 27 2 0 0 22 0 1 0 181663898 25206784 5133 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 6154 5133 378 1256 0 4893 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24616

[startup+0.701209 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 3817
/proc/meminfo: memFree=1383944/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=34772 CPUtime=0.69
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 7689 0 0 0 66 3 0 0 25 0 1 0 181663898 35606528 7669 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 8693 7669 378 1256 0 7432 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34772

[startup+1.50129 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3818
/proc/meminfo: memFree=1347072/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=54460 CPUtime=1.49
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 12585 0 0 0 144 5 0 0 25 0 1 0 181663898 55767040 12565 1992294400 4194304 9342243 548682068736 18446744073709551615 5858006 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 13615 12575 378 1256 0 12354 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54460

[startup+3.10245 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3818
/proc/meminfo: memFree=1320256/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=94400 CPUtime=3.09
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 22591 0 0 0 300 9 0 0 25 0 1 0 181663898 96665600 22571 1992294400 4194304 9342243 548682068736 18446744073709551615 8305584 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 23600 22571 378 1256 0 22339 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94400

[startup+6.30178 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 3818
/proc/meminfo: memFree=1238272/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=174080 CPUtime=6.29
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 42481 0 0 0 610 19 0 0 25 0 1 0 181663898 178257920 42461 1992294400 4194304 9342243 548682068736 18446744073709551615 8247732 0 0 4096 0 0 0 0 17 1 0 0
/proc/3817/statm: 43520 42461 378 1256 0 42259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174080

[startup+12.7014 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 3818
/proc/meminfo: memFree=766656/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=626116 CPUtime=12.69
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 155061 0 0 0 1187 82 0 0 25 0 1 0 181663898 641142784 154687 1992294400 4194304 9342243 548682068736 18446744073709551615 8300202 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 156529 154687 459 1256 0 155268 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 626116

[startup+25.5017 s]
/proc/loadavg: 1.05 1.00 1.00 2/65 3818
/proc/meminfo: memFree=573632/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=820388 CPUtime=25.48
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 218158 0 0 0 2329 219 0 0 25 0 1 0 181663898 840077312 202564 1992294400 4194304 9342243 548682068736 18446744073709551615 5102336 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 205097 202564 479 1256 0 203836 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 820388

[startup+51.1013 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 3818
/proc/meminfo: memFree=154688/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1415100 CPUtime=51.06
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 334206 0 0 0 4843 263 0 0 25 0 1 0 181663898 1449062400 307261 1992294400 4194304 9342243 548682068736 18446744073709551615 6974252 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 353775 307261 626 1256 0 352514 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1415100

[startup+102.305 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 3818
/proc/meminfo: memFree=154560/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1415100 CPUtime=102.24
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 334218 0 0 0 9961 263 0 0 25 0 1 0 181663898 1449062400 307273 1992294400 4194304 9342243 548682068736 18446744073709551615 6974252 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 353775 307273 626 1256 0 352514 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1415100

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=105536/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1481832 CPUtime=162.21
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 348724 0 0 0 15952 269 0 0 25 0 1 0 181663898 1517395968 319528 1992294400 4194304 9342243 548682068736 18446744073709551615 8308455 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 370458 319528 633 1256 0 369197 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1481832

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=99328/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1487752 CPUtime=222.2
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 370032 0 0 0 21941 279 0 0 25 0 1 0 181663898 1523458048 321043 1992294400 4194304 9342243 548682068736 18446744073709551615 6952365 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 371938 321043 633 1256 0 370677 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 1487752

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=92800/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1496388 CPUtime=282.18
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 381928 0 0 0 27933 285 0 0 25 0 1 0 181663898 1532301312 322671 1992294400 4194304 9342243 548682068736 18446744073709551615 6504832 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 374097 322671 633 1256 0 372836 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 1496388

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=93312/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1496576 CPUtime=342.17
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 404931 0 0 0 33921 296 0 0 25 0 1 0 181663898 1532493824 322549 1992294400 4194304 9342243 548682068736 18446744073709551615 6959555 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 374144 322549 633 1256 0 372883 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1496576

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=74944/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1496828 CPUtime=402.15
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 416794 0 0 0 39914 301 0 0 25 0 1 0 181663898 1532751872 327139 1992294400 4194304 9342243 548682068736 18446744073709551615 6952118 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 374207 327139 633 1256 0 372946 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1496828

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=88832/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1500092 CPUtime=462.13
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 441578 0 0 0 45900 313 0 0 25 0 1 0 181663898 1536094208 323647 1992294400 4194304 9342243 548682068736 18446744073709551615 6504796 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 375023 323647 633 1256 0 373762 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 1500092

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=92352/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1500236 CPUtime=522.12
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 454134 0 0 0 51892 320 0 0 25 0 1 0 181663898 1536241664 322789 1992294400 4194304 9342243 548682068736 18446744073709551615 6937927 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 375059 322789 633 1256 0 373798 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 1500236

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=87616/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1500468 CPUtime=582.1
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 467356 0 0 0 57883 327 0 0 25 0 1 0 181663898 1536479232 323964 1992294400 4194304 9342243 548682068736 18446744073709551615 6952930 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 375117 323964 633 1256 0 373856 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 1500468

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=68352/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1500548 CPUtime=642.09
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 480759 0 0 0 63874 335 0 0 25 0 1 0 181663898 1536561152 328774 1992294400 4194304 9342243 548682068736 18446744073709551615 6952365 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 375137 328774 633 1256 0 373876 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 1500548

[startup+702.301 s]

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

/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 565052 0 0 0 111815 380 0 0 25 0 1 0 181663898 1544699904 323757 1992294400 4194304 9342243 548682068736 18446744073709551615 6937147 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 377124 323757 633 1256 0 375863 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 1508496

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=83072/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1508496 CPUtime=1181.93
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 566429 0 0 0 117811 382 0 0 25 0 1 0 181663898 1544699904 325134 1992294400 4194304 9342243 548682068736 18446744073709551615 6937583 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 377124 325134 633 1256 0 375863 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 1508496

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=87616/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1509520 CPUtime=1241.92
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 580161 0 0 0 123803 389 0 0 25 0 1 0 181663898 1545748480 323961 1992294400 4194304 9342243 548682068736 18446744073709551615 6952365 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 377380 323961 633 1256 0 376119 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 1509520

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=85824/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1476736 CPUtime=1301.9
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 593918 0 0 0 129795 395 0 0 25 0 1 0 181663898 1512177664 324399 1992294400 4194304 9342243 548682068736 18446744073709551615 6975333 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 369184 324399 633 1256 0 367923 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 1476736

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=88768/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1478260 CPUtime=1361.88
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 618677 0 0 0 135779 409 0 0 25 0 1 0 181663898 1513738240 323653 1992294400 4194304 9342243 548682068736 18446744073709551615 5990660 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 369565 323653 642 1256 0 368304 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1478260

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=87936/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1478260 CPUtime=1421.86
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 618873 0 0 0 141774 412 0 0 25 0 1 0 181663898 1513738240 323849 1992294400 4194304 9342243 548682068736 18446744073709551615 6939148 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 369565 323849 643 1256 0 368304 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 1478260

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=75520/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1478260 CPUtime=1481.84
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 622648 0 0 0 147770 414 0 0 25 0 1 0 181663898 1513738240 326948 1992294400 4194304 9342243 548682068736 18446744073709551615 5597699 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 369565 326948 647 1256 0 368304 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 1478260

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=20288/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1524944 CPUtime=1541.83
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 640426 0 0 0 153730 453 0 0 25 0 1 0 181663898 1561542656 340738 1992294400 4194304 9342243 548682068736 18446744073709551615 6960727 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 381236 340738 663 1256 0 379975 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 1524944

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1557504 CPUtime=1601.7
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 670265 0 0 0 159705 465 0 0 25 0 1 0 181663898 1594884096 361322 1992294400 4194304 9342243 548682068736 18446744073709551615 5597697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 389376 361322 663 1256 0 388115 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 1557504

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3818
/proc/meminfo: memFree=16256/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1557504 CPUtime=1661.68
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 670265 0 0 0 165703 465 0 0 25 0 1 0 181663898 1594884096 361322 1992294400 4194304 9342243 548682068736 18446744073709551615 5597657 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 389376 361322 663 1256 0 388115 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 1557504

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3820
/proc/meminfo: memFree=15616/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1620980 CPUtime=1721.65
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 684274 0 0 0 171691 474 0 0 25 0 1 0 181663898 1659883520 375331 1992294400 4194304 9342243 548682068736 18446744073709551615 6952978 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 405245 375331 664 1256 0 403984 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 1620980

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3820
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1620980 CPUtime=1781.64
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 684283 0 0 0 177687 477 0 0 25 0 1 0 181663898 1659883520 375340 1992294400 4194304 9342243 548682068736 18446744073709551615 6237437 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 405245 375340 664 1256 0 403984 0
Current children cumulated CPU time (s) 1781.64
Current children cumulated vsize (KiB) 1620980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3820
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1620980 CPUtime=1800.04
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 684283 0 0 0 179527 477 0 0 25 0 1 0 181663898 1659883520 375340 1992294400 4194304 9342243 548682068736 18446744073709551615 4272807 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 405245 375340 664 1256 0 403984 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1620980

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3817

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3820
/proc/meminfo: memFree=15680/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1620980 CPUtime=1800.72
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 687439 0 0 0 179594 478 0 0 25 0 1 0 181663898 1659883520 378496 1992294400 4194304 9342243 548682068736 18446744073709551615 6087508 0 0 4096 16384 0 0 0 17 0 0 0
/proc/3817/statm: 405245 378496 664 1256 0 403984 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 1620980

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3821
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1631620 CPUtime=1801.52
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 687487 0 0 0 179674 478 0 0 25 0 1 0 181663898 1670778880 378544 1992294400 4194304 9342243 548682068736 18446744073709551615 5868814 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 407905 378544 664 1256 0 406644 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 1631620

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 3821
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=1631620 CPUtime=1801.92
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4194304 687487 0 0 0 179714 478 0 0 25 0 1 0 181663898 1670778880 378544 1992294400 4194304 9342243 548682068736 18446744073709551615 6970142 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 407905 378544 664 1256 0 406644 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 1631620

[startup+1802.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3821
/proc/meminfo: memFree=612096/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=0 CPUtime=1802.13
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4195332 687487 0 0 0 179725 488 0 0 25 0 1 0 181663898 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

[startup+1802.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3821
/proc/meminfo: memFree=612096/2055920 swapFree=4192812/4192956
[pid=3817] ppid=3815 vsize=0 CPUtime=1802.23
/proc/3817/stat : 3817 (pbscip.linux.x8) R 3815 3817 3503 0 -1 4195332 687487 0 0 0 179725 498 0 0 25 0 1 0 181663898 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3817/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.95
CPU time (s): 1802.28
CPU user time (s): 1797.25
CPU system time (s): 5.02424
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 1631620

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

runsolver used 1.68674 second user time and 4.88326 second system time

The end

Launcher Data

Begin job on node27 at 2009-06-16 10:24:02
IDJOB=1868775
IDBENCH=1968
IDSOLVER=684
FILE ID=node27/1868775-1245140641
PBS_JOBID= 9363719
Free space on /tmp= 66272 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_4.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-1868775-1245140641/watcher-1868775-1245140641 -o /tmp/evaluation-result-1868775-1245140641/solver-1868775-1245140641 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.clp -t 1800 -m 1800 -f HOME/instance-1868775-1245140641.opb

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

MD5SUM BENCH= ca3282cf347faf21ba3550ec87dd7af4
RANDOM SEED=761846113

node27.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		: 2800.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	: 5521.40
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		: 2800.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:       1384360 kB
Buffers:         68616 kB
Cached:         517948 kB
SwapCached:        140 kB
Active:         179072 kB
Inactive:       422016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           28556 kB
Writeback:           0 kB
Mapped:          24176 kB
Slab:            56304 kB
Committed_AS:   153576 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66260 MiB
End job on node27 at 2009-06-16 10:54:05