Trace number 3691405

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 SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed? (TO) 1802.02 1802.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
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 -72
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)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

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-3691405-1338021616.opb>
0.09/0.10	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
0.09/0.10	c problem read in 0.10
0.49/0.51	o 0
0.49/0.52	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.49/0.52	c presolving:
1.99/2.09	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598856 impls, 2000 clqs
3.79/3.82	c    (3.8s) probing: 51/77286 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.79/3.82	c    (3.8s) probing aborted: 50/50 successive totally useless probings
3.79/3.88	c presolving (2 rounds):
3.79/3.88	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.79/3.88	c  598856 implications, 2000 cliques
3.79/3.88	c presolved problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 78287 constraints
3.79/3.88	c    3000 constraints of type <setppc>
3.79/3.88	c   75286 constraints of type <and>
3.79/3.88	c       1 constraints of type <linear>
3.79/3.88	c transformed objective value is always integral (scale: 1)
3.79/3.88	c Presolving Time: 3.76
3.79/3.88	c - non default parameters ----------------------------------------------------------------------
3.79/3.88	c # SCIP version 2.1.1.4
3.79/3.88	c 
3.79/3.88	c # maximal time in seconds to run
3.79/3.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.88	c limits/time = 1797
3.79/3.88	c 
3.79/3.88	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.79/3.88	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.79/3.88	c limits/memory = 13950
3.79/3.88	c 
3.79/3.88	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.79/3.88	c # [type: int, range: [1,2], default: 1]
3.79/3.88	c timing/clocktype = 2
3.79/3.88	c 
3.79/3.88	c # belongs reading time to solving time?
3.79/3.88	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.79/3.88	c timing/reading = TRUE
3.79/3.88	c 
3.79/3.88	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.79/3.88	c # [type: int, range: [-1,2147483647], default: -1]
3.79/3.88	c separating/rapidlearning/freq = 0
3.79/3.88	c 
3.79/3.88	c -----------------------------------------------------------------------------------------------
3.79/3.88	c start solving
3.88/3.94	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-3691405-1338021616/watcher-3691405-1338021616 -o /tmp/evaluation-result-3691405-1338021616/solver-3691405-1338021616 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691405-1338021616.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: 2.02 2.03 1.96 3/177 1953
/proc/meminfo: memFree=28350184/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=10460 CPUtime=0 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 1 0 268287683 10711040 1306 33554432000 4194304 10173063 140734475560384 140734935747960 5474180 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 2615 1306 408 1460 0 1146 0

[startup+0.0398391 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 1953
/proc/meminfo: memFree=28350184/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=15640 CPUtime=0.02 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 2677 0 0 0 2 0 0 0 20 0 1 0 268287683 16015360 2631 33554432000 4194304 10173063 140734475560384 140734935747960 8985008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 3910 2631 417 1460 0 2441 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 15640

[startup+0.10025 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 1953
/proc/meminfo: memFree=28350184/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=23056 CPUtime=0.09 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 4522 0 0 0 8 1 0 0 20 0 1 0 268287683 23609344 4476 33554432000 4194304 10173063 140734475560384 140734935747960 5284975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 5764 4476 417 1460 0 4295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23056

[startup+0.300227 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 1953
/proc/meminfo: memFree=28350184/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=104004 CPUtime=0.28 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 24505 0 0 0 25 3 0 0 20 0 1 0 268287683 106500096 24432 33554432000 4194304 10173063 140734475560384 140734475554776 5283980 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 26054 24458 522 1460 0 24585 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 104004

[startup+0.700165 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 1953
/proc/meminfo: memFree=28350184/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=161736 CPUtime=0.68 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 39970 0 0 0 62 6 0 0 20 0 1 0 268287683 165617664 38857 33554432000 4194304 10173063 140734475560384 140734475553928 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 40434 38857 550 1460 0 38965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 161736

[startup+1.50024 s]
/proc/loadavg: 2.02 2.03 1.96 3/178 1954
/proc/meminfo: memFree=28185976/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=178732 CPUtime=1.49 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 44198 0 0 0 141 8 0 0 20 0 1 0 268287683 183021568 43085 33554432000 4194304 10173063 140734475560384 140734475557640 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 44683 43085 550 1460 0 43214 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 178732

[startup+3.10018 s]
/proc/loadavg: 2.02 2.03 1.96 3/178 1954
/proc/meminfo: memFree=28146980/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=208456 CPUtime=3.09 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 52465 0 0 0 295 14 0 0 20 0 1 0 268287683 213458944 50541 33554432000 4194304 10173063 140734475560384 140734475557640 8963895 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 52114 50541 577 1460 0 50645 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 208456

[startup+6.30017 s]
/proc/loadavg: 2.02 2.03 1.96 3/178 1954
/proc/meminfo: memFree=27791368/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=610380 CPUtime=6.29 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 121462 0 0 0 601 28 0 0 20 0 1 0 268287683 625029120 143735 33554432000 4194304 10173063 140734475560384 140734475553640 8063658 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 152595 143735 750 1460 0 151126 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 610380

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 1.96 3/178 1954
/proc/meminfo: memFree=27735468/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=642736 CPUtime=12.68 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 127843 0 0 0 1239 29 0 0 20 0 1 0 268287683 658161664 154636 33554432000 4194304 10173063 140734475560384 140734475553640 7984354 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1953/statm: 160684 154636 750 1460 0 159215 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 642736

[startup+25.5003 s]
/proc/loadavg: 2.01 2.03 1.96 3/178 1954
/proc/meminfo: memFree=27718196/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=655444 CPUtime=25.48 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 129501 0 0 0 2517 31 0 0 20 0 1 0 268287683 671174656 158204 33554432000 4194304 10173063 140734475560384 140734475553640 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 163861 158204 750 1460 0 162392 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 655444

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 1954
/proc/meminfo: memFree=27701888/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=667664 CPUtime=51.07 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 130744 0 0 0 5075 32 0 0 20 0 1 0 268287683 683687936 161740 33554432000 4194304 10173063 140734475560384 140734475554056 8013232 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 166916 161740 755 1460 0 165447 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 667664

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 1.96 3/177 1954
/proc/meminfo: memFree=27703116/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=667664 CPUtime=102.28 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 130822 0 0 0 10193 35 0 0 20 0 1 0 268287683 683687936 161818 33554432000 4194304 10173063 140734475560384 140734475553560 8007162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 166916 161818 755 1460 0 165447 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 667664

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 1954
/proc/meminfo: memFree=27701516/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=667664 CPUtime=162.26 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 130827 0 0 0 16188 38 0 0 20 0 1 0 268287683 683687936 161890 33554432000 4194304 10173063 140734475560384 140734475553560 7594611 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 166916 161890 755 1460 0 165447 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 667664

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 1955
/proc/meminfo: memFree=27701696/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=667664 CPUtime=222.25 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 130831 0 0 0 22185 40 0 0 20 0 1 0 268287683 683687936 161895 33554432000 4194304 10173063 140734475560384 140734475553560 8008272 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 166916 161895 755 1460 0 165447 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 667664

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 1955
/proc/meminfo: memFree=27679548/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=686548 CPUtime=282.24 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 131681 0 0 0 28182 42 0 0 20 0 1 0 268287683 703025152 166421 33554432000 4194304 10173063 140734475560384 140734475553560 8012328 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 171637 166421 755 1460 0 170168 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 686548

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/177 1955
/proc/meminfo: memFree=27677708/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=686548 CPUtime=342.23 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 131687 0 0 0 34177 46 0 0 20 0 1 0 268287683 703025152 166557 33554432000 4194304 10173063 140734475560384 140734475554008 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 171637 166557 755 1460 0 170168 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 686548

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/177 1955
/proc/meminfo: memFree=27652152/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=709524 CPUtime=402.22 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 132127 0 0 0 40173 49 0 0 20 0 1 0 268287683 726552576 173007 33554432000 4194304 10173063 140734475560384 140734475554024 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 177381 173007 755 1460 0 175912 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 709524

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1955
/proc/meminfo: memFree=27683036/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=680640 CPUtime=462.21 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 133192 0 0 0 46169 52 0 0 20 0 1 0 268287683 696975360 164446 33554432000 4194304 10173063 140734475560384 140734475553560 8055023 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 170160 164446 755 1460 0 168691 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 680640

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1956
/proc/meminfo: memFree=27680180/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=680904 CPUtime=522.2 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 133262 0 0 0 52166 54 0 0 20 0 1 0 268287683 697245696 165286 33554432000 4194304 10173063 140734475560384 140734475554056 8846889 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 170226 165286 755 1460 0 168757 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 680904

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/177 1956
/proc/meminfo: memFree=27683284/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=681192 CPUtime=582.18 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 133274 0 0 0 58162 56 0 0 20 0 1 0 268287683 697540608 165298 33554432000 4194304 10173063 140734475560384 140734475553560 8022603 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 170298 165298 755 1460 0 168829 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 681192

[startup+642.3 s]

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

/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 137354 0 0 0 106137 74 0 0 20 0 1 0 268287683 733163520 175060 33554432000 4194304 10173063 140734475560384 140734475553560 7985079 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 178995 175060 755 1460 0 177526 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 715980

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 2037
/proc/meminfo: memFree=27736908/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=715980 CPUtime=1122.1 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 137354 0 0 0 112134 76 0 0 20 0 1 0 268287683 733163520 175060 33554432000 4194304 10173063 140734475560384 140734475554008 8982074 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 178995 175060 755 1460 0 177526 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 715980

[startup+1182.3 s]
/proc/loadavg: 2.08 2.03 1.99 3/177 2037
/proc/meminfo: memFree=27731592/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=715980 CPUtime=1182.1 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 137354 0 0 0 118132 78 0 0 20 0 1 0 268287683 733163520 175060 33554432000 4194304 10173063 140734475560384 140734475554024 8013273 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 178995 175060 755 1460 0 177526 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 715980

[startup+1242.3 s]
/proc/loadavg: 2.13 2.05 2.00 3/178 2040
/proc/meminfo: memFree=27725636/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=715980 CPUtime=1242.09 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 137354 0 0 0 124130 79 0 0 20 0 1 0 268287683 733163520 175060 33554432000 4194304 10173063 140734475560384 140734475553560 7980752 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 178995 175060 755 1460 0 177526 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 715980

[startup+1302.3 s]
/proc/loadavg: 2.18 2.07 2.01 3/178 2063
/proc/meminfo: memFree=27722920/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=715980 CPUtime=1302.08 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138193 0 0 0 130126 82 0 0 20 0 1 0 268287683 733163520 175060 33554432000 4194304 10173063 140734475560384 140734475554008 8013208 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 178995 175060 755 1460 0 177526 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 715980

[startup+1362.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/177 2063
/proc/meminfo: memFree=27719344/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=715980 CPUtime=1362.06 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138193 0 0 0 136123 83 0 0 20 0 1 0 268287683 733163520 175060 33554432000 4194304 10173063 140734475560384 140734475553560 8013292 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 178995 175060 755 1460 0 177526 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 715980

[startup+1422.31 s]
/proc/loadavg: 2.09 2.07 2.01 3/176 2063
/proc/meminfo: memFree=27706208/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=724884 CPUtime=1422.06 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138886 0 0 0 142121 85 0 0 20 0 1 0 268287683 742281216 177286 33554432000 4194304 10173063 140734475560384 140734475553560 8012649 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 181221 177286 755 1460 0 179752 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 724884

[startup+1482.3 s]
/proc/loadavg: 2.13 2.08 2.01 3/177 2064
/proc/meminfo: memFree=27703916/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=724884 CPUtime=1482.05 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138886 0 0 0 148118 87 0 0 20 0 1 0 268287683 742281216 177286 33554432000 4194304 10173063 140734475560384 140734475554008 7711391 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 181221 177286 755 1460 0 179752 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 724884

[startup+1542.3 s]
/proc/loadavg: 2.10 2.08 2.01 3/177 2064
/proc/meminfo: memFree=27702320/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=724884 CPUtime=1542.04 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138886 0 0 0 154115 89 0 0 20 0 1 0 268287683 742281216 177286 33554432000 4194304 10173063 140734475560384 140734475552904 8054551 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 181221 177286 755 1460 0 179752 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 724884

[startup+1602.3 s]
/proc/loadavg: 2.08 2.08 2.01 3/177 2064
/proc/meminfo: memFree=27700008/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=724884 CPUtime=1602.03 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138886 0 0 0 160113 90 0 0 20 0 1 0 268287683 742281216 177286 33554432000 4194304 10173063 140734475560384 140734475553560 7955654 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 181221 177286 755 1460 0 179752 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 724884

[startup+1662.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/177 2064
/proc/meminfo: memFree=27698284/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=724884 CPUtime=1662.02 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138886 0 0 0 166111 91 0 0 20 0 1 0 268287683 742281216 177286 33554432000 4194304 10173063 140734475560384 140734475552904 8054704 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 181221 177286 755 1460 0 179752 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 724884

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 2064
/proc/meminfo: memFree=27696184/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=724884 CPUtime=1722.02 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138886 0 0 0 172109 93 0 0 20 0 1 0 268287683 742281216 177286 33554432000 4194304 10173063 140734475560384 140734475554008 8012669 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 181221 177286 755 1460 0 179752 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 724884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/177 2103
/proc/meminfo: memFree=26920480/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=724884 CPUtime=1782.01 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138886 0 0 0 178106 95 0 0 20 0 1 0 268287683 742281216 177286 33554432000 4194304 10173063 140734475560384 140734475553560 8063651 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 181221 177286 755 1460 0 179752 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 724884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 2106
/proc/meminfo: memFree=26894172/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=700264 CPUtime=1800 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138888 0 0 0 179905 95 0 0 20 0 1 0 268287683 717070336 174166 33554432000 4194304 10173063 140734475560384 140734475553320 8054355 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 175066 174166 757 1460 0 173597 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 700264

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1953

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2107
/proc/meminfo: memFree=26893800/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=700264 CPUtime=1801.1 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138888 0 0 0 180015 95 0 0 20 0 1 0 268287683 717070336 174166 33554432000 4194304 10173063 140734475560384 140734475552000 8054989 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 175066 174166 757 1460 0 173597 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 700264

[startup+1801.81 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2107
/proc/meminfo: memFree=26893544/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=700264 CPUtime=1801.5 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138888 0 0 0 180055 95 0 0 20 0 1 0 268287683 717070336 174166 33554432000 4194304 10173063 140734475560384 140734475552000 8054555 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 175066 174166 757 1460 0 173597 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 700264

[startup+1802.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2107
/proc/meminfo: memFree=26893544/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=700264 CPUtime=1801.9 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138888 0 0 0 180095 95 0 0 20 0 1 0 268287683 717070336 174166 33554432000 4194304 10173063 140734475560384 140734475553320 8054538 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 175066 174166 757 1460 0 173597 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 700264

[startup+1802.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 2107
/proc/meminfo: memFree=26893544/32873648 swapFree=6852/6852
[pid=1953] ppid=1951 vsize=700264 CPUtime=1802 cores=0,2,4,6
/proc/1953/stat : 1953 (scip-2.1.1.4fix) R 1951 1953 1296 0 -1 4202496 138888 0 0 0 180105 95 0 0 20 0 1 0 268287683 717070336 174166 33554432000 4194304 10173063 140734475560384 140734475553320 8054304 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1953/statm: 175066 174166 757 1460 0 173597 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 700264

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.06
system time used= 0.963853
maximum resident set size= 728656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138888
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= 2040

runsolver used 5.9391 second user time and 14.9077 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-26 10:40:16
IDJOB=3691405
IDBENCH=48230
IDSOLVER=2270
FILE ID=node116/3691405-1338021616
RUNJOBID= node116-1338016936-1313
PBS_JOBID= 14624355
Free space on /tmp= 71576 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_2.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691405-1338021616/watcher-3691405-1338021616 -o /tmp/evaluation-result-3691405-1338021616/solver-3691405-1338021616 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691405-1338021616.opb -t 1800 -m 15500

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=1336971254

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.92
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.556
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.556
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.556
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:       32873648 kB
MemFree:        28350060 kB
Buffers:          238544 kB
Cached:          3307768 kB
SwapCached:            0 kB
Active:           877800 kB
Inactive:        2875800 kB
Active(anon):     210000 kB
Inactive(anon):        0 kB
Active(file):     667800 kB
Inactive(file):  2875800 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15648 kB
Writeback:            48 kB
AnonPages:        218036 kB
Mapped:            17020 kB
Shmem:               200 kB
Slab:             630524 kB
SReclaimable:      74868 kB
SUnreclaim:       555656 kB
KernelStack:        1456 kB
PageTables:         4272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     324456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71556 MiB
End job on node116 at 2012-05-26 11:10:19