Trace number 2666720

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.04 1802.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_3.opb
MD5SUM7d5c1eba9f9b9c55d272c1a8f28b465a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12432
Sum of products size (including duplicates)24864
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-2666720-1276667320.opb>
0.09/0.10	c original problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.09/0.10	c problem read
0.09/0.10	c presolving settings loaded
0.09/0.19	o 0
0.09/0.19	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.09/0.19	c presolving:
0.39/0.48	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 600 upgd conss, 50128 impls, 400 clqs
0.89/0.94	c    (0.6s) probing: 101/6616 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.94	c    (0.6s) probing aborted: 100/100 successive totally useless probings
0.89/0.94	c presolving (2 rounds):
0.89/0.94	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.94	c  50128 implications, 400 cliques
0.89/0.94	c presolved problem has 6616 variables (6616 bin, 0 int, 0 impl, 0 cont) and 6817 constraints
0.89/0.94	c     400 constraints of type <setppc>
0.89/0.94	c    6216 constraints of type <and>
0.89/0.94	c       1 constraints of type <linear>
0.89/0.94	c     200 constraints of type <logicor>
0.89/0.94	c transformed objective value is always integral (scale: 1)
0.89/0.94	c Presolving Time: 0.60
0.89/0.94	c - non default parameters ----------------------------------------------------------------------
0.89/0.94	c # SCIP version 1.2.1.2
0.89/0.94	c 
0.89/0.94	c # frequency for displaying node information lines
0.89/0.94	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.94	c display/freq = 10000
0.89/0.94	c 
0.89/0.94	c # maximal time in seconds to run
0.89/0.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.94	c limits/time = 1799.91
0.89/0.94	c 
0.89/0.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.94	c limits/memory = 1620
0.89/0.94	c 
0.89/0.94	c # should presolving try to simplify inequalities
0.89/0.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.94	c constraints/linear/simplifyinequalities = TRUE
0.89/0.94	c 
0.89/0.94	c # should presolving try to simplify knapsacks
0.89/0.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.94	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.94	c 
0.89/0.94	c # frequency for calling primal heuristic <undercover> (-1: never, 0: only at depth freqofs)
0.89/0.94	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.94	c heuristics/undercover/freq = 0
0.89/0.94	c 
0.89/0.94	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.94	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.94	c separating/rapidlearning/freq = 0
0.89/0.94	c 
0.89/0.94	c -----------------------------------------------------------------------------------------------
0.89/0.94	c start solving
0.89/0.95	c 
185.02/185.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
185.02/185.11	c t 184s|     1 |     0 | 37334 |     - |  30M|   0 |3683 |6616 |6817 |6616 |  13k|   0 |   0 |   0 |-1.000000e+02 | 0.000000e+00 | 100.00%
185.02/185.16	o -6
185.02/185.16	c s 184s|     1 |     0 | 37334 |     - |  31M|   0 |3683 |6616 |6817 |6616 |  13k|   0 |   0 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
226.91/227.07	c   225s|     1 |     0 | 41340 |     - |  32M|   0 |3677 |6616 |6818 |6616 |  13k| 224 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
248.11/248.22	c   246s|     1 |     0 | 44148 |     - |  32M|   0 |3650 |6616 |6818 |6616 |  13k| 289 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
267.01/267.19	c   265s|     1 |     0 | 46654 |     - |  32M|   0 |3674 |6616 |6818 |6616 |  13k| 330 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
286.40/286.56	c   284s|     1 |     0 | 49244 |     - |  32M|   0 |3650 |6616 |6818 |6616 |  13k| 362 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
311.10/311.20	c   309s|     1 |     0 | 52663 |     - |  32M|   0 |3641 |6616 |6818 |6616 |  13k| 400 |   1 |   0 |-1.000000e+02 |-6.000000e+00 |  94.00%
311.10/311.25	o -8
311.10/311.25	c s 309s|     1 |     0 | 52663 |     - |  32M|   0 |3641 |6616 |6818 |6616 |  13k| 400 |   1 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
332.18/332.34	c   330s|     1 |     0 | 55425 |     - |  32M|   0 |3642 |6616 |6818 |6616 |  13k| 436 |   1 |   0 |-1.000000e+02 |-8.000000e+00 |  92.00%
424.35/424.51	c   422s|     1 |     2 | 55425 |     - |  32M|   0 |3642 |6616 |6818 |6616 |  13k| 436 |   1 |  15 |-1.000000e+02 |-8.000000e+00 |  92.00%
1800.02/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-2666720-1276667320/watcher-2666720-1276667320 -o /tmp/evaluation-result-2666720-1276667320/solver-2666720-1276667320 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666720-1276667320.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: 0.92 0.98 0.99 4/106 16173
/proc/meminfo: memFree=1803440/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=7724 CPUtime=0
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 1021 0 0 0 0 0 0 0 20 0 1 0 8026963 7909376 941 1992294400 4194304 8223781 140735131979536 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16173/statm: 1931 952 348 984 0 944 0

[startup+0.0535391 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 16173
/proc/meminfo: memFree=1803440/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=14164 CPUtime=0.04
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 2835 0 0 0 4 0 0 0 20 0 1 0 8026963 14503936 2755 1992294400 4194304 8223781 140735131979536 18446744073709551615 4240589 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16173/statm: 3541 2755 366 984 0 2554 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14164

[startup+0.101544 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 16173
/proc/meminfo: memFree=1803440/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=16540 CPUtime=0.09
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 3456 0 0 0 8 1 0 0 20 0 1 0 8026963 16936960 3376 1992294400 4194304 8223781 140735131979536 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16173/statm: 4135 3376 366 984 0 3148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16540

[startup+0.301564 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 16173
/proc/meminfo: memFree=1803440/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=32012 CPUtime=0.29
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 7667 0 0 0 24 5 0 0 20 0 1 0 8026963 32780288 6966 1992294400 4194304 8223781 140735131979536 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 8003 6966 432 984 0 7016 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32012

[startup+0.701609 s]
/proc/loadavg: 0.92 0.98 0.99 4/106 16173
/proc/meminfo: memFree=1803440/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=37652 CPUtime=0.69
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 10371 0 0 0 47 22 0 0 21 0 1 0 8026963 38555648 8385 1992294400 4194304 8223781 140735131979536 18446744073709551615 5970216 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 9413 8385 459 984 0 8426 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37652

[startup+1.50169 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 16174
/proc/meminfo: memFree=1762016/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=64868 CPUtime=1.49
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 18220 0 0 0 124 25 0 0 23 0 1 0 8026963 66424832 14748 1992294400 4194304 8223781 140735131979536 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 16217 14748 547 984 0 15230 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64868

[startup+3.10187 s]
/proc/loadavg: 0.92 0.98 0.99 2/107 16176
/proc/meminfo: memFree=1745524/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=66644 CPUtime=3.09
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 21303 0 0 0 282 27 0 0 25 0 1 0 8026963 68243456 15158 1992294400 4194304 8223781 140735131979536 18446744073709551615 6569937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 16661 15158 551 984 0 15674 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66644

[startup+6.30121 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 16176
/proc/meminfo: memFree=1743788/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=67280 CPUtime=6.29
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 23114 0 0 0 600 29 0 0 25 0 1 0 8026963 68894720 15399 1992294400 4194304 8223781 140735131979536 18446744073709551615 6559628 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 16820 15399 547 984 0 15833 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 67280

[startup+12.7009 s]
/proc/loadavg: 0.93 0.98 0.99 2/107 16176
/proc/meminfo: memFree=1743168/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=67520 CPUtime=12.69
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 26308 0 0 0 1236 33 0 0 25 0 1 0 8026963 69140480 15518 1992294400 4194304 8223781 140735131979536 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 16880 15518 547 984 0 15893 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67520

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/107 16176
/proc/meminfo: memFree=1742424/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=69176 CPUtime=25.49
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 32608 0 0 0 2510 39 0 0 25 0 1 0 8026963 70836224 15666 1992294400 4194304 8223781 140735131979536 18446744073709551615 6569630 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 17294 15666 547 984 0 16307 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69176

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/107 16176
/proc/meminfo: memFree=1742548/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=69344 CPUtime=51.07
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 47122 0 0 0 5057 50 0 0 25 0 1 0 8026963 71008256 15621 1992294400 4194304 8223781 140735131979536 18446744073709551615 6567432 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 17336 15621 547 984 0 16349 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 69344

[startup+102.309 s]
/proc/loadavg: 0.98 0.98 0.99 2/107 16178
/proc/meminfo: memFree=1741432/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=69488 CPUtime=102.26
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 73373 0 0 0 10152 74 0 0 25 0 1 0 8026963 71155712 15858 1992294400 4194304 8223781 140735131979536 18446744073709551615 6536473 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 17372 15858 547 984 0 16385 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 69488

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16180
/proc/meminfo: memFree=1741184/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=69816 CPUtime=162.24
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 102124 0 0 0 16125 99 0 0 25 0 1 0 8026963 71491584 15941 1992294400 4194304 8223781 140735131979536 18446744073709551615 6560128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 17454 15941 547 984 0 16467 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 69816

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16180
/proc/meminfo: memFree=1733000/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=77548 CPUtime=222.22
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 148350 0 0 0 22054 168 0 0 25 0 1 0 8026963 79409152 18010 1992294400 4194304 8223781 140735131979536 18446744073709551615 6567118 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19387 18010 604 984 0 18400 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 77548

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16182
/proc/meminfo: memFree=1732256/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=77928 CPUtime=282.2
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 166136 0 0 0 28027 193 0 0 25 0 1 0 8026963 79798272 18199 1992294400 4194304 8223781 140735131979536 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19482 18199 603 984 0 18495 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 77928

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16184
/proc/meminfo: memFree=1733992/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=77340 CPUtime=342.17
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 189181 0 0 0 33997 220 0 0 25 0 1 0 8026963 79196160 17916 1992294400 4194304 8223781 140735131979536 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19335 17916 604 984 0 18348 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 77340

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16186
/proc/meminfo: memFree=1730892/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=79904 CPUtime=402.16
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 240128 0 0 0 39959 257 0 0 25 0 1 0 8026963 81821696 18523 1992294400 4194304 8223781 140735131979536 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19976 18523 604 984 0 18989 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 79904

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16188
/proc/meminfo: memFree=1735232/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=74736 CPUtime=462.13
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 270307 0 0 0 45928 285 0 0 25 0 1 0 8026963 76529664 17318 1992294400 4194304 8223781 140735131979536 18446744073709551615 6251377 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18684 17318 604 984 0 17697 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 74736

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16188
/proc/meminfo: memFree=1735108/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=73772 CPUtime=522.11
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 270750 0 0 0 51907 304 0 0 25 0 1 0 8026963 75542528 17246 1992294400 4194304 8223781 140735131979536 18446744073709551615 6614966 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18443 17246 606 984 0 17456 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 73772

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16190
/proc/meminfo: memFree=1735108/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=73796 CPUtime=582.1
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 270763 0 0 0 57888 322 0 0 25 0 1 0 8026963 75567104 17259 1992294400 4194304 8223781 140735131979536 18446744073709551615 6559794 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18449 17259 606 984 0 17462 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 73796

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16192
/proc/meminfo: memFree=1735108/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=73812 CPUtime=642.08
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 270777 0 0 0 63866 342 0 0 25 0 1 0 8026963 75583488 17271 1992294400 4194304 8223781 140735131979536 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18453 17271 606 984 0 17466 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 73812

[startup+702.301 s]

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

/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 325722 0 0 0 99706 489 0 0 25 0 1 0 8026963 75558912 17273 1992294400 4194304 8223781 140735131979536 18446744073709551615 6560128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18447 17273 606 984 0 17460 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 73788

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16213
/proc/meminfo: memFree=1733868/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75296 CPUtime=1061.93
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 342122 0 0 0 105679 514 0 0 25 0 1 0 8026963 77103104 17525 1992294400 4194304 8223781 140735131979536 18446744073709551615 6614485 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18824 17525 606 984 0 17837 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 75296

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16213
/proc/meminfo: memFree=1734240/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=74088 CPUtime=1121.91
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 359024 0 0 0 111655 536 0 0 25 0 1 0 8026963 75866112 17348 1992294400 4194304 8223781 140735131979536 18446744073709551615 6614298 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18522 17348 606 984 0 17535 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 74088

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16215
/proc/meminfo: memFree=1734240/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=74532 CPUtime=1181.89
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 379349 0 0 0 117625 564 0 0 25 0 1 0 8026963 76320768 17422 1992294400 4194304 8223781 140735131979536 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18633 17422 606 984 0 17646 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 74532

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16217
/proc/meminfo: memFree=1733992/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75068 CPUtime=1241.87
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 409350 0 0 0 123594 593 0 0 25 0 1 0 8026963 76869632 17450 1992294400 4194304 8223781 140735131979536 18446744073709551615 6560179 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18767 17450 606 984 0 17780 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 75068

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16219
/proc/meminfo: memFree=1733744/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75140 CPUtime=1301.86
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 436050 0 0 0 129564 622 0 0 25 0 1 0 8026963 76943360 17555 1992294400 4194304 8223781 140735131979536 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18785 17555 606 984 0 17798 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 75140

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16221
/proc/meminfo: memFree=1733868/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75148 CPUtime=1361.84
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 465340 0 0 0 135529 655 0 0 25 0 1 0 8026963 76951552 17576 1992294400 4194304 8223781 140735131979536 18446744073709551615 6569483 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18787 17576 606 984 0 17800 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 75148

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16221
/proc/meminfo: memFree=1733496/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75332 CPUtime=1421.82
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 497049 0 0 0 141496 686 0 0 25 0 1 0 8026963 77139968 17607 1992294400 4194304 8223781 140735131979536 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18833 17607 606 984 0 17846 0
Current children cumulated CPU time (s) 1421.82
Current children cumulated vsize (KiB) 75332

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16223
/proc/meminfo: memFree=1733868/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75636 CPUtime=1481.8
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 529454 0 0 0 147458 722 0 0 25 0 1 0 8026963 77451264 17622 1992294400 4194304 8223781 140735131979536 18446744073709551615 6560108 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18909 17622 606 984 0 17922 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 75636

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16225
/proc/meminfo: memFree=1733372/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75536 CPUtime=1541.78
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 568646 0 0 0 153423 755 0 0 25 0 1 0 8026963 77348864 17659 1992294400 4194304 8223781 140735131979536 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18884 17659 606 984 0 17897 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 75536

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16227
/proc/meminfo: memFree=1733248/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=75372 CPUtime=1601.76
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 611030 0 0 0 159385 791 0 0 25 0 1 0 8026963 77180928 17607 1992294400 4194304 8223781 140735131979536 18446744073709551615 6613292 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 18843 17607 606 984 0 17856 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 75372

[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16229
/proc/meminfo: memFree=1732752/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=76460 CPUtime=1661.74
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 633061 0 0 0 165358 816 0 0 25 0 1 0 8026963 78295040 17760 1992294400 4194304 8223781 140735131979536 18446744073709551615 6539311 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19115 17760 606 984 0 18128 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 76460

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16229
/proc/meminfo: memFree=1732752/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=76460 CPUtime=1721.73
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 655711 0 0 0 171325 848 0 0 25 0 1 0 8026963 78295040 17691 1992294400 4194304 8223781 140735131979536 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19115 17691 606 984 0 18128 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 76460

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16231
/proc/meminfo: memFree=1731388/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=78176 CPUtime=1781.71
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 681270 0 0 0 177289 882 0 0 25 0 1 0 8026963 80052224 18221 1992294400 4194304 8223781 140735131979536 18446744073709551615 6539610 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19544 18221 608 984 0 18557 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 78176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16231
/proc/meminfo: memFree=1731016/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=77772 CPUtime=1800.02
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 687164 0 0 0 179112 890 0 0 25 0 1 0 8026963 79638528 18184 1992294400 4194304 8223781 140735131979536 18446744073709551615 6559782 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19443 18184 608 984 0 18456 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 77772

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16173

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

[startup+1801.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/107 16231
/proc/meminfo: memFree=1731016/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=77844 CPUtime=1800.8
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 687418 0 0 0 179190 890 0 0 25 0 1 0 8026963 79712256 18146 1992294400 4194304 8223781 140735131979536 18446744073709551615 6532631 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19461 18146 608 984 0 18474 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 77844

[startup+1802.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 16232
/proc/meminfo: memFree=1731008/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=77844 CPUtime=1801.61
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 687696 0 0 0 179270 891 0 0 25 0 1 0 8026963 79712256 18145 1992294400 4194304 8223781 140735131979536 18446744073709551615 6358928 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19461 18145 608 984 0 18474 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 77844

[startup+1802.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/108 16232
/proc/meminfo: memFree=1731008/2059040 swapFree=4152912/4192956
[pid=16173] ppid=16171 vsize=77844 CPUtime=1802.01
/proc/16173/stat : 16173 (pbscip.linux.x8) R 16171 16173 15701 0 -1 4202496 687916 0 0 0 179310 891 0 0 25 0 1 0 8026963 79712256 18156 1992294400 4194304 8223781 140735131979536 18446744073709551615 6559037 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/16173/statm: 19461 18156 608 984 0 18474 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 77844

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.62
CPU time (s): 1802.04
CPU user time (s): 1793.12
CPU system time (s): 8.92164
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 115732

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

runsolver used 3.05953 second user time and 8.42872 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-16 07:48:40
IDJOB=2666720
IDBENCH=48233
IDSOLVER=1169
FILE ID=node035/2666720-1276667320
PBS_JOBID= 11172487
Free space on /tmp= 62460 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_3.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-2666720-1276667320/watcher-2666720-1276667320 -o /tmp/evaluation-result-2666720-1276667320/solver-2666720-1276667320 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666720-1276667320.opb -t 1800 -m 1800

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

MD5SUM BENCH= 7d5c1eba9f9b9c55d272c1a8f28b465a
RANDOM SEED=1748418986

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1803968 kB
Buffers:         45604 kB
Cached:         111216 kB
SwapCached:       2144 kB
Active:          94200 kB
Inactive:        84552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1803968 kB
SwapTotal:     4192956 kB
SwapFree:      4152912 kB
Dirty:            4748 kB
Writeback:           0 kB
AnonPages:       19984 kB
Mapped:          13696 kB
Slab:            54568 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181740 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= 62456 MiB
End job on node035 at 2010-06-16 08:18:43