Trace number 3693673

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
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? (exit code) 251.208 251.251

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.93
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3693673-1338042892.opb>
23.98/24.04	c original problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
23.98/24.04	c problem read in 24.03
49.97/50.05	o 136253
51.97/52.09	c feasible solution found by trivial heuristic, objective value  1.362530e+05
51.97/52.09	c presolving:
131.87/131.91	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
135.27/135.35	c    (135.3s) probing: 51/136253 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
135.27/135.35	c    (135.3s) probing aborted: 50/50 successive totally useless probings
230.86/230.94	c presolving (2 rounds):
230.86/230.94	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
230.86/230.94	c  0 implications, 0 cliques
230.86/230.94	c presolved problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
230.86/230.94	c   65280 constraints of type <logicor>
230.86/230.94	c transformed objective value is always integral (scale: 1)
230.86/230.94	c Presolving Time: 203.30
230.86/230.94	c - non default parameters ----------------------------------------------------------------------
230.86/230.94	c # SCIP version 2.1.1.4
230.86/230.94	c 
230.86/230.94	c # maximal time in seconds to run
230.86/230.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
230.86/230.94	c limits/time = 1797
230.86/230.94	c 
230.86/230.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
230.86/230.94	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
230.86/230.94	c limits/memory = 13950
230.86/230.94	c 
230.86/230.94	c # default clock type (1: CPU user seconds, 2: wall clock time)
230.86/230.94	c # [type: int, range: [1,2], default: 1]
230.86/230.94	c timing/clocktype = 2
230.86/230.94	c 
230.86/230.94	c # belongs reading time to solving time?
230.86/230.94	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
230.86/230.94	c timing/reading = TRUE
230.86/230.94	c 
230.86/230.94	c -----------------------------------------------------------------------------------------------
230.86/230.94	c start solving
230.96/231.04	c 
250.35/250.43	EMALLC01 malloc: Out of memory - cannot allocate 947007488 bytes
250.35/250.49	c SoPlex threw an exception: XMALLC01 malloc: Could not allocate enough memory
250.35/250.49	c [src/scip/lp.c:7000] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/lp.c:7278] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/lp.c:12998] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/solve.c:1207] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/solve.c:2424] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/solve.c:3095] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/solve.c:3357] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/solve.c:3939] ERROR: c Error <-6> in function call
250.35/250.49	c [src/scip/scip.c:7910] ERROR: c Error <-6> in function call
250.35/250.49	c [src/cmain.c:783] ERROR: c Error <-6> in function call
250.35/250.49	c [src/cmain.c:966] ERROR: c Error <-6> in function call
250.35/250.49	c [src/cmain.c:1053] ERROR: c Error <-6> in function call
250.35/250.49	c SCIP Error (-6): c error in LP solverc 
250.35/250.49	c Time complete: 250.44.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3693673-1338042892/watcher-3693673-1338042892 -o /tmp/evaluation-result-3693673-1338042892/solver-3693673-1338042892 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693673-1338042892.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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.36 2.10 2.03 3/176 25360
/proc/meminfo: memFree=23442652/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=6460 CPUtime=0 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 270417249 6615040 308 33554432000 4194304 10169799 140736020476016 140736852007240 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 1615 314 222 1459 0 147 0

[startup+0.074037 s]
/proc/loadavg: 2.36 2.10 2.03 3/176 25360
/proc/meminfo: memFree=23442652/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=56420 CPUtime=0.05 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 12904 0 0 0 4 1 0 0 20 0 1 0 270417249 57774080 12808 33554432000 4194304 10169799 140736020476016 140736852007240 7170938 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 14361 12833 403 1459 0 12893 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56420

[startup+0.100383 s]
/proc/loadavg: 2.36 2.10 2.03 3/176 25360
/proc/meminfo: memFree=23442652/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=74108 CPUtime=0.09 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 17285 0 0 0 7 2 0 0 20 0 1 0 270417249 75886592 17189 33554432000 4194304 10169799 140736020476016 140736852007240 8993776 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 18527 17192 403 1459 0 17059 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 74108

[startup+0.300311 s]
/proc/loadavg: 2.36 2.10 2.03 3/176 25360
/proc/meminfo: memFree=23442652/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=120084 CPUtime=0.29 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 28290 0 0 0 26 3 0 0 20 0 1 0 270417249 122966016 28194 33554432000 4194304 10169799 140736020476016 140736020341672 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 30021 28194 412 1459 0 28553 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 120084

[startup+0.700304 s]
/proc/loadavg: 2.36 2.10 2.03 3/176 25360
/proc/meminfo: memFree=23442652/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=144752 CPUtime=0.69 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 33464 0 0 0 64 5 0 0 20 0 1 0 270417249 148226048 33368 33554432000 4194304 10169799 140736020476016 140736020341672 8883659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 36188 33368 412 1459 0 34720 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 144752

[startup+1.5003 s]
/proc/loadavg: 2.36 2.10 2.03 3/177 25361
/proc/meminfo: memFree=23295688/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=191816 CPUtime=1.49 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 43533 0 0 0 141 8 0 0 20 0 1 0 270417249 196419584 43437 33554432000 4194304 10169799 140736020476016 140736020342344 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 47954 43437 412 1459 0 46486 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191816

[startup+3.10031 s]
/proc/loadavg: 2.36 2.10 2.03 3/177 25361
/proc/meminfo: memFree=23236788/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=283788 CPUtime=3.09 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 63048 0 0 0 297 12 0 0 20 0 1 0 270417249 290598912 62952 33554432000 4194304 10169799 140736020476016 140736020342344 8883659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 70947 62952 412 1459 0 69479 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283788

[startup+6.30031 s]
/proc/loadavg: 2.41 2.11 2.03 3/177 25361
/proc/meminfo: memFree=23082144/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=473808 CPUtime=6.28 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 103368 0 0 0 607 21 0 0 20 0 1 0 270417249 485179392 103272 33554432000 4194304 10169799 140736020476016 140736020342344 8883659 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 118452 103272 412 1459 0 116984 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 473808

[startup+12.7003 s]
/proc/loadavg: 2.46 2.13 2.04 3/177 25361
/proc/meminfo: memFree=22750940/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=852444 CPUtime=12.69 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 183826 0 0 0 1228 41 0 0 20 0 1 0 270417249 872902656 183730 33554432000 4194304 10169799 140736020476016 140736020342344 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 213111 183730 412 1459 0 211643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 852444

[startup+25.5003 s]
/proc/loadavg: 2.36 2.12 2.03 3/177 25361
/proc/meminfo: memFree=21806772/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=1866616 CPUtime=25.48 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 430745 0 0 0 2458 90 0 0 20 0 1 0 270417249 1911414784 430649 33554432000 4194304 10169799 140736020476016 140736020473000 8883659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 466654 430652 463 1459 0 465186 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1866616

[startup+51.1004 s]
/proc/loadavg: 2.24 2.11 2.03 3/177 25361
/proc/meminfo: memFree=16168460/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=7403092 CPUtime=51.07 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 2060806 0 0 0 4784 323 0 0 20 0 1 0 270417249 7580766208 1814868 33554432000 4194304 10169799 140736020476016 140736020472456 5640247 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 1850773 1814868 517 1459 0 1849305 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7403092

[startup+102.307 s]
/proc/loadavg: 2.10 2.09 2.03 3/177 25361
/proc/meminfo: memFree=12918704/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=10643932 CPUtime=102.27 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3020081 0 0 0 9754 473 0 0 20 0 1 0 270417249 10899386368 2625421 33554432000 4194304 10169799 140736020476016 140736020474632 7542441 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 2660983 2625421 543 1459 0 2659515 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10643932

[startup+162.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/177 25361
/proc/meminfo: memFree=12937160/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=10625300 CPUtime=162.26 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3020336 0 0 0 15747 479 0 0 20 0 1 0 270417249 10880307200 2620932 33554432000 4194304 10169799 140736020476016 140736020474776 4950556 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 2656325 2620932 582 1459 0 2654857 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 10625300

[startup+222.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/177 25361
/proc/meminfo: memFree=12935356/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=10625300 CPUtime=222.25 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3020336 0 0 0 21746 479 0 0 20 0 1 0 270417249 10880307200 2620932 33554432000 4194304 10169799 140736020476016 140736020474776 4950556 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 2656325 2620932 582 1459 0 2654857 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 10625300

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

[startup+230.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=12935220/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=10625300 CPUtime=230.25 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3020336 0 0 0 22546 479 0 0 20 0 1 0 270417249 10880307200 2620932 33554432000 4194304 10169799 140736020476016 140736020474776 4950598 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 2656325 2620932 582 1459 0 2654857 0
Current children cumulated CPU time (s) 230.25
Current children cumulated vsize (KiB) 10625300

[startup+243.107 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=12566924/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=11456244 CPUtime=243.06 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3056146 0 0 0 23816 490 0 0 20 0 1 0 270417249 11731193856 2716516 33554432000 4194304 10169799 140736020476016 140736020472808 5034243 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 2864061 2716516 648 1459 0 2862593 0
Current children cumulated CPU time (s) 243.06
Current children cumulated vsize (KiB) 11456244

[startup+246.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=11541540/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=12267376 CPUtime=246.25 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3259167 0 0 0 24103 522 0 0 20 0 1 0 270417249 12561793024 2968848 33554432000 4194304 10169799 140736020476016 140736020472808 5034220 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 3066844 2968848 648 1459 0 3065376 0
Current children cumulated CPU time (s) 246.25
Current children cumulated vsize (KiB) 12267376

[startup+249.5 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=10821892/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=13227320 CPUtime=249.44 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3503716 0 0 0 24385 559 0 0 20 0 1 0 270417249 13544775680 3258088 33554432000 4194304 10169799 140736020476016 140736020472808 5034243 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 3306830 3258088 648 1459 0 3305362 0
Current children cumulated CPU time (s) 249.44
Current children cumulated vsize (KiB) 13227320

[startup+250.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=10373944/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=14836356 CPUtime=250.25 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202496 3512380 0 0 0 24450 575 0 0 20 0 1 0 270417249 15192428544 3443811 33554432000 4194304 10169799 140736020476016 140736020472616 7987124 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 3709089 3443811 648 1459 0 3707621 0
Current children cumulated CPU time (s) 250.25
Current children cumulated vsize (KiB) 14836356

[startup+250.7 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=14030852/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=0 CPUtime=250.65 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202500 3513070 0 0 0 24457 608 0 0 20 0 1 0 270417249 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 250.65
Current children cumulated vsize (KiB) 0

[startup+251.1 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=14030852/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=0 CPUtime=251.05 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202500 3513070 0 0 0 24457 648 0 0 20 0 1 0 270417249 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 251.05
Current children cumulated vsize (KiB) 0

[startup+251.2 s]
/proc/loadavg: 2.01 2.05 2.01 3/177 25361
/proc/meminfo: memFree=14030852/32873844 swapFree=7364/7364
[pid=25360] ppid=25358 vsize=0 CPUtime=251.14 cores=1,3,5,7
/proc/25360/stat : 25360 (scip-2.1.1.4sfi) R 25358 25360 21011 0 -1 4202500 3513070 0 0 0 24457 657 0 0 20 0 1 0 270417249 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25360/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 251.14
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 251.251
CPU time (s): 251.208
CPU user time (s): 244.577
CPU system time (s): 6.63099
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 15159188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.577
system time used= 6.63099
maximum resident set size= 13986480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3513070
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= 3
involuntary context switches= 261

runsolver used 0.485926 second user time and 1.17982 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-26 16:35:11
IDJOB=3693673
IDBENCH=89906
IDSOLVER=2272
FILE ID=node118/3693673-1338042892
RUNJOBID= node118-1338029245-21966
PBS_JOBID= 14624353
Free space on /tmp= 70960 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693673-1338042892/watcher-3693673-1338042892 -o /tmp/evaluation-result-3693673-1338042892/solver-3693673-1338042892 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693673-1338042892.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3cb4e48d7e295175417c2e8c2155aba3
RANDOM SEED=570427065

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23442916 kB
Buffers:          254640 kB
Cached:          4968820 kB
SwapCached:            0 kB
Active:          4597640 kB
Inactive:        4028376 kB
Active(anon):    3404056 kB
Inactive(anon):        0 kB
Active(file):    1193584 kB
Inactive(file):  4028376 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            603172 kB
Writeback:             0 kB
AnonPages:       3408860 kB
Mapped:            17572 kB
Shmem:               200 kB
Slab:             659544 kB
SReclaimable:     100876 kB
SUnreclaim:       558668 kB
KernelStack:        1440 kB
PageTables:        11820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3776808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1085440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70948 MiB
End job on node118 at 2012-05-26 16:39:23