Trace number 3450956

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4? (TO) 1802.11 1802.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1188
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
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 497468
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 497468
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.4]
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-3450956-1307079021.opb>
3.89/3.90	c original problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
3.89/3.90	c problem read
3.89/3.90	c presolving settings loaded
4.79/4.86	c presolving:
8.59/8.70	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
15.19/15.23	c    (15.2s) probing: 101/10000 (1.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
15.19/15.23	c    (15.2s) probing aborted: 100/100 successive totally useless probings
15.19/15.23	c presolving (2 rounds):
15.19/15.23	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
15.19/15.23	c  1313400 implications, 0 cliques
15.19/15.23	c presolved problem has 10000 variables (10000 bin, 0 int, 0 impl, 0 cont) and 656900 constraints
15.19/15.23	c  656700 constraints of type <setppc>
15.19/15.23	c     200 constraints of type <logicor>
15.19/15.23	c transformed objective value is always integral (scale: 1)
15.19/15.23	c Presolving Time: 10.53
15.19/15.23	c - non default parameters ----------------------------------------------------------------------
15.19/15.23	c # SCIP version 2.0.1.5
15.19/15.23	c 
15.19/15.23	c # frequency for displaying node information lines
15.19/15.23	c # [type: int, range: [-1,2147483647], default: 100]
15.19/15.23	c display/freq = 10000
15.19/15.23	c 
15.19/15.23	c # maximal time in seconds to run
15.19/15.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.19/15.23	c limits/time = 1800
15.19/15.23	c 
15.19/15.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
15.19/15.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
15.19/15.23	c limits/memory = 13950
15.19/15.23	c 
15.19/15.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
15.19/15.23	c # [type: int, range: [1,2], default: 1]
15.19/15.23	c timing/clocktype = 2
15.19/15.23	c 
15.19/15.23	c # belongs reading time to solving time?
15.19/15.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.19/15.23	c timing/reading = TRUE
15.19/15.23	c 
15.19/15.23	c # should presolving try to simplify inequalities
15.19/15.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.19/15.23	c constraints/linear/simplifyinequalities = TRUE
15.19/15.23	c 
15.19/15.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
15.19/15.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.19/15.23	c constraints/indicator/addCouplingCons = TRUE
15.19/15.23	c 
15.19/15.23	c # should presolving try to simplify knapsacks
15.19/15.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
15.19/15.23	c constraints/knapsack/simplifyinequalities = TRUE
15.19/15.23	c 
15.19/15.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
15.19/15.23	c # [type: int, range: [-1,2147483647], default: -1]
15.19/15.23	c separating/rapidlearning/freq = 0
15.19/15.23	c 
15.19/15.23	c -----------------------------------------------------------------------------------------------
15.19/15.23	c start solving
15.19/15.24	c 
33.28/33.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
33.28/33.38	c  33.4s|     1 |     0 |  1340 |     - | 812M|   0 | 285 |  10k| 656k|  10k| 656k|   0 |  45 |   0 | 1.601994e+02 |      --      |    Inf 
362.19/362.28	c   362s|     1 |     0 | 21993 |     - | 813M|   0 | 279 |  10k| 656k|  10k| 656k|   9 |  45 |   0 | 1.636181e+02 |      --      |    Inf 
439.19/439.21	c   439s|     1 |     0 | 22631 |     - | 813M|   0 | 270 |  10k| 656k|  10k| 656k|  18 |  45 |   0 | 1.667127e+02 |      --      |    Inf 
811.71/811.74	c   812s|     1 |     0 | 23027 |     - | 813M|   0 | 284 |  10k| 656k|  10k| 656k|  25 |  45 |   0 | 1.677139e+02 |      --      |    Inf 
1250.51/1250.52	c  1251s|     1 |     0 | 23589 |     - | 813M|   0 | 284 |  10k| 656k|  10k| 656k|  31 |  45 |   0 | 1.697246e+02 |      --      |    Inf 
1377.91/1377.99	c  1378s|     1 |     0 | 24435 |     - | 813M|   0 | 286 |  10k| 656k|  10k| 656k|  39 |  45 |   0 | 1.728000e+02 |      --      |    Inf 
1482.42/1482.43	c  1482s|     1 |     0 | 24926 |     - | 813M|   0 | 287 |  10k| 656k|  10k| 656k|  46 |  45 |   0 | 1.744743e+02 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3450956-1307079021/watcher-3450956-1307079021 -o /tmp/evaluation-result-3450956-1307079021/solver-3450956-1307079021 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450956-1307079021.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 1.98 2.02 2.00 2/373 7912
/proc/meminfo: memFree=21247000/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=14088 CPUtime=0 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 2503 0 0 0 0 0 0 0 25 0 1 0 819502571 14426112 2455 33554432000 4194304 9163163 140734592445904 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7912/statm: 3522 2455 389 1214 0 2304 0

[startup+0.08321 s]
/proc/loadavg: 1.98 2.02 2.00 2/373 7912
/proc/meminfo: memFree=21247000/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=26396 CPUtime=0.07 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 5625 0 0 0 7 0 0 0 25 0 1 0 819502571 27029504 5575 33554432000 4194304 9163163 140734592445904 18446744073709551615 4217121 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7912/statm: 6599 5575 395 1214 0 5381 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 26396

[startup+0.101213 s]
/proc/loadavg: 1.98 2.02 2.00 2/373 7912
/proc/meminfo: memFree=21247000/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=26528 CPUtime=0.09 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 5665 0 0 0 9 0 0 0 25 0 1 0 819502571 27164672 5615 33554432000 4194304 9163163 140734592445904 18446744073709551615 8031149 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7912/statm: 6632 5615 395 1214 0 5414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26528

[startup+0.301173 s]
/proc/loadavg: 1.98 2.02 2.00 2/373 7912
/proc/meminfo: memFree=21247000/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=38712 CPUtime=0.29 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 8699 0 0 0 29 0 0 0 25 0 1 0 819502571 39641088 8649 33554432000 4194304 9163163 140734592445904 18446744073709551615 8041839 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7912/statm: 9678 8649 395 1214 0 8460 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38712

[startup+0.701096 s]
/proc/loadavg: 1.98 2.02 2.00 2/373 7912
/proc/meminfo: memFree=21247000/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=63748 CPUtime=0.69 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 14934 0 0 0 67 2 0 0 25 0 1 0 819502571 65277952 14884 33554432000 4194304 9163163 140734592445904 18446744073709551615 4338904 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7912/statm: 15937 14884 395 1214 0 14719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63748

[startup+1.50093 s]
/proc/loadavg: 1.98 2.02 2.00 3/374 7913
/proc/meminfo: memFree=21169368/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=113508 CPUtime=1.49 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 27356 0 0 0 146 3 0 0 25 0 1 0 819502571 116232192 27306 33554432000 4194304 9163163 140734592445904 18446744073709551615 7480236 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7912/statm: 28377 27306 395 1214 0 27159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 113508

[startup+3.10066 s]
/proc/loadavg: 1.98 2.02 2.00 3/374 7913
/proc/meminfo: memFree=21100796/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=211372 CPUtime=3.09 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 51766 0 0 0 303 6 0 0 25 0 1 0 819502571 216444928 51716 33554432000 4194304 9163163 140734592445904 18446744073709551615 8090512 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/7912/statm: 52843 51716 395 1214 0 51625 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 211372

[startup+6.30109 s]
/proc/loadavg: 1.98 2.02 2.00 3/374 7913
/proc/meminfo: memFree=20589632/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=690800 CPUtime=6.29 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 171518 0 0 0 610 19 0 0 25 0 1 0 819502571 707379200 170812 33554432000 4194304 9163163 140734592445904 18446744073709551615 5155532 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7912/statm: 172700 170812 497 1214 0 171482 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 690800

[startup+12.7009 s]
/proc/loadavg: 1.98 2.02 2.00 3/374 7914
/proc/meminfo: memFree=20492324/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=762840 CPUtime=12.69 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 264699 0 0 0 1239 30 0 0 25 0 1 0 819502571 781148160 188135 33554432000 4194304 9163163 140734592445904 18446744073709551615 5458912 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7912/statm: 190710 188135 571 1214 0 189492 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 762840

[startup+25.5006 s]
/proc/loadavg: 1.98 2.02 2.00 3/374 7914
/proc/meminfo: memFree=19786620/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554160 CPUtime=25.49 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 478716 0 0 0 2497 52 0 0 25 0 1 0 819502571 1591459840 364935 33554432000 4194304 9163163 140734592445904 18446744073709551615 7345690 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/7912/statm: 388540 364935 1179 1214 0 387322 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1554160

[startup+51.1009 s]
/proc/loadavg: 1.99 2.02 2.00 3/374 7915
/proc/meminfo: memFree=19825036/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1469228 CPUtime=51.08 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 504364 0 0 0 5052 56 0 0 25 0 1 0 819502571 1504489472 354829 33554432000 4194304 9163163 140734592445904 18446744073709551615 7345670 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 367307 354829 765 1214 0 366089 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1469228

[startup+102.315 s]
/proc/loadavg: 1.99 2.01 2.00 3/374 7916
/proc/meminfo: memFree=19824684/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1469228 CPUtime=102.29 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 508385 0 0 0 10170 59 0 0 25 0 1 0 819502571 1504489472 354953 33554432000 4194304 9163163 140734592445904 18446744073709551615 7348149 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 367307 354953 765 1214 0 366089 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1469228

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/374 7918
/proc/meminfo: memFree=19822968/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1469228 CPUtime=162.28 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 516431 0 0 0 16164 64 0 0 25 0 1 0 819502571 1504489472 355274 33554432000 4194304 9163163 140734592445904 18446744073709551615 7348342 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 367307 355274 799 1214 0 366089 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 1469228

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/374 7919
/proc/meminfo: memFree=19822700/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1469228 CPUtime=222.28 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 528159 0 0 0 22159 69 0 0 25 0 1 0 819502571 1504489472 355356 33554432000 4194304 9163163 140734592445904 18446744073709551615 7348020 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 367307 355356 799 1214 0 366089 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 1469228

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/374 7921
/proc/meminfo: memFree=19843136/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1447452 CPUtime=282.28 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 538372 0 0 0 28156 72 0 0 25 0 1 0 819502571 1482190848 350428 33554432000 4194304 9163163 140734592445904 18446744073709551615 8041945 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 361863 350428 811 1214 0 360645 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1447452

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/374 7922
/proc/meminfo: memFree=19843104/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1447484 CPUtime=342.28 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 538551 0 0 0 34155 73 0 0 25 0 1 0 819502571 1482223616 350601 33554432000 4194304 9163163 140734592445904 18446744073709551615 6284261 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 361871 350601 901 1214 0 360653 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1447484

[startup+402.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/374 7924
/proc/meminfo: memFree=19793732/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1521756 CPUtime=402.28 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 554217 0 0 0 40151 77 0 0 25 0 1 0 819502571 1558278144 363339 33554432000 4194304 9163163 140734592445904 18446744073709551615 7051532 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 380439 363339 1189 1214 0 379221 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1521756

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/374 7926
/proc/meminfo: memFree=19775224/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1549980 CPUtime=462.29 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 561445 0 0 0 46149 80 0 0 25 0 1 0 819502571 1587179520 370025 33554432000 4194304 9163163 140734592445904 18446744073709551615 6295470 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 387495 370025 1189 1214 0 386277 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1549980

[startup+522.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/374 7927
/proc/meminfo: memFree=19774952/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1549980 CPUtime=522.29 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 561445 0 0 0 52145 84 0 0 25 0 1 0 819502571 1587179520 370025 33554432000 4194304 9163163 140734592445904 18446744073709551615 6668738 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 387495 370025 1189 1214 0 386277 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 1549980

[startup+582.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 7929
/proc/meminfo: memFree=19775808/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1549980 CPUtime=582.29 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 561445 0 0 0 58140 89 0 0 25 0 1 0 819502571 1587179520 370025 33554432000 4194304 9163163 140734592445904 18446744073709551615 8045502 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 387495 370025 1189 1214 0 386277 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1549980

[startup+642.301 s]

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

/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 574632 0 0 0 100123 107 0 0 25 0 1 0 819502571 1686458368 383151 33554432000 4194304 9163163 140734592445904 18446744073709551615 6668679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 411733 383151 1188 1214 0 410515 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1646932

[startup+1062.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/374 7970
/proc/meminfo: memFree=21230512/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1646932 CPUtime=1062.31 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 574632 0 0 0 106121 110 0 0 25 0 1 0 819502571 1686458368 383151 33554432000 4194304 9163163 140734592445904 18446744073709551615 8045827 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 411733 383151 1188 1214 0 410515 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1646932

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7971
/proc/meminfo: memFree=21230208/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1646932 CPUtime=1122.3 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 574632 0 0 0 112118 112 0 0 25 0 1 0 819502571 1686458368 383151 33554432000 4194304 9163163 140734592445904 18446744073709551615 8045899 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 411733 383151 1188 1214 0 410515 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1646932

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7973
/proc/meminfo: memFree=21230188/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1646932 CPUtime=1182.31 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 574632 0 0 0 118115 116 0 0 25 0 1 0 819502571 1686458368 383151 33554432000 4194304 9163163 140734592445904 18446744073709551615 6676784 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 411733 383151 1188 1214 0 410515 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1646932

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7974
/proc/meminfo: memFree=21229180/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1569948 CPUtime=1242.31 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 574917 0 0 0 124113 118 0 0 25 0 1 0 819502571 1607626752 374267 33554432000 4194304 9163163 140734592445904 18446744073709551615 7110322 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 392487 374267 1188 1214 0 391269 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1569948

[startup+1302.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/374 7976
/proc/meminfo: memFree=21266228/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1569948 CPUtime=1302.32 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 575250 0 0 0 130112 120 0 0 25 0 1 0 819502571 1607626752 374267 33554432000 4194304 9163163 140734592445904 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 392487 374267 1188 1214 0 391269 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 1569948

[startup+1362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/374 7978
/proc/meminfo: memFree=21266184/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1569948 CPUtime=1362.31 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 575250 0 0 0 136110 121 0 0 25 0 1 0 819502571 1607626752 374267 33554432000 4194304 9163163 140734592445904 18446744073709551615 6284278 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 392487 374267 1188 1214 0 391269 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 1569948

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 7979
/proc/meminfo: memFree=21240248/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1595612 CPUtime=1422.33 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 582370 0 0 0 142108 125 0 0 25 0 1 0 819502571 1633906688 380850 33554432000 4194304 9163163 140734592445904 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 398903 380850 1188 1214 0 397685 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1595612

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 7981
/proc/meminfo: memFree=21280284/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1482.32 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 582925 0 0 0 148105 127 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 7413840 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 1554552

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/374 7982
/proc/meminfo: memFree=21280136/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1542.32 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 154103 129 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 6668656 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 1554552

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 7984
/proc/meminfo: memFree=21280236/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1602.32 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 160100 132 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 8041920 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 1554552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 7986
/proc/meminfo: memFree=21279712/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1662.32 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 166097 135 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 8041965 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 1554552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7987
/proc/meminfo: memFree=21278576/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1722.33 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 172095 138 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 7051368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1554552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7989
/proc/meminfo: memFree=21277564/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1782.33 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 178093 140 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 7054521 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1554552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 7989
/proc/meminfo: memFree=21278304/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1800.04 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 179864 140 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 6284278 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1554552

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -7912

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/375 7990
/proc/meminfo: memFree=21277552/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1801.43 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 180003 140 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 6284282 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 1554552

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/375 7990
/proc/meminfo: memFree=21277552/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1801.84 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 180044 140 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 6284278 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 1554552

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/375 7990
/proc/meminfo: memFree=21277552/32951124 swapFree=37148216/67111528
[pid=7912] ppid=7910 vsize=1554552 CPUtime=1802.03 cores=0,2,4,6
/proc/7912/stat : 7912 (scip-2.0.1.4b.l) R 7910 7912 5516 0 -1 4202496 583031 0 0 0 180063 140 0 0 25 0 1 0 819502571 1591861248 370891 33554432000 4194304 9163163 140734592445904 18446744073709551615 6284261 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/7912/statm: 388638 370891 1242 1214 0 387420 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 1554552

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.07
CPU time (s): 1802.11
CPU user time (s): 1800.65
CPU system time (s): 1.46378
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1646932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.65
system time used= 1.46378
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 583031
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= 2
involuntary context switches= 2741

runsolver used 6.84996 second user time and 14.5038 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-03 07:30:21
IDJOB=3450956
IDBENCH=1976
IDSOLVER=1948
FILE ID=node104/3450956-1307079021
RUNJOBID= node104-1307068486-6730
PBS_JOBID= 13497884
Free space on /tmp= 73900 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450956-1307079021/watcher-3450956-1307079021 -o /tmp/evaluation-result-3450956-1307079021/solver-3450956-1307079021 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450956-1307079021.opb -t 1800 -m 15500

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

MD5SUM BENCH= 99680d01aa100bfba038606e315bf03d
RANDOM SEED=1588677106

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5293.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21247280 kB
Buffers:        411108 kB
Cached:        7577824 kB
SwapCached:     163904 kB
Active:        5378904 kB
Inactive:      5985244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21247280 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:           29224 kB
Writeback:           0 kB
AnonPages:     3234680 kB
Mapped:          13832 kB
Slab:           180772 kB
PageTables:      92816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89410388 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73904 MiB
End job on node104 at 2011-06-03 08:00:23