Trace number 2666923

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? (MO) 40.9828 41.1157

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.10.opb
MD5SUMf304ba5324add428c73c7022630c48ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49
Optimality of the best value was proved YES
Number of variables27027
Total number of constraints1883063
Number of constraints which are clauses1877876
Number of constraints which are cardinality constraints (but not clauses)5187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 182
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 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 362
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

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-2666923-1276622178.opb>
33.07/33.10	c original problem has 27027 variables (27027 bin, 0 int, 0 impl, 0 cont) and 1883063 constraints
33.07/33.10	c problem read
33.07/33.11	c presolving settings loaded
38.80/38.93	c pressed CTRL-C 1 times (5 times for forcing termination)
38.96/39.14	c presolving:
38.96/39.14	c presolving (0 rounds):
38.96/39.14	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
38.96/39.14	c  0 implications, 0 cliques
38.96/39.14	c presolving was interrupted.
38.96/39.14	c Presolving Time: 0.18
38.96/39.14	c - non default parameters ----------------------------------------------------------------------
38.96/39.14	c # SCIP version 1.2.1.2
38.96/39.14	c 
38.96/39.14	c # frequency for displaying node information lines
38.96/39.14	c # [type: int, range: [-1,2147483647], default: 100]
38.96/39.14	c display/freq = 10000
38.96/39.14	c 
38.96/39.14	c # maximal time in seconds to run
38.96/39.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.96/39.14	c limits/time = 1766.92
38.96/39.14	c 
38.96/39.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
38.96/39.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
38.96/39.14	c limits/memory = 1620
38.96/39.14	c 
38.96/39.14	c # should presolving try to simplify inequalities
38.96/39.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.96/39.14	c constraints/linear/simplifyinequalities = TRUE
38.96/39.14	c 
38.96/39.14	c # should presolving try to simplify knapsacks
38.96/39.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
38.96/39.14	c constraints/knapsack/simplifyinequalities = TRUE
38.96/39.14	c 
38.96/39.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
38.96/39.14	c # [type: int, range: [-1,2147483647], default: -1]
38.96/39.14	c separating/rapidlearning/freq = 0
38.96/39.14	c 
38.96/39.14	c -----------------------------------------------------------------------------------------------
38.96/39.14	c start solving
38.96/39.19	c presolving:

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-2666923-1276622178/watcher-2666923-1276622178 -o /tmp/evaluation-result-2666923-1276622178/solver-2666923-1276622178 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666923-1276622178.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.01 1.00 3/106 8210
/proc/meminfo: memFree=1671616/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=7724 CPUtime=0
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 1026 0 0 0 0 0 0 0 20 0 1 0 37822145 7909376 945 1992294400 4194304 8223781 140736231561584 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 1931 954 348 984 0 944 0

[startup+0.0232861 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 8210
/proc/meminfo: memFree=1671616/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=10668 CPUtime=0.01
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 1957 0 0 0 1 0 0 0 20 0 1 0 37822145 10924032 1876 1992294400 4194304 8223781 140736231561584 18446744073709551615 7073991 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 2667 1876 365 984 0 1680 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10668

[startup+0.101295 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 8210
/proc/meminfo: memFree=1671616/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=18204 CPUtime=0.09
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 3868 0 0 0 8 1 0 0 20 0 1 0 37822145 18640896 3787 1992294400 4194304 8223781 140736231561584 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 4551 3787 365 984 0 3564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18204

[startup+0.301318 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 8210
/proc/meminfo: memFree=1671616/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=24156 CPUtime=0.29
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 5353 0 0 0 27 2 0 0 20 0 1 0 37822145 24735744 5272 1992294400 4194304 8223781 140736231561584 18446744073709551615 5650537 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 6039 5272 365 984 0 5052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24156

[startup+0.701366 s]
/proc/loadavg: 1.01 1.01 1.00 3/106 8210
/proc/meminfo: memFree=1671616/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=33184 CPUtime=0.69
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 7572 0 0 0 66 3 0 0 20 0 1 0 37822145 33980416 7491 1992294400 4194304 8223781 140736231561584 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 8296 7491 365 984 0 7309 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33184

[startup+1.50146 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8211
/proc/meminfo: memFree=1636888/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=49348 CPUtime=1.5
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 11640 0 0 0 145 5 0 0 22 0 1 0 37822145 50532352 11559 1992294400 4194304 8223781 140736231561584 18446744073709551615 4908494 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 12337 11559 365 984 0 11350 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 49348

[startup+3.10165 s]
/proc/loadavg: 1.01 1.01 1.00 2/107 8211
/proc/meminfo: memFree=1614816/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=81888 CPUtime=3.09
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 19757 0 0 0 301 8 0 0 25 0 1 0 37822145 83853312 19676 1992294400 4194304 8223781 140736231561584 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 20472 19677 365 984 0 19485 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 81888

[startup+6.30102 s]
/proc/loadavg: 1.09 1.02 1.01 2/107 8211
/proc/meminfo: memFree=1546368/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=147208 CPUtime=6.29
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 36018 0 0 0 614 15 0 0 25 0 1 0 37822145 150740992 35937 1992294400 4194304 8223781 140736231561584 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 36802 35937 365 984 0 35815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 147208

[startup+12.7008 s]
/proc/loadavg: 1.08 1.02 1.00 2/107 8211
/proc/meminfo: memFree=1410712/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=279480 CPUtime=12.68
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 68949 0 0 0 1239 29 0 0 25 0 1 0 37822145 286187520 68868 1992294400 4194304 8223781 140736231561584 18446744073709551615 7246516 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 69870 68868 365 984 0 68883 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 279480

[startup+25.5013 s]
/proc/loadavg: 1.06 1.02 1.00 2/107 8211
/proc/meminfo: memFree=1141508/2059040 swapFree=4136496/4192956
[pid=8210] ppid=8208 vsize=541604 CPUtime=25.49
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 134160 0 0 0 2492 57 0 0 25 0 1 0 37822145 554602496 134079 1992294400 4194304 8223781 140736231561584 18446744073709551615 6640480 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8210/statm: 135401 134079 365 984 0 134414 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 541604



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+38.9237 s]
/proc/loadavg: 1.13 1.04 1.01 3/107 8213
/proc/meminfo: memFree=8656/2059040 swapFree=4136500/4192956
[pid=8210] ppid=8208 vsize=1844032 CPUtime=38.8
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 494724 0 0 0 3681 199 0 0 19 0 1 0 37822145 1888288768 457037 1992294400 4194304 8223781 140736231561584 18446744073709551615 7256791 0 0 4096 16384 0 0 0 17 1 0 0 10
/proc/8210/statm: 461008 457037 390 984 0 460021 0
Current children cumulated CPU time (s) 38.8
Current children cumulated vsize (KiB) 1844032

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8210

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

[startup+39.901 s]
/proc/loadavg: 1.13 1.04 1.01 2/108 8214
/proc/meminfo: memFree=9320/2059040 swapFree=4136500/4192956
[pid=8210] ppid=8208 vsize=1854540 CPUtime=39.76
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 498442 0 0 0 3776 200 0 0 21 0 1 0 37822145 1899048960 458961 1992294400 4194304 8223781 140736231561584 18446744073709551615 4925969 0 0 4096 16384 0 0 0 17 1 0 0 10
/proc/8210/statm: 463635 458961 450 984 0 462648 0
Current children cumulated CPU time (s) 39.76
Current children cumulated vsize (KiB) 1854540

[startup+40.7011 s]
/proc/loadavg: 1.13 1.04 1.01 2/108 8214
/proc/meminfo: memFree=9320/2059040 swapFree=4136500/4192956
[pid=8210] ppid=8208 vsize=1854696 CPUtime=40.57
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4202496 498471 0 0 0 3856 201 0 0 24 0 1 0 37822145 1899208704 458990 1992294400 4194304 8223781 140736231561584 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 10
/proc/8210/statm: 463674 458990 450 984 0 462687 0
Current children cumulated CPU time (s) 40.57
Current children cumulated vsize (KiB) 1854696

[startup+41.1011 s]
/proc/loadavg: 1.13 1.04 1.01 2/108 8214
/proc/meminfo: memFree=9320/2059040 swapFree=4136500/4192956
[pid=8210] ppid=8208 vsize=0 CPUtime=40.96
/proc/8210/stat : 8210 (pbscip.linux.x8) R 8208 8210 8006 0 -1 4203524 498613 0 0 0 3876 220 0 0 25 0 1 0 37822145 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 10
/proc/8210/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 41.1157
CPU time (s): 40.9828
CPU user time (s): 38.7641
CPU system time (s): 2.21866
CPU usage (%): 99.6767
Max. virtual memory (cumulated for all children) (KiB): 1855224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7641
system time used= 2.21866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 498613
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= 4
involuntary context switches= 100

runsolver used 0.06499 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-15 19:16:21
IDJOB=2666923
IDBENCH=2950
IDSOLVER=1169
FILE ID=node001/2666923-1276622178
PBS_JOBID= 11172340
Free space on /tmp= 62452 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.10.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-2666923-1276622178/watcher-2666923-1276622178 -o /tmp/evaluation-result-2666923-1276622178/solver-2666923-1276622178 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2666923-1276622178.opb -t 1800 -m 1800

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

MD5SUM BENCH= f304ba5324add428c73c7022630c48ee
RANDOM SEED=1052161548

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1671896 kB
Buffers:         67140 kB
Cached:         225088 kB
SwapCached:       9892 kB
Active:         171552 kB
Inactive:       134052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1671896 kB
SwapTotal:     4192956 kB
SwapFree:      4136496 kB
Dirty:           71468 kB
Writeback:           0 kB
AnonPages:       11564 kB
Mapped:           9316 kB
Slab:            59488 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181728 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= 62448 MiB
End job on node001 at 2010-06-15 19:17:02