Trace number 2687249

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (MO) 828.814 829.08

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12019_5.std.opb
MD5SUMfca2bf846c4de68f23f92649fc394136
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark1800.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints234238
Number of constraints which are clauses233038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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: NONE] [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-2687249-1278450296.opb>
4.30/4.39	c original problem has 72842 variables (72842 bin, 0 int, 0 impl, 0 cont) and 234238 constraints
4.30/4.39	c problem read
4.30/4.39	c presolving settings loaded
4.30/4.39	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
5.59/5.69	c presolving:
19.99/20.09	c (round 1) 4914 del vars, 14863 del conss, 3365 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16007856 impls, 0 clqs
30.88/30.95	c (round 2) 12278 del vars, 39072 del conss, 10335 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 16039526 impls, 0 clqs
34.48/34.58	c (round 3) 14566 del vars, 50352 del conss, 11555 chg bounds, 25 chg sides, 49 chg coeffs, 0 upgd conss, 16055512 impls, 0 clqs
36.47/36.59	c (round 4) 15471 del vars, 54200 del conss, 12122 chg bounds, 31 chg sides, 55 chg coeffs, 0 upgd conss, 16060400 impls, 0 clqs
37.17/37.25	c (round 5) 15854 del vars, 55951 del conss, 12284 chg bounds, 31 chg sides, 55 chg coeffs, 0 upgd conss, 16062584 impls, 0 clqs
37.57/37.66	c (round 6) 15928 del vars, 56364 del conss, 12314 chg bounds, 31 chg sides, 55 chg coeffs, 0 upgd conss, 16063284 impls, 0 clqs
37.87/37.99	c (round 7) 15956 del vars, 56525 del conss, 12329 chg bounds, 31 chg sides, 55 chg coeffs, 0 upgd conss, 16063644 impls, 0 clqs
38.17/38.28	c (round 8) 15968 del vars, 56591 del conss, 12335 chg bounds, 31 chg sides, 55 chg coeffs, 0 upgd conss, 16063740 impls, 0 clqs
38.48/38.55	c (round 9) 15970 del vars, 56613 del conss, 12336 chg bounds, 31 chg sides, 55 chg coeffs, 0 upgd conss, 16063750 impls, 0 clqs
40.27/40.39	c (round 10) 15970 del vars, 56616 del conss, 12336 chg bounds, 31 chg sides, 55 chg coeffs, 177622 upgd conss, 16063750 impls, 0 clqs
826.63/826.90	c pressed CTRL-C 1 times (5 times for forcing termination)
826.63/826.96	c    (819.0s) probing: 415/56872 (0.7%) - 0 fixings, 0 aggregations, 6916089 implications, 0 bound changes
826.63/826.96	c    (819.0s) probing aborted: solving stopped
826.63/826.97	c presolving (11 rounds):
826.63/826.97	c  15970 deleted vars, 56616 deleted constraints, 12336 tightened bounds, 0 added holes, 44 changed sides, 182 changed coefficients
826.63/826.97	c  44822654 implications, 0 cliques
826.63/826.97	c presolved problem has 56872 variables (56872 bin, 0 int, 0 impl, 0 cont) and 177631 constraints
826.63/826.97	c    1165 constraints of type <knapsack>
826.63/826.97	c       9 constraints of type <setppc>
826.63/826.97	c  176457 constraints of type <logicor>
826.63/826.97	c transformed objective value is always integral (scale: 1)
826.63/826.97	c Presolving Time: 818.38
826.63/826.97	c - non default parameters ----------------------------------------------------------------------
826.63/826.97	c # SCIP version 1.2.1.2
826.63/826.97	c 
826.63/826.97	c # frequency for displaying node information lines
826.63/826.97	c # [type: int, range: [-1,2147483647], default: 100]
826.63/826.97	c display/freq = 10000
826.63/826.97	c 
826.63/826.97	c # maximal time in seconds to run
826.63/826.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
826.63/826.97	c limits/time = 1795.62
826.63/826.97	c 
826.63/826.97	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
826.63/826.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
826.63/826.97	c limits/memory = 1620
826.63/826.97	c 
826.63/826.97	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
826.63/826.97	c # [type: int, range: [-1,2147483647], default: 1]
826.63/826.97	c lp/solvefreq = -1
826.63/826.97	c 
826.63/826.97	c # should presolving try to simplify inequalities
826.63/826.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
826.63/826.97	c constraints/linear/simplifyinequalities = TRUE
826.63/826.97	c 
826.63/826.97	c # should presolving try to simplify knapsacks
826.63/826.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
826.63/826.97	c constraints/knapsack/simplifyinequalities = TRUE
826.63/826.97	c 
826.63/826.97	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
826.63/826.97	c # [type: int, range: [-1,2147483647], default: -1]
826.63/826.97	c separating/rapidlearning/freq = 0
826.63/826.97	c 
826.63/826.97	c -----------------------------------------------------------------------------------------------
826.63/826.97	c start solving
826.83/827.15	c 
826.83/827.15	c (node 0) switching to memory saving mode (mem: 1331.2M/1620.0M)
827.12/827.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
827.12/827.46	c   820s|     1 |     2 |     0 |     - |1395M|   0 |   - |  56k| 177k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 

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-2687249-1278450296/watcher-2687249-1278450296 -o /tmp/evaluation-result-2687249-1278450296/solver-2687249-1278450296 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2687249-1278450296.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.00 1.00 1.00 3/106 20389
/proc/meminfo: memFree=1833144/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=6584 CPUtime=0
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 983 0 0 0 0 0 0 0 22 0 1 0 13241938 6742016 906 1992294400 4194304 7136930 140737316235536 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20389/statm: 1646 915 254 719 0 925 0

[startup+0.049086 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20389
/proc/meminfo: memFree=1833144/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=11408 CPUtime=0.04
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 2328 0 0 0 4 0 0 0 22 0 1 0 13241938 11681792 2251 1992294400 4194304 7136930 140737316235536 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20389/statm: 2852 2251 271 719 0 2131 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11408

[startup+0.101091 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20389
/proc/meminfo: memFree=1833144/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=14904 CPUtime=0.09
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 3198 0 0 0 9 0 0 0 22 0 1 0 13241938 15261696 3121 1992294400 4194304 7136930 140737316235536 18446744073709551615 6285758 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20389/statm: 3726 3121 271 719 0 3005 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14904

[startup+0.301109 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20389
/proc/meminfo: memFree=1833144/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=26924 CPUtime=0.29
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 6241 0 0 0 28 1 0 0 22 0 1 0 13241938 27570176 6155 1992294400 4194304 7136930 140737316235536 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20389/statm: 6731 6155 271 719 0 6010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26924

[startup+0.701147 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 20389
/proc/meminfo: memFree=1833144/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=48588 CPUtime=0.69
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 11613 0 0 0 65 4 0 0 23 0 1 0 13241938 49754112 11527 1992294400 4194304 7136930 140737316235536 18446744073709551615 6303916 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20389/statm: 12147 11527 271 719 0 11426 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48588

[startup+1.50022 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20390
/proc/meminfo: memFree=1782296/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=64152 CPUtime=1.49
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 15504 0 0 0 144 5 0 0 25 0 1 0 13241938 65691648 15418 1992294400 4194304 7136930 140737316235536 18446744073709551615 6176906 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20389/statm: 16038 15418 271 719 0 15317 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64152

[startup+3.10038 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20390
/proc/meminfo: memFree=1759480/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=109544 CPUtime=3.09
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 26850 0 0 0 298 11 0 0 25 0 1 0 13241938 112173056 26764 1992294400 4194304 7136930 140737316235536 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/20389/statm: 27386 26764 271 719 0 26665 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109544

[startup+6.30068 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20390
/proc/meminfo: memFree=1495608/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=388812 CPUtime=6.29
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 95502 0 0 0 593 36 0 0 25 0 1 0 13241938 398143488 95001 1992294400 4194304 7136930 140737316235536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 97203 95001 338 719 0 96482 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 388812

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20390
/proc/meminfo: memFree=1189204/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=681360 CPUtime=12.69
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 168269 0 0 0 1199 70 0 0 25 0 1 0 13241938 697712640 167768 1992294400 4194304 7136930 140737316235536 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 170340 167768 342 719 0 169619 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 681360

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20391
/proc/meminfo: memFree=1001592/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=849136 CPUtime=25.49
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 208289 0 0 0 2444 105 0 0 25 0 1 0 13241938 869515264 207531 1992294400 4194304 7136930 140737316235536 18446744073709551615 5966499 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 212284 207531 347 719 0 211563 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 849136

[startup+51.101 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 20391
/proc/meminfo: memFree=912436/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=944604 CPUtime=51.07
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 257307 0 0 0 4886 221 0 0 25 0 1 0 13241938 967274496 229988 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 236151 229988 387 719 0 235430 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 944604

[startup+102.309 s]
/proc/loadavg: 1.17 1.04 1.01 2/107 20393
/proc/meminfo: memFree=865812/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=993876 CPUtime=102.26
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 268869 0 0 0 10000 226 0 0 25 0 1 0 13241938 1017729024 241385 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969713 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 248469 241385 387 719 0 247748 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 993876

[startup+162.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/107 20394
/proc/meminfo: memFree=824520/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1039472 CPUtime=162.23
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 279378 0 0 0 15993 230 0 0 25 0 1 0 13241938 1064419328 251894 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969508 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 259868 251894 387 719 0 259147 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1039472

[startup+222.301 s]
/proc/loadavg: 1.02 1.02 1.00 2/107 20396
/proc/meminfo: memFree=783104/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1079476 CPUtime=222.22
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 289715 0 0 0 21986 236 0 0 25 0 1 0 13241938 1105383424 262231 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969726 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 269869 262231 387 719 0 269148 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1079476

[startup+282.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 20397
/proc/meminfo: memFree=700024/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1168096 CPUtime=282.19
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 311443 0 0 0 27974 245 0 0 25 0 1 0 13241938 1196130304 283191 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969263 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 292024 283191 387 719 0 291303 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1168096

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 20399
/proc/meminfo: memFree=646828/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1218128 CPUtime=342.17
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 324964 0 0 0 33966 251 0 0 25 0 1 0 13241938 1247363072 296200 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969505 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 304532 296200 387 719 0 303811 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 1218128

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 20401
/proc/meminfo: memFree=602312/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1265428 CPUtime=402.15
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 337336 0 0 0 39958 257 0 0 25 0 1 0 13241938 1295798272 307804 1992294400 4194304 7136930 140737316235536 18446744073709551615 6349927 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 316357 307804 387 719 0 315636 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1265428

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20402
/proc/meminfo: memFree=543660/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1323384 CPUtime=462.14
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 352018 0 0 0 45950 264 0 0 25 0 1 0 13241938 1355145216 322197 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969489 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 330846 322197 387 719 0 330125 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 1323384

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20404
/proc/meminfo: memFree=465044/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1403024 CPUtime=522.12
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 371607 0 0 0 51937 275 0 0 25 0 1 0 13241938 1436696576 341530 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969713 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 350756 341530 387 719 0 350035 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 1403024

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20405
/proc/meminfo: memFree=331496/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1537140 CPUtime=582.1
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 405155 0 0 0 57918 292 0 0 25 0 1 0 13241938 1574031360 374822 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969719 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 384285 374822 387 719 0 383564 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 1537140

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20407
/proc/meminfo: memFree=277804/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1590592 CPUtime=642.09
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 418830 0 0 0 63908 301 0 0 25 0 1 0 13241938 1628766208 388208 1992294400 4194304 7136930 140737316235536 18446744073709551615 5968621 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 397648 388208 387 719 0 396927 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 1590592

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 20409
/proc/meminfo: memFree=207620/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1661320 CPUtime=702.07
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 437128 0 0 0 69895 312 0 0 25 0 1 0 13241938 1701191680 405738 1992294400 4194304 7136930 140737316235536 18446744073709551615 5969719 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 415330 405738 387 719 0 414609 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 1661320

[startup+762.309 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 20410
/proc/meminfo: memFree=110528/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1758028 CPUtime=762.05
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 461313 0 0 0 75881 324 0 0 25 0 1 0 13241938 1800220672 429923 1992294400 4194304 7136930 140737316235536 18446744073709551615 5968229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 439507 429923 387 719 0 438786 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 1758028

[startup+822.302 s]
/proc/loadavg: 1.02 1.01 1.00 2/107 20412
/proc/meminfo: memFree=35632/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1832084 CPUtime=822.03
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 480797 0 0 0 81864 339 0 0 25 0 1 0 13241938 1876054016 448639 1992294400 4194304 7136930 140737316235536 18446744073709551615 5968575 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 458021 448639 387 719 0 457300 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 1832084



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+826.901 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 20412
/proc/meminfo: memFree=25836/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1844212 CPUtime=826.63
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 483989 0 0 0 82322 341 0 0 25 0 1 0 13241938 1888473088 451063 1992294400 4194304 7136930 140737316235536 18446744073709551615 4665386 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 461053 451063 387 719 0 460332 0
Current children cumulated CPU time (s) 826.63
Current children cumulated vsize (KiB) 1844212

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -20389

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

[startup+827.008 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 20412
/proc/meminfo: memFree=25836/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1841920 CPUtime=826.73
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 484256 0 0 0 82332 341 0 0 25 0 1 0 13241938 1886126080 450500 1992294400 4194304 7136930 140737316235536 18446744073709551615 4225310 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 460480 450500 396 719 0 459759 0
Current children cumulated CPU time (s) 826.73
Current children cumulated vsize (KiB) 1841920

[startup+827.801 s]
/proc/loadavg: 1.01 1.01 1.00 2/108 20413
/proc/meminfo: memFree=28060/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1844144 CPUtime=827.52
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 485021 0 0 0 82411 341 0 0 25 0 1 0 13241938 1888403456 450934 1992294400 4194304 7136930 140737316235536 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 461036 450934 406 719 0 460315 0
Current children cumulated CPU time (s) 827.52
Current children cumulated vsize (KiB) 1844144

[startup+828.602 s]
/proc/loadavg: 1.01 1.01 1.00 2/108 20413
/proc/meminfo: memFree=26324/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=1847808 CPUtime=828.33
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4202496 485942 0 0 0 82491 342 0 0 25 0 1 0 13241938 1892155392 451854 1992294400 4194304 7136930 140737316235536 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/20389/statm: 461952 451854 409 719 0 461231 0
Current children cumulated CPU time (s) 828.33
Current children cumulated vsize (KiB) 1847808

[startup+829.002 s]
/proc/loadavg: 1.01 1.01 1.00 2/108 20413
/proc/meminfo: memFree=26324/2059040 swapFree=4139144/4192956
[pid=20389] ppid=20387 vsize=0 CPUtime=828.73
/proc/20389/stat : 20389 (pbscip.linux.x8) R 20387 20389 20249 0 -1 4203524 485942 0 0 0 82522 351 0 0 25 0 1 0 13241938 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 0
/proc/20389/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 828.73
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 829.08
CPU time (s): 828.814
CPU user time (s): 825.221
CPU system time (s): 3.59345
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 1847808

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

runsolver used 1.3188 second user time and 3.9774 second system time

The end

Launcher Data

Begin job on node018 at 2010-07-06 23:04:57
IDJOB=2687249
IDBENCH=77546
IDSOLVER=1167
FILE ID=node018/2687249-1278450296
PBS_JOBID= 11233537
Free space on /tmp= 62512 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12019_5.std.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2687249-1278450296/watcher-2687249-1278450296 -o /tmp/evaluation-result-2687249-1278450296/solver-2687249-1278450296 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2687249-1278450296.opb -t 1800 -m 1800

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

MD5SUM BENCH= fca2bf846c4de68f23f92649fc394136
RANDOM SEED=903534079

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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1833548 kB
Buffers:         14444 kB
Cached:         125356 kB
SwapCached:       7352 kB
Active:          41352 kB
Inactive:       112800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1833548 kB
SwapTotal:     4192956 kB
SwapFree:      4139144 kB
Dirty:           11212 kB
Writeback:           4 kB
AnonPages:       11728 kB
Mapped:          11924 kB
Slab:            49280 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180188 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= 62508 MiB
End job on node018 at 2010-07-06 23:18:46