Trace number 3489866

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 NameAnswerCPU timeWall clock time
SCIP spx E_2 2011-06-10 (fixed)Signal 140.128 197.759

General information on the benchmark

Name/OPT-SMALLINT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUM3cb4e48d7e295175417c2e8c2155aba3
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark655
Best CPU time to get the best result obtained on this benchmark1800.57
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
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 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 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-3489866-1307796563.opb>
34.69/34.73	c original problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
34.69/34.73	c problem read
34.69/34.73	c presolving settings loaded
56.29/56.33	o 136253
56.29/56.33	c feasible solution found by trivial heuristic, objective value  1.362530e+05
56.29/56.33	c presolving:
88.99/89.08	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 65280 upgd conss, 0 impls, 0 clqs
92.29/92.37	c    (92.4s) probing: 101/136253 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
92.29/92.37	c    (92.4s) probing aborted: 100/100 successive totally useless probings
92.29/92.38	c presolving (2 rounds):
92.29/92.38	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
92.29/92.38	c  0 implications, 0 cliques
92.29/92.38	c presolved problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
92.29/92.38	c   65280 constraints of type <logicor>
92.29/92.38	c transformed objective value is always integral (scale: 1)
92.29/92.38	c Presolving Time: 40.41
92.29/92.38	c - non default parameters ----------------------------------------------------------------------
92.29/92.38	c # SCIP version 2.0.1.5
92.29/92.38	c 
92.29/92.38	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
92.29/92.38	c # [type: int, range: [-1,2147483647], default: -1]
92.29/92.38	c conflict/interconss = 0
92.29/92.38	c 
92.29/92.38	c # should binary conflicts be preferred?
92.29/92.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.29/92.38	c conflict/preferbinary = TRUE
92.29/92.38	c 
92.29/92.38	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
92.29/92.38	c # [type: int, range: [-1,2147483647], default: 0]
92.29/92.38	c constraints/agelimit = 1
92.29/92.38	c 
92.29/92.38	c # should enforcement of pseudo solution be disabled?
92.29/92.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.29/92.38	c constraints/disableenfops = TRUE
92.29/92.38	c 
92.29/92.38	c # frequency for displaying node information lines
92.29/92.38	c # [type: int, range: [-1,2147483647], default: 100]
92.29/92.38	c display/freq = 10000
92.29/92.38	c 
92.29/92.38	c # maximal time in seconds to run
92.29/92.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
92.29/92.38	c limits/time = 1797
92.29/92.38	c 
92.29/92.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
92.29/92.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
92.29/92.38	c limits/memory = 13950
92.29/92.38	c 
92.29/92.38	c # default clock type (1: CPU user seconds, 2: wall clock time)
92.29/92.38	c # [type: int, range: [1,2], default: 1]
92.29/92.38	c timing/clocktype = 2
92.29/92.38	c 
92.29/92.38	c # belongs reading time to solving time?
92.29/92.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.29/92.38	c timing/reading = TRUE
92.29/92.38	c 
92.29/92.38	c # should presolving try to simplify inequalities
92.29/92.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.29/92.38	c constraints/linear/simplifyinequalities = TRUE
92.29/92.38	c 
92.29/92.38	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
92.29/92.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.29/92.38	c constraints/indicator/addCouplingCons = TRUE
92.29/92.38	c 
92.29/92.38	c # should presolving try to simplify knapsacks
92.29/92.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
92.29/92.38	c constraints/knapsack/simplifyinequalities = TRUE
92.29/92.38	c 
92.29/92.38	c -----------------------------------------------------------------------------------------------
92.29/92.38	c start solving
92.39/92.44	c 
118.69/118.77	EMALLC02 realloc: Out of memory - cannot allocate 1136408976 bytes
118.69/118.77	terminate called after throwing an instance of 'soplex::SPxMemoryException'

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3489866-1307796563/watcher-3489866-1307796563 -o /tmp/evaluation-result-3489866-1307796563/solver-3489866-1307796563 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489866-1307796563.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 10013
/proc/meminfo: memFree=29776972/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=11972 CPUtime=0 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 1950 0 0 0 0 0 0 0 19 0 1 0 969888763 12259328 1904 33554432000 4194304 9016284 140733643845744 18446744073709551615 7870589 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 2993 1916 340 1178 0 1811 0

[startup+0.0705609 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 10013
/proc/meminfo: memFree=29776972/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=51536 CPUtime=0.06 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 11938 0 0 0 5 1 0 0 19 0 1 0 969888763 52772864 11842 33554432000 4194304 9016284 140733643845744 18446744073709551615 4447120 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 12884 11842 354 1178 0 11702 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 51536

[startup+0.100568 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 10013
/proc/meminfo: memFree=29776972/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=69096 CPUtime=0.09 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 16185 0 0 0 7 2 0 0 19 0 1 0 969888763 70754304 16089 33554432000 4194304 9016284 140733643845744 18446744073709551615 6813403 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 17274 16125 354 1178 0 16092 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 69096

[startup+0.300517 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 10013
/proc/meminfo: memFree=29776972/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=115428 CPUtime=0.29 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 27508 0 0 0 26 3 0 0 20 0 1 0 969888763 118198272 27411 33554432000 4194304 9016284 140733643845744 18446744073709551615 4445996 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 28857 27411 360 1178 0 27675 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 115428

[startup+0.700444 s]
/proc/loadavg: 2.01 2.01 2.00 2/177 10013
/proc/meminfo: memFree=29776972/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=132596 CPUtime=0.69 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 31093 0 0 0 65 4 0 0 21 0 1 0 969888763 135778304 30996 33554432000 4194304 9016284 140733643845744 18446744073709551615 6152290 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 33149 30996 360 1178 0 31967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132596

[startup+1.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 10014
/proc/meminfo: memFree=29644928/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=164964 CPUtime=1.49 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 38032 0 0 0 145 4 0 0 23 0 1 0 969888763 168923136 37935 33554432000 4194304 9016284 140733643845744 18446744073709551615 4447111 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 41241 37935 360 1178 0 40059 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 164964

[startup+3.101 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 10014
/proc/meminfo: memFree=29609908/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=229736 CPUtime=3.1 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 51860 0 0 0 302 8 0 0 25 0 1 0 969888763 235249664 51763 33554432000 4194304 9016284 140733643845744 18446744073709551615 4446029 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 57434 51763 360 1178 0 56252 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 229736

[startup+6.30039 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 10014
/proc/meminfo: memFree=29497192/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=351736 CPUtime=6.29 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 78351 0 0 0 616 13 0 0 25 0 1 0 969888763 360177664 78254 33554432000 4194304 9016284 140733643845744 18446744073709551615 7854958 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 87934 78254 360 1178 0 86752 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 351736

[startup+12.7012 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 10014
/proc/meminfo: memFree=29272468/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=603168 CPUtime=12.69 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 132635 0 0 0 1247 22 0 0 25 0 1 0 969888763 617644032 132538 33554432000 4194304 9016284 140733643845744 18446744073709551615 4447091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 150792 132538 360 1178 0 149610 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 603168

[startup+25.5008 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 10014
/proc/meminfo: memFree=28838820/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=1076200 CPUtime=25.49 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 237306 0 0 0 2507 42 0 0 25 0 1 0 969888763 1102028800 237209 33554432000 4194304 9016284 140733643845744 18446744073709551615 6152126 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10013/statm: 269050 237211 360 1178 0 267868 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1076200

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10015
/proc/meminfo: memFree=23618248/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=6788124 CPUtime=51.09 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 1812932 0 0 0 4866 243 0 0 25 0 1 0 969888763 6951038976 1656166 33554432000 4194304 9016284 140733643845744 18446744073709551615 6813403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10013/statm: 1697031 1656205 413 1178 0 1695849 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6788124

[startup+102.306 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 10017
/proc/meminfo: memFree=22233076/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=8245700 CPUtime=102.3 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4202496 2146736 0 0 0 9940 290 0 0 25 0 1 0 969888763 8443596800 1882566 33554432000 4194304 9016284 140733643845744 18446744073709551615 6569166 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10013/statm: 2061425 1882566 545 1178 0 2060243 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 8245700

[startup+162.301 s]
/proc/loadavg: 4.00 2.51 2.17 3/179 10019
/proc/meminfo: memFree=3675424/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=15420280 CPUtime=136.51 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) D 10011 10013 8698 0 -1 4204032 3949552 0 0 0 11379 2272 0 0 18 0 1 0 969888763 15790366720 3433003 33554432000 4194304 9016284 140733643845744 18446744073709551615 7983061 0 0 4096 16384 18446744071562234512 0 0 17 2 0 0 2535
/proc/10013/statm: 3855070 3433003 698 1178 0 3853888 0
Current children cumulated CPU time (s) 136.51
Current children cumulated vsize (KiB) 15420280

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

[startup+179.101 s]
/proc/loadavg: 4.63 2.75 2.25 2/179 10020
/proc/meminfo: memFree=2711676/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=15420280 CPUtime=138.01 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) D 10011 10013 8698 0 -1 4204032 3949552 0 0 0 11379 2422 0 0 18 0 1 0 969888763 15790366720 3433003 33554432000 4194304 9016284 140733643845744 18446744073709551615 7983061 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 4091
/proc/10013/statm: 3855070 3433003 698 1178 0 3853888 0
Current children cumulated CPU time (s) 138.01
Current children cumulated vsize (KiB) 15420280

[startup+185.501 s]
/proc/loadavg: 4.74 2.81 2.27 3/179 10020
/proc/meminfo: memFree=2277912/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=15420280 CPUtime=138.55 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) D 10011 10013 8698 0 -1 4204032 3949552 0 0 0 11379 2476 0 0 18 0 1 0 969888763 15790366720 3433003 33554432000 4194304 9016284 140733643845744 18446744073709551615 7983061 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 4689
/proc/10013/statm: 3855070 3433003 698 1178 0 3853888 0
Current children cumulated CPU time (s) 138.55
Current children cumulated vsize (KiB) 15420280

[startup+191.9 s]
/proc/loadavg: 4.84 2.86 2.29 2/179 10020
/proc/meminfo: memFree=1939368/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=15420280 CPUtime=139.15 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) D 10011 10013 8698 0 -1 4204032 3949552 0 0 0 11379 2536 0 0 18 0 1 0 969888763 15790366720 3433003 33554432000 4194304 9016284 140733643845744 18446744073709551615 7983061 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 5264
/proc/10013/statm: 3855070 3433003 698 1178 0 3853888 0
Current children cumulated CPU time (s) 139.15
Current children cumulated vsize (KiB) 15420280

[startup+195.101 s]
/proc/loadavg: 4.93 2.91 2.31 2/179 10020
/proc/meminfo: memFree=1680660/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=15420280 CPUtime=139.39 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) D 10011 10013 8698 0 -1 4204032 3949552 0 0 0 11379 2560 0 0 18 0 1 0 969888763 15790366720 3433003 33554432000 4194304 9016284 140733643845744 18446744073709551615 7983061 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 5511
/proc/10013/statm: 3855070 3433003 698 1178 0 3853888 0
Current children cumulated CPU time (s) 139.39
Current children cumulated vsize (KiB) 15420280

[startup+196.701 s]
/proc/loadavg: 4.93 2.91 2.31 2/179 10020
/proc/meminfo: memFree=1633416/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=15420280 CPUtime=139.55 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) D 10011 10013 8698 0 -1 4204032 3949552 0 0 0 11379 2576 0 0 18 0 1 0 969888763 15790366720 3433003 33554432000 4194304 9016284 140733643845744 18446744073709551615 7983061 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 5700
/proc/10013/statm: 3855070 3433003 698 1178 0 3853888 0
Current children cumulated CPU time (s) 139.55
Current children cumulated vsize (KiB) 15420280

[startup+197.5 s]
/proc/loadavg: 4.93 2.91 2.31 2/179 10020
/proc/meminfo: memFree=1570348/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=0 CPUtime=139.86 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4204036 3949552 0 0 0 11379 2607 0 0 18 0 1 0 969888763 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 5757
/proc/10013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 139.86
Current children cumulated vsize (KiB) 0

[startup+197.7 s]
/proc/loadavg: 4.93 2.91 2.31 2/179 10020
/proc/meminfo: memFree=1570348/32950928 swapFree=67054844/67111528
[pid=10013] ppid=10011 vsize=0 CPUtime=140.06 cores=0,2,4,6
/proc/10013/stat : 10013 (scip-2.0.1.4b_2) R 10011 10013 8698 0 -1 4204036 3949552 0 0 0 11379 2627 0 0 18 0 1 0 969888763 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 0 0 0 5757
/proc/10013/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 140.06
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 197.759
CPU time (s): 140.128
CPU user time (s): 113.795
CPU system time (s): 26.333
CPU usage (%): 70.8577
Max. virtual memory (cumulated for all children) (KiB): 15420280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.795
system time used= 26.333
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3949552
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= 884
involuntary context switches= 361

runsolver used 0.301954 second user time and 0.602908 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-11 14:49:41
IDJOB=3489866
IDBENCH=89906
IDSOLVER=1979
FILE ID=node114/3489866-1307796563
RUNJOBID= node114-1307783374-8716
PBS_JOBID= 13550892
Free space on /tmp= 73516 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3489866-1307796563/watcher-3489866-1307796563 -o /tmp/evaluation-result-3489866-1307796563/solver-3489866-1307796563 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489866-1307796563.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3cb4e48d7e295175417c2e8c2155aba3
RANDOM SEED=612969603

node114.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29777408 kB
Buffers:        285444 kB
Cached:        1778092 kB
SwapCached:      10540 kB
Active:        1931068 kB
Inactive:      1024396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29777408 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:          606068 kB
Writeback:           0 kB
AnonPages:      889300 kB
Mapped:          15380 kB
Slab:           152288 kB
PageTables:       6464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1097580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 60076 MiB
End job on node114 at 2011-06-11 14:52:59