Trace number 2666894

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.1 1802.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
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: SoPlex 1.4.2] [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-2666894-1276586331.opb>
1.49/1.52	c original problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 21678 constraints
1.49/1.52	c problem read
1.49/1.52	c presolving settings loaded
1.99/2.00	c presolving:
2.49/2.52	c (round 1) 0 del vars, 10830 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
9.08/9.17	c    (7.4s) probing: 119/11001 (1.1%) - 0 fixings, 0 aggregations, 2979 implications, 0 bound changes
9.08/9.17	c    (7.4s) probing aborted: 100/100 successive totally useless probings
9.08/9.18	c presolving (2 rounds):
9.08/9.18	c  0 deleted vars, 10830 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.08/9.18	c  22002 implications, 0 cliques
9.08/9.18	c presolved problem has 11001 variables (11001 bin, 0 int, 0 impl, 0 cont) and 10848 constraints
9.08/9.18	c      18 constraints of type <knapsack>
9.08/9.18	c   10830 constraints of type <linear>
9.08/9.18	c transformed objective value is always integral (scale: 1)
9.08/9.18	c Presolving Time: 7.18
9.08/9.18	c - non default parameters ----------------------------------------------------------------------
9.08/9.18	c # SCIP version 1.2.1.2
9.08/9.18	c 
9.08/9.18	c # frequency for displaying node information lines
9.08/9.18	c # [type: int, range: [-1,2147483647], default: 100]
9.08/9.18	c display/freq = 10000
9.08/9.18	c 
9.08/9.18	c # maximal time in seconds to run
9.08/9.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.08/9.18	c limits/time = 1798.49
9.08/9.18	c 
9.08/9.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.08/9.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.08/9.18	c limits/memory = 1620
9.08/9.18	c 
9.08/9.18	c # should presolving try to simplify inequalities
9.08/9.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.08/9.18	c constraints/linear/simplifyinequalities = TRUE
9.08/9.18	c 
9.08/9.18	c # should presolving try to simplify knapsacks
9.08/9.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.08/9.18	c constraints/knapsack/simplifyinequalities = TRUE
9.08/9.18	c 
9.08/9.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.08/9.18	c # [type: int, range: [-1,2147483647], default: -1]
9.08/9.18	c separating/rapidlearning/freq = 0
9.08/9.18	c 
9.08/9.18	c -----------------------------------------------------------------------------------------------
9.08/9.18	c start solving
9.08/9.19	c 
19.48/19.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.48/19.51	c  17.6s|     1 |     0 | 12221 |     - | 102M|   0 |6156 |  11k|  10k|  11k|  10k|   0 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
45.47/45.58	c  43.5s|     1 |     0 | 21566 |     - | 103M|   0 |6170 |  11k|  10k|  11k|  10k|  57 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
48.57/48.65	c  46.6s|     1 |     0 | 21637 |     - | 103M|   0 |6178 |  11k|  10k|  11k|  10k| 134 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
51.97/52.09	c  50.0s|     1 |     0 | 21900 |     - | 104M|   0 |6174 |  11k|  10k|  11k|  11k| 205 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
57.07/57.10	c  55.0s|     1 |     0 | 22497 |     - | 104M|   0 |6176 |  11k|  10k|  11k|  11k| 281 |   0 |   0 | 1.800000e+01 |      --      |    Inf 
63.56/63.62	c  61.4s|     1 |     0 | 23412 |     - | 105M|   0 |6196 |  11k|  10k|  11k|  11k| 346 |   0 |   0 | 1.800092e+01 |      --      |    Inf 
71.07/71.10	c  68.8s|     1 |     0 | 24287 |     - | 105M|   0 |6206 |  11k|  10k|  11k|  11k| 418 |   0 |   0 | 1.800092e+01 |      --      |    Inf 
196.02/196.18	c   193s|     1 |     2 | 24287 |     - | 105M|   0 |6206 |  11k|  10k|  11k|  11k| 418 |   0 |  23 | 1.800092e+01 |      --      |    Inf 
1800.06/1800.61	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-2666894-1276586331/watcher-2666894-1276586331 -o /tmp/evaluation-result-2666894-1276586331/solver-2666894-1276586331 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666894-1276586331.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.08 3/106 3532
/proc/meminfo: memFree=1823672/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=7724 CPUtime=0
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1041 0 0 0 0 0 0 0 20 0 1 0 34234471 7909376 960 1992294400 4194304 8223781 140737253849664 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3532/statm: 1931 969 348 984 0 944 0

[startup+0.09996 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 3532
/proc/meminfo: memFree=1823672/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=11316 CPUtime=0.09
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2118 0 0 0 9 0 0 0 20 0 1 0 34234471 11587584 2037 1992294400 4194304 8223781 140737253849664 18446744073709551615 7246880 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3532/statm: 2829 2037 365 984 0 1842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11316

[startup+0.100961 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 3532
/proc/meminfo: memFree=1823672/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=11316 CPUtime=0.09
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2118 0 0 0 9 0 0 0 20 0 1 0 34234471 11587584 2037 1992294400 4194304 8223781 140737253849664 18446744073709551615 7210671 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3532/statm: 2829 2037 365 984 0 1842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11316

[startup+0.300978 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 3532
/proc/meminfo: memFree=1823672/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=16476 CPUtime=0.29
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 3406 0 0 0 28 1 0 0 20 0 1 0 34234471 16871424 3325 1992294400 4194304 8223781 140737253849664 18446744073709551615 7189566 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3532/statm: 4119 3325 365 984 0 3132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16476

[startup+0.701015 s]
/proc/loadavg: 1.00 1.00 1.08 3/106 3532
/proc/meminfo: memFree=1823672/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=23612 CPUtime=0.69
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 5189 0 0 0 67 2 0 0 20 0 1 0 34234471 24178688 5108 1992294400 4194304 8223781 140737253849664 18446744073709551615 7189731 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3532/statm: 5903 5108 365 984 0 4916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23612

[startup+1.50109 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 3533
/proc/meminfo: memFree=1799236/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=39172 CPUtime=1.49
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 9108 0 0 0 146 3 0 0 23 0 1 0 34234471 40112128 9027 1992294400 4194304 8223781 140737253849664 18446744073709551615 5648434 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3532/statm: 9793 9027 365 984 0 8806 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39172

[startup+3.10124 s]
/proc/loadavg: 1.00 1.00 1.08 2/107 3533
/proc/meminfo: memFree=1655024/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=182812 CPUtime=3.09
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 51235 0 0 0 285 24 0 0 25 0 1 0 34234471 187199488 42821 1992294400 4194304 8223781 140737253849664 18446744073709551615 4978413 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 45703 42821 501 984 0 44716 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 182812

[startup+6.30054 s]
/proc/loadavg: 1.08 1.02 1.08 2/107 3533
/proc/meminfo: memFree=1651924/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=184488 CPUtime=6.29
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 51684 0 0 0 605 24 0 0 25 0 1 0 34234471 188915712 43234 1992294400 4194304 8223781 140737253849664 18446744073709551615 4979353 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 46122 43234 465 984 0 45135 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 184488

[startup+12.7011 s]
/proc/loadavg: 1.07 1.02 1.08 2/107 3535
/proc/meminfo: memFree=1603572/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=242276 CPUtime=12.69
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 68390 0 0 0 1237 32 0 0 25 0 1 0 34234471 248090624 55424 1992294400 4194304 8223781 140737253849664 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 60569 55424 537 984 0 59582 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 242276

[startup+25.5013 s]
/proc/loadavg: 1.06 1.01 1.08 2/107 3535
/proc/meminfo: memFree=1602332/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=243684 CPUtime=25.48
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 74357 0 0 0 2507 41 0 0 25 0 1 0 34234471 249532416 55503 1992294400 4194304 8223781 140737253849664 18446744073709551615 6563504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 60921 55503 544 984 0 59934 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 243684

[startup+51.1007 s]
/proc/loadavg: 1.04 1.01 1.08 2/107 3535
/proc/meminfo: memFree=1584228/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=278256 CPUtime=51.07
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 89698 0 0 0 5049 58 0 0 25 0 1 0 34234471 284934144 61992 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568504 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 69564 61992 569 984 0 68577 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 278256

[startup+102.309 s]
/proc/loadavg: 1.01 1.01 1.07 2/107 3537
/proc/meminfo: memFree=1552236/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=307812 CPUtime=102.26
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 177460 0 0 0 10116 110 0 0 25 0 1 0 34234471 315199488 68148 1992294400 4194304 8223781 140737253849664 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 76953 68148 581 984 0 75966 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 307812

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/107 3539
/proc/meminfo: memFree=1557320/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=296292 CPUtime=162.23
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 292759 0 0 0 16047 176 0 0 25 0 1 0 34234471 303403008 67577 1992294400 4194304 8223781 140737253849664 18446744073709551615 6569982 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74073 67577 581 984 0 73086 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 296292

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 3539
/proc/meminfo: memFree=1562900/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=294048 CPUtime=222.22
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 445677 0 0 0 21965 257 0 0 25 0 1 0 34234471 301105152 66164 1992294400 4194304 8223781 140737253849664 18446744073709551615 6570002 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73512 66164 581 984 0 72525 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 294048

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/107 3541
/proc/meminfo: memFree=1560172/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=295984 CPUtime=282.2
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 611641 0 0 0 27876 344 0 0 25 0 1 0 34234471 303087616 66279 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73996 66279 581 984 0 73009 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 295984

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/107 3543
/proc/meminfo: memFree=1560172/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=294888 CPUtime=342.18
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 768623 0 0 0 33792 426 0 0 25 0 1 0 34234471 301965312 66238 1992294400 4194304 8223781 140737253849664 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73722 66238 581 984 0 72735 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 294888

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 3545
/proc/meminfo: memFree=1560420/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=294564 CPUtime=402.17
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 946976 0 0 0 39699 518 0 0 25 0 1 0 34234471 301633536 66064 1992294400 4194304 8223781 140737253849664 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73641 66064 581 984 0 72654 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 294564

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/107 3547
/proc/meminfo: memFree=1560668/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=293496 CPUtime=462.16
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1137099 0 0 0 45597 619 0 0 25 0 1 0 34234471 300539904 66043 1992294400 4194304 8223781 140737253849664 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73374 66043 581 984 0 72387 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 293496

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 3547
/proc/meminfo: memFree=1562776/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=295448 CPUtime=522.13
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1328163 0 0 0 51495 718 0 0 25 0 1 0 34234471 302538752 65974 1992294400 4194304 8223781 140737253849664 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73862 65974 581 984 0 72875 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 295448

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/107 3549
/proc/meminfo: memFree=1558188/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=295948 CPUtime=582.12
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1443576 0 0 0 57424 788 0 0 25 0 1 0 34234471 303050752 66601 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73987 66601 581 984 0 73000 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 295948

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/107 3551
/proc/meminfo: memFree=1562156/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=287752 CPUtime=642.1
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1520991 0 0 0 63363 847 0 0 25 0 1 0 34234471 294658048 65597 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 71938 65597 587 984 0 70951 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 287752

[startup+702.301 s]

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

/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1875056 0 0 0 99067 1132 0 0 25 0 1 0 34234471 300453888 66010 1992294400 4194304 8223781 140737253849664 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73353 66010 587 984 0 72366 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 293412

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3563
/proc/meminfo: memFree=1559180/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=291580 CPUtime=1061.98
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1923462 0 0 0 105026 1172 0 0 25 0 1 0 34234471 298577920 66118 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 72895 66118 587 984 0 71908 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 291580

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3563
/proc/meminfo: memFree=1559180/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=290984 CPUtime=1121.95
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 1983732 0 0 0 110970 1225 0 0 25 0 1 0 34234471 297967616 66075 1992294400 4194304 8223781 140737253849664 18446744073709551615 6599066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 72746 66075 587 984 0 71759 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 290984

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3565
/proc/meminfo: memFree=1558932/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=291128 CPUtime=1181.93
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2137427 0 0 0 116886 1307 0 0 25 0 1 0 34234471 298115072 66109 1992294400 4194304 8223781 140737253849664 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 72782 66109 587 984 0 71795 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 291128

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3567
/proc/meminfo: memFree=1555212/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=297948 CPUtime=1241.91
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2310938 0 0 0 122790 1401 0 0 25 0 1 0 34234471 305098752 67052 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74487 67052 587 984 0 73500 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 297948

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3569
/proc/meminfo: memFree=1553848/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=295064 CPUtime=1301.9
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2363137 0 0 0 128744 1446 0 0 25 0 1 0 34234471 302145536 67340 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 73766 67340 587 984 0 72779 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 295064

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3571
/proc/meminfo: memFree=1555336/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=291584 CPUtime=1361.87
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2414426 0 0 0 134699 1488 0 0 25 0 1 0 34234471 298582016 66973 1992294400 4194304 8223781 140737253849664 18446744073709551615 6502686 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 72896 66973 587 984 0 71909 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 291584

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3571
/proc/meminfo: memFree=1555212/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=291824 CPUtime=1421.86
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2449314 0 0 0 140663 1523 0 0 25 0 1 0 34234471 298827776 66999 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 72956 66999 587 984 0 71969 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 291824

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3573
/proc/meminfo: memFree=1553228/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=298472 CPUtime=1481.83
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2505598 0 0 0 146616 1567 0 0 25 0 1 0 34234471 305635328 67530 1992294400 4194304 8223781 140737253849664 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74618 67530 587 984 0 73631 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 298472

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3575
/proc/meminfo: memFree=1555460/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=298100 CPUtime=1541.81
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2554213 0 0 0 152575 1606 0 0 25 0 1 0 34234471 305254400 66975 1992294400 4194304 8223781 140737253849664 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74525 66975 587 984 0 73538 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 298100

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3577
/proc/meminfo: memFree=1553600/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299372 CPUtime=1601.8
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2618829 0 0 0 158528 1652 0 0 25 0 1 0 34234471 306556928 67471 1992294400 4194304 8223781 140737253849664 18446744073709551615 6436959 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74843 67471 587 984 0 73856 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 299372

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3579
/proc/meminfo: memFree=1553352/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299268 CPUtime=1661.78
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2676834 0 0 0 164476 1702 0 0 25 0 1 0 34234471 306450432 67491 1992294400 4194304 8223781 140737253849664 18446744073709551615 6592850 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74817 67491 587 984 0 73830 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 299268

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3579
/proc/meminfo: memFree=1553104/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299268 CPUtime=1721.77
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2729082 0 0 0 170431 1746 0 0 25 0 1 0 34234471 306450432 67540 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74817 67540 587 984 0 73830 0
Current children cumulated CPU time (s) 1721.77
Current children cumulated vsize (KiB) 299268

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3581
/proc/meminfo: memFree=1553104/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299268 CPUtime=1781.75
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2784251 0 0 0 176386 1789 0 0 25 0 1 0 34234471 306450432 67488 1992294400 4194304 8223781 140737253849664 18446744073709551615 6250680 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74817 67488 587 984 0 73830 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 299268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3581
/proc/meminfo: memFree=1552856/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299268 CPUtime=1800.06
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2799953 0 0 0 178203 1803 0 0 25 0 1 0 34234471 306450432 67520 1992294400 4194304 8223781 140737253849664 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74817 67520 587 984 0 73830 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 299268

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3532

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 3581
/proc/meminfo: memFree=1552856/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299268 CPUtime=1800.84
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2800618 0 0 0 178281 1803 0 0 25 0 1 0 34234471 306450432 67506 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74817 67506 587 984 0 73830 0
Current children cumulated CPU time (s) 1800.84
Current children cumulated vsize (KiB) 299268

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3582
/proc/meminfo: memFree=1552972/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299268 CPUtime=1801.64
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2801237 0 0 0 178361 1803 0 0 25 0 1 0 34234471 306450432 67497 1992294400 4194304 8223781 140737253849664 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74817 67497 587 984 0 73830 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 299268

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 3582
/proc/meminfo: memFree=1552972/2059040 swapFree=4135900/4192956
[pid=3532] ppid=3530 vsize=299268 CPUtime=1802.04
/proc/3532/stat : 3532 (pbscip.linux.x8) R 3530 3532 2782 0 -1 4202496 2801437 0 0 0 178400 1804 0 0 25 0 1 0 34234471 306450432 67491 1992294400 4194304 8223781 140737253849664 18446744073709551615 6599057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/3532/statm: 74817 67491 587 984 0 73830 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 299268

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.65
CPU time (s): 1802.1
CPU user time (s): 1784.02
CPU system time (s): 18.0743
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 320324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.02
system time used= 18.0743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2801637
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= 3
involuntary context switches= 3656

runsolver used 3.00154 second user time and 8.48871 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-15 09:18:51
IDJOB=2666894
IDBENCH=2633
IDSOLVER=1169
FILE ID=node015/2666894-1276586331
PBS_JOBID= 11173527
Free space on /tmp= 62576 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2666894-1276586331/watcher-2666894-1276586331 -o /tmp/evaluation-result-2666894-1276586331/solver-2666894-1276586331 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666894-1276586331.opb -t 1800 -m 1800

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1931577544

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1824076 kB
Buffers:         34632 kB
Cached:         121492 kB
SwapCached:      10696 kB
Active:          89016 kB
Inactive:        80648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1824076 kB
SwapTotal:     4192956 kB
SwapFree:      4135900 kB
Dirty:           10696 kB
Writeback:           0 kB
AnonPages:       11920 kB
Mapped:           9360 kB
Slab:            43344 kB
PageTables:       4052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180084 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= 62572 MiB
End job on node015 at 2010-06-15 09:48:54