Trace number 3479393

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 SCIP 2.0.1.4b with SoPlex 1.5.0.4Signal 162.766 206.461

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.4]
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-3479393-1307447734.opb>
56.69/56.74	c original problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
56.69/56.74	c problem read
56.69/56.74	c presolving settings loaded
78.70/78.72	o 136253
78.70/78.72	c feasible solution found by trivial heuristic, objective value  1.362530e+05
78.70/78.72	c presolving:
111.90/111.96	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
115.20/115.26	c    (115.3s) probing: 101/136253 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
115.20/115.26	c    (115.3s) probing aborted: 100/100 successive totally useless probings
115.20/115.27	c presolving (2 rounds):
115.20/115.27	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
115.20/115.27	c  0 implications, 0 cliques
115.20/115.27	c presolved problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
115.20/115.27	c   65280 constraints of type <logicor>
115.20/115.27	c transformed objective value is always integral (scale: 1)
115.20/115.27	c Presolving Time: 40.93
115.20/115.27	c - non default parameters ----------------------------------------------------------------------
115.20/115.27	c # SCIP version 2.0.1.5
115.20/115.27	c 
115.20/115.27	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
115.20/115.27	c # [type: int, range: [-1,2147483647], default: -1]
115.20/115.27	c conflict/interconss = 0
115.20/115.27	c 
115.20/115.27	c # should binary conflicts be preferred?
115.20/115.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.20/115.27	c conflict/preferbinary = TRUE
115.20/115.27	c 
115.20/115.27	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
115.20/115.27	c # [type: int, range: [-1,2147483647], default: 0]
115.20/115.27	c constraints/agelimit = 1
115.20/115.27	c 
115.20/115.27	c # should enforcement of pseudo solution be disabled?
115.20/115.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.20/115.27	c constraints/disableenfops = TRUE
115.20/115.27	c 
115.20/115.27	c # frequency for displaying node information lines
115.20/115.27	c # [type: int, range: [-1,2147483647], default: 100]
115.20/115.27	c display/freq = 10000
115.20/115.27	c 
115.20/115.27	c # maximal time in seconds to run
115.20/115.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
115.20/115.27	c limits/time = 1800
115.20/115.27	c 
115.20/115.27	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
115.20/115.27	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
115.20/115.27	c limits/memory = 13950
115.20/115.27	c 
115.20/115.27	c # default clock type (1: CPU user seconds, 2: wall clock time)
115.20/115.27	c # [type: int, range: [1,2], default: 1]
115.20/115.27	c timing/clocktype = 2
115.20/115.27	c 
115.20/115.27	c # belongs reading time to solving time?
115.20/115.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.20/115.27	c timing/reading = TRUE
115.20/115.27	c 
115.20/115.27	c # should presolving try to simplify inequalities
115.20/115.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.20/115.27	c constraints/linear/simplifyinequalities = TRUE
115.20/115.27	c 
115.20/115.27	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
115.20/115.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.20/115.27	c constraints/indicator/addCouplingCons = TRUE
115.20/115.27	c 
115.20/115.27	c # should presolving try to simplify knapsacks
115.20/115.27	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.20/115.27	c constraints/knapsack/simplifyinequalities = TRUE
115.20/115.27	c 
115.20/115.27	c -----------------------------------------------------------------------------------------------
115.20/115.27	c start solving
115.31/115.33	c 
141.00/141.09	EMALLC02 realloc: Out of memory - cannot allocate 1136408976 bytes
141.00/141.09	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.0 (svn: 977)

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-3479393-1307447734/watcher-3479393-1307447734 -o /tmp/evaluation-result-3479393-1307447734/solver-3479393-1307447734 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3479393-1307447734.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.20 2.05 1.92 2/443 19644
/proc/meminfo: memFree=28851024/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=13256 CPUtime=0 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 2285 0 0 0 0 0 0 0 24 0 1 0 935005893 13574144 2237 33554432000 4194304 9163163 140735005292480 18446744073709551615 6167874 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 3314 2237 389 1214 0 2096 0

[startup+0.0846489 s]
/proc/loadavg: 2.20 2.05 1.92 2/443 19644
/proc/meminfo: memFree=28851024/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=49636 CPUtime=0.07 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 11263 0 0 0 6 1 0 0 24 0 1 0 935005893 50827264 11167 33554432000 4194304 9163163 140735005292480 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 12409 11199 390 1214 0 11191 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 49636

[startup+0.10065 s]
/proc/loadavg: 2.20 2.05 1.92 2/443 19644
/proc/meminfo: memFree=28851024/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=56240 CPUtime=0.09 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 13085 0 0 0 8 1 0 0 24 0 1 0 935005893 57589760 12988 33554432000 4194304 9163163 140735005292480 18446744073709551615 7480048 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 14060 12988 390 1214 0 12842 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56240

[startup+0.300608 s]
/proc/loadavg: 2.20 2.05 1.92 2/443 19644
/proc/meminfo: memFree=28851024/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=112504 CPUtime=0.29 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 26886 0 0 0 26 3 0 0 25 0 1 0 935005893 115204096 26788 33554432000 4194304 9163163 140735005292480 18446744073709551615 6137469 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 28126 26788 395 1214 0 26908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 112504

[startup+1.3594 s]
/proc/loadavg: 2.20 2.05 1.92 2/443 19644
/proc/meminfo: memFree=28851024/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=139876 CPUtime=1.35 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 32633 0 0 0 131 4 0 0 25 0 1 0 935005893 143233024 32535 33554432000 4194304 9163163 140735005292480 18446744073709551615 8031070 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 34969 32535 395 1214 0 33751 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 139876

[startup+1.50039 s]
/proc/loadavg: 2.20 2.05 1.92 2/443 19644
/proc/meminfo: memFree=28851024/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=143756 CPUtime=1.49 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 33437 0 0 0 145 4 0 0 25 0 1 0 935005893 147206144 33339 33554432000 4194304 9163163 140735005292480 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 35939 33339 395 1214 0 34721 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143756

[startup+3.11608 s]
/proc/loadavg: 2.19 2.05 1.92 3/444 19645
/proc/meminfo: memFree=28687480/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=182884 CPUtime=3.11 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 41900 0 0 0 305 6 0 0 25 0 1 0 935005893 187273216 41802 33554432000 4194304 9163163 140735005292480 18446744073709551615 8031055 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 45721 41802 395 1214 0 44503 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 182884

[startup+6.30048 s]
/proc/loadavg: 2.19 2.05 1.92 3/444 19645
/proc/meminfo: memFree=28619412/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=259156 CPUtime=6.3 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 58407 0 0 0 620 10 0 0 25 0 1 0 935005893 265375744 58309 33554432000 4194304 9163163 140735005292480 18446744073709551615 7994640 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 64789 58309 395 1214 0 63571 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 259156

[startup+12.7003 s]
/proc/loadavg: 2.16 2.04 1.92 3/444 19646
/proc/meminfo: memFree=28507324/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=411144 CPUtime=12.69 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 91083 0 0 0 1253 16 0 0 25 0 1 0 935005893 421011456 90985 33554432000 4194304 9163163 140735005292480 18446744073709551615 8045195 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 102786 90985 395 1214 0 101568 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 411144

[startup+25.5009 s]
/proc/loadavg: 2.13 2.04 1.92 3/444 19646
/proc/meminfo: memFree=28238572/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=712104 CPUtime=25.49 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 156712 0 0 0 2517 32 0 0 25 0 1 0 935005893 729194496 156614 33554432000 4194304 9163163 140735005292480 18446744073709551615 4914455 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 178026 156614 395 1214 0 176808 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 712104

[startup+51.101 s]
/proc/loadavg: 2.09 2.04 1.92 3/444 19647
/proc/meminfo: memFree=27760492/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=1230524 CPUtime=51.09 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 276989 0 0 0 5049 60 0 0 25 0 1 0 935005893 1260056576 276891 33554432000 4194304 9163163 140735005292480 18446744073709551615 8044622 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/19644/statm: 307631 276891 395 1214 0 306413 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1230524

[startup+102.3 s]
/proc/loadavg: 2.03 2.03 1.92 3/444 19648
/proc/meminfo: memFree=22226344/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=6724332 CPUtime=102.29 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4202496 1900946 0 0 0 9958 271 0 0 25 0 1 0 935005893 6885715968 1651945 33554432000 4194304 9163163 140735005292480 18446744073709551615 6923158 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/19644/statm: 1681083 1651945 503 1214 0 1679865 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 6724332

[startup+162.301 s]
/proc/loadavg: 2.78 2.20 1.98 2/444 19650
/proc/meminfo: memFree=4541936/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=15422608 CPUtime=156.57 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) D 19642 19644 19386 0 -1 4204032 3950128 0 0 0 13599 2058 0 0 18 0 1 0 935005893 15792750592 3433578 33554432000 4194304 9163163 140735005292480 18446744073709551615 8145925 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 538
/proc/19644/statm: 3855652 3433578 720 1214 0 3854434 0
Current children cumulated CPU time (s) 156.57
Current children cumulated vsize (KiB) 15422608

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

[startup+180.001 s]
/proc/loadavg: 3.57 2.41 2.05 2/446 19652
/proc/meminfo: memFree=2975104/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=15422608 CPUtime=158.81 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) D 19642 19644 19386 0 -1 4204032 3950128 0 0 0 13599 2282 0 0 18 0 1 0 935005893 15792750592 3433578 33554432000 4194304 9163163 140735005292480 18446744073709551615 8145925 0 0 4096 16384 18446744071562154983 0 0 17 4 0 0 2019
/proc/19644/statm: 3855652 3433578 720 1214 0 3854434 0
Current children cumulated CPU time (s) 158.81
Current children cumulated vsize (KiB) 15422608

[startup+192.8 s]
/proc/loadavg: 4.48 2.67 2.14 2/446 19652
/proc/meminfo: memFree=1875920/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=15422608 CPUtime=160.57 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) D 19642 19644 19386 0 -1 4204032 3950128 0 0 0 13599 2458 0 0 18 0 1 0 935005893 15792750592 3433578 33554432000 4194304 9163163 140735005292480 18446744073709551615 8145925 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 3217
/proc/19644/statm: 3855652 3433578 720 1214 0 3854434 0
Current children cumulated CPU time (s) 160.57
Current children cumulated vsize (KiB) 15422608

[startup+199.201 s]
/proc/loadavg: 4.68 2.74 2.17 2/446 19653
/proc/meminfo: memFree=1239956/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=15422608 CPUtime=161.41 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4204032 3950128 0 0 0 13599 2542 0 0 18 0 1 0 935005893 15792750592 3433578 33554432000 4194304 9163163 140735005292480 18446744073709551615 8145925 0 0 4096 16384 0 0 0 17 2 0 0 3773
/proc/19644/statm: 3855652 3433578 720 1214 0 3854434 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 15422608

[startup+202.401 s]
/proc/loadavg: 4.86 2.81 2.19 2/446 19653
/proc/meminfo: memFree=934940/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=15422608 CPUtime=161.86 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) D 19642 19644 19386 0 -1 4204032 3950128 0 0 0 13599 2587 0 0 18 0 1 0 935005893 15792750592 3433578 33554432000 4194304 9163163 140735005292480 18446744073709551615 8145925 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 4047
/proc/19644/statm: 3855652 3433578 720 1214 0 3854434 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 15422608

[startup+204 s]
/proc/loadavg: 4.86 2.81 2.19 2/446 19653
/proc/meminfo: memFree=828420/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=15422608 CPUtime=162.05 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) D 19642 19644 19386 0 -1 4204032 3950128 0 0 0 13599 2606 0 0 18 0 1 0 935005893 15792750592 3433578 33554432000 4194304 9163163 140735005292480 18446744073709551615 8145925 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 4166
/proc/19644/statm: 3855652 3433578 720 1214 0 3854434 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 15422608

[startup+205.601 s]
/proc/loadavg: 4.86 2.81 2.19 2/446 19653
/proc/meminfo: memFree=641332/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=15422608 CPUtime=162.22 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) D 19642 19644 19386 0 -1 4204032 3950128 0 0 0 13599 2623 0 0 18 0 1 0 935005893 15792750592 3433578 33554432000 4194304 9163163 140735005292480 18446744073709551615 8145925 0 0 4096 16384 18446744071562154983 0 0 17 2 0 0 4278
/proc/19644/statm: 3855652 3433578 720 1214 0 3854434 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 15422608

[startup+206.001 s]
/proc/loadavg: 4.86 2.81 2.19 2/446 19653
/proc/meminfo: memFree=641332/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=0 CPUtime=162.3 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4204036 3950128 0 0 0 13599 2631 0 0 18 0 1 0 935005893 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 4362
/proc/19644/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 0

[startup+206.401 s]
/proc/loadavg: 4.86 2.81 2.19 2/446 19653
/proc/meminfo: memFree=641332/32950928 swapFree=52246700/67111528
[pid=19644] ppid=19642 vsize=0 CPUtime=162.69 cores=0,2,4,6
/proc/19644/stat : 19644 (scip-2.0.1.4b.l) R 19642 19644 19386 0 -1 4204036 3950128 0 0 0 13599 2670 0 0 18 0 1 0 935005893 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 6 0 0 4362
/proc/19644/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.69
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 206.461
CPU time (s): 162.766
CPU user time (s): 135.998
CPU system time (s): 26.7679
CPU usage (%): 78.8363
Max. virtual memory (cumulated for all children) (KiB): 15422608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.998
system time used= 26.7679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3950128
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= 1244
involuntary context switches= 644

runsolver used 0.951855 second user time and 1.9917 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-07 13:55:52
IDJOB=3479393
IDBENCH=89906
IDSOLVER=1948
FILE ID=node114/3479393-1307447734
RUNJOBID= node114-1307444787-19404
PBS_JOBID= 13520321
Free space on /tmp= 73408 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479393-1307447734/watcher-3479393-1307447734 -o /tmp/evaluation-result-3479393-1307447734/solver-3479393-1307447734 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3479393-1307447734.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3cb4e48d7e295175417c2e8c2155aba3
RANDOM SEED=632906391

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:      28850940 kB
Buffers:        361616 kB
Cached:        1342956 kB
SwapCached:      10744 kB
Active:        3175344 kB
Inactive:       644684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28850940 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:          600916 kB
Writeback:         128 kB
AnonPages:     2112584 kB
Mapped:          24064 kB
Slab:           148780 kB
PageTables:      62348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108263152 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= 59976 MiB
End job on node114 at 2011-06-07 13:59:19