Trace number 3486424

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 2 2011-06-10 (fixed)? (exit code) 134.956 134.955

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.4 [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-3486424-1307796120.opb>
30.99/31.00	c original problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
30.99/31.00	c problem read
30.99/31.00	c presolving settings loaded
53.99/54.00	o 136253
53.99/54.00	c feasible solution found by trivial heuristic, objective value  1.362530e+05
53.99/54.00	c presolving:
112.79/112.80	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.69/115.76	c    (115.8s) probing: 101/136253 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
115.69/115.76	c    (115.8s) probing aborted: 100/100 successive totally useless probings
115.69/115.76	c presolving (2 rounds):
115.69/115.76	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
115.69/115.76	c  0 implications, 0 cliques
115.69/115.76	c presolved problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
115.69/115.76	c   65280 constraints of type <logicor>
115.69/115.76	c transformed objective value is always integral (scale: 1)
115.69/115.76	c Presolving Time: 81.74
115.69/115.76	c - non default parameters ----------------------------------------------------------------------
115.69/115.76	c # SCIP version 2.0.1.4
115.69/115.76	c 
115.69/115.76	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
115.69/115.76	c # [type: int, range: [-1,2147483647], default: -1]
115.69/115.76	c conflict/interconss = 0
115.69/115.77	c 
115.69/115.77	c # should binary conflicts be preferred?
115.69/115.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.69/115.77	c conflict/preferbinary = TRUE
115.69/115.77	c 
115.69/115.77	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
115.69/115.77	c # [type: int, range: [-1,2147483647], default: 0]
115.69/115.77	c constraints/agelimit = 1
115.69/115.77	c 
115.69/115.77	c # should enforcement of pseudo solution be disabled?
115.69/115.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.69/115.77	c constraints/disableenfops = TRUE
115.69/115.77	c 
115.69/115.77	c # frequency for displaying node information lines
115.69/115.77	c # [type: int, range: [-1,2147483647], default: 100]
115.69/115.77	c display/freq = 10000
115.69/115.77	c 
115.69/115.77	c # maximal time in seconds to run
115.69/115.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
115.69/115.77	c limits/time = 1797
115.69/115.77	c 
115.69/115.77	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
115.69/115.77	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
115.69/115.77	c limits/memory = 13950
115.69/115.77	c 
115.69/115.77	c # default clock type (1: CPU user seconds, 2: wall clock time)
115.69/115.77	c # [type: int, range: [1,2], default: 1]
115.69/115.77	c timing/clocktype = 2
115.69/115.77	c 
115.69/115.77	c # belongs reading time to solving time?
115.69/115.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.69/115.77	c timing/reading = TRUE
115.69/115.77	c 
115.69/115.77	c # should presolving try to simplify inequalities
115.69/115.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.69/115.77	c constraints/linear/simplifyinequalities = TRUE
115.69/115.77	c 
115.69/115.77	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
115.69/115.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.69/115.77	c constraints/indicator/addCouplingCons = TRUE
115.69/115.77	c 
115.69/115.77	c # should presolving try to simplify knapsacks
115.69/115.77	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
115.69/115.77	c constraints/knapsack/simplifyinequalities = TRUE
115.69/115.77	c 
115.69/115.77	c -----------------------------------------------------------------------------------------------
115.69/115.77	c start solving
115.79/115.82	c 
134.39/134.47	EMALLC02 realloc: Out of memory - cannot allocate 745172688 bytes
134.49/134.51	c [src/scip/lpi_spx.cpp:1516] Warning: SoPlex threw an exception: XMALLC02 realloc: Could not allocate enough memory
134.49/134.51	c [src/scip/lp.c:6371] ERROR: Error <-6> in function call
134.49/134.51	c [src/scip/lp.c:6648] ERROR: Error <-6> in function call
134.49/134.51	c [src/scip/lp.c:12168] ERROR: Error <-6> in function call
134.49/134.51	c [src/scip/solve.c:1043] ERROR: Error <-6> in function call
134.49/134.51	c [src/scip/solve.c:2191] ERROR: Error <-6> in function call
134.49/134.51	c [src/scip/solve.c:2968] ERROR: Error <-6> in function call
134.49/134.51	c [src/scip/solve.c:3596] ERROR: Error <-6> in function call
134.49/134.51	c [src/scip/scip.c:6917] ERROR: Error <-6> in function call
134.49/134.51	c [src/cmain.c:685] ERROR: Error <-6> in function call
134.49/134.51	c [src/cmain.c:860] ERROR: Error <-6> in function call
134.49/134.51	c [src/cmain.c:933] ERROR: Error <-6> in function call
134.49/134.51	c SCIP Error (-6): c error in LP solverc 
134.49/134.51	c Time complete: 134.5.

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-3486424-1307796120/watcher-3486424-1307796120 -o /tmp/evaluation-result-3486424-1307796120/solver-3486424-1307796120 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486424-1307796120.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.24 2.05 1.97 3/181 11484
/proc/meminfo: memFree=29937448/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=11088 CPUtime=0 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 1766 0 0 0 0 0 0 0 25 0 1 0 891211744 11354112 1721 33554432000 4194304 8979876 140735509692528 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11484/statm: 2772 1721 358 1169 0 1599 0

[startup+0.065069 s]
/proc/loadavg: 2.24 2.05 1.97 3/181 11484
/proc/meminfo: memFree=29937448/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=52208 CPUtime=0.05 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 11914 0 0 0 4 1 0 0 25 0 1 0 891211744 53460992 11820 33554432000 4194304 8979876 140735509692528 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11484/statm: 13052 11852 359 1169 0 11879 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 52208

[startup+0.101067 s]
/proc/loadavg: 2.24 2.05 1.97 3/181 11484
/proc/meminfo: memFree=29937448/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=76232 CPUtime=0.09 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 18011 0 0 0 7 2 0 0 25 0 1 0 891211744 78061568 17917 33554432000 4194304 8979876 140735509692528 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11484/statm: 19058 17951 359 1169 0 17885 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 76232

[startup+0.301023 s]
/proc/loadavg: 2.24 2.05 1.97 3/181 11484
/proc/meminfo: memFree=29937448/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=114504 CPUtime=0.29 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 27199 0 0 0 26 3 0 0 25 0 1 0 891211744 117252096 27104 33554432000 4194304 8979876 140735509692528 18446744073709551615 7807876 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11484/statm: 28626 27104 366 1169 0 27453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114504

[startup+0.700952 s]
/proc/loadavg: 2.24 2.05 1.97 3/181 11484
/proc/meminfo: memFree=29937448/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=133424 CPUtime=0.69 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 31165 0 0 0 65 4 0 0 25 0 1 0 891211744 136626176 31070 33554432000 4194304 8979876 140735509692528 18446744073709551615 6176537 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11484/statm: 33389 31074 366 1169 0 32216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133424

[startup+1.50081 s]
/proc/loadavg: 2.30 2.06 1.98 3/182 11485
/proc/meminfo: memFree=29804528/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=169000 CPUtime=1.49 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 38819 0 0 0 143 6 0 0 25 0 1 0 891211744 173056000 38724 33554432000 4194304 8979876 140735509692528 18446744073709551615 7893696 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11484/statm: 42250 38724 366 1169 0 41077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 169000

[startup+3.10051 s]
/proc/loadavg: 2.30 2.06 1.98 3/182 11485
/proc/meminfo: memFree=29765236/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=240772 CPUtime=3.09 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 54140 0 0 0 300 9 0 0 25 0 1 0 891211744 246550528 54045 33554432000 4194304 8979876 140735509692528 18446744073709551615 7713553 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11484/statm: 60193 54045 366 1169 0 59020 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 240772

[startup+6.30094 s]
/proc/loadavg: 2.30 2.06 1.98 3/182 11485
/proc/meminfo: memFree=29642604/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=376808 CPUtime=6.29 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 83758 0 0 0 613 16 0 0 25 0 1 0 891211744 385851392 83663 33554432000 4194304 8979876 140735509692528 18446744073709551615 7841099 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11484/statm: 94202 83663 366 1169 0 93029 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 376808

[startup+12.7008 s]
/proc/loadavg: 2.25 2.06 1.98 3/182 11485
/proc/meminfo: memFree=29397684/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=651312 CPUtime=12.69 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 143406 0 0 0 1242 27 0 0 25 0 1 0 891211744 666943488 143311 33554432000 4194304 8979876 140735509692528 18446744073709551615 7807867 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11484/statm: 162828 143311 366 1169 0 161655 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 651312

[startup+25.5004 s]
/proc/loadavg: 2.21 2.06 1.98 3/182 11486
/proc/meminfo: memFree=28920372/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=1141384 CPUtime=25.49 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 255435 0 0 0 2500 49 0 0 25 0 1 0 891211744 1168777216 255340 33554432000 4194304 8979876 140735509692528 18446744073709551615 7893696 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11484/statm: 285346 255340 366 1169 0 284173 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1141384

[startup+51.1008 s]
/proc/loadavg: 2.14 2.05 1.98 3/182 11486
/proc/meminfo: memFree=22669124/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=7391628 CPUtime=51.09 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 2058206 0 0 0 4855 254 0 0 25 0 1 0 891211744 7569027072 1812269 33554432000 4194304 8979876 140735509692528 18446744073709551615 5429947 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11484/statm: 1847907 1812269 461 1169 0 1846734 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7391628

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 1.98 3/182 11488
/proc/meminfo: memFree=22681368/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=7386480 CPUtime=102.3 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 2059838 0 0 0 9975 255 0 0 25 0 1 0 891211744 7563755520 1811009 33554432000 4194304 8979876 140735509692528 18446744073709551615 6778433 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11484/statm: 1846620 1811009 488 1169 0 1845447 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 7386480

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

[startup+115.101 s]
/proc/loadavg: 2.05 2.04 1.98 3/182 11488
/proc/meminfo: memFree=22648364/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=7392896 CPUtime=115.09 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 2061598 0 0 0 11254 255 0 0 25 0 1 0 891211744 7570325504 1812724 33554432000 4194304 8979876 140735509692528 18446744073709551615 4985774 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11484/statm: 1848224 1812724 550 1169 0 1847051 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 7392896

[startup+127.901 s]
/proc/loadavg: 2.11 2.05 1.98 3/182 11488
/proc/meminfo: memFree=20738884/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=9816140 CPUtime=127.9 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 2591125 0 0 0 12473 317 0 0 25 0 1 0 891211744 10051727360 2326970 33554432000 4194304 8979876 140735509692528 18446744073709551615 6592302 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11484/statm: 2454035 2326970 558 1169 0 2452862 0
Current children cumulated CPU time (s) 127.9
Current children cumulated vsize (KiB) 9816140

[startup+131.1 s]
/proc/loadavg: 2.11 2.05 1.98 3/182 11489
/proc/meminfo: memFree=19449780/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=10877208 CPUtime=131.09 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 2911268 0 0 0 12757 352 0 0 25 0 1 0 891211744 11138260992 2644028 33554432000 4194304 8979876 140735509692528 18446744073709551615 6592302 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11484/statm: 2719302 2644028 558 1169 0 2718129 0
Current children cumulated CPU time (s) 131.09
Current children cumulated vsize (KiB) 10877208

[startup+132.701 s]
/proc/loadavg: 2.10 2.05 1.98 3/182 11489
/proc/meminfo: memFree=19185164/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=11336280 CPUtime=132.7 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 3062253 0 0 0 12902 368 0 0 25 0 1 0 891211744 11608350720 2784764 33554432000 4194304 8979876 140735509692528 18446744073709551615 6592302 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11484/statm: 2834070 2784767 558 1169 0 2832897 0
Current children cumulated CPU time (s) 132.7
Current children cumulated vsize (KiB) 11336280

[startup+134.301 s]
/proc/loadavg: 2.10 2.05 1.98 3/182 11489
/proc/meminfo: memFree=16887072/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=15202600 CPUtime=134.3 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202496 3536473 0 0 0 13017 413 0 0 25 0 1 0 891211744 15567462400 3257703 33554432000 4194304 8979876 140735509692528 18446744073709551615 6965776 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11484/statm: 3800650 3257703 1263 1169 0 3799477 0
Current children cumulated CPU time (s) 134.3
Current children cumulated vsize (KiB) 15202600

[startup+134.701 s]
/proc/loadavg: 2.10 2.05 1.98 3/182 11489
/proc/meminfo: memFree=16887072/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=0 CPUtime=134.69 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202500 3629689 0 0 0 13025 444 0 0 25 0 1 0 891211744 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11484/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 134.69
Current children cumulated vsize (KiB) 0

[startup+134.901 s]
/proc/loadavg: 2.10 2.05 1.98 3/182 11489
/proc/meminfo: memFree=16887072/32951124 swapFree=67054536/67111528
[pid=11484] ppid=11482 vsize=0 CPUtime=134.89 cores=1,3,5,7
/proc/11484/stat : 11484 (scip-2.0.1.4_2.) R 11482 11484 11312 0 -1 4202500 3629689 0 0 0 13025 464 0 0 25 0 1 0 891211744 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11484/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 134.89
Current children cumulated vsize (KiB) 0

Child status: 255
Real time (s): 134.955
CPU time (s): 134.956
CPU user time (s): 130.258
CPU system time (s): 4.69829
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 15809024

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

runsolver used 0.19497 second user time and 0.542917 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 14:42:19
IDJOB=3486424
IDBENCH=89906
IDSOLVER=1977
FILE ID=node133/3486424-1307796120
RUNJOBID= node133-1307794318-11331
PBS_JOBID= 13550916
Free space on /tmp= 73484 MiB

SOLVER NAME= SCIP spx 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.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486424-1307796120/watcher-3486424-1307796120 -o /tmp/evaluation-result-3486424-1307796120/solver-3486424-1307796120 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486424-1307796120.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3cb4e48d7e295175417c2e8c2155aba3
RANDOM SEED=936308336

node133.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.834
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.66
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.834
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	: 5332.75
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.834
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:     32951124 kB
MemFree:      29938256 kB
Buffers:        277328 kB
Cached:        1727004 kB
SwapCached:      10420 kB
Active:        1978020 kB
Inactive:       812712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29938256 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:          606016 kB
Writeback:           0 kB
AnonPages:      783524 kB
Mapped:          15644 kB
Slab:           156100 kB
PageTables:       6488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   987872 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73468 MiB
End job on node133 at 2011-06-11 14:44:34