Trace number 3731568

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-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark396
Best CPU time to get the best result obtained on this benchmark1793.24
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 493167
Number of bits of the biggest sum of numbers19
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-3731568-1338699020.opb>
3.39/3.48	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
3.39/3.48	c problem read
3.39/3.48	c presolving settings loaded
4.49/4.53	c presolving:
9.48/9.57	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 656900 upgd conss, 1313400 impls, 0 clqs
16.78/16.82	c    (16.8s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
16.78/16.82	c    (16.8s) probing aborted: 100/100 successive totally useless probings
16.78/16.82	c presolving (2 rounds):
16.78/16.82	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
16.78/16.82	c  1313400 implications, 0 cliques
16.78/16.82	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
16.78/16.82	c  656700 constraints of type <setppc>
16.78/16.82	c     200 constraints of type <logicor>
16.78/16.82	c transformed objective value is always integral (scale: 1)
16.78/16.82	c Presolving Time: 12.47
16.78/16.82	c - non default parameters ----------------------------------------------------------------------
16.78/16.82	c # SCIP version 2.0.1.5
16.78/16.82	c 
16.78/16.82	c # frequency for displaying node information lines
16.78/16.82	c # [type: int, range: [-1,2147483647], default: 100]
16.78/16.82	c display/freq = 10000
16.78/16.82	c 
16.78/16.82	c # maximal time in seconds to run
16.78/16.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.78/16.83	c limits/time = 1797
16.78/16.83	c 
16.78/16.83	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
16.78/16.83	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
16.78/16.83	c limits/memory = 13950
16.78/16.83	c 
16.78/16.83	c # default clock type (1: CPU user seconds, 2: wall clock time)
16.78/16.83	c # [type: int, range: [1,2], default: 1]
16.78/16.83	c timing/clocktype = 2
16.78/16.83	c 
16.78/16.83	c # belongs reading time to solving time?
16.78/16.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.78/16.83	c timing/reading = TRUE
16.78/16.83	c 
16.78/16.83	c # should presolving try to simplify inequalities
16.78/16.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.78/16.83	c constraints/linear/simplifyinequalities = TRUE
16.78/16.83	c 
16.78/16.83	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
16.78/16.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.78/16.83	c constraints/indicator/addCouplingCons = TRUE
16.78/16.83	c 
16.78/16.83	c # should presolving try to simplify knapsacks
16.78/16.83	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
16.78/16.83	c constraints/knapsack/simplifyinequalities = TRUE
16.78/16.83	c 
16.78/16.83	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
16.78/16.83	c # [type: int, range: [-1,2147483647], default: -1]
16.78/16.83	c separating/rapidlearning/freq = 0
16.78/16.83	c 
16.78/16.83	c -----------------------------------------------------------------------------------------------
16.78/16.83	c start solving
16.78/16.84	c 
30.98/31.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.98/31.04	c  31.0s|     1 |     0 |  1402 |     - | 812M|   0 | 268 |  10k| 656k|  10k| 656k|   0 |  45 |   0 | 1.743995e+02 |      --      |    Inf 
354.93/355.02	c   355s|     1 |     0 | 25991 |     - | 813M|   0 | 276 |  10k| 656k|  10k| 656k|  11 |  45 |   0 | 1.841455e+02 |      --      |    Inf 
460.82/460.98	c   461s|     1 |     0 | 27241 |     - | 813M|   0 | 283 |  10k| 656k|  10k| 656k|  19 |  45 |   0 | 1.888710e+02 |      --      |    Inf 
558.00/558.16	c   558s|     1 |     0 | 28136 |     - | 813M|   0 | 279 |  10k| 656k|  10k| 656k|  28 |  45 |   0 | 1.931657e+02 |      --      |    Inf 
971.44/971.65	c   972s|     1 |     0 | 28509 |     - | 813M|   0 | 278 |  10k| 656k|  10k| 656k|  34 |  45 |   0 | 1.951373e+02 |      --      |    Inf 
1394.27/1394.52	c  1395s|     1 |     0 | 29000 |     - | 813M|   0 | 289 |  10k| 656k|  10k| 656k|  40 |  45 |   0 | 1.971630e+02 |      --      |    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-3731568-1338699020/watcher-3731568-1338699020 -o /tmp/evaluation-result-3731568-1338699020/solver-3731568-1338699020 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3731568-1338699020.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.01 2.00 3/177 3933
/proc/meminfo: memFree=27843520/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 1526 0 0 0 0 0 0 0 20 0 1 0 335969037 9818112 1481 33554432000 4194304 9016284 140734462536688 140735655920632 7875499 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3933/statm: 2397 1483 311 1178 0 1215 0

[startup+0.059725 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3933
/proc/meminfo: memFree=27843520/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=24176 CPUtime=0.04 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 5047 0 0 0 4 0 0 0 20 0 1 0 335969037 24756224 5000 33554432000 4194304 9016284 140734462536688 140735655920632 7870473 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3933/statm: 6044 5000 360 1178 0 4862 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24176

[startup+0.100268 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3933
/proc/meminfo: memFree=27843520/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=26568 CPUtime=0.08 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 5660 0 0 0 8 0 0 0 20 0 1 0 335969037 27205632 5613 33554432000 4194304 9016284 140734462536688 140734462399992 7842240 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3933/statm: 6642 5613 360 1178 0 5460 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26568

[startup+0.300215 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3933
/proc/meminfo: memFree=27843520/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=40576 CPUtime=0.29 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 9181 0 0 0 28 1 0 0 20 0 1 0 335969037 41549824 9124 33554432000 4194304 9016284 140734462536688 140734462399992 7874936 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3933/statm: 10144 9124 360 1178 0 8962 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40576

[startup+0.700218 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3933
/proc/meminfo: memFree=27843520/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=68004 CPUtime=0.69 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 16030 0 0 0 67 2 0 0 20 0 1 0 335969037 69636096 15973 33554432000 4194304 9016284 140734462536688 140734462400584 4447120 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3933/statm: 17001 15973 360 1178 0 15819 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68004

[startup+1.50022 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3934
/proc/meminfo: memFree=27759936/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=124144 CPUtime=1.49 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 29969 0 0 0 145 4 0 0 20 0 1 0 335969037 127123456 29912 33554432000 4194304 9016284 140734462536688 140734462400584 4447091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3933/statm: 31036 29912 360 1178 0 29854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124144

[startup+3.10022 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3934
/proc/meminfo: memFree=27683676/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=235000 CPUtime=3.08 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 57571 0 0 0 301 7 0 0 20 0 1 0 335969037 240640000 57514 33554432000 4194304 9016284 140734462536688 140734462399992 6181667 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3933/statm: 58750 57514 360 1178 0 57568 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 235000

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3934
/proc/meminfo: memFree=27187188/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=679388 CPUtime=6.29 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 168687 0 0 0 607 22 0 0 20 0 1 0 335969037 695693312 168118 33554432000 4194304 9016284 140734462536688 140734462532248 18446744073699066235 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 169847 168118 474 1178 0 168665 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 679388

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3934
/proc/meminfo: memFree=27090400/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=762312 CPUtime=12.68 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 234422 0 0 0 1233 35 0 0 20 0 1 0 335969037 780607488 188082 33554432000 4194304 9016284 140734462536688 140734462533800 5510784 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 190578 188082 510 1178 0 189396 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 762312

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 3935
/proc/meminfo: memFree=26366036/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1553576 CPUtime=25.48 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 345638 0 0 0 2489 59 0 0 20 0 1 0 335969037 1590861824 369191 33554432000 4194304 9016284 140734462536688 140734462530552 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 388394 369191 627 1178 0 387212 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1553576

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3935
/proc/meminfo: memFree=26407920/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1469076 CPUtime=51.08 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 349611 0 0 0 5038 70 0 0 20 0 1 0 335969037 1504333824 358789 33554432000 4194304 9016284 140734462536688 140734462528472 7156521 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 367269 358789 641 1178 0 366087 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1469076

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3935
/proc/meminfo: memFree=26406352/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1469076 CPUtime=102.28 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 351332 0 0 0 10136 92 0 0 20 0 1 0 335969037 1504333824 358885 33554432000 4194304 9016284 140734462536688 140734462528472 6972374 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 367269 358885 641 1178 0 366087 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1469076

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3935
/proc/meminfo: memFree=26400176/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1474660 CPUtime=162.26 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 353439 0 0 0 16113 113 0 0 20 0 1 0 335969037 1510051840 360207 33554432000 4194304 9016284 140734462536688 140734462528472 7180372 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 368665 360207 641 1178 0 367483 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1474660

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3935
/proc/meminfo: memFree=26381216/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1497240 CPUtime=222.25 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 355392 0 0 0 22097 128 0 0 20 0 1 0 335969037 1533173760 364839 33554432000 4194304 9016284 140734462536688 140734462528584 7180406 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 374310 364839 642 1178 0 373128 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1497240

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 3935
/proc/meminfo: memFree=26356744/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1522776 CPUtime=282.24 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 360717 0 0 0 28078 146 0 0 20 0 1 0 335969037 1559322624 370701 33554432000 4194304 9016284 140734462536688 140734462528472 7180497 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 380694 370701 642 1178 0 379512 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1522776

[startup+342.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/177 3936
/proc/meminfo: memFree=26381524/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1484604 CPUtime=342.23 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 362043 0 0 0 34069 154 0 0 20 0 1 0 335969037 1520234496 364462 33554432000 4194304 9016284 140734462536688 140734462531848 6231456 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 371151 364462 659 1178 0 369969 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1484604

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 3936
/proc/meminfo: memFree=26340240/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1553780 CPUtime=402.22 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 369079 0 0 0 40060 162 0 0 20 0 1 0 335969037 1591070720 374787 33554432000 4194304 9016284 140734462536688 140734462531848 6922911 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 388445 374787 673 1178 0 387263 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 1553780

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3936
/proc/meminfo: memFree=26305576/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1587136 CPUtime=462.21 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 370423 0 0 0 46055 166 0 0 20 0 1 0 335969037 1625227264 383321 33554432000 4194304 9016284 140734462536688 140734462531752 7876193 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 396784 383321 673 1178 0 395602 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1587136

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3936
/proc/meminfo: memFree=26303820/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1587136 CPUtime=522.2 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 370498 0 0 0 52051 169 0 0 20 0 1 0 335969037 1625227264 383502 33554432000 4194304 9016284 140734462536688 140734462531800 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 396784 383502 673 1178 0 395602 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 1587136

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3939
/proc/meminfo: memFree=26294644/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1597752 CPUtime=582.2 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 372044 0 0 0 58045 175 0 0 20 0 1 0 335969037 1636098048 385263 33554432000 4194304 9016284 140734462536688 140734462531752 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 399438 385263 673 1178 0 398256 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1597752

[startup+642.3 s]

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

/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 372943 0 0 0 106015 197 0 0 20 0 1 0 335969037 1662373888 392784 33554432000 4194304 9016284 140734462536688 140734462531752 7870569 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 405853 392784 673 1178 0 404671 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1623412

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4002
/proc/meminfo: memFree=24788884/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1623412 CPUtime=1122.11 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 372943 0 0 0 112011 200 0 0 20 0 1 0 335969037 1662373888 392784 33554432000 4194304 9016284 140734462536688 140734462531752 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 405853 392784 673 1178 0 404671 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1623412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4005
/proc/meminfo: memFree=24784100/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1623412 CPUtime=1182.1 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 372943 0 0 0 118008 202 0 0 20 0 1 0 335969037 1662373888 392784 33554432000 4194304 9016284 140734462536688 140734462531800 6922911 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 405853 392784 673 1178 0 404671 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1623412

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 4006
/proc/meminfo: memFree=24758084/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1623412 CPUtime=1242.09 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 372943 0 0 0 124004 205 0 0 20 0 1 0 335969037 1662373888 392784 33554432000 4194304 9016284 140734462536688 140734462531848 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 405853 392784 673 1178 0 404671 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1623412

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4006
/proc/meminfo: memFree=24765744/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1623412 CPUtime=1302.09 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 372943 0 0 0 130002 207 0 0 20 0 1 0 335969037 1662373888 392784 33554432000 4194304 9016284 140734462536688 140734462531800 7870548 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 405853 392784 673 1178 0 404671 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1623412

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4006
/proc/meminfo: memFree=24766020/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1623412 CPUtime=1362.08 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 372943 0 0 0 135999 209 0 0 20 0 1 0 335969037 1662373888 392784 33554432000 4194304 9016284 140734462536688 140734462531800 6922911 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 405853 392784 673 1178 0 404671 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1623412

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4006
/proc/meminfo: memFree=24774512/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1422.07 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 141993 214 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531752 6924808 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1613148

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4006
/proc/meminfo: memFree=24772812/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1482.05 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 147989 216 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531752 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 1613148

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4006
/proc/meminfo: memFree=24771376/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1542.04 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 153986 218 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531752 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 1613148

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4007
/proc/meminfo: memFree=24771148/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1602.04 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 159984 220 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531800 6922736 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1613148

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4007
/proc/meminfo: memFree=24771176/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1662.03 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 165981 222 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531800 6586655 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1613148

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 4007
/proc/meminfo: memFree=24771204/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1722.02 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 171978 224 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531800 6922753 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1613148

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 4010
/proc/meminfo: memFree=24745004/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1782.01 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 177974 227 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531800 7925162 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1613148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 4010
/proc/meminfo: memFree=24745640/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1800.01 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 179774 227 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531848 6270516 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1613148

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -3933

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

[startup+1801.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4011
/proc/meminfo: memFree=24745384/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1801.11 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 179884 227 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531520 6270533 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 1613148

[startup+1801.81 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4011
/proc/meminfo: memFree=24745384/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1801.51 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 179924 227 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531520 6270533 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 1613148

[startup+1802.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4011
/proc/meminfo: memFree=24745384/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1801.91 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 179964 227 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531520 6270490 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 1613148

[startup+1802.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4011
/proc/meminfo: memFree=24745384/32873844 swapFree=7128/7128
[pid=3933] ppid=3931 vsize=1613148 CPUtime=1802.01 cores=0,2,4,6
/proc/3933/stat : 3933 (scip-2.0.1.4b_2) R 3931 3933 25330 0 -1 4202496 373143 0 0 0 179974 227 0 0 20 0 1 0 335969037 1651863552 390248 33554432000 4194304 9016284 140734462536688 140734462531520 6270514 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/3933/statm: 403287 390248 673 1178 0 402105 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 1613148

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.32
CPU time (s): 1802.04
CPU user time (s): 1799.75
CPU system time (s): 2.29065
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 1637144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 2.29065
maximum resident set size= 1595912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373143
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= 10
involuntary context switches= 2005

runsolver used 3.20451 second user time and 8.87865 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 06:50:20
IDJOB=3731568
IDBENCH=1965
IDSOLVER=2329
FILE ID=node105/3731568-1338699020
RUNJOBID= node105-1338679210-1717
PBS_JOBID= 14636708
Free space on /tmp= 71244 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_7.opb.PB06.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-3731568-1338699020/watcher-3731568-1338699020 -o /tmp/evaluation-result-3731568-1338699020/solver-3731568-1338699020 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3731568-1338699020.opb -t 1800 -m 15500

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
RANDOM SEED=1880877505

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.882
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.882
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	: 5438.54
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.882
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27844172 kB
Buffers:          547316 kB
Cached:          3562532 kB
SwapCached:         1700 kB
Active:          1094980 kB
Inactive:        3052920 kB
Active(anon):      34132 kB
Inactive(anon):     4800 kB
Active(file):    1060848 kB
Inactive(file):  3048120 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             33448 kB
Writeback:             4 kB
AnonPages:         42516 kB
Mapped:            11776 kB
Shmem:                 0 kB
Slab:             741168 kB
SReclaimable:     182824 kB
SUnreclaim:       558344 kB
KernelStack:        1480 kB
PageTables:         4220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     158352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 71212 MiB
End job on node105 at 2012-06-03 07:20:23