Trace number 2666863

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.1 1802.73

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f2000.opb
MD5SUMfad56081e554a0467e4020315c4dfc76
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
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 4000
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 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2666863-1276468706.opb>
0.19/0.20	c original problem has 4000 variables (4000 bin, 0 int, 0 impl, 0 cont) and 10500 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
0.19/0.29	c presolving:
0.29/0.33	c (round 1) 5 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 3990 impls, 0 clqs
0.39/0.46	c (round 2) 5 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10437 upgd conss, 3990 impls, 0 clqs
0.39/0.49	c (round 3) 5 del vars, 5 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 10495 upgd conss, 3990 impls, 0 clqs
0.49/0.57	c    (0.3s) probing: 101/3995 (2.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.49/0.57	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.49/0.57	c presolving (4 rounds):
0.49/0.57	c  5 deleted vars, 5 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.49/0.57	c  3990 implications, 0 cliques
0.49/0.57	c presolved problem has 3995 variables (3995 bin, 0 int, 0 impl, 0 cont) and 10495 constraints
0.49/0.57	c   10495 constraints of type <logicor>
0.49/0.57	c transformed objective value is always integral (scale: 1)
0.49/0.57	c Presolving Time: 0.25
0.49/0.57	c - non default parameters ----------------------------------------------------------------------
0.49/0.57	c # SCIP version 1.2.1.2
0.49/0.57	c 
0.49/0.57	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: -1]
0.49/0.57	c conflict/interconss = 0
0.49/0.57	c 
0.49/0.57	c # should binary conflicts be preferred?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c conflict/preferbinary = TRUE
0.49/0.57	c 
0.49/0.57	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 0]
0.49/0.57	c constraints/agelimit = 1
0.49/0.57	c 
0.49/0.57	c # should enforcement of pseudo solution be disabled?
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/disableenfops = TRUE
0.49/0.57	c 
0.49/0.57	c # frequency for displaying node information lines
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 100]
0.49/0.57	c display/freq = 10000
0.49/0.57	c 
0.49/0.57	c # maximal time in seconds to run
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/time = 1799.8
0.49/0.57	c 
0.49/0.57	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.49/0.57	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.49/0.57	c limits/memory = 1620
0.49/0.57	c 
0.49/0.57	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.49/0.57	c # [type: int, range: [-1,2147483647], default: 1]
0.49/0.57	c lp/solvefreq = 0
0.49/0.57	c 
0.49/0.57	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)
0.49/0.57	c # [type: char, range: {lafpsqd}, default: l]
0.49/0.57	c lp/pricing = a
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify inequalities
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/linear/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # should presolving try to simplify knapsacks
0.49/0.57	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.49/0.57	c constraints/knapsack/simplifyinequalities = TRUE
0.49/0.57	c 
0.49/0.57	c # priority of node selection rule <dfs> in standard mode
0.49/0.57	c # [type: int, range: [-536870912,536870911], default: 0]
0.49/0.57	c nodeselection/dfs/stdpriority = 1000000
0.49/0.57	c 
0.49/0.57	c -----------------------------------------------------------------------------------------------
0.49/0.57	c start solving
0.49/0.58	c 
228.12/228.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
228.12/228.29	c   227s|     1 |     0 | 30259 |     - |  22M|   0 |3949 |3995 |  10k|3995 |  10k|   0 |   0 |   0 | 1.331000e+03 |      --      |    Inf 
1800.08/1800.71	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-2666863-1276468706/watcher-2666863-1276468706 -o /tmp/evaluation-result-2666863-1276468706/solver-2666863-1276468706 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666863-1276468706.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 24248
/proc/meminfo: memFree=1786136/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=6696 CPUtime=0
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 990 0 0 0 0 0 0 0 25 0 1 0 20522502 6856704 909 1992294400 4194304 8223781 140736357140416 18446744073709551615 7297360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24248/statm: 1674 910 343 984 0 687 0

[startup+0.060093 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 24248
/proc/meminfo: memFree=1786136/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=13520 CPUtime=0.04
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 2703 0 0 0 4 0 0 0 25 0 1 0 20522502 13844480 2621 1992294400 4194304 8223781 140736357140416 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24248/statm: 3380 2621 365 984 0 2393 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13520

[startup+0.1011 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 24248
/proc/meminfo: memFree=1786136/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=14588 CPUtime=0.09
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 2950 0 0 0 8 1 0 0 25 0 1 0 20522502 14938112 2868 1992294400 4194304 8223781 140736357140416 18446744073709551615 7189488 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24248/statm: 3647 2868 365 984 0 2660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14588

[startup+0.301137 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 24248
/proc/meminfo: memFree=1786136/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=33376 CPUtime=0.29
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 7733 0 0 0 27 2 0 0 25 0 1 0 20522502 34177024 7287 1992294400 4194304 8223781 140736357140416 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 8344 7287 440 984 0 7357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33376

[startup+0.701209 s]
/proc/loadavg: 1.00 0.99 1.00 3/106 24248
/proc/meminfo: memFree=1786136/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=53216 CPUtime=0.69
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 15053 0 0 0 60 9 0 0 25 0 1 0 20522502 54493184 12179 1992294400 4194304 8223781 140736357140416 18446744073709551615 6612636 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 13304 12179 541 984 0 12317 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53216

[startup+1.50136 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 24249
/proc/meminfo: memFree=1738884/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=55096 CPUtime=1.49
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 15493 0 0 0 139 10 0 0 25 0 1 0 20522502 56418304 12470 1992294400 4194304 8223781 140736357140416 18446744073709551615 6502689 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 13774 12470 530 984 0 12787 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55096

[startup+3.10165 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 24249
/proc/meminfo: memFree=1737272/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=55976 CPUtime=3.09
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 16493 0 0 0 298 11 0 0 25 0 1 0 20522502 57319424 12698 1992294400 4194304 8223781 140736357140416 18446744073709551615 6568404 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 13994 12698 532 984 0 13007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55976

[startup+6.30123 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 24249
/proc/meminfo: memFree=1736032/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=56412 CPUtime=6.29
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 18396 0 0 0 617 12 0 0 25 0 1 0 20522502 57765888 12842 1992294400 4194304 8223781 140736357140416 18446744073709551615 6502738 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 14103 12842 532 984 0 13116 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56412

[startup+12.7014 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 24249
/proc/meminfo: memFree=1735412/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=57172 CPUtime=12.68
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 22942 0 0 0 1252 16 0 0 25 0 1 0 20522502 58544128 13052 1992294400 4194304 8223781 140736357140416 18446744073709551615 6559371 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 14293 13052 529 984 0 13306 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 57172

[startup+25.5007 s]
/proc/loadavg: 1.00 0.99 1.00 2/107 24249
/proc/meminfo: memFree=1734048/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=59196 CPUtime=25.48
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 29877 0 0 0 2526 22 0 0 25 0 1 0 20522502 60616704 13364 1992294400 4194304 8223781 140736357140416 18446744073709551615 6559568 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 14799 13364 529 984 0 13812 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 59196

[startup+51.1004 s]
/proc/loadavg: 1.06 1.00 1.00 2/107 24252
/proc/meminfo: memFree=1732560/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=59872 CPUtime=51.07
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 41804 0 0 0 5073 34 0 0 25 0 1 0 20522502 61308928 13660 1992294400 4194304 8223781 140736357140416 18446744073709551615 6567532 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 14968 13660 529 984 0 13981 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 59872

[startup+102.309 s]
/proc/loadavg: 1.02 1.00 1.00 2/107 24254
/proc/meminfo: memFree=1728964/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=64328 CPUtime=102.27
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 66172 0 0 0 10175 52 0 0 25 0 1 0 20522502 65871872 14544 1992294400 4194304 8223781 140736357140416 18446744073709551615 6569873 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 16082 14544 529 984 0 15095 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 64328

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/107 24256
/proc/meminfo: memFree=1727476/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=65908 CPUtime=162.24
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 93918 0 0 0 16154 70 0 0 25 0 1 0 20522502 67489792 14867 1992294400 4194304 8223781 140736357140416 18446744073709551615 6570065 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 16477 14867 529 984 0 15490 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 65908

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24258
/proc/meminfo: memFree=1727228/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=66456 CPUtime=222.22
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 121391 0 0 0 22134 88 0 0 25 0 1 0 20522502 68050944 14972 1992294400 4194304 8223781 140736357140416 18446744073709551615 6567165 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 16614 14972 529 984 0 15627 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 66456

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24258
/proc/meminfo: memFree=1724748/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70828 CPUtime=282.2
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 148522 0 0 0 28115 105 0 0 25 0 1 0 20522502 72527872 15600 1992294400 4194304 8223781 140736357140416 18446744073709551615 6565080 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17707 15600 540 984 0 16720 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 70828

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24260
/proc/meminfo: memFree=1725120/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70736 CPUtime=342.18
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 174686 0 0 0 34097 121 0 0 25 0 1 0 20522502 72433664 15495 1992294400 4194304 8223781 140736357140416 18446744073709551615 6564581 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17684 15495 540 984 0 16697 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 70736

[startup+402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24262
/proc/meminfo: memFree=1723508/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70708 CPUtime=402.16
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 203873 0 0 0 40078 138 0 0 25 0 1 0 20522502 72404992 15477 1992294400 4194304 8223781 140736357140416 18446744073709551615 6562660 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17677 15477 540 984 0 16690 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 70708

[startup+462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24264
/proc/meminfo: memFree=1724996/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70744 CPUtime=462.14
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 233311 0 0 0 46057 157 0 0 25 0 1 0 20522502 72441856 15523 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563023 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17686 15523 540 984 0 16699 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 70744

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24266
/proc/meminfo: memFree=1724872/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70648 CPUtime=522.11
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 262105 0 0 0 52037 174 0 0 25 0 1 0 20522502 72343552 15440 1992294400 4194304 8223781 140736357140416 18446744073709551615 6565063 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17662 15440 540 984 0 16675 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 70648

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24266
/proc/meminfo: memFree=1724624/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70684 CPUtime=582.09
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 288721 0 0 0 58020 189 0 0 25 0 1 0 20522502 72380416 15471 1992294400 4194304 8223781 140736357140416 18446744073709551615 6564838 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17671 15471 540 984 0 16684 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 70684

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24268
/proc/meminfo: memFree=1723756/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=72048 CPUtime=642.08
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 316244 0 0 0 64002 206 0 0 25 0 1 0 20522502 73777152 15793 1992294400 4194304 8223781 140736357140416 18446744073709551615 6590141 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 18012 15793 540 984 0 17025 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 72048

[startup+702.301 s]

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

/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 522269 0 0 0 105858 336 0 0 25 0 1 0 20522502 72335360 15642 1992294400 4194304 8223781 140736357140416 18446744073709551615 6240089 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17660 15642 540 984 0 16673 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 70640

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24282
/proc/meminfo: memFree=1724996/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70652 CPUtime=1121.91
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 548544 0 0 0 111839 352 0 0 25 0 1 0 20522502 72347648 15440 1992294400 4194304 8223781 140736357140416 18446744073709551615 6503155 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17663 15440 540 984 0 16676 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 70652

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24282
/proc/meminfo: memFree=1723756/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70700 CPUtime=1181.89
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 577538 0 0 0 117821 368 0 0 25 0 1 0 20522502 72396800 15431 1992294400 4194304 8223781 140736357140416 18446744073709551615 6615690 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17675 15431 540 984 0 16688 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 70700

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24284
/proc/meminfo: memFree=1724500/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=71976 CPUtime=1241.87
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 603527 0 0 0 123803 384 0 0 25 0 1 0 20522502 73703424 15721 1992294400 4194304 8223781 140736357140416 18446744073709551615 6590707 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17994 15721 540 984 0 17007 0
Current children cumulated CPU time (s) 1241.87
Current children cumulated vsize (KiB) 71976

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24286
/proc/meminfo: memFree=1725244/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70640 CPUtime=1301.86
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 630997 0 0 0 129786 400 0 0 25 0 1 0 20522502 72335360 15320 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17660 15320 540 984 0 16673 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 70640

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24297
/proc/meminfo: memFree=1723384/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70732 CPUtime=1361.81
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 658623 0 0 0 135763 418 0 0 25 0 1 0 20522502 72429568 15656 1992294400 4194304 8223781 140736357140416 18446744073709551615 6614327 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17683 15656 540 984 0 16696 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 70732

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24299
/proc/meminfo: memFree=1724500/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70616 CPUtime=1421.81
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 687779 0 0 0 141746 435 0 0 25 0 1 0 20522502 72310784 15380 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563240 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17654 15380 540 984 0 16667 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 70616

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24299
/proc/meminfo: memFree=1723756/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70604 CPUtime=1481.77
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 713723 0 0 0 147727 450 0 0 25 0 1 0 20522502 72298496 15586 1992294400 4194304 8223781 140736357140416 18446744073709551615 6565067 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17651 15586 540 984 0 16664 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 70604

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24301
/proc/meminfo: memFree=1723880/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70580 CPUtime=1541.75
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 737129 0 0 0 153710 465 0 0 25 0 1 0 20522502 72273920 14924 1992294400 4194304 8223781 140736357140416 18446744073709551615 6591317 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17645 14935 540 984 0 16658 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 70580

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24303
/proc/meminfo: memFree=1724624/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70604 CPUtime=1601.73
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 760393 0 0 0 159693 480 0 0 25 0 1 0 20522502 72298496 15373 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17651 15373 540 984 0 16664 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 70604

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24305
/proc/meminfo: memFree=1723880/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=71836 CPUtime=1661.72
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 782952 0 0 0 165675 497 0 0 25 0 1 0 20522502 73560064 15760 1992294400 4194304 8223781 140736357140416 18446744073709551615 6597098 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17959 15760 540 984 0 16972 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 71836

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24307
/proc/meminfo: memFree=1724004/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70520 CPUtime=1721.69
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 805722 0 0 0 171658 511 0 0 25 0 1 0 20522502 72212480 15512 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563306 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17630 15512 540 984 0 16643 0
Current children cumulated CPU time (s) 1721.69
Current children cumulated vsize (KiB) 70520

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24307
/proc/meminfo: memFree=1724748/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70288 CPUtime=1781.67
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 828858 0 0 0 177639 528 0 0 25 0 1 0 20522502 71974912 15317 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563111 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17572 15317 540 984 0 16585 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 70288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 24309
/proc/meminfo: memFree=1724872/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70240 CPUtime=1800.08
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 835450 0 0 0 179475 533 0 0 25 0 1 0 20522502 71925760 15275 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563074 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17560 15275 540 984 0 16573 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 70240

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24248

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 24309
/proc/meminfo: memFree=1724872/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70240 CPUtime=1800.77
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 835489 0 0 0 179544 533 0 0 25 0 1 0 20522502 71925760 15314 1992294400 4194304 8223781 140736357140416 18446744073709551615 6532938 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17560 15314 540 984 0 16573 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (KiB) 70240

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24310
/proc/meminfo: memFree=1724988/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70264 CPUtime=1801.57
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 836239 0 0 0 179623 534 0 0 25 0 1 0 20522502 71950336 15250 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563479 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17566 15250 540 984 0 16579 0
Current children cumulated CPU time (s) 1801.57
Current children cumulated vsize (KiB) 70264

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24310
/proc/meminfo: memFree=1724988/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70264 CPUtime=1801.97
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 836272 0 0 0 179663 534 0 0 25 0 1 0 20522502 71950336 15283 1992294400 4194304 8223781 140736357140416 18446744073709551615 6563533 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17566 15283 540 984 0 16579 0
Current children cumulated CPU time (s) 1801.97
Current children cumulated vsize (KiB) 70264

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 24310
/proc/meminfo: memFree=1724988/2059040 swapFree=4140360/4192956
[pid=24248] ppid=24246 vsize=70264 CPUtime=1802.07
/proc/24248/stat : 24248 (pbscip.linux.x8) R 24246 24248 24147 0 -1 4202496 836283 0 0 0 179673 534 0 0 25 0 1 0 20522502 71950336 15294 1992294400 4194304 8223781 140736357140416 18446744073709551615 6570102 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24248/statm: 17566 15294 540 984 0 16579 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 70264

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.73
CPU time (s): 1802.1
CPU user time (s): 1796.75
CPU system time (s): 5.35319
CPU usage (%): 99.9653
Max. virtual memory (cumulated for all children) (KiB): 72180

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

runsolver used 3.58945 second user time and 9.54055 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-14 00:38:26
IDJOB=2666863
IDBENCH=2191
IDSOLVER=1169
FILE ID=node027/2666863-1276468706
PBS_JOBID= 11173366
Free space on /tmp= 62448 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f2000.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-2666863-1276468706/watcher-2666863-1276468706 -o /tmp/evaluation-result-2666863-1276468706/solver-2666863-1276468706 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666863-1276468706.opb -t 1800 -m 1800

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

MD5SUM BENCH= fad56081e554a0467e4020315c4dfc76
RANDOM SEED=956591463

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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:       1786540 kB
Buffers:         84056 kB
Cached:         107804 kB
SwapCached:       6028 kB
Active:          94372 kB
Inactive:       110312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1786540 kB
SwapTotal:     4192956 kB
SwapFree:      4140360 kB
Dirty:            4896 kB
Writeback:           0 kB
AnonPages:       11104 kB
Mapped:          12992 kB
Slab:            45736 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62444 MiB
End job on node027 at 2010-06-14 01:08:29