Trace number 3693738

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? (TO) 1802.02 1802.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_3.opb
MD5SUMe05fbfdce4433b0b2590ec382b530cec
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -71
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150588
Sum of products size (including duplicates)301176
Number of different products75294
Sum of products size150588

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-3693738-1338036929.opb>
0.07/0.09	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.07/0.09	c problem read in 0.10
0.48/0.52	o 0
0.48/0.52	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.48/0.52	c presolving:
1.99/2.07	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598560 impls, 2000 clqs
3.68/3.79	c    (3.8s) probing: 51/77294 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.68/3.79	c    (3.8s) probing aborted: 50/50 successive totally useless probings
3.78/3.86	c presolving (2 rounds):
3.78/3.86	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.78/3.86	c  598560 implications, 2000 cliques
3.78/3.86	c presolved problem has 77294 variables (77294 bin, 0 int, 0 impl, 0 cont) and 78295 constraints
3.78/3.86	c    3000 constraints of type <setppc>
3.78/3.86	c   75294 constraints of type <and>
3.78/3.86	c       1 constraints of type <linear>
3.78/3.86	c transformed objective value is always integral (scale: 1)
3.78/3.86	c Presolving Time: 3.73
3.78/3.86	c - non default parameters ----------------------------------------------------------------------
3.78/3.86	c # SCIP version 2.1.1.4
3.78/3.86	c 
3.78/3.86	c # maximal time in seconds to run
3.78/3.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.78/3.86	c limits/time = 1797
3.78/3.86	c 
3.78/3.86	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.78/3.86	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.78/3.86	c limits/memory = 13950
3.78/3.86	c 
3.78/3.86	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.78/3.86	c # [type: int, range: [1,2], default: 1]
3.78/3.86	c timing/clocktype = 2
3.78/3.86	c 
3.78/3.86	c # belongs reading time to solving time?
3.78/3.86	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.78/3.86	c timing/reading = TRUE
3.78/3.86	c 
3.78/3.86	c -----------------------------------------------------------------------------------------------
3.78/3.86	c start solving
3.89/3.91	c 

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-3693738-1338036929/watcher-3693738-1338036929 -o /tmp/evaluation-result-3693738-1338036929/solver-3693738-1338036929 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693738-1338036929.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.00 2.00 3/176 4856
/proc/meminfo: memFree=26288800/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=11268 CPUtime=0 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 1555 0 0 0 0 0 0 0 20 0 1 0 269818642 11538432 1509 33554432000 4194304 10169799 140733795314704 140734019034360 8797536 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 2817 1509 413 1459 0 1349 0

[startup+0.082647 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4856
/proc/meminfo: memFree=26288800/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=21352 CPUtime=0.07 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 4102 0 0 0 7 0 0 0 20 0 1 0 269818642 21864448 4056 33554432000 4194304 10169799 140733795314704 140734019034360 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 5338 4056 413 1459 0 3870 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 21352

[startup+0.100331 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4856
/proc/meminfo: memFree=26288800/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=25124 CPUtime=0.09 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 4877 0 0 0 9 0 0 0 20 0 1 0 269818642 25726976 4831 33554432000 4194304 10169799 140733795314704 140734019034360 8844157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 6281 4851 456 1459 0 4813 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25124

[startup+0.300236 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4856
/proc/meminfo: memFree=26288800/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=104052 CPUtime=0.29 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 24473 0 0 0 26 3 0 0 20 0 1 0 269818642 106549248 24427 33554432000 4194304 10169799 140733795314704 140733795310360 7543003 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 26013 24429 509 1459 0 24545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104052

[startup+0.700243 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4856
/proc/meminfo: memFree=26288800/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=161716 CPUtime=0.69 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 39909 0 0 0 64 5 0 0 20 0 1 0 269818642 165597184 38823 33554432000 4194304 10169799 140733795314704 140733795310360 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 40429 38823 537 1459 0 38961 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 161716

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4858
/proc/meminfo: memFree=26129692/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=178780 CPUtime=1.49 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 44167 0 0 0 143 6 0 0 20 0 1 0 269818642 183070720 43081 33554432000 4194304 10169799 140733795314704 140733795313112 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 44695 43081 537 1459 0 43227 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 178780

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4858
/proc/meminfo: memFree=26088632/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=208324 CPUtime=3.09 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 52396 0 0 0 297 12 0 0 20 0 1 0 269818642 213323776 50499 33554432000 4194304 10169799 140733795314704 140733795313112 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 52081 50499 569 1459 0 50613 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208324

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4896
/proc/meminfo: memFree=28375032/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=617644 CPUtime=6.28 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 123583 0 0 0 600 28 0 0 20 0 1 0 269818642 632467456 144546 33554432000 4194304 10169799 140733795314704 140733795309496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 154411 144546 744 1459 0 152943 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 617644

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4896
/proc/meminfo: memFree=28326200/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=644916 CPUtime=12.68 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 129975 0 0 0 1239 29 0 0 20 0 1 0 269818642 660393984 154216 33554432000 4194304 10169799 140733795314704 140733795309208 7591812 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 161229 154216 744 1459 0 159761 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 644916

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4896
/proc/meminfo: memFree=28304808/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=659212 CPUtime=25.48 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 132655 0 0 0 2517 31 0 0 20 0 1 0 269818642 675033088 159351 33554432000 4194304 10169799 140733795314704 140733795309112 7593015 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 164803 159351 744 1459 0 163335 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 659212

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4896
/proc/meminfo: memFree=28305980/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=659212 CPUtime=51.08 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 132690 0 0 0 5075 33 0 0 20 0 1 0 269818642 675033088 159391 33554432000 4194304 10169799 140733795314704 140733795309032 7591849 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 164803 159391 748 1459 0 163335 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 659212

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4896
/proc/meminfo: memFree=28294920/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=669336 CPUtime=102.28 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 133135 0 0 0 10191 37 0 0 20 0 1 0 269818642 685400064 161370 33554432000 4194304 10169799 140733795314704 140733795309032 8010300 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 167334 161370 748 1459 0 165866 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 669336

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4896
/proc/meminfo: memFree=28272680/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=687140 CPUtime=162.26 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 133769 0 0 0 16186 40 0 0 20 0 1 0 269818642 703631360 165142 33554432000 4194304 10169799 140733795314704 140733795309480 7593028 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 171785 165142 748 1459 0 170317 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 687140

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4897
/proc/meminfo: memFree=28262032/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=687140 CPUtime=222.24 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 133779 0 0 0 22182 42 0 0 20 0 1 0 269818642 703631360 166177 33554432000 4194304 10169799 140733795314704 140733795309528 8010532 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 171785 166177 748 1459 0 170317 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 687140

[startup+282.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 4900
/proc/meminfo: memFree=28238692/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=706032 CPUtime=282.23 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 134993 0 0 0 28178 45 0 0 20 0 1 0 269818642 722976768 171831 33554432000 4194304 10169799 140733795314704 140733795309032 7982316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 176508 171831 748 1459 0 175040 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 706032

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4923
/proc/meminfo: memFree=28260212/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=685424 CPUtime=342.22 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 135570 0 0 0 34173 49 0 0 20 0 1 0 269818642 701874176 166266 33554432000 4194304 10169799 140733795314704 140733795308376 8033395 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 171356 166266 748 1459 0 169888 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 685424

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4923
/proc/meminfo: memFree=28259096/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=685424 CPUtime=402.21 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 135573 0 0 0 40169 52 0 0 20 0 1 0 269818642 701874176 166528 33554432000 4194304 10169799 140733795314704 140733795308376 8051778 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 171356 166528 748 1459 0 169888 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 685424

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 4923
/proc/meminfo: memFree=28257224/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=685424 CPUtime=462.2 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 135584 0 0 0 46166 54 0 0 20 0 1 0 269818642 701874176 166539 33554432000 4194304 10169799 140733795314704 140733795309528 8009933 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 171356 166539 748 1459 0 169888 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 685424

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4924
/proc/meminfo: memFree=28218380/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=522.19 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137130 0 0 0 52161 58 0 0 20 0 1 0 269818642 737472512 176171 33554432000 4194304 10169799 140733795314704 140733795309032 7591827 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176171 748 1459 0 178579 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 720188

[startup+582.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 4924
/proc/meminfo: memFree=28218008/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=582.19 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137273 0 0 0 58158 61 0 0 20 0 1 0 269818642 737472512 176261 33554432000 4194304 10169799 140733795314704 140733795309032 8020044 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176261 748 1459 0 178579 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 720188

[startup+642.3 s]

################
# More data... #
################

/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137273 0 0 0 106129 82 0 0 20 0 1 0 269818642 737472512 176261 33554432000 4194304 10169799 140733795314704 140733795308376 8038545 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176261 748 1459 0 178579 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 720188

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 5042
/proc/meminfo: memFree=28221028/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1122.1 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137608 0 0 0 112125 85 0 0 20 0 1 0 269818642 737472512 176261 33554432000 4194304 10169799 140733795314704 140733795309032 7952954 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176261 748 1459 0 178579 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 720188

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5043
/proc/meminfo: memFree=28218292/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1182.09 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137608 0 0 0 118122 87 0 0 20 0 1 0 269818642 737472512 176261 33554432000 4194304 10169799 140733795314704 140733795309528 8006211 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176261 748 1459 0 178579 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 720188

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 5043
/proc/meminfo: memFree=28216308/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1242.08 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137608 0 0 0 124119 89 0 0 20 0 1 0 269818642 737472512 176261 33554432000 4194304 10169799 140733795314704 140733795308376 8038553 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176261 748 1459 0 178579 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 720188

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5043
/proc/meminfo: memFree=28213692/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1302.08 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137608 0 0 0 130117 91 0 0 20 0 1 0 269818642 737472512 176261 33554432000 4194304 10169799 140733795314704 140733795309032 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176261 748 1459 0 178579 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 720188

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 5043
/proc/meminfo: memFree=28212824/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1362.07 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 136113 94 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795308376 8051582 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 720188

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 5043
/proc/meminfo: memFree=28209600/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1422.06 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 142110 96 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795309496 8009560 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 720188

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 5047
/proc/meminfo: memFree=28206776/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1482.05 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 148107 98 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795309480 7982305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 720188

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5047
/proc/meminfo: memFree=28206756/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1542.04 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 154105 99 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795309032 8022980 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 720188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5047
/proc/meminfo: memFree=28206632/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1602.03 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 160101 102 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795309480 8005549 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 720188

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 5047
/proc/meminfo: memFree=28205888/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1662.02 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 166098 104 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795308376 8051815 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 720188

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 5047
/proc/meminfo: memFree=28205764/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1722.02 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 172095 107 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795309032 7982305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 720188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5048
/proc/meminfo: memFree=28204328/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=720188 CPUtime=1782.01 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137867 0 0 0 178092 109 0 0 20 0 1 0 269818642 737472512 176314 33554432000 4194304 10169799 140733795314704 140733795308376 8051968 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 180047 176314 748 1459 0 178579 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 720188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 5048
/proc/meminfo: memFree=28217608/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=695564 CPUtime=1800 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137869 0 0 0 179891 109 0 0 20 0 1 0 269818642 712257536 172982 33554432000 4194304 10169799 140733795314704 140733795308792 8051568 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 173891 172982 750 1459 0 172423 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 695564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -4856

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5049
/proc/meminfo: memFree=28217608/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=695564 CPUtime=1801.1 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137869 0 0 0 180001 109 0 0 20 0 1 0 269818642 712257536 172982 33554432000 4194304 10169799 140733795314704 140733795308792 8051760 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 173891 172982 750 1459 0 172423 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 695564

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5049
/proc/meminfo: memFree=28217476/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=695564 CPUtime=1801.5 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137869 0 0 0 180041 109 0 0 20 0 1 0 269818642 712257536 172982 33554432000 4194304 10169799 140733795314704 140733795308792 8052253 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 173891 172982 750 1459 0 172423 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 695564

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5049
/proc/meminfo: memFree=28217476/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=695564 CPUtime=1801.9 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137869 0 0 0 180081 109 0 0 20 0 1 0 269818642 712257536 172982 33554432000 4194304 10169799 140733795314704 140733795308792 8051968 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 173891 172982 750 1459 0 172423 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 695564

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5049
/proc/meminfo: memFree=28217476/32873660 swapFree=7108/7108
[pid=4856] ppid=4854 vsize=695564 CPUtime=1802 cores=1,3,5,7
/proc/4856/stat : 4856 (scip-2.1.1.4sfi) R 4854 4856 3226 0 -1 4202496 137869 0 0 0 180091 109 0 0 20 0 1 0 269818642 712257536 172982 33554432000 4194304 10169799 140733795314704 140733795308792 8051968 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/4856/statm: 173891 172982 750 1459 0 172423 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 695564

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.02
CPU user time (s): 1800.92
CPU system time (s): 1.10483
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 750492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.92
system time used= 1.10483
maximum resident set size= 734696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137869
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= 21
involuntary context switches= 1854

runsolver used 2.6026 second user time and 7.2429 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-26 14:55:29
IDJOB=3693738
IDBENCH=48225
IDSOLVER=2272
FILE ID=node117/3693738-1338036929
RUNJOBID= node117-1338029730-4453
PBS_JOBID= 14624354
Free space on /tmp= 71484 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_3.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-3693738-1338036929/watcher-3693738-1338036929 -o /tmp/evaluation-result-3693738-1338036929/solver-3693738-1338036929 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693738-1338036929.opb -t 1800 -m 15500

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

MD5SUM BENCH= e05fbfdce4433b0b2590ec382b530cec
RANDOM SEED=619455873

node117.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		: 2667.148
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	: 5334.29
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		: 2667.148
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		: 2667.148
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.91
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		: 2667.148
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.95
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		: 2667.148
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		: 2667.148
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		: 2667.148
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		: 2667.148
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        26289560 kB
Buffers:          265824 kB
Cached:          2852260 kB
SwapCached:            0 kB
Active:          3265784 kB
Inactive:        2530348 kB
Active(anon):    2680348 kB
Inactive(anon):        0 kB
Active(file):     585436 kB
Inactive(file):  2530348 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15528 kB
Writeback:             0 kB
AnonPages:       2661860 kB
Mapped:            17828 kB
Shmem:               200 kB
Slab:             644016 kB
SReclaimable:      88596 kB
SUnreclaim:       555420 kB
KernelStack:        1472 kB
PageTables:         9252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    2799052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2359296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71484 MiB
End job on node117 at 2012-05-26 15:25:31