Trace number 3741746

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
PB11: SCIP spx E_2 2011-06-10 (fixed)Signal 121.747 368.877

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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3741746-1338777501.opb>
31.08/31.10	c original problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
31.08/31.10	c problem read
31.08/31.10	c presolving settings loaded
54.68/54.74	o 136253
54.68/54.74	c feasible solution found by trivial heuristic, objective value  1.362530e+05
54.68/54.74	c presolving:
86.78/86.82	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
90.37/90.48	c    (90.5s) probing: 101/136253 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
90.37/90.48	c    (90.5s) probing aborted: 100/100 successive totally useless probings
90.37/90.49	c presolving (2 rounds):
90.37/90.49	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
90.37/90.49	c  0 implications, 0 cliques
90.37/90.49	c presolved problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
90.37/90.49	c   65280 constraints of type <logicor>
90.37/90.49	c transformed objective value is always integral (scale: 1)
90.37/90.49	c Presolving Time: 40.15
90.37/90.49	c - non default parameters ----------------------------------------------------------------------
90.37/90.49	c # SCIP version 2.0.1.5
90.37/90.49	c 
90.37/90.49	c # maximal number of intermediate conflict constraints generated in conflict graph (-1: use every intermediate constraint)
90.37/90.49	c # [type: int, range: [-1,2147483647], default: -1]
90.37/90.49	c conflict/interconss = 0
90.37/90.49	c 
90.37/90.49	c # should binary conflicts be preferred?
90.37/90.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.37/90.49	c conflict/preferbinary = TRUE
90.37/90.49	c 
90.37/90.49	c # maximum age an unnecessary constraint can reach before it is deleted (0: dynamic, -1: keep all constraints)
90.37/90.49	c # [type: int, range: [-1,2147483647], default: 0]
90.37/90.49	c constraints/agelimit = 1
90.37/90.49	c 
90.37/90.49	c # should enforcement of pseudo solution be disabled?
90.37/90.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.37/90.49	c constraints/disableenfops = TRUE
90.37/90.49	c 
90.37/90.49	c # frequency for displaying node information lines
90.37/90.49	c # [type: int, range: [-1,2147483647], default: 100]
90.37/90.49	c display/freq = 10000
90.37/90.49	c 
90.37/90.49	c # maximal time in seconds to run
90.37/90.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
90.37/90.49	c limits/time = 1797
90.37/90.49	c 
90.37/90.49	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
90.37/90.49	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
90.37/90.49	c limits/memory = 13950
90.37/90.49	c 
90.37/90.49	c # default clock type (1: CPU user seconds, 2: wall clock time)
90.37/90.49	c # [type: int, range: [1,2], default: 1]
90.37/90.49	c timing/clocktype = 2
90.37/90.49	c 
90.37/90.49	c # belongs reading time to solving time?
90.37/90.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.37/90.49	c timing/reading = TRUE
90.37/90.49	c 
90.37/90.49	c # should presolving try to simplify inequalities
90.37/90.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.37/90.49	c constraints/linear/simplifyinequalities = TRUE
90.37/90.49	c 
90.37/90.49	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
90.37/90.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.37/90.49	c constraints/indicator/addCouplingCons = TRUE
90.37/90.49	c 
90.37/90.49	c # should presolving try to simplify knapsacks
90.37/90.49	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
90.37/90.49	c constraints/knapsack/simplifyinequalities = TRUE
90.37/90.49	c 
90.37/90.49	c -----------------------------------------------------------------------------------------------
90.37/90.49	c start solving
90.47/90.57	c 
116.58/116.65	EMALLC02 realloc: Out of memory - cannot allocate 1136408976 bytes
116.58/116.66	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: 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-3741746-1338777501/watcher-3741746-1338777501 -o /tmp/evaluation-result-3741746-1338777501/solver-3741746-1338777501 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741746-1338777501.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.00 2.01 1.95 3/176 15109
/proc/meminfo: memFree=26974768/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/15109/stat : 15109 (runsolver) D 15107 15109 14772 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 343878860 12095488 50 33554432000 4194304 5436572 140735437964704 140735437961000 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/15109/statm: 2953 50 31 304 0 2645 0

[startup+0.0320541 s]
/proc/loadavg: 2.00 2.01 1.95 3/176 15109
/proc/meminfo: memFree=26974768/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=25340 CPUtime=0.02 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 5362 0 0 0 1 1 0 0 20 0 1 0 343878860 25948160 5309 33554432000 4194304 9016284 140734666372640 140735437960888 6181780 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 6335 5309 353 1178 0 5153 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25340

[startup+0.100361 s]
/proc/loadavg: 2.00 2.01 1.95 3/176 15109
/proc/meminfo: memFree=26974768/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=67056 CPUtime=0.09 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 15794 0 0 0 6 3 0 0 20 0 1 0 343878860 68665344 15698 33554432000 4194304 9016284 140734666372640 140734666236632 6181780 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 16764 15698 353 1178 0 15582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 67056

[startup+0.300313 s]
/proc/loadavg: 2.00 2.01 1.95 3/176 15109
/proc/meminfo: memFree=26974768/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=115984 CPUtime=0.28 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 27610 0 0 0 23 5 0 0 20 0 1 0 343878860 118767616 27514 33554432000 4194304 9016284 140734666372640 140734666236632 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 28996 27514 360 1178 0 27814 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 115984

[startup+0.700307 s]
/proc/loadavg: 2.00 2.01 1.95 3/176 15109
/proc/meminfo: memFree=26974768/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=134940 CPUtime=0.68 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 31569 0 0 0 62 6 0 0 20 0 1 0 343878860 138178560 31473 33554432000 4194304 9016284 140734666372640 140734666236632 7875499 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 33735 31473 360 1178 0 32553 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 134940

[startup+1.50031 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 15110
/proc/meminfo: memFree=26833020/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=170636 CPUtime=1.48 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 39308 0 0 0 140 8 0 0 20 0 1 0 343878860 174731264 39212 33554432000 4194304 9016284 140734666372640 140734666236536 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 42659 39212 360 1178 0 41477 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 170636

[startup+3.10029 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 15110
/proc/meminfo: memFree=26776724/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=241776 CPUtime=3.08 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 54471 0 0 0 298 10 0 0 20 0 1 0 343878860 247578624 54375 33554432000 4194304 9016284 140734666372640 140734666236536 7875499 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 60444 54375 360 1178 0 59262 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 241776

[startup+6.3003 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 15110
/proc/meminfo: memFree=26647748/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=376476 CPUtime=6.28 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 83811 0 0 0 610 18 0 0 20 0 1 0 343878860 385511424 83715 33554432000 4194304 9016284 140734666372640 140734666236536 7875499 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 94119 83715 360 1178 0 92937 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 376476

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 15110
/proc/meminfo: memFree=26392060/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=649568 CPUtime=12.69 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 143206 0 0 0 1236 33 0 0 20 0 1 0 343878860 665157632 143110 33554432000 4194304 9016284 140734666372640 140734666236536 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 162392 143110 360 1178 0 161210 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 649568

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 15110
/proc/meminfo: memFree=25896400/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=1147148 CPUtime=25.48 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 256774 0 0 0 2489 59 0 0 20 0 1 0 343878860 1174679552 256679 33554432000 4194304 9016284 140734666372640 140734666236536 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 286787 256679 360 1178 0 285605 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1147148

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 15110
/proc/meminfo: memFree=20515512/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=6483056 CPUtime=51.08 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 1827230 0 0 0 4804 304 0 0 20 0 1 0 343878860 6638649344 1582871 33554432000 4194304 9016284 140734666372640 140734666370136 4451021 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 1620764 1582871 449 1178 0 1619582 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6483056

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 15113
/proc/meminfo: memFree=19190136/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=8250808 CPUtime=102.28 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4202496 2120715 0 0 0 9874 354 0 0 20 0 1 0 343878860 8448827392 1896435 33554432000 4194304 9016284 140734666372640 140734666368952 6568245 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 2062702 1896435 545 1178 0 2061520 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8250808

[startup+162.3 s]
/proc/loadavg: 3.51 2.39 2.08 2/178 15114
/proc/meminfo: memFree=3860608/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=119.62 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 813 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 119.62
Current children cumulated vsize (KiB) 15420288
heavy processes:
  %CPU=35 pid=15114 uid=0 cmd=

[startup+222.3 s]
/proc/loadavg: 4.42 2.85 2.25 2/178 15114
/proc/meminfo: memFree=252972/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=120.39 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 890 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 120.39
Current children cumulated vsize (KiB) 15420288
heavy processes:
  %CPU=21 pid=15114 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15109 6 506 18446744073709551615 

[startup+282.3 s]
/proc/loadavg: 5.14 3.33 2.45 2/178 15115
/proc/meminfo: memFree=340704/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=121.06 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 957 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 121.06
Current children cumulated vsize (KiB) 15420288
heavy processes:
  %CPU=17 pid=15114 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15109 6 506 18446744073709551615 

[startup+342.3 s]
/proc/loadavg: 5.05 3.63 2.61 2/178 15115
/proc/meminfo: memFree=313024/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=121.07 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 958 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 121.07
Current children cumulated vsize (KiB) 15420288
heavy processes:
  %CPU=12 pid=15114 uid=0 cmd=/usr/libexec/abrt-hook-ccpp /var/spool/abrt 15109 6 506 18446744073709551615 

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

[startup+347.2 s]
/proc/loadavg: 5.12 3.67 2.63 2/178 15115
/proc/meminfo: memFree=302716/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=121.07 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 958 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 121.07
Current children cumulated vsize (KiB) 15420288

[startup+360 s]
/proc/loadavg: 5.10 3.73 2.67 2/178 15115
/proc/meminfo: memFree=318764/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=121.07 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 958 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 121.07
Current children cumulated vsize (KiB) 15420288

[startup+363.2 s]
/proc/loadavg: 5.10 3.73 2.67 2/178 15115
/proc/meminfo: memFree=313060/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=121.07 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 958 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 121.07
Current children cumulated vsize (KiB) 15420288

[startup+366.4 s]
/proc/loadavg: 5.01 3.74 2.67 2/178 15115
/proc/meminfo: memFree=467424/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=121.07 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 958 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 121.07
Current children cumulated vsize (KiB) 15420288

[startup+368.006 s]
/proc/loadavg: 5.01 3.74 2.67 2/178 15115
/proc/meminfo: memFree=460716/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=15420288 CPUtime=121.07 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) S 15107 15109 14772 0 -1 4204032 2642370 0 0 0 11149 958 0 0 20 0 1 0 343878860 15790374912 3434237 33554432000 4194304 9016284 140734666372640 140734666367096 7983061 0 0 4096 16384 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 3855072 3434237 684 1178 0 3853890 0
Current children cumulated CPU time (s) 121.07
Current children cumulated vsize (KiB) 15420288

[startup+368.4 s]
/proc/loadavg: 5.01 3.74 2.67 2/178 15115
/proc/meminfo: memFree=460716/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=0 CPUtime=121.27 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4204036 2642370 0 0 0 11149 978 0 0 20 0 1 0 343878860 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 121.27
Current children cumulated vsize (KiB) 0

[startup+368.8 s]
/proc/loadavg: 5.01 3.74 2.67 2/178 15115
/proc/meminfo: memFree=460716/32873844 swapFree=7116/7116
[pid=15109] ppid=15107 vsize=0 CPUtime=121.67 cores=1,3,5,7
/proc/15109/stat : 15109 (scip-2.0.1.4b_2) R 15107 15109 14772 0 -1 4204036 2642370 0 0 0 11149 1018 0 0 20 0 1 0 343878860 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15109/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 121.67
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 368.877
CPU time (s): 121.747
CPU user time (s): 111.491
CPU system time (s): 10.2564
CPU usage (%): 33.0049
Max. virtual memory (cumulated for all children) (KiB): 15420288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.491
system time used= 10.2564
maximum resident set size= 13736948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2642370
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= 1766494
involuntary context switches= 156

runsolver used 0.630904 second user time and 1.58076 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-04 04:38:39
IDJOB=3741746
IDBENCH=89906
IDSOLVER=2329
FILE ID=node111/3741746-1338777501
RUNJOBID= node111-1338772657-14789
PBS_JOBID= 14636821
Free space on /tmp= 66788 MiB

SOLVER NAME= PB11: 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-3741746-1338777501/watcher-3741746-1338777501 -o /tmp/evaluation-result-3741746-1338777501/solver-3741746-1338777501 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3741746-1338777501.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3cb4e48d7e295175417c2e8c2155aba3
RANDOM SEED=1116722728

node111.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.152
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.30
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.152
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	: 5331.91
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.152
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.152
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.152
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	: 5331.91
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26975032 kB
Buffers:          225268 kB
Cached:          1266364 kB
SwapCached:         1404 kB
Active:          4459672 kB
Inactive:         634356 kB
Active(anon):    3603552 kB
Inactive(anon):     1276 kB
Active(file):     856120 kB
Inactive(file):   633080 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:            605628 kB
Writeback:             0 kB
AnonPages:       3610504 kB
Mapped:            10896 kB
Shmem:                 0 kB
Slab:             655904 kB
SReclaimable:      97176 kB
SUnreclaim:       558728 kB
KernelStack:        1440 kB
PageTables:        11032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3756360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1847296 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= 59656 MiB
End job on node111 at 2012-06-04 04:44:48