Trace number 3735994

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: SCIP spx E_2 2011-06-10 (fixed)? (TO) 1802.04 1802.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUM7937d419688402745c19e3544f97b6e8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark1800.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 29
Optimality of the best value was proved NO
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3735994-1338720018.opb>
2.18/2.26	c original problem has 99789 variables (99789 bin, 0 int, 0 impl, 0 cont) and 388956 constraints
2.18/2.26	c problem read
2.18/2.26	c presolving settings loaded
2.99/3.05	c presolving:
5.18/5.25	c (round 1) 3085 del vars, 6113 del conss, 0 add conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
5.48/5.51	c (round 2) 3085 del vars, 6191 del conss, 0 add conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 0 upgd conss, 3505402 impls, 0 clqs
6.48/6.55	c (round 3) 3085 del vars, 6195 del conss, 0 add conss, 5 chg bounds, 26 chg sides, 30 chg coeffs, 382761 upgd conss, 3505402 impls, 0 clqs
39.49/39.53	c    (39.5s) probing: 587/96704 (0.6%) - 0 fixings, 2 aggregations, 128235 implications, 0 bound changes
39.49/39.53	c    (39.5s) probing aborted: 100/100 successive totally useless probings
39.49/39.54	c presolving (4 rounds):
39.49/39.54	c  3087 deleted vars, 6195 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 26 changed sides, 30 changed coefficients
39.49/39.54	c  3759128 implications, 0 cliques
39.49/39.54	c presolved problem has 96702 variables (96702 bin, 0 int, 0 impl, 0 cont) and 382761 constraints
39.49/39.54	c       1 constraints of type <knapsack>
39.49/39.54	c  289186 constraints of type <setppc>
39.49/39.54	c   93574 constraints of type <logicor>
39.49/39.54	c transformed objective value is always integral (scale: 1)
39.49/39.54	c Presolving Time: 36.72
39.49/39.54	c - non default parameters ----------------------------------------------------------------------
39.49/39.54	c # SCIP version 2.0.1.5
39.49/39.54	c 
39.49/39.54	c # frequency for displaying node information lines
39.49/39.54	c # [type: int, range: [-1,2147483647], default: 100]
39.49/39.54	c display/freq = 10000
39.49/39.54	c 
39.49/39.54	c # maximal time in seconds to run
39.49/39.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
39.49/39.54	c limits/time = 1797
39.49/39.54	c 
39.49/39.54	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
39.49/39.54	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
39.49/39.54	c limits/memory = 13950
39.49/39.54	c 
39.49/39.54	c # default clock type (1: CPU user seconds, 2: wall clock time)
39.49/39.54	c # [type: int, range: [1,2], default: 1]
39.49/39.54	c timing/clocktype = 2
39.49/39.54	c 
39.49/39.54	c # belongs reading time to solving time?
39.49/39.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.49/39.54	c timing/reading = TRUE
39.49/39.54	c 
39.49/39.54	c # should presolving try to simplify inequalities
39.49/39.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.49/39.54	c constraints/linear/simplifyinequalities = TRUE
39.49/39.54	c 
39.49/39.54	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
39.49/39.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.49/39.54	c constraints/indicator/addCouplingCons = TRUE
39.49/39.54	c 
39.49/39.54	c # should presolving try to simplify knapsacks
39.49/39.54	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
39.49/39.54	c constraints/knapsack/simplifyinequalities = TRUE
39.49/39.54	c 
39.49/39.54	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
39.49/39.54	c # [type: int, range: [-1,2147483647], default: -1]
39.49/39.54	c separating/rapidlearning/freq = 0
39.49/39.54	c 
39.49/39.54	c -----------------------------------------------------------------------------------------------
39.49/39.54	c start solving
39.49/39.57	c 
663.19/663.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
663.19/663.32	c   663s|     1 |     0 | 46397 |     - | 770M|   0 |  11k|  96k| 382k|  96k| 382k|   0 |  98 |   0 | 1.050432e+01 |      --      |    Inf 

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-3735994-1338720018/watcher-3735994-1338720018 -o /tmp/evaluation-result-3735994-1338720018/solver-3735994-1338720018 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735994-1338720018.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.00 2.00 1.96 3/172 994
/proc/meminfo: memFree=27586748/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=9180 CPUtime=0 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 1334 0 0 0 0 0 0 0 20 0 1 0 338127764 9400320 1289 33554432000 4194304 9016284 140734158113760 140735886420344 7824814 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/994/statm: 2295 1295 239 1178 0 1113 0

[startup+0.0930779 s]
/proc/loadavg: 2.00 2.00 1.96 3/172 994
/proc/meminfo: memFree=27586748/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=26900 CPUtime=0.08 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 5701 0 0 0 8 0 0 0 20 0 1 0 338127764 27545600 5655 33554432000 4194304 9016284 140734158113760 140734157977656 7870488 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/994/statm: 6725 5655 360 1178 0 5543 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26900

[startup+0.100257 s]
/proc/loadavg: 2.00 2.00 1.96 3/172 994
/proc/meminfo: memFree=27586748/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=26900 CPUtime=0.09 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 5736 0 0 0 9 0 0 0 20 0 1 0 338127764 27545600 5690 33554432000 4194304 9016284 140734158113760 140734157977656 7928096 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/994/statm: 6725 5690 360 1178 0 5543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26900

[startup+0.300218 s]
/proc/loadavg: 2.00 2.00 1.96 3/172 994
/proc/meminfo: memFree=27586748/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=46584 CPUtime=0.29 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 10640 0 0 0 27 2 0 0 20 0 1 0 338127764 47702016 10594 33554432000 4194304 9016284 140734158113760 140734157977656 7870488 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/994/statm: 11646 10594 360 1178 0 10464 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46584

[startup+0.700218 s]
/proc/loadavg: 2.00 2.00 1.96 3/172 994
/proc/meminfo: memFree=27586748/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=82724 CPUtime=0.68 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 19656 0 0 0 65 3 0 0 20 0 1 0 338127764 84709376 19610 33554432000 4194304 9016284 140734158113760 140734157977656 6180817 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/994/statm: 20681 19610 360 1178 0 19499 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 82724

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.96 3/173 995
/proc/meminfo: memFree=27480704/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=157852 CPUtime=1.48 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 38406 0 0 0 142 6 0 0 20 0 1 0 338127764 161640448 38540 33554432000 4194304 9016284 140734158113760 140734157976024 6179847 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/994/statm: 39463 38540 360 1178 0 38281 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 157852

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 1.96 3/173 995
/proc/meminfo: memFree=27378380/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=581352 CPUtime=3.08 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 142251 0 0 0 286 22 0 0 20 0 1 0 338127764 595304448 142357 33554432000 4194304 9016284 140734158113760 140734158110904 6479298 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/994/statm: 145338 142357 493 1178 0 144156 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 581352

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.96 3/173 995
/proc/meminfo: memFree=26861072/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=778240 CPUtime=6.28 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 197556 0 0 0 595 33 0 0 20 0 1 0 338127764 796917760 189818 33554432000 4194304 9016284 140734158113760 140734158109288 5209698 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 194560 189818 507 1178 0 193378 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 778240

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1026
/proc/meminfo: memFree=26808644/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=764744 CPUtime=12.68 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 203110 0 0 0 1233 35 0 0 20 0 1 0 338127764 783097856 186506 33554432000 4194304 9016284 140734158113760 140734158109544 4889096 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 191186 186506 537 1178 0 190004 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 764744

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.96 3/176 1026
/proc/meminfo: memFree=26681756/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=774948 CPUtime=25.47 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 205509 0 0 0 2512 35 0 0 20 0 1 0 338127764 793546752 188905 33554432000 4194304 9016284 140734158113760 140734158109544 5969596 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 193737 188905 537 1178 0 192555 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 774948

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1026
/proc/meminfo: memFree=26313652/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1162920 CPUtime=51.08 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 272880 0 0 0 5062 46 0 0 20 0 1 0 338127764 1190830080 280247 33554432000 4194304 9016284 140734158113760 140734158108584 6422925 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 290730 280247 597 1178 0 289548 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1162920

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=26013728/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1492972 CPUtime=102.27 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 300352 0 0 0 10171 56 0 0 20 0 1 0 338127764 1528803328 354603 33554432000 4194304 9016284 140734158113760 140734158107544 7178167 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 373243 354603 654 1178 0 372061 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1492972

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25962196/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1512616 CPUtime=162.26 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 311000 0 0 0 16160 66 0 0 20 0 1 0 338127764 1548918784 359918 33554432000 4194304 9016284 140734158113760 140734158108040 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 378154 359918 654 1178 0 376972 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1512616

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25950192/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1585764 CPUtime=222.25 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 326063 0 0 0 22140 85 0 0 20 0 1 0 338127764 1623822336 369245 33554432000 4194304 9016284 140734158113760 140734158107544 7181678 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 396441 369245 654 1178 0 395259 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1585764

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1027
/proc/meminfo: memFree=25957556/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1585764 CPUtime=282.24 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 339773 0 0 0 28129 95 0 0 20 0 1 0 338127764 1623822336 366965 33554432000 4194304 9016284 140734158113760 140734158107544 7181476 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 396441 366965 654 1178 0 395259 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1585764

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 4/175 1027
/proc/meminfo: memFree=25955360/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1585764 CPUtime=342.23 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 351806 0 0 0 34119 104 0 0 20 0 1 0 338127764 1623822336 366525 33554432000 4194304 9016284 140734158113760 140734158107544 7181396 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 396441 366525 654 1178 0 395259 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1585764

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1028
/proc/meminfo: memFree=25951064/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1585764 CPUtime=402.22 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 360424 0 0 0 40111 111 0 0 20 0 1 0 338127764 1623822336 369181 33554432000 4194304 9016284 140734158113760 140734158107992 7181416 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 396441 369181 654 1178 0 395259 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1585764

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1028
/proc/meminfo: memFree=25947140/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1585764 CPUtime=462.21 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 367778 0 0 0 46104 117 0 0 20 0 1 0 338127764 1623822336 368511 33554432000 4194304 9016284 140734158113760 140734158107544 7181476 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 396441 368511 654 1178 0 395259 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1585764

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1028
/proc/meminfo: memFree=25947504/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1585764 CPUtime=522.2 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 374918 0 0 0 52096 124 0 0 20 0 1 0 338127764 1623822336 369444 33554432000 4194304 9016284 140734158113760 140734158107544 7124261 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 396441 369444 654 1178 0 395259 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1585764

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/175 1028
/proc/meminfo: memFree=25943176/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1585764 CPUtime=582.19 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 381204 0 0 0 58091 128 0 0 20 0 1 0 338127764 1623822336 369556 33554432000 4194304 9016284 140734158113760 140734158108040 7180996 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 396441 369556 654 1178 0 395259 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 1585764

[startup+642.3 s]

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

/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 106062 150 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7180891 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1485364

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/175 1033
/proc/meminfo: memFree=25953496/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1122.11 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 112060 151 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7180911 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1485364

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/175 1033
/proc/meminfo: memFree=25953496/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1182.1 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 118058 152 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7178314 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1485364

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/176 1036
/proc/meminfo: memFree=25953364/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1242.09 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 124056 153 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105656 7180592 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1485364

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/176 1062
/proc/meminfo: memFree=25949396/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1302.09 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 130055 154 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105640 7189796 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1485364

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/175 1062
/proc/meminfo: memFree=25949900/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1362.07 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 136053 154 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7178280 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1485364

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.98 3/175 1062
/proc/meminfo: memFree=25949776/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1422.07 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 142052 155 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7189568 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1485364

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/175 1062
/proc/meminfo: memFree=25949776/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1482.05 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 148049 156 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7189714 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1485364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1062
/proc/meminfo: memFree=25949776/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1542.05 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 154047 158 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7189580 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1485364

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1063
/proc/meminfo: memFree=25950148/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1602.04 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 160045 159 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105656 7189805 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1485364

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1063
/proc/meminfo: memFree=25950148/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1662.03 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 166044 159 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7189613 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1485364

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1063
/proc/meminfo: memFree=25950148/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1722.02 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 172042 160 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7178349 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1485364

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/175 1063
/proc/meminfo: memFree=25949652/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1782.01 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 178041 160 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7189783 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1485364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/176 1066
/proc/meminfo: memFree=25949768/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1800.01 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 179841 160 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7233360 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1485364

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -994

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1067
/proc/meminfo: memFree=25949768/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1801.1 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 179950 160 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7178289 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 1485364

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1067
/proc/meminfo: memFree=25949636/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1801.51 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 179991 160 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105512 7178299 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 1485364

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1067
/proc/meminfo: memFree=25949636/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1801.9 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 180030 160 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105656 7189568 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 1485364

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 1067
/proc/meminfo: memFree=25949636/32873852 swapFree=6856/6856
[pid=994] ppid=992 vsize=1485364 CPUtime=1802 cores=0,2,4,6
/proc/994/stat : 994 (scip-2.0.1.4b_2) R 992 994 643 0 -1 4202496 392446 0 0 0 180040 160 0 0 20 0 1 0 338127764 1521012736 366695 33554432000 4194304 9016284 140734158113760 140734158105656 7189747 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/994/statm: 371341 366695 666 1178 0 370159 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 1485364

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.04
CPU user time (s): 1800.41
CPU system time (s): 1.62275
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1585764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.41
system time used= 1.62275
maximum resident set size= 1513960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 392446
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= 17
involuntary context switches= 1951

runsolver used 3.10553 second user time and 8.14776 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 12:40:18
IDJOB=3735994
IDBENCH=25013
IDSOLVER=2329
FILE ID=node128/3735994-1338720018
RUNJOBID= node128-1338714616-659
PBS_JOBID= 14636758
Free space on /tmp= 70328 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735994-1338720018/watcher-3735994-1338720018 -o /tmp/evaluation-result-3735994-1338720018/solver-3735994-1338720018 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3735994-1338720018.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7937d419688402745c19e3544f97b6e8
RANDOM SEED=368378430

node128.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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
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.389
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.389
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.56
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.389
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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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:       32873852 kB
MemFree:        27587128 kB
Buffers:          544412 kB
Cached:          3834820 kB
SwapCached:          744 kB
Active:          2090184 kB
Inactive:        2302204 kB
Active(anon):       3632 kB
Inactive(anon):    11420 kB
Active(file):    2086552 kB
Inactive(file):  2290784 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:             28768 kB
Writeback:             4 kB
AnonPages:         18200 kB
Mapped:            13912 kB
Shmem:               200 kB
Slab:             756728 kB
SReclaimable:     198756 kB
SUnreclaim:       557972 kB
KernelStack:        1416 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     104896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70376 MiB
End job on node128 at 2012-06-03 13:10:21