Trace number 2665533

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 NameAnswerobjective functionCPU timeWall clock time
SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.14 1802.63

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
MD5SUM093efae700664f798191c0b27cec34af
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark419
Best CPU time to get the best result obtained on this benchmark1796.43
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 447
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 494527
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 494527
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

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2665533-1276381980.opb>
10.48/10.50	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
10.48/10.50	c problem read
10.48/10.50	c presolving settings loaded
13.38/13.42	c presolving:
25.29/25.33	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
30.78/30.84	c    (18.0s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
30.78/30.84	c    (18.0s) probing aborted: 100/100 successive totally useless probings
30.78/30.84	c presolving (2 rounds):
30.78/30.84	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
30.78/30.84	c  1313400 implications, 0 cliques
30.78/30.84	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
30.78/30.84	c  656900 constraints of type <logicor>
30.78/30.84	c transformed objective value is always integral (scale: 1)
30.78/30.84	c Presolving Time: 16.06
30.78/30.84	c - non default parameters ----------------------------------------------------------------------
30.78/30.84	c # SCIP version 1.2.1.2
30.78/30.84	c 
30.78/30.84	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
30.78/30.84	c # [type: int, range: [-1,2147483647], default: -1]
30.78/30.84	c conflict/interconss = 0
30.78/30.84	c 
30.78/30.84	c # should binary conflicts be preferred?
30.78/30.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.78/30.84	c conflict/preferbinary = TRUE
30.78/30.84	c 
30.78/30.84	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
30.78/30.84	c # [type: int, range: [-1,2147483647], default: 0]
30.78/30.84	c constraints/agelimit = 1
30.78/30.84	c 
30.78/30.84	c # should enforcement of pseudo solution be disabled?
30.78/30.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.78/30.84	c constraints/disableenfops = TRUE
30.78/30.84	c 
30.78/30.84	c # frequency for displaying node information lines
30.78/30.84	c # [type: int, range: [-1,2147483647], default: 100]
30.78/30.84	c display/freq = 10000
30.78/30.84	c 
30.78/30.84	c # maximal time in seconds to run
30.78/30.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.78/30.84	c limits/time = 1789.52
30.78/30.84	c 
30.78/30.84	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
30.78/30.84	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
30.78/30.84	c limits/memory = 1620
30.78/30.84	c 
30.78/30.84	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
30.78/30.84	c # [type: int, range: [-1,2147483647], default: 1]
30.78/30.84	c lp/solvefreq = 0
30.78/30.84	c 
30.78/30.84	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
30.78/30.84	c # [type: char, range: {lafpsqd}, default: l]
30.78/30.84	c lp/pricing = a
30.78/30.84	c 
30.78/30.84	c # should presolving try to simplify inequalities
30.78/30.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.78/30.84	c constraints/linear/simplifyinequalities = TRUE
30.78/30.84	c 
30.78/30.84	c # should presolving try to simplify knapsacks
30.78/30.84	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
30.78/30.84	c constraints/knapsack/simplifyinequalities = TRUE
30.78/30.84	c 
30.78/30.84	c # priority of node selection rule <dfs> in standard mode
30.78/30.84	c # [type: int, range: [-536870912,536870911], default: 0]
30.78/30.84	c nodeselection/dfs/stdpriority = 1000000
30.78/30.84	c 
30.78/30.84	c -----------------------------------------------------------------------------------------------
30.78/30.84	c start solving
30.78/30.89	c 
40.86/40.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.86/40.96	c  27.6s|     1 |     0 |   469 |     - | 735M|   0 | 189 |  10k| 656k|  10k| 656k|   0 |   0 |   0 | 1.815000e+02 |      --      |    Inf 
142.73/142.88	c   128s|     1 |     0 |  1128 |     - | 738M|   0 | 279 |  10k| 656k|  10k| 656k|  11 |   0 |   0 | 1.920008e+02 |      --      |    Inf 
298.49/298.61	c   283s|     1 |     0 |  1586 |     - | 738M|   0 | 285 |  10k| 656k|  10k| 656k|  20 |   0 |   0 | 1.969801e+02 |      --      |    Inf 
914.24/914.54	c   897s|     1 |     0 |  1892 |     - | 738M|   0 | 291 |  10k| 656k|  10k| 656k|  27 |   0 |   0 | 1.995180e+02 |      --      |    Inf 
1520.79/1521.26	c  1503s|     1 |     0 |  2206 |     - | 738M|   0 | 293 |  10k| 656k|  10k| 656k|  33 |   0 |   0 | 2.020194e+02 |      --      |    Inf 
1800.01/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)

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-2665533-1276381980/watcher-2665533-1276381980 -o /tmp/evaluation-result-2665533-1276381980/solver-2665533-1276381980 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665533-1276381980.opb -t 1800 -m 1800 

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.68 1.92 1.62 3/106 14688
/proc/meminfo: memFree=1805752/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=8260 CPUtime=0
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1007 0 0 0 0 0 0 0 17 0 1 0 11854433 8458240 927 1992294400 4194304 9819077 140737077707584 18446744073709551615 8678244 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14688/statm: 2065 928 366 1374 0 686 0

[startup+0.0843391 s]
/proc/loadavg: 1.68 1.92 1.62 3/106 14688
/proc/meminfo: memFree=1805752/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=19524 CPUtime=0.08
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 3822 0 0 0 7 1 0 0 17 0 1 0 11854433 19992576 3736 1992294400 4194304 9819077 140737077707584 18446744073709551615 8668411 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14688/statm: 4881 3736 388 1374 0 3502 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19524

[startup+0.101341 s]
/proc/loadavg: 1.68 1.92 1.62 3/106 14688
/proc/meminfo: memFree=1805752/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=20376 CPUtime=0.09
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 4037 0 0 0 8 1 0 0 17 0 1 0 11854433 20865024 3951 1992294400 4194304 9819077 140737077707584 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14688/statm: 5094 3951 388 1374 0 3715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20376

[startup+0.30036 s]
/proc/loadavg: 1.68 1.92 1.62 3/106 14688
/proc/meminfo: memFree=1805752/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=25436 CPUtime=0.29
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 5317 0 0 0 28 1 0 0 17 0 1 0 11854433 26046464 5231 1992294400 4194304 9819077 140737077707584 18446744073709551615 8667787 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14688/statm: 6359 5231 388 1374 0 4980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25436

[startup+0.700401 s]
/proc/loadavg: 1.68 1.92 1.62 3/106 14688
/proc/meminfo: memFree=1805752/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=33164 CPUtime=0.69
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 7249 0 0 0 67 2 0 0 17 0 1 0 11854433 33959936 7163 1992294400 4194304 9819077 140737077707584 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/14688/statm: 8291 7163 388 1374 0 6912 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33164

[startup+1.50048 s]
/proc/loadavg: 1.68 1.92 1.62 2/107 14689
/proc/meminfo: memFree=1770900/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=50596 CPUtime=1.48
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 11612 0 0 0 144 4 0 0 18 0 1 0 11854433 51810304 11526 1992294400 4194304 9819077 140737077707584 18446744073709551615 6181114 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14688/statm: 12649 11526 388 1374 0 11270 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 50596

[startup+3.10063 s]
/proc/loadavg: 1.68 1.92 1.62 2/107 14689
/proc/meminfo: memFree=1747588/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=84968 CPUtime=3.08
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 20205 0 0 0 301 7 0 0 21 0 1 0 11854433 87007232 20119 1992294400 4194304 9819077 140737077707584 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14688/statm: 21242 20119 388 1374 0 19863 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84968

[startup+6.30193 s]
/proc/loadavg: 1.63 1.90 1.62 2/107 14689
/proc/meminfo: memFree=1677404/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=153516 CPUtime=6.28
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 37329 0 0 0 615 13 0 0 25 0 1 0 11854433 157200384 37243 1992294400 4194304 9819077 140737077707584 18446744073709551615 4640689 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14688/statm: 38379 37243 388 1374 0 37000 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 153516

[startup+12.7015 s]
/proc/loadavg: 1.58 1.89 1.61 2/107 14689
/proc/meminfo: memFree=1265228/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=616320 CPUtime=12.68
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 153503 0 0 0 1213 55 0 0 25 0 1 0 11854433 631111680 152372 1992294400 4194304 9819077 140737077707584 18446744073709551615 4409116 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 154080 152372 438 1374 0 152701 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 616320

[startup+25.5008 s]
/proc/loadavg: 1.45 1.84 1.60 2/107 14689
/proc/meminfo: memFree=1150280/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=605792 CPUtime=25.47
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 236570 0 0 0 2325 222 0 0 25 0 1 0 11854433 620331008 148711 1992294400 4194304 9819077 140737077707584 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 151448 148711 490 1374 0 150069 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 605792

[startup+51.1012 s]
/proc/loadavg: 1.29 1.78 1.59 2/107 14689
/proc/meminfo: memFree=657380/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1438608 CPUtime=51.05
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 674038 0 0 0 4701 404 0 0 25 0 1 0 11854433 1473134592 287039 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 359652 287039 651 1374 0 358273 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1438608

[startup+102.308 s]
/proc/loadavg: 1.13 1.65 1.55 2/107 14691
/proc/meminfo: memFree=622908/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1483872 CPUtime=102.25
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 683334 0 0 0 9815 410 0 0 25 0 1 0 11854433 1519484928 295693 1992294400 4194304 9819077 140737077707584 18446744073709551615 5743107 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 370968 295693 659 1374 0 369589 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 1483872

[startup+162.301 s]
/proc/loadavg: 1.04 1.53 1.52 2/107 14693
/proc/meminfo: memFree=612120/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498092 CPUtime=162.22
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 790886 0 0 0 15722 500 0 0 25 0 1 0 11854433 1534046208 298220 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374523 298220 674 1374 0 373144 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1498092

[startup+222.301 s]
/proc/loadavg: 1.01 1.43 1.48 2/107 14695
/proc/meminfo: memFree=612120/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498092 CPUtime=222.21
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 791528 0 0 0 21714 507 0 0 25 0 1 0 11854433 1534046208 298220 1992294400 4194304 9819077 140737077707584 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374523 298220 674 1374 0 373144 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1498092

[startup+282.3 s]
/proc/loadavg: 1.00 1.35 1.45 2/107 14695
/proc/meminfo: memFree=612616/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498108 CPUtime=282.19
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 841533 0 0 0 27694 525 0 0 25 0 1 0 11854433 1534062592 297036 1992294400 4194304 9819077 140737077707584 18446744073709551615 7292302 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374527 297036 675 1374 0 373148 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1498108

[startup+342.301 s]
/proc/loadavg: 1.00 1.28 1.42 2/107 14700
/proc/meminfo: memFree=611252/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498388 CPUtime=342.18
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 886874 0 0 0 33670 548 0 0 25 0 1 0 11854433 1534349312 298267 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374597 298267 675 1374 0 373218 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1498388

[startup+402.301 s]
/proc/loadavg: 1.00 1.23 1.39 2/107 14702
/proc/meminfo: memFree=611252/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498388 CPUtime=402.17
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 886874 0 0 0 39658 559 0 0 25 0 1 0 11854433 1534349312 298267 1992294400 4194304 9819077 140737077707584 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374597 298267 675 1374 0 373218 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1498388

[startup+462.301 s]
/proc/loadavg: 1.00 1.19 1.36 2/107 14704
/proc/meminfo: memFree=611252/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498388 CPUtime=462.15
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 886874 0 0 0 45647 568 0 0 25 0 1 0 11854433 1534349312 298267 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374597 298267 675 1374 0 373218 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1498388

[startup+522.3 s]
/proc/loadavg: 1.00 1.15 1.34 2/107 14706
/proc/meminfo: memFree=611252/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498388 CPUtime=522.13
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 886874 0 0 0 51637 576 0 0 25 0 1 0 11854433 1534349312 298267 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555704 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374597 298267 675 1374 0 373218 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1498388

[startup+582.301 s]
/proc/loadavg: 1.00 1.12 1.31 2/107 14706
/proc/meminfo: memFree=611128/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498388 CPUtime=582.12
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 887516 0 0 0 57625 587 0 0 25 0 1 0 11854433 1534349312 298267 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374597 298267 675 1374 0 373218 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1498388

[startup+642.301 s]
/proc/loadavg: 1.06 1.11 1.29 2/107 14708
/proc/meminfo: memFree=611128/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498388 CPUtime=642.11
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 887516 0 0 0 63613 598 0 0 25 0 1 0 11854433 1534349312 298267 1992294400 4194304 9819077 140737077707584 18446744073709551615 6054124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374597 298267 675 1374 0 373218 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 1498388

[startup+702.301 s]

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

/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 961373 0 0 0 99529 673 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6043589 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 1498368

[startup+1062.3 s]
/proc/loadavg: 1.13 1.08 1.20 2/107 14720
/proc/meminfo: memFree=613484/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1062
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 961373 0 0 0 105518 682 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 1498368

[startup+1122.3 s]
/proc/loadavg: 1.10 1.08 1.19 2/107 14722
/proc/meminfo: memFree=613484/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1121.98
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 961373 0 0 0 111506 692 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 1498368

[startup+1182.3 s]
/proc/loadavg: 1.03 1.06 1.17 2/107 14722
/proc/meminfo: memFree=613360/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1181.97
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 962015 0 0 0 117496 701 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6054105 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 1498368

[startup+1242.3 s]
/proc/loadavg: 1.01 1.05 1.16 2/107 14724
/proc/meminfo: memFree=613360/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1241.96
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 962015 0 0 0 123484 712 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 1498368

[startup+1302.3 s]
/proc/loadavg: 1.00 1.04 1.15 2/107 14726
/proc/meminfo: memFree=613360/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1301.95
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 962015 0 0 0 129472 723 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 1498368

[startup+1362.3 s]
/proc/loadavg: 1.00 1.03 1.14 2/107 14728
/proc/meminfo: memFree=613360/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1361.92
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 962015 0 0 0 135458 734 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 1498368

[startup+1422.31 s]
/proc/loadavg: 1.00 1.02 1.13 2/107 14730
/proc/meminfo: memFree=613360/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1421.92
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 962015 0 0 0 141445 747 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 6054124 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1498368

[startup+1482.3 s]
/proc/loadavg: 1.04 1.03 1.12 2/107 14730
/proc/meminfo: memFree=613360/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498368 CPUtime=1481.9
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 962015 0 0 0 147441 749 0 0 25 0 1 0 11854433 1534328832 297677 1992294400 4194304 9819077 140737077707584 18446744073709551615 5743084 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374592 297677 675 1374 0 373213 0
Current children cumulated CPU time (s) 1481.9
Current children cumulated vsize (KiB) 1498368

[startup+1542.3 s]
/proc/loadavg: 1.01 1.02 1.11 2/107 14732
/proc/meminfo: memFree=610632/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498624 CPUtime=1541.88
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1054673 0 0 0 153401 787 0 0 25 0 1 0 11854433 1534590976 298331 1992294400 4194304 9819077 140737077707584 18446744073709551615 6043689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374656 298331 675 1374 0 373277 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 1498624

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/107 14734
/proc/meminfo: memFree=610632/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498624 CPUtime=1601.87
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1054673 0 0 0 159388 799 0 0 25 0 1 0 11854433 1534590976 298331 1992294400 4194304 9819077 140737077707584 18446744073709551615 6043587 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374656 298331 675 1374 0 373277 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1498624

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/107 14736
/proc/meminfo: memFree=610632/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498624 CPUtime=1661.85
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1054673 0 0 0 165375 810 0 0 25 0 1 0 11854433 1534590976 298331 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555672 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374656 298331 675 1374 0 373277 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1498624

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/107 14747
/proc/meminfo: memFree=610012/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498624 CPUtime=1721.82
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1055315 0 0 0 171362 820 0 0 25 0 1 0 11854433 1534590976 298331 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374656 298331 675 1374 0 373277 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1498624

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 14747
/proc/meminfo: memFree=610012/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498624 CPUtime=1781.81
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1055315 0 0 0 177352 829 0 0 25 0 1 0 11854433 1534590976 298331 1992294400 4194304 9819077 140737077707584 18446744073709551615 6555649 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374656 298331 675 1374 0 373277 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1498624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 14749
/proc/meminfo: memFree=610012/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1498624 CPUtime=1800.01
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1055315 0 0 0 179169 832 0 0 25 0 1 0 11854433 1534590976 298331 1992294400 4194304 9819077 140737077707584 18446744073709551615 6054226 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374656 298331 675 1374 0 373277 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1498624

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14688

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 14750
/proc/meminfo: memFree=625752/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1501192 CPUtime=1800.9
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1097456 0 0 0 179243 847 0 0 25 0 1 0 11854433 1537220608 298314 1992294400 4194304 9819077 140737077707584 18446744073709551615 6670045 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 375298 298314 675 1374 0 373919 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 1501192

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 14750
/proc/meminfo: memFree=613600/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=1497976 CPUtime=1801.7
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4202496 1105857 0 0 0 179320 850 0 0 25 0 1 0 11854433 1533927424 297620 1992294400 4194304 9819077 140737077707584 18446744073709551615 7291643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14688/statm: 374494 297620 675 1374 0 373115 0
Current children cumulated CPU time (s) 1801.7
Current children cumulated vsize (KiB) 1497976

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 14750
/proc/meminfo: memFree=613600/2059040 swapFree=4178936/4192956
[pid=14688] ppid=14686 vsize=0 CPUtime=1802.1
/proc/14688/stat : 14688 (pbscip.linux.x8) R 14686 14688 14506 0 -1 4203524 1105874 0 0 0 179351 859 0 0 25 0 1 0 11854433 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/14688/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.63
CPU time (s): 1802.14
CPU user time (s): 1793.52
CPU system time (s): 8.62269
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 1523260

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

runsolver used 3.11653 second user time and 8.37773 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-13 00:33:01
IDJOB=2665533
IDBENCH=1972
IDSOLVER=1168
FILE ID=node018/2665533-1276381980
PBS_JOBID= 11173246
Free space on /tmp= 62276 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_9.opb.PB06.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2665533-1276381980/watcher-2665533-1276381980 -o /tmp/evaluation-result-2665533-1276381980/solver-2665533-1276381980 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2665533-1276381980.opb -t 1800 -m 1800

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

MD5SUM BENCH= 093efae700664f798191c0b27cec34af
RANDOM SEED=1520313241

node018.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.248
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
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.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806280 kB
Buffers:         13164 kB
Cached:         115528 kB
SwapCached:       1568 kB
Active:          93536 kB
Inactive:        81936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806280 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:           23172 kB
Writeback:           0 kB
AnonPages:       45248 kB
Mapped:          14588 kB
Slab:            55604 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62272 MiB
End job on node018 at 2010-06-13 01:03:04