Trace number 2666242

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.06 1802.64

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-750-false-45-90-4-8000opt.opb
MD5SUMc18c3db09a696b172987b81aa567120d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-76
Best CPU time to get the best result obtained on this benchmark5.51416
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 constraints29096
Number of constraints which are clauses29096
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 341
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 341
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-2666242-1276685744.opb>
0.49/0.53	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 29096 constraints
0.49/0.53	c problem read
0.49/0.53	c presolving settings loaded
0.59/0.64	o 0
0.59/0.64	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.59/0.64	c presolving:
0.69/0.80	c (round 1) 594 del vars, 594 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
1.00/1.05	c (round 2) 594 del vars, 5084 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 24012 upgd conss, 2340 impls, 0 clqs
1.10/1.14	c    (0.5s) probing: 101/1431 (7.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.10/1.14	c    (0.5s) probing aborted: 100/100 successive totally useless probings
1.10/1.14	c presolving (3 rounds):
1.10/1.14	c  594 deleted vars, 5084 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
1.10/1.14	c  2340 implications, 0 cliques
1.10/1.14	c presolved problem has 1431 variables (1431 bin, 0 int, 0 impl, 0 cont) and 24012 constraints
1.10/1.14	c   24012 constraints of type <logicor>
1.10/1.14	c transformed objective value is always integral (scale: 1)
1.10/1.14	c Presolving Time: 0.41
1.10/1.14	c - non default parameters ----------------------------------------------------------------------
1.10/1.14	c # SCIP version 1.2.1.2
1.10/1.14	c 
1.10/1.14	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
1.10/1.14	c # [type: int, range: [-1,2147483647], default: -1]
1.10/1.14	c conflict/interconss = 0
1.10/1.14	c 
1.10/1.14	c # should binary conflicts be preferred?
1.10/1.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.14	c conflict/preferbinary = TRUE
1.10/1.14	c 
1.10/1.14	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
1.10/1.14	c # [type: int, range: [-1,2147483647], default: 0]
1.10/1.14	c constraints/agelimit = 1
1.10/1.14	c 
1.10/1.14	c # should enforcement of pseudo solution be disabled?
1.10/1.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.14	c constraints/disableenfops = TRUE
1.10/1.14	c 
1.10/1.14	c # frequency for displaying node information lines
1.10/1.14	c # [type: int, range: [-1,2147483647], default: 100]
1.10/1.14	c display/freq = 10000
1.10/1.14	c 
1.10/1.14	c # maximal time in seconds to run
1.10/1.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.14	c limits/time = 1799.47
1.10/1.14	c 
1.10/1.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.10/1.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.10/1.14	c limits/memory = 1620
1.10/1.14	c 
1.10/1.14	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
1.10/1.14	c # [type: int, range: [-1,2147483647], default: 1]
1.10/1.14	c lp/solvefreq = 0
1.10/1.14	c 
1.10/1.14	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)
1.10/1.14	c # [type: char, range: {lafpsqd}, default: l]
1.10/1.14	c lp/pricing = a
1.10/1.14	c 
1.10/1.14	c # should presolving try to simplify inequalities
1.10/1.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.14	c constraints/linear/simplifyinequalities = TRUE
1.10/1.14	c 
1.10/1.14	c # should presolving try to simplify knapsacks
1.10/1.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.10/1.14	c constraints/knapsack/simplifyinequalities = TRUE
1.10/1.14	c 
1.10/1.14	c # priority of node selection rule <dfs> in standard mode
1.10/1.14	c # [type: int, range: [-536870912,536870911], default: 0]
1.10/1.14	c nodeselection/dfs/stdpriority = 1000000
1.10/1.14	c 
1.10/1.14	c -----------------------------------------------------------------------------------------------
1.10/1.14	c start solving
1.10/1.15	c 
8.19/8.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.19/8.21	c t 7.5s|     1 |     0 |  3415 |     - |  32M|   0 |1355 |1431 |  24k|1431 |  24k|   0 |   0 |   0 |-2.432500e+02 | 0.000000e+00 | 100.00%
8.29/8.33	o -4
8.29/8.33	c R 7.6s|     1 |     0 |  3415 |     - |  32M|   0 |1355 |1431 |  24k|1431 |  24k|   0 |   0 |   0 |-2.432500e+02 |-4.000000e+00 |  98.36%
8.39/8.47	o -6
8.39/8.47	c s 7.7s|     1 |     0 |  3415 |     - |  32M|   0 |1355 |1431 |  24k|1431 |  24k|   0 |   0 |   0 |-2.432500e+02 |-6.000000e+00 |  97.53%
73.58/73.70	c  72.7s|     1 |     0 | 16846 |     - |  33M|   0 |1424 |1431 |  24k|1431 |  24k|   7 |   0 |   0 |-2.383782e+02 |-6.000000e+00 |  97.48%
73.68/73.71	o -23
73.68/73.71	c b72.7s|     1 |     0 | 16846 |     - |  33M|   0 |1424 |1431 |  24k|1431 |  24k|   7 |   0 |   0 |-2.383782e+02 |-2.300000e+01 |  90.35%
177.44/177.59	c   176s|     1 |     0 | 34219 |     - |  34M|   0 |1426 |1431 |  24k|1431 |  24k|  13 |   0 |   0 |-2.365943e+02 |-2.300000e+01 |  90.28%
294.50/294.65	c   289s|     1 |     0 | 49098 |     - |  40M|   0 |1424 |1431 |  24k|1431 |  24k|  30 |   0 |   0 |-2.321616e+02 |-2.300000e+01 |  90.09%
432.55/432.77	c   425s|     1 |     0 | 68574 |     - |  43M|   0 |1430 |1431 |  24k|1431 |  24k|  37 |   0 |   0 |-2.308352e+02 |-2.300000e+01 |  90.04%
574.80/575.04	c   563s|     1 |     0 | 85070 |     - |  49M|   0 |1430 |1431 |  24k|1431 |  24k|  41 |   0 |   0 |-2.300278e+02 |-2.300000e+01 |  90.00%
706.76/707.00	c   688s|     1 |     0 | 97780 |     - |  53M|   0 |1429 |1431 |  24k|1431 |  24k|  45 |   0 |   0 |-2.299717e+02 |-2.300000e+01 |  90.00%
834.54/834.85	c   811s|     1 |     0 |111139 |     - |  60M|   0 |1430 |1431 |  24k|1431 |  24k|  47 |   0 |   0 |-2.299074e+02 |-2.300000e+01 |  90.00%
1009.18/1009.57	c   978s|     1 |     0 |128585 |     - |  64M|   0 |1429 |1431 |  24k|1431 |  24k|  51 |   0 |   0 |-2.293229e+02 |-2.300000e+01 |  89.97%
1147.13/1147.52	c  1112s|     1 |     0 |145001 |     - |  70M|   0 |1429 |1431 |  24k|1431 |  24k|  64 |   0 |   0 |-2.281970e+02 |-2.300000e+01 |  89.92%
1244.90/1245.32	c  1203s|     1 |     0 |153513 |     - |  74M|   0 |1427 |1431 |  24k|1431 |  24k|  66 |   0 |   0 |-2.273815e+02 |-2.300000e+01 |  89.88%
1469.22/1469.74	c  1422s|     1 |     0 |180394 |     - |  78M|   0 |1428 |1431 |  24k|1431 |  24k|  70 |   0 |   0 |-2.265487e+02 |-2.300000e+01 |  89.85%
1650.67/1651.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1650.67/1651.24	c  1598s|     1 |     0 |201084 |     - |  83M|   0 |1429 |1431 |  24k|1431 |  24k|  73 |   0 |   0 |-2.260375e+02 |-2.300000e+01 |  89.82%
1800.03/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-2666242-1276685744/watcher-2666242-1276685744 -o /tmp/evaluation-result-2666242-1276685744/solver-2666242-1276685744 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666242-1276685744.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.01 1.00 1.00 3/106 17359
/proc/meminfo: memFree=1520776/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=7724 CPUtime=0
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 1018 0 0 0 0 0 0 0 25 0 1 0 9865091 7909376 939 1992294400 4194304 8223781 140734405477216 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17359/statm: 1931 948 348 984 0 944 0

[startup+0.0941181 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 17359
/proc/meminfo: memFree=1520776/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=12780 CPUtime=0.08
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 2493 0 0 0 8 0 0 0 25 0 1 0 9865091 13086720 2413 1992294400 4194304 8223781 140734405477216 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17359/statm: 3195 2413 365 984 0 2208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12780

[startup+0.101118 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 17359
/proc/meminfo: memFree=1520776/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=13252 CPUtime=0.09
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 2610 0 0 0 9 0 0 0 25 0 1 0 9865091 13570048 2530 1992294400 4194304 8223781 140734405477216 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17359/statm: 3313 2530 365 984 0 2326 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13252

[startup+0.301141 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 17359
/proc/meminfo: memFree=1520776/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=18008 CPUtime=0.29
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 3817 0 0 0 28 1 0 0 25 0 1 0 9865091 18440192 3737 1992294400 4194304 8223781 140734405477216 18446744073709551615 4381800 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17359/statm: 4502 3737 365 984 0 3515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18008

[startup+0.701185 s]
/proc/loadavg: 1.01 1.00 1.00 3/106 17359
/proc/meminfo: memFree=1520776/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=45956 CPUtime=0.69
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 10858 0 0 0 64 5 0 0 25 0 1 0 9865091 47058944 10399 1992294400 4194304 8223781 140734405477216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 11489 10399 446 984 0 10502 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45956

[startup+1.50027 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 17360
/proc/meminfo: memFree=1474020/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=80400 CPUtime=1.49
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 22956 0 0 0 133 16 0 0 25 0 1 0 9865091 82329600 18122 1992294400 4194304 8223781 140734405477216 18446744073709551615 6357952 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 20100 18122 531 984 0 19113 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80400

[startup+3.10045 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 17360
/proc/meminfo: memFree=1447732/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=86752 CPUtime=3.09
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 24349 0 0 0 291 18 0 0 25 0 1 0 9865091 88834048 18779 1992294400 4194304 8223781 140734405477216 18446744073709551615 6568387 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 21688 18779 537 984 0 20701 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86752

[startup+6.3008 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 17360
/proc/meminfo: memFree=1446740/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=88360 CPUtime=6.29
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 25782 0 0 0 610 19 0 0 25 0 1 0 9865091 90480640 18855 1992294400 4194304 8223781 140734405477216 18446744073709551615 6502738 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 22090 18855 537 984 0 21103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 88360

[startup+12.7005 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 17360
/proc/meminfo: memFree=1442524/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=93164 CPUtime=12.69
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 30347 0 0 0 1246 23 0 0 25 0 1 0 9865091 95399936 20017 1992294400 4194304 8223781 140734405477216 18446744073709551615 6568470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 23291 20017 578 984 0 22304 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93164

[startup+25.5019 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 17360
/proc/meminfo: memFree=1442276/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=93260 CPUtime=25.48
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 35971 0 0 0 2519 29 0 0 25 0 1 0 9865091 95498240 20025 1992294400 4194304 8223781 140734405477216 18446744073709551615 6503932 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 23315 20025 578 984 0 22328 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93260

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17360
/proc/meminfo: memFree=1441284/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=93316 CPUtime=51.07
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 47066 0 0 0 5067 40 0 0 25 0 1 0 9865091 95555584 20251 1992294400 4194304 8223781 140734405477216 18446744073709551615 6502716 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 23329 20251 578 984 0 22342 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93316

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17362
/proc/meminfo: memFree=1439920/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=94312 CPUtime=102.27
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 172846 0 0 0 10136 91 0 0 25 0 1 0 9865091 96575488 20577 1992294400 4194304 8223781 140734405477216 18446744073709551615 6250733 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 23578 20577 580 984 0 22591 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 94312

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17364
/proc/meminfo: memFree=1439424/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=94312 CPUtime=162.24
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 197323 0 0 0 16114 110 0 0 25 0 1 0 9865091 96575488 20670 1992294400 4194304 8223781 140734405477216 18446744073709551615 6569937 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 23578 20670 580 984 0 22591 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 94312

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17366
/proc/meminfo: memFree=1432232/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=101176 CPUtime=222.22
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 1302269 0 0 0 21717 505 0 0 25 0 1 0 9865091 103604224 22498 1992294400 4194304 8223781 140734405477216 18446744073709551615 6568482 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 25294 22498 566 984 0 24307 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 101176

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17368
/proc/meminfo: memFree=1431984/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=101360 CPUtime=282.2
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 1328892 0 0 0 27691 529 0 0 25 0 1 0 9865091 103792640 22552 1992294400 4194304 8223781 140734405477216 18446744073709551615 6569869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 25340 22552 566 984 0 24353 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 101360

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17377
/proc/meminfo: memFree=1426652/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=106440 CPUtime=342.17
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 1742060 0 0 0 33539 678 0 0 25 0 1 0 9865091 108994560 23828 1992294400 4194304 8223781 140734405477216 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 26610 23828 566 984 0 25623 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 106440

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17379
/proc/meminfo: memFree=1426528/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=106636 CPUtime=402.15
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 1767298 0 0 0 39515 700 0 0 25 0 1 0 9865091 109195264 23860 1992294400 4194304 8223781 140734405477216 18446744073709551615 6568081 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 26659 23860 566 984 0 25672 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 106636

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17381
/proc/meminfo: memFree=1426156/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=106636 CPUtime=462.13
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 2741288 0 0 0 45149 1064 0 0 25 0 1 0 9865091 109195264 23890 1992294400 4194304 8223781 140734405477216 18446744073709551615 6055431 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 26659 23890 566 984 0 25672 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 106636

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17383
/proc/meminfo: memFree=1419708/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=114432 CPUtime=522.12
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 2934879 0 0 0 51064 1148 0 0 25 0 1 0 9865091 117178368 25539 1992294400 4194304 8223781 140734405477216 18446744073709551615 6502734 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 28608 25539 566 984 0 27621 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 114432

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17385
/proc/meminfo: memFree=1419460/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=114508 CPUtime=582.1
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 3220195 0 0 0 56952 1258 0 0 25 0 1 0 9865091 117256192 25585 1992294400 4194304 8223781 140734405477216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 28627 25585 566 984 0 27640 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 114508

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17385
/proc/meminfo: memFree=1413508/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=120040 CPUtime=642.09
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 4901349 0 0 0 62362 1847 0 0 25 0 1 0 9865091 122920960 27062 1992294400 4194304 8223781 140734405477216 18446744073709551615 6568145 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 30010 27062 566 984 0 29023 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 120040

[startup+702.302 s]

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

/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 8061614 0 0 0 97139 3059 0 0 25 0 1 0 9865091 138543104 30903 1992294400 4194304 8223781 140734405477216 18446744073709551615 6569569 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 33824 30903 566 984 0 32837 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 135296

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17397
/proc/meminfo: memFree=1392056/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=140536 CPUtime=1061.96
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 9110478 0 0 0 102752 3444 0 0 25 0 1 0 9865091 143908864 32260 1992294400 4194304 8223781 140734405477216 18446744073709551615 6569869 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 35134 32260 566 984 0 34147 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 140536

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17399
/proc/meminfo: memFree=1392180/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=140536 CPUtime=1121.93
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 9144526 0 0 0 108726 3467 0 0 25 0 1 0 9865091 143908864 32295 1992294400 4194304 8223781 140734405477216 18446744073709551615 6359593 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 35134 32295 566 984 0 34147 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 140536

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17401
/proc/meminfo: memFree=1389576/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=142996 CPUtime=1181.92
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 10422696 0 0 0 114279 3913 0 0 25 0 1 0 9865091 146427904 32875 1992294400 4194304 8223781 140734405477216 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 35749 32875 566 984 0 34762 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 142996

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17401
/proc/meminfo: memFree=1380524/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=153964 CPUtime=1241.9
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 10904894 0 0 0 120098 4092 0 0 25 0 1 0 9865091 157659136 35185 1992294400 4194304 8223781 140734405477216 18446744073709551615 6599074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 38491 35185 566 984 0 37504 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 153964

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17403
/proc/meminfo: memFree=1376432/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=158260 CPUtime=1301.89
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 12337102 0 0 0 125588 4601 0 0 25 0 1 0 9865091 162058240 36143 1992294400 4194304 8223781 140734405477216 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 39565 36143 566 984 0 38578 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 158260

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17405
/proc/meminfo: memFree=1375936/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=158260 CPUtime=1361.86
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 12365999 0 0 0 131564 4622 0 0 25 0 1 0 9865091 162058240 36254 1992294400 4194304 8223781 140734405477216 18446744073709551615 6612616 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 39565 36254 566 984 0 38578 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 158260

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17407
/proc/meminfo: memFree=1376060/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=158260 CPUtime=1421.85
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 12392833 0 0 0 137540 4645 0 0 25 0 1 0 9865091 162058240 36233 1992294400 4194304 8223781 140734405477216 18446744073709551615 6539240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 39565 36233 566 984 0 38578 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 158260

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17409
/proc/meminfo: memFree=1378788/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=158140 CPUtime=1481.82
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 12834118 0 0 0 143365 4817 0 0 25 0 1 0 9865091 161935360 35516 1992294400 4194304 8223781 140734405477216 18446744073709551615 6044215 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 39535 35516 566 984 0 38548 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 158140

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17409
/proc/meminfo: memFree=1371720/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=162576 CPUtime=1541.8
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 13800829 0 0 0 149013 5167 0 0 25 0 1 0 9865091 166477824 37319 1992294400 4194304 8223781 140734405477216 18446744073709551615 6569978 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 40644 37319 566 984 0 39657 0
Current children cumulated CPU time (s) 1541.8
Current children cumulated vsize (KiB) 162576

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17411
/proc/meminfo: memFree=1371844/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=162576 CPUtime=1601.78
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 13827425 0 0 0 154989 5189 0 0 25 0 1 0 9865091 166477824 37282 1992294400 4194304 8223781 140734405477216 18446744073709551615 6539325 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 40644 37282 566 984 0 39657 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 162576

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17413
/proc/meminfo: memFree=1371720/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=162656 CPUtime=1661.76
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 14247976 0 0 0 160837 5339 0 0 25 0 1 0 9865091 166559744 37303 1992294400 4194304 8223781 140734405477216 18446744073709551615 6299972 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 40664 37303 566 984 0 39677 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 162656

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17415
/proc/meminfo: memFree=1364528/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=168428 CPUtime=1721.74
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 15119016 0 0 0 166528 5646 0 0 25 0 1 0 9865091 172470272 39108 1992294400 4194304 8223781 140734405477216 18446744073709551615 6568376 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 42107 39108 566 984 0 41120 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 168428

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17417
/proc/meminfo: memFree=1364528/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=168428 CPUtime=1781.72
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 15149750 0 0 0 172502 5670 0 0 25 0 1 0 9865091 172470272 39056 1992294400 4194304 8223781 140734405477216 18446744073709551615 6503916 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 42107 39056 566 984 0 41120 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 168428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 17417
/proc/meminfo: memFree=1364280/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=168428 CPUtime=1800.03
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 15158000 0 0 0 174328 5675 0 0 25 0 1 0 9865091 172470272 39099 1992294400 4194304 8223781 140734405477216 18446744073709551615 6559790 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 42107 39099 566 984 0 41120 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 168428

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -17359

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 17417
/proc/meminfo: memFree=1364280/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=168428 CPUtime=1800.82
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 15158598 0 0 0 174406 5676 0 0 25 0 1 0 9865091 172470272 39095 1992294400 4194304 8223781 140734405477216 18446744073709551615 6539240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 42107 39095 566 984 0 41120 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (KiB) 168428

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 17418
/proc/meminfo: memFree=1364148/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=168428 CPUtime=1801.62
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 15158608 0 0 0 174486 5676 0 0 25 0 1 0 9865091 172470272 39105 1992294400 4194304 8223781 140734405477216 18446744073709551615 6560146 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 42107 39105 566 984 0 41120 0
Current children cumulated CPU time (s) 1801.62
Current children cumulated vsize (KiB) 168428

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 17418
/proc/meminfo: memFree=1364148/2059040 swapFree=4192956/4192956
[pid=17359] ppid=17357 vsize=168428 CPUtime=1802.01
/proc/17359/stat : 17359 (pbscip.linux.x8) R 17357 17359 16567 0 -1 4202496 15159202 0 0 0 174525 5676 0 0 25 0 1 0 9865091 172470272 39089 1992294400 4194304 8223781 140734405477216 18446744073709551615 6250729 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/17359/statm: 42107 39089 566 984 0 41120 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 168428

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.64
CPU time (s): 1802.06
CPU user time (s): 1745.27
CPU system time (s): 56.7844
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 171452

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

runsolver used 2.82057 second user time and 8.67268 second system time

The end

Launcher Data

Begin job on node059 at 2010-06-16 12:55:44
IDJOB=2666242
IDBENCH=71826
IDSOLVER=1169
FILE ID=node059/2666242-1276685744
PBS_JOBID= 11172543
Free space on /tmp= 62552 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-750-false-45-90-4-8000opt.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-2666242-1276685744/watcher-2666242-1276685744 -o /tmp/evaluation-result-2666242-1276685744/solver-2666242-1276685744 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666242-1276685744.opb -t 1800 -m 1800

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

MD5SUM BENCH= c18c3db09a696b172987b81aa567120d
RANDOM SEED=885166795

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1521180 kB
Buffers:        133768 kB
Cached:         261376 kB
SwapCached:          0 kB
Active:         161596 kB
Inactive:       292916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1521180 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5504 kB
Writeback:           0 kB
AnonPages:       59276 kB
Mapped:          15440 kB
Slab:            61512 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182432 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= 62548 MiB
End job on node059 at 2010-06-16 13:25:47