Trace number 3693739

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.03 1802.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_4.opb
MD5SUM49512b8058c62182b32b06ac219e7167
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.11
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)150968
Sum of products size (including duplicates)301936
Number of different products75484
Sum of products size150968

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-3693739-1338036933.opb>
0.08/0.10	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.08/0.10	c problem read in 0.10
0.48/0.53	o 0
0.48/0.53	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.48/0.53	c presolving:
2.09/2.15	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 599684 impls, 2000 clqs
3.89/3.90	c    (3.9s) probing: 51/77484 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.89/3.90	c    (3.9s) probing aborted: 50/50 successive totally useless probings
3.89/3.97	c presolving (2 rounds):
3.89/3.97	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.89/3.97	c  599684 implications, 2000 cliques
3.89/3.97	c presolved problem has 77484 variables (77484 bin, 0 int, 0 impl, 0 cont) and 78485 constraints
3.89/3.97	c    3000 constraints of type <setppc>
3.89/3.97	c   75484 constraints of type <and>
3.89/3.97	c       1 constraints of type <linear>
3.89/3.97	c transformed objective value is always integral (scale: 1)
3.89/3.97	c Presolving Time: 3.84
3.89/3.97	c - non default parameters ----------------------------------------------------------------------
3.89/3.97	c # SCIP version 2.1.1.4
3.89/3.97	c 
3.89/3.97	c # maximal time in seconds to run
3.89/3.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.89/3.97	c limits/time = 1797
3.89/3.97	c 
3.89/3.97	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.89/3.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.89/3.97	c limits/memory = 13950
3.89/3.97	c 
3.89/3.97	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.89/3.97	c # [type: int, range: [1,2], default: 1]
3.89/3.97	c timing/clocktype = 2
3.89/3.97	c 
3.89/3.97	c # belongs reading time to solving time?
3.89/3.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.89/3.97	c timing/reading = TRUE
3.89/3.97	c 
3.89/3.97	c -----------------------------------------------------------------------------------------------
3.89/3.97	c start solving
3.98/4.03	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-3693739-1338036933/watcher-3693739-1338036933 -o /tmp/evaluation-result-3693739-1338036933/solver-3693739-1338036933 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693739-1338036933.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 2513
/proc/meminfo: memFree=29629264/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/2513/stat : 2513 (runsolver) D 2511 2513 521 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 269818979 12095488 50 33554432000 4194304 5436572 140734237028656 140734237024952 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/2513/statm: 2953 50 31 304 0 2645 0

[startup+0.0701881 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 2513
/proc/meminfo: memFree=29629264/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=19044 CPUtime=0.05 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 3507 0 0 0 5 0 0 0 20 0 1 0 269818979 19501056 3462 33554432000 4194304 10169799 140734386388784 140734237024840 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 4761 3462 413 1459 0 3293 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19044

[startup+0.100308 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 2513
/proc/meminfo: memFree=29629264/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=22740 CPUtime=0.08 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 4442 0 0 0 8 0 0 0 20 0 1 0 269818979 23285760 4397 33554432000 4194304 10169799 140734386388784 140734237024840 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 5685 4397 413 1459 0 4217 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22740

[startup+0.300268 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 2513
/proc/meminfo: memFree=29629264/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=101592 CPUtime=0.29 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 23867 0 0 0 26 3 0 0 20 0 1 0 269818979 104030208 23795 33554432000 4194304 10169799 140734386388784 140734237024840 5477139 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 25398 23795 509 1459 0 23930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101592

[startup+0.700268 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 2513
/proc/meminfo: memFree=29629264/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=161948 CPUtime=0.68 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 40002 0 0 0 63 5 0 0 20 0 1 0 269818979 165834752 38890 33554432000 4194304 10169799 140734386388784 140734237024840 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 40487 38890 537 1459 0 39019 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 161948

[startup+1.50027 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 2514
/proc/meminfo: memFree=29470892/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=178952 CPUtime=1.48 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 44244 0 0 0 141 7 0 0 20 0 1 0 269818979 183246848 43132 33554432000 4194304 10169799 140734386388784 140734386387192 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 44738 43132 537 1459 0 43270 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 178952

[startup+3.10023 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 2514
/proc/meminfo: memFree=29433708/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=209584 CPUtime=3.08 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 52002 0 0 0 296 12 0 0 20 0 1 0 269818979 214614016 50818 33554432000 4194304 10169799 140734386388784 140734386387192 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 52396 50818 569 1459 0 50928 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 209584

[startup+6.30027 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 2514
/proc/meminfo: memFree=29070968/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=613084 CPUtime=6.28 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 122667 0 0 0 599 29 0 0 20 0 1 0 269818979 627798016 144398 33554432000 4194304 10169799 140734386388784 140734386383240 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 153271 144398 744 1459 0 151803 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 613084

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 2514
/proc/meminfo: memFree=29008768/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=654352 CPUtime=12.68 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 131594 0 0 0 1237 31 0 0 20 0 1 0 269818979 670056448 158185 33554432000 4194304 10169799 140734386388784 140734386383192 8044557 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 163588 158185 744 1459 0 162120 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 654352

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 2514
/proc/meminfo: memFree=28994016/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=656972 CPUtime=25.48 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 132519 0 0 0 2516 32 0 0 20 0 1 0 269818979 672739328 158983 33554432000 4194304 10169799 140734386388784 140734386383288 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 164243 158983 744 1459 0 162775 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 656972

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 2514
/proc/meminfo: memFree=28993148/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=656972 CPUtime=51.08 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 132617 0 0 0 5074 34 0 0 20 0 1 0 269818979 672739328 159081 33554432000 4194304 10169799 140734386388784 140734386383112 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 164243 159081 748 1459 0 162775 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 656972

[startup+102.307 s]
/proc/loadavg: 2.04 2.00 2.00 3/176 2514
/proc/meminfo: memFree=28965968/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=681564 CPUtime=102.27 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 133731 0 0 0 10191 36 0 0 20 0 1 0 269818979 697921536 165244 33554432000 4194304 10169799 140734386388784 140734386383112 8009871 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 170391 165244 748 1459 0 168923 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 681564

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2515
/proc/meminfo: memFree=28961972/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=681564 CPUtime=162.25 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 133741 0 0 0 16186 39 0 0 20 0 1 0 269818979 697921536 165259 33554432000 4194304 10169799 140734386388784 140734386383576 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 170391 165259 748 1459 0 168923 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 681564

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2515
/proc/meminfo: memFree=28959644/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=681564 CPUtime=222.25 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 133745 0 0 0 22183 42 0 0 20 0 1 0 269818979 697921536 165263 33554432000 4194304 10169799 140734386388784 140734386383112 8061242 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 170391 165263 748 1459 0 168923 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 681564

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2518
/proc/meminfo: memFree=28955644/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=681564 CPUtime=282.24 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 133757 0 0 0 28180 44 0 0 20 0 1 0 269818979 697921536 165497 33554432000 4194304 10169799 140734386388784 140734386383112 7978389 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 170391 165497 748 1459 0 168923 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 681564

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2541
/proc/meminfo: memFree=28951636/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=681564 CPUtime=342.23 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 133763 0 0 0 34177 46 0 0 20 0 1 0 269818979 697921536 165669 33554432000 4194304 10169799 140734386388784 140734386383112 8010556 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 170391 165669 748 1459 0 168923 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 681564

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2541
/proc/meminfo: memFree=28939088/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=688836 CPUtime=402.22 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 135071 0 0 0 40172 50 0 0 20 0 1 0 269818979 705368064 167484 33554432000 4194304 10169799 140734386388784 140734386383112 7593032 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 172209 167484 748 1459 0 170741 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 688836

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2542
/proc/meminfo: memFree=28912448/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=711956 CPUtime=462.21 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 135275 0 0 0 46168 53 0 0 20 0 1 0 269818979 729042944 173363 33554432000 4194304 10169799 140734386388784 140734386383560 8010537 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177989 173363 748 1459 0 176521 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 711956

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2542
/proc/meminfo: memFree=28907156/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=711956 CPUtime=522.2 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 135279 0 0 0 52164 56 0 0 20 0 1 0 269818979 729042944 173624 33554432000 4194304 10169799 140734386388784 140734386383112 8010556 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177989 173624 748 1459 0 176521 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 711956

[startup+582.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 2542
/proc/meminfo: memFree=28924384/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=694192 CPUtime=582.19 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 135758 0 0 0 58161 58 0 0 20 0 1 0 269818979 710852608 167847 33554432000 4194304 10169799 140734386388784 140734386382456 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 173548 167847 748 1459 0 172080 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 694192

[startup+642.3 s]

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

/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 136494 0 0 0 106140 72 0 0 20 0 1 0 269818979 727293952 173074 33554432000 4194304 10169799 140734386388784 140734386383112 8010544 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173074 748 1459 0 176094 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 710248

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2661
/proc/meminfo: memFree=28932324/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1122.1 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 136496 0 0 0 112136 74 0 0 20 0 1 0 269818979 727293952 173076 33554432000 4194304 10169799 140734386388784 140734386383112 7982285 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173076 748 1459 0 176094 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 710248

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2661
/proc/meminfo: memFree=28930636/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1182.09 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137009 0 0 0 118133 76 0 0 20 0 1 0 269818979 727293952 173078 33554432000 4194304 10169799 140734386388784 140734386383112 8010556 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173078 748 1459 0 176094 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 710248

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2661
/proc/meminfo: memFree=28930512/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1242.08 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137011 0 0 0 124130 78 0 0 20 0 1 0 269818979 727293952 173080 33554432000 4194304 10169799 140734386388784 140734386383560 8010532 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173080 748 1459 0 176094 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 710248

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2661
/proc/meminfo: memFree=28930512/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1302.09 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137012 0 0 0 130129 80 0 0 20 0 1 0 269818979 727293952 173081 33554432000 4194304 10169799 140734386388784 140734386382456 8005309 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173081 748 1459 0 176094 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 710248

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 2662
/proc/meminfo: memFree=28930636/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1362.07 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137013 0 0 0 136126 81 0 0 20 0 1 0 269818979 727293952 173082 33554432000 4194304 10169799 140734386388784 140734386383608 8020044 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173082 748 1459 0 176094 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 710248

[startup+1422.31 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 2662
/proc/meminfo: memFree=28930264/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1422.06 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137014 0 0 0 142124 82 0 0 20 0 1 0 269818979 727293952 173083 33554432000 4194304 10169799 140734386388784 140734386383112 8010556 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173083 748 1459 0 176094 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 710248

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 2665
/proc/meminfo: memFree=28930132/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1482.05 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137016 0 0 0 148121 84 0 0 20 0 1 0 269818979 727293952 173085 33554432000 4194304 10169799 140734386388784 140734386383112 7978034 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173085 748 1459 0 176094 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 710248

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 2665
/proc/meminfo: memFree=28930140/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1542.04 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137016 0 0 0 154118 86 0 0 20 0 1 0 269818979 727293952 173085 33554432000 4194304 10169799 140734386388784 140734386383112 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173085 748 1459 0 176094 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 710248

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2665
/proc/meminfo: memFree=28928280/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1602.03 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137017 0 0 0 160116 87 0 0 20 0 1 0 269818979 727293952 173086 33554432000 4194304 10169799 140734386388784 140734386383112 8006040 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173086 748 1459 0 176094 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 710248

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2666
/proc/meminfo: memFree=28926912/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1662.02 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137017 0 0 0 166113 89 0 0 20 0 1 0 269818979 727293952 173086 33554432000 4194304 10169799 140734386388784 140734386383608 8009802 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173086 748 1459 0 176094 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 710248

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2666
/proc/meminfo: memFree=28923440/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1722.02 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137017 0 0 0 172111 91 0 0 20 0 1 0 269818979 727293952 173086 33554432000 4194304 10169799 140734386388784 140734386383112 7707137 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173086 748 1459 0 176094 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 710248

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2666
/proc/meminfo: memFree=28923316/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=710248 CPUtime=1782 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137017 0 0 0 178108 92 0 0 20 0 1 0 269818979 727293952 173086 33554432000 4194304 10169799 140734386388784 140734386383608 8009536 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 177562 173086 748 1459 0 176094 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 710248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2666
/proc/meminfo: memFree=28935168/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=685564 CPUtime=1800.01 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137273 0 0 0 179908 93 0 0 20 0 1 0 269818979 702017536 170294 33554432000 4194304 10169799 140734386388784 140734386382872 8051778 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 171391 170294 750 1459 0 169923 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 685564

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2513

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 2667
/proc/meminfo: memFree=28935168/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=685564 CPUtime=1801.1 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137273 0 0 0 180017 93 0 0 20 0 1 0 269818979 702017536 170294 33554432000 4194304 10169799 140734386388784 140734386382872 8052253 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 171391 170294 750 1459 0 169923 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 685564

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2667
/proc/meminfo: memFree=28935160/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=685564 CPUtime=1801.51 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137273 0 0 0 180058 93 0 0 20 0 1 0 269818979 702017536 170294 33554432000 4194304 10169799 140734386388784 140734386382872 8051568 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 171391 170294 750 1459 0 169923 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 685564

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2667
/proc/meminfo: memFree=28935160/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=685564 CPUtime=1801.9 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137273 0 0 0 180097 93 0 0 20 0 1 0 269818979 702017536 170294 33554432000 4194304 10169799 140734386388784 140734386382872 8052125 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 171391 170294 750 1459 0 169923 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 685564

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2667
/proc/meminfo: memFree=28935160/32873844 swapFree=7112/7112
[pid=2513] ppid=2511 vsize=685564 CPUtime=1802 cores=0,2,4,6
/proc/2513/stat : 2513 (scip-2.1.1.4sfi) R 2511 2513 521 0 -1 4202496 137273 0 0 0 180107 93 0 0 20 0 1 0 269818979 702017536 170294 33554432000 4194304 10169799 140734386388784 140734386382872 8051568 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2513/statm: 171391 170294 750 1459 0 169923 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 685564

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.03
CPU user time (s): 1801.08
CPU system time (s): 0.942856
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 739008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.08
system time used= 0.942856
maximum resident set size= 720928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137273
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= 13
involuntary context switches= 1993

runsolver used 3.32849 second user time and 8.48571 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-26 14:55:33
IDJOB=3693739
IDBENCH=48229
IDSOLVER=2272
FILE ID=node119/3693739-1338036933
RUNJOBID= node119-1338029657-1672
PBS_JOBID= 14624352
Free space on /tmp= 71560 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_4.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-3693739-1338036933/watcher-3693739-1338036933 -o /tmp/evaluation-result-3693739-1338036933/solver-3693739-1338036933 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693739-1338036933.opb -t 1800 -m 15500

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

MD5SUM BENCH= 49512b8058c62182b32b06ac219e7167
RANDOM SEED=1545759073

node119.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.943
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	: 5333.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:       32873844 kB
MemFree:        29629908 kB
Buffers:          222508 kB
Cached:          2025736 kB
SwapCached:            0 kB
Active:           733880 kB
Inactive:        1726108 kB
Active(anon):     200668 kB
Inactive(anon):    14064 kB
Active(file):     533212 kB
Inactive(file):  1712044 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16008 kB
Writeback:             0 kB
AnonPages:        221188 kB
Mapped:            16744 kB
Shmem:               200 kB
Slab:             645512 kB
SReclaimable:      87744 kB
SUnreclaim:       557768 kB
KernelStack:        1464 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     327964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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= 71548 MiB
End job on node119 at 2012-05-26 15:25:35