Trace number 2666245

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.03 1802.53

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-1000opt.opb
MD5SUMf77d1de307b7db24bfedc4f252c9c297
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-178
Best CPU time to get the best result obtained on this benchmark14.0229
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2025
Total number of constraints62994
Number of constraints which are clauses62994
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 135
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 327
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 327
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2666245-1276686082.opb>
1.10/1.13	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 62994 constraints
1.10/1.13	c problem read
1.10/1.13	c presolving settings loaded
1.29/1.35	o 0
1.29/1.35	c feasible solution found by trivial heuristic, objective value  0.000000e+00
1.29/1.35	c presolving:
1.59/1.62	c (round 1) 191 del vars, 191 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
2.10/2.19	c (round 2) 191 del vars, 851 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 62143 upgd conss, 2340 impls, 0 clqs
2.39/2.40	c    (1.0s) probing: 101/1834 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.39/2.40	c    (1.0s) probing aborted: 100/100 successive totally useless probings
2.39/2.40	c presolving (3 rounds):
2.39/2.40	c  191 deleted vars, 851 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
2.39/2.40	c  2340 implications, 0 cliques
2.39/2.40	c presolved problem has 1834 variables (1834 bin, 0 int, 0 impl, 0 cont) and 62143 constraints
2.39/2.40	c   62143 constraints of type <logicor>
2.39/2.40	c transformed objective value is always integral (scale: 1)
2.39/2.40	c Presolving Time: 0.89
2.39/2.40	c - non default parameters ----------------------------------------------------------------------
2.39/2.40	c # SCIP version 1.2.1.2
2.39/2.40	c 
2.39/2.40	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
2.39/2.40	c # [type: int, range: [-1,2147483647], default: -1]
2.39/2.40	c conflict/interconss = 0
2.39/2.40	c 
2.39/2.40	c # should binary conflicts be preferred?
2.39/2.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.40	c conflict/preferbinary = TRUE
2.39/2.40	c 
2.39/2.40	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
2.39/2.40	c # [type: int, range: [-1,2147483647], default: 0]
2.39/2.40	c constraints/agelimit = 1
2.39/2.40	c 
2.39/2.40	c # should enforcement of pseudo solution be disabled?
2.39/2.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.40	c constraints/disableenfops = TRUE
2.39/2.40	c 
2.39/2.40	c # frequency for displaying node information lines
2.39/2.40	c # [type: int, range: [-1,2147483647], default: 100]
2.39/2.40	c display/freq = 10000
2.39/2.40	c 
2.39/2.40	c # maximal time in seconds to run
2.39/2.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.40	c limits/time = 1798.88
2.39/2.40	c 
2.39/2.40	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.39/2.40	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.39/2.40	c limits/memory = 1620
2.39/2.40	c 
2.39/2.40	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
2.39/2.40	c # [type: int, range: [-1,2147483647], default: 1]
2.39/2.40	c lp/solvefreq = 0
2.39/2.40	c 
2.39/2.40	c # LP pricing strategy ('l'pi default, 'a'uto, 'f'ull pricing, 'p'artial, 's'teepest edge pricing, 'q'uickstart steepest edge pricing, 'd'evex pricing)
2.39/2.40	c # [type: char, range: {lafpsqd}, default: l]
2.39/2.40	c lp/pricing = a
2.39/2.40	c 
2.39/2.40	c # should presolving try to simplify inequalities
2.39/2.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.40	c constraints/linear/simplifyinequalities = TRUE
2.39/2.40	c 
2.39/2.40	c # should presolving try to simplify knapsacks
2.39/2.40	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.39/2.40	c constraints/knapsack/simplifyinequalities = TRUE
2.39/2.40	c 
2.39/2.40	c # priority of node selection rule <dfs> in standard mode
2.39/2.40	c # [type: int, range: [-536870912,536870911], default: 0]
2.39/2.40	c nodeselection/dfs/stdpriority = 1000000
2.39/2.40	c 
2.39/2.40	c -----------------------------------------------------------------------------------------------
2.39/2.40	c start solving
2.39/2.41	c 
76.67/76.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
76.67/76.75	c t74.9s|     1 |     0 | 10683 |     - |  72M|   0 |1721 |1834 |  62k|1834 |  62k|   0 |   0 |   0 |-2.510395e+02 | 0.000000e+00 | 100.00%
76.87/76.93	o -18
76.87/76.93	c R75.1s|     1 |     0 | 10683 |     - |  72M|   0 |1721 |1834 |  62k|1834 |  62k|   0 |   0 |   0 |-2.510395e+02 |-1.800000e+01 |  92.83%
77.07/77.16	o -19
77.07/77.16	c s75.3s|     1 |     0 | 10683 |     - |  72M|   0 |1721 |1834 |  62k|1834 |  62k|   0 |   0 |   0 |-2.510395e+02 |-1.900000e+01 |  92.43%
637.40/637.68	c   634s|     1 |     0 | 48000 |     - |  73M|   0 |1812 |1834 |  62k|1834 |  62k|  10 |   0 |   0 |-2.458435e+02 |-1.900000e+01 |  92.27%
637.51/637.70	o -41
637.51/637.70	c b 634s|     1 |     0 | 48000 |     - |  73M|   0 |1812 |1834 |  62k|1834 |  62k|  10 |   0 |   0 |-2.458435e+02 |-4.100000e+01 |  83.32%
1231.35/1231.76	c  1199s|     1 |     0 | 75911 |     - |  78M|   0 |1806 |1834 |  62k|1834 |  62k|  17 |   0 |   0 |-2.447703e+02 |-4.100000e+01 |  83.25%
1231.56/1231.90	o -49
1231.56/1231.90	c b1199s|     1 |     0 | 75911 |     - |  78M|   0 |1806 |1834 |  62k|1834 |  62k|  17 |   0 |   0 |-2.447703e+02 |-4.900000e+01 |  79.98%
1800.00/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2666245-1276686082/watcher-2666245-1276686082 -o /tmp/evaluation-result-2666245-1276686082/solver-2666245-1276686082 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666245-1276686082.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.23 1.05 1.02 3/106 15272
/proc/meminfo: memFree=1726964/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=7724 CPUtime=0
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 1160 0 0 0 0 0 0 0 18 0 1 0 9903259 7909376 1080 1992294400 4194304 8223781 140733825160192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15272/statm: 1931 1088 348 984 0 944 0

[startup+0.0134549 s]
/proc/loadavg: 1.23 1.05 1.02 3/106 15272
/proc/meminfo: memFree=1726964/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=9164 CPUtime=0
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 1592 0 0 0 0 0 0 0 18 0 1 0 9903259 9383936 1512 1992294400 4194304 8223781 140733825160192 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15272/statm: 2291 1512 365 984 0 1304 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9164

[startup+0.10146 s]
/proc/loadavg: 1.23 1.05 1.02 3/106 15272
/proc/meminfo: memFree=1726964/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=13264 CPUtime=0.09
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 2612 0 0 0 8 1 0 0 20 0 1 0 9903259 13582336 2532 1992294400 4194304 8223781 140733825160192 18446744073709551615 7246949 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15272/statm: 3316 2532 365 984 0 2329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264

[startup+0.300475 s]
/proc/loadavg: 1.23 1.05 1.02 3/106 15272
/proc/meminfo: memFree=1726964/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=18020 CPUtime=0.29
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 3818 0 0 0 28 1 0 0 20 0 1 0 9903259 18452480 3738 1992294400 4194304 8223781 140733825160192 18446744073709551615 5652146 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15272/statm: 4505 3738 365 984 0 3518 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18020

[startup+0.700501 s]
/proc/loadavg: 1.23 1.05 1.02 3/106 15272
/proc/meminfo: memFree=1726964/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=26020 CPUtime=0.69
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 5794 0 0 0 67 2 0 0 21 0 1 0 9903259 26644480 5714 1992294400 4194304 8223781 140733825160192 18446744073709551615 7164286 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15272/statm: 6505 5714 365 984 0 5518 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26020

[startup+1.50056 s]
/proc/loadavg: 1.23 1.05 1.02 2/107 15273
/proc/meminfo: memFree=1699428/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=80224 CPUtime=1.49
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 19460 0 0 0 138 11 0 0 23 0 1 0 9903259 82149376 18987 1992294400 4194304 8223781 140733825160192 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 20056 18987 446 984 0 19069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80224

[startup+3.10067 s]
/proc/loadavg: 1.23 1.05 1.02 2/107 15273
/proc/meminfo: memFree=1644000/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=160776 CPUtime=3.09
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 48059 0 0 0 276 33 0 0 25 0 1 0 9903259 164634624 36719 1992294400 4194304 8223781 140733825160192 18446744073709551615 6592975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 40194 36719 527 984 0 39207 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160776

[startup+6.30089 s]
/proc/loadavg: 1.21 1.05 1.01 2/107 15273
/proc/meminfo: memFree=1575800/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=175284 CPUtime=6.29
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 51685 0 0 0 593 36 0 0 25 0 1 0 9903259 179490816 38186 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 43821 38186 531 984 0 42834 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 175284

[startup+12.7013 s]
/proc/loadavg: 1.19 1.05 1.01 2/107 15273
/proc/meminfo: memFree=1574684/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=180260 CPUtime=12.69
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 55050 0 0 0 1230 39 0 0 25 0 1 0 9903259 184586240 38377 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 45065 38377 531 984 0 44078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180260

[startup+25.5012 s]
/proc/loadavg: 1.15 1.04 1.01 2/107 15273
/proc/meminfo: memFree=1573816/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=182540 CPUtime=25.48
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 61887 0 0 0 2503 45 0 0 25 0 1 0 9903259 186920960 38616 1992294400 4194304 8223781 140733825160192 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 45635 38616 531 984 0 44648 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 182540

[startup+51.102 s]
/proc/loadavg: 1.10 1.04 1.01 2/107 15273
/proc/meminfo: memFree=1573568/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=183548 CPUtime=51.08
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 76251 0 0 0 5052 56 0 0 25 0 1 0 9903259 187953152 38644 1992294400 4194304 8223781 140733825160192 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 45887 38644 531 984 0 44900 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 183548

[startup+102.31 s]
/proc/loadavg: 1.04 1.03 1.01 2/107 15275
/proc/meminfo: memFree=1571956/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188272 CPUtime=102.27
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 223889 0 0 0 10110 117 0 0 25 0 1 0 9903259 192790528 39091 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568486 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47068 39091 561 984 0 46081 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 188272

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/107 15277
/proc/meminfo: memFree=1570592/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188752 CPUtime=162.25
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 250089 0 0 0 16089 136 0 0 25 0 1 0 9903259 193282048 39380 1992294400 4194304 8223781 140733825160192 18446744073709551615 6591314 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47188 39380 561 984 0 46201 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 188752

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/107 15279
/proc/meminfo: memFree=1570344/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188816 CPUtime=222.22
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 274363 0 0 0 22069 153 0 0 25 0 1 0 9903259 193347584 39456 1992294400 4194304 8223781 140733825160192 18446744073709551615 6570065 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47204 39456 561 984 0 46217 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 188816

[startup+282.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 15279
/proc/meminfo: memFree=1569848/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188864 CPUtime=282.21
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 300380 0 0 0 28048 173 0 0 25 0 1 0 9903259 193396736 39576 1992294400 4194304 8223781 140733825160192 18446744073709551615 6250747 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47216 39576 561 984 0 46229 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 188864

[startup+342.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 15281
/proc/meminfo: memFree=1569972/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188936 CPUtime=342.19
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 323814 0 0 0 34027 192 0 0 25 0 1 0 9903259 193470464 39567 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568399 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47234 39567 561 984 0 46247 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 188936

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15283
/proc/meminfo: memFree=1569848/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188968 CPUtime=402.17
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 345537 0 0 0 40009 208 0 0 25 0 1 0 9903259 193503232 39557 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568478 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47242 39557 561 984 0 46255 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 188968

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15285
/proc/meminfo: memFree=1570096/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188968 CPUtime=462.15
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 368346 0 0 0 45989 226 0 0 25 0 1 0 9903259 193503232 39499 1992294400 4194304 8223781 140733825160192 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47242 39499 561 984 0 46255 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 188968

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15287
/proc/meminfo: memFree=1569848/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188968 CPUtime=522.13
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 391447 0 0 0 51970 243 0 0 25 0 1 0 9903259 193503232 39529 1992294400 4194304 8223781 140733825160192 18446744073709551615 6567505 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47242 39529 561 984 0 46255 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 188968

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15287
/proc/meminfo: memFree=1569724/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=188992 CPUtime=582.12
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 413566 0 0 0 57954 258 0 0 25 0 1 0 9903259 193527808 39565 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568102 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47248 39565 561 984 0 46261 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 188992

[startup+642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15289
/proc/meminfo: memFree=1569600/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=189204 CPUtime=642.11
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 633870 0 0 0 63865 346 0 0 25 0 1 0 9903259 193744896 39584 1992294400 4194304 8223781 140733825160192 18446744073709551615 6299574 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 47301 39584 561 984 0 46314 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 189204

[startup+702.3 s]

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

/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 7866775 0 0 0 103143 3057 0 0 25 0 1 0 9903259 200372224 41090 1992294400 4194304 8223781 140733825160192 18446744073709551615 6569894 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 48919 41090 561 984 0 47932 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 195676

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 15303
/proc/meminfo: memFree=1563152/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=195692 CPUtime=1121.98
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 7890761 0 0 0 109124 3074 0 0 25 0 1 0 9903259 200388608 41106 1992294400 4194304 8223781 140733825160192 18446744073709551615 6296707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 48923 41106 561 984 0 47936 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 195692

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/107 15303
/proc/meminfo: memFree=1563276/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=195692 CPUtime=1181.96
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 7912067 0 0 0 115108 3088 0 0 25 0 1 0 9903259 200388608 41092 1992294400 4194304 8223781 140733825160192 18446744073709551615 6569915 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 48923 41092 561 984 0 47936 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 195692

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15305
/proc/meminfo: memFree=1562780/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=195888 CPUtime=1241.95
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 8366686 0 0 0 120931 3264 0 0 25 0 1 0 9903259 200589312 41142 1992294400 4194304 8223781 140733825160192 18446744073709551615 7253477 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 48972 41142 561 984 0 47985 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 195888

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15307
/proc/meminfo: memFree=1562780/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=195888 CPUtime=1301.94
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 10867320 0 0 0 125995 4199 0 0 25 0 1 0 9903259 200589312 41142 1992294400 4194304 8223781 140733825160192 18446744073709551615 6299558 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 48972 41142 561 984 0 47985 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 195888

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15309
/proc/meminfo: memFree=1562780/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=195888 CPUtime=1361.92
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 13377104 0 0 0 131074 5118 0 0 25 0 1 0 9903259 200589312 41142 1992294400 4194304 8223781 140733825160192 18446744073709551615 6299972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 48972 41142 561 984 0 47985 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 195888

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15311
/proc/meminfo: memFree=1557076/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1421.91
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15240376 0 0 0 136385 5806 0 0 25 0 1 0 9903259 206180352 42555 1992294400 4194304 8223781 140733825160192 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42555 561 984 0 49350 0
Current children cumulated CPU time (s) 1421.91
Current children cumulated vsize (KiB) 201348

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15311
/proc/meminfo: memFree=1556952/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1481.89
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15265900 0 0 0 142365 5824 0 0 25 0 1 0 9903259 206180352 42594 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568395 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42594 561 984 0 49350 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 201348

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15313
/proc/meminfo: memFree=1556828/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1541.87
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15290457 0 0 0 148346 5841 0 0 25 0 1 0 9903259 206180352 42655 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568466 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42655 561 984 0 49350 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 201348

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15315
/proc/meminfo: memFree=1556952/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1601.85
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15315624 0 0 0 154325 5860 0 0 25 0 1 0 9903259 206180352 42609 1992294400 4194304 8223781 140733825160192 18446744073709551615 6568077 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42609 561 984 0 49350 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 201348

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15317
/proc/meminfo: memFree=1556952/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1661.83
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15339830 0 0 0 160307 5876 0 0 25 0 1 0 9903259 206180352 42609 1992294400 4194304 8223781 140733825160192 18446744073709551615 6502720 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42609 561 984 0 49350 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 201348

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15319
/proc/meminfo: memFree=1556456/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1721.82
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15364813 0 0 0 166288 5894 0 0 25 0 1 0 9903259 206180352 42647 1992294400 4194304 8223781 140733825160192 18446744073709551615 6250742 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42647 561 984 0 49350 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 201348

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15319
/proc/meminfo: memFree=1556208/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1781.8
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15388904 0 0 0 172267 5913 0 0 25 0 1 0 9903259 206180352 42712 1992294400 4194304 8223781 140733825160192 18446744073709551615 6251373 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42712 561 984 0 49350 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 201348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 15321
/proc/meminfo: memFree=1556208/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1800
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15395546 0 0 0 174082 5918 0 0 25 0 1 0 9903259 206180352 42728 1992294400 4194304 8223781 140733825160192 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42728 561 984 0 49350 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 201348

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15272

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15322
/proc/meminfo: memFree=1556200/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1800.89
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15396817 0 0 0 174171 5918 0 0 25 0 1 0 9903259 206180352 42693 1992294400 4194304 8223781 140733825160192 18446744073709551615 6569937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42693 561 984 0 49350 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (KiB) 201348

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15322
/proc/meminfo: memFree=1556324/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1801.69
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15396821 0 0 0 174251 5918 0 0 25 0 1 0 9903259 206180352 42697 1992294400 4194304 8223781 140733825160192 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42697 561 984 0 49350 0
Current children cumulated CPU time (s) 1801.69
Current children cumulated vsize (KiB) 201348

[startup+1802.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15322
/proc/meminfo: memFree=1556324/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1801.89
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15396822 0 0 0 174271 5918 0 0 25 0 1 0 9903259 206180352 42698 1992294400 4194304 8223781 140733825160192 18446744073709551615 6569651 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42698 561 984 0 49350 0
Current children cumulated CPU time (s) 1801.89
Current children cumulated vsize (KiB) 201348

[startup+1802.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 15322
/proc/meminfo: memFree=1556324/2059040 swapFree=4192956/4192956
[pid=15272] ppid=15270 vsize=201348 CPUtime=1801.99
/proc/15272/stat : 15272 (pbscip.linux.x8) R 15270 15272 15092 0 -1 4202496 15396822 0 0 0 174281 5918 0 0 25 0 1 0 9903259 206180352 42698 1992294400 4194304 8223781 140733825160192 18446744073709551615 6569994 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/15272/statm: 50337 42698 561 984 0 49350 0
Current children cumulated CPU time (s) 1801.99
Current children cumulated vsize (KiB) 201348

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.53
CPU time (s): 1802.03
CPU user time (s): 1742.82
CPU system time (s): 59.208
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 209124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1742.82
system time used= 59.208
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15396822
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= 1
involuntary context switches= 5879

runsolver used 3.00954 second user time and 8.47771 second system time

The end

Launcher Data

Begin job on node034 at 2010-06-16 13:01:22
IDJOB=2666245
IDBENCH=71829
IDSOLVER=1169
FILE ID=node034/2666245-1276686082
PBS_JOBID= 11172591
Free space on /tmp= 62512 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-250-false-45-90-4-1000opt.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-2666245-1276686082/watcher-2666245-1276686082 -o /tmp/evaluation-result-2666245-1276686082/solver-2666245-1276686082 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666245-1276686082.opb -t 1800 -m 1800

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

MD5SUM BENCH= f77d1de307b7db24bfedc4f252c9c297
RANDOM SEED=776324286

node034.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.242
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.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1727492 kB
Buffers:         78112 kB
Cached:         127524 kB
SwapCached:          0 kB
Active:         126340 kB
Inactive:       138960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1727492 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            6516 kB
Writeback:           0 kB
AnonPages:       59592 kB
Mapped:          15376 kB
Slab:            44496 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180808 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 node034 at 2010-06-16 13:31:25