Trace number 3738269

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-6000opt.opb
MD5SUM41920bbbb40277697ec2dd9f115c2d3f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-175
Best CPU time to get the best result obtained on this benchmark11.3173
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2025
Total number of constraints62145
Number of constraints which are clauses62145
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 constraint3
Number of terms in the objective function 135
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 352
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 352
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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-3738269-1338733980.opb>
0.29/0.34	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 62145 constraints
0.29/0.34	c problem read
0.29/0.34	c presolving settings loaded
0.39/0.43	o 0
0.39/0.43	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.39/0.43	c presolving:
0.49/0.51	c (round 1) 202 del vars, 202 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
0.69/0.73	c (round 2) 202 del vars, 960 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 61185 upgd conss, 2340 impls, 0 clqs
0.79/0.81	c    (0.8s) probing: 101/1823 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.79/0.81	c    (0.8s) probing aborted: 100/100 successive totally useless probings
0.79/0.81	c presolving (3 rounds):
0.79/0.81	c  202 deleted vars, 960 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.79/0.81	c  2340 implications, 0 cliques
0.79/0.81	c presolved problem has 1823 variables (1823 bin, 0 int, 0 impl, 0 cont) and 61185 constraints
0.79/0.81	c     968 constraints of type <setppc>
0.79/0.81	c   60217 constraints of type <logicor>
0.79/0.81	c transformed objective value is always integral (scale: 1)
0.79/0.81	c Presolving Time: 0.39
0.79/0.81	c - non default parameters ----------------------------------------------------------------------
0.79/0.81	c # SCIP version 2.0.1.5
0.79/0.81	c 
0.79/0.81	c # frequency for displaying node information lines
0.79/0.81	c # [type: int, range: [-1,2147483647], default: 100]
0.79/0.81	c display/freq = 10000
0.79/0.81	c 
0.79/0.81	c # maximal time in seconds to run
0.79/0.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.81	c limits/time = 1797
0.79/0.81	c 
0.79/0.81	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.79/0.81	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.79/0.81	c limits/memory = 13950
0.79/0.81	c 
0.79/0.81	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.79/0.81	c # [type: int, range: [1,2], default: 1]
0.79/0.81	c timing/clocktype = 2
0.79/0.81	c 
0.79/0.81	c # belongs reading time to solving time?
0.79/0.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.81	c timing/reading = TRUE
0.79/0.81	c 
0.79/0.81	c # should presolving try to simplify inequalities
0.79/0.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.81	c constraints/linear/simplifyinequalities = TRUE
0.79/0.81	c 
0.79/0.81	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.79/0.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.81	c constraints/indicator/addCouplingCons = TRUE
0.79/0.81	c 
0.79/0.81	c # should presolving try to simplify knapsacks
0.79/0.81	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.79/0.81	c constraints/knapsack/simplifyinequalities = TRUE
0.79/0.81	c 
0.79/0.81	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.79/0.81	c # [type: int, range: [-1,2147483647], default: -1]
0.79/0.81	c separating/rapidlearning/freq = 0
0.79/0.81	c 
0.79/0.81	c -----------------------------------------------------------------------------------------------
0.79/0.81	c start solving
0.79/0.81	c 
66.38/66.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.38/66.43	c t66.4s|     1 |     0 | 28165 |     - |  79M|   0 |1812 |1823 |  61k|1823 |  61k|   0 |   0 |   0 |-2.737111e+02 | 0.000000e+00 | 100.00%
66.38/66.49	o -21
66.38/66.49	c R66.5s|     1 |     0 | 28165 |     - |  79M|   0 |1812 |1823 |  61k|1823 |  61k|   0 |   0 |   0 |-2.737111e+02 |-2.100000e+01 |  92.33%
66.48/66.56	o -23
66.48/66.56	c s66.6s|     1 |     0 | 28165 |     - |  79M|   0 |1812 |1823 |  61k|1823 |  61k|   0 |   0 |   0 |-2.737111e+02 |-2.300000e+01 |  91.60%
129.77/129.89	c   130s|     1 |     0 | 49217 |     - |  80M|   0 |1808 |1823 |  61k|1823 |  61k|   5 |   0 |   0 |-2.711708e+02 |-2.300000e+01 |  91.52%
129.86/129.90	o -47
129.86/129.90	c b 130s|     1 |     0 | 49217 |     - |  80M|   0 |1808 |1823 |  61k|1823 |  61k|   5 |   0 |   0 |-2.711708e+02 |-4.700000e+01 |  82.67%
281.33/281.50	c   281s|     1 |     0 | 80747 |     - |  83M|   0 |1819 |1823 |  61k|1823 |  61k|  12 |   0 |   0 |-2.630173e+02 |-4.700000e+01 |  82.13%
281.44/281.54	o -51
281.44/281.54	c b 282s|     1 |     0 | 80747 |     - |  83M|   0 |1819 |1823 |  61k|1823 |  61k|  12 |   0 |   0 |-2.630173e+02 |-5.100000e+01 |  80.61%
457.70/457.89	c   458s|     1 |     0 |117678 |     - |  84M|   0 |1812 |1823 |  61k|1823 |  61k|  15 |   0 |   0 |-2.610484e+02 |-5.100000e+01 |  80.46%
503.90/504.03	c   504s|     1 |     0 |126110 |     - |  88M|   0 |1812 |1823 |  61k|1823 |  61k|  18 |   0 |   0 |-2.609809e+02 |-5.100000e+01 |  80.46%
662.58/662.76	c   663s|     1 |     0 |162295 |     - |  93M|   0 |1819 |1823 |  61k|1823 |  61k|  25 |   0 |   0 |-2.582523e+02 |-5.100000e+01 |  80.25%
815.25/815.41	c   815s|     1 |     0 |197606 |     - |  99M|   0 |1807 |1823 |  61k|1823 |  61k|  40 |   0 |   0 |-2.518629e+02 |-5.100000e+01 |  79.75%
969.23/969.49	c   969s|     1 |     0 |230252 |     - | 101M|   0 |1808 |1823 |  61k|1823 |  61k|  46 |   0 |   0 |-2.503416e+02 |-5.100000e+01 |  79.63%
1183.80/1184.02	c  1184s|     1 |     0 |271374 |     - | 103M|   0 |1809 |1823 |  61k|1823 |  61k|  55 |   0 |   0 |-2.476131e+02 |-5.100000e+01 |  79.40%
1300.48/1300.73	c  1301s|     1 |     0 |294162 |     - | 105M|   0 |1814 |1823 |  61k|1823 |  61k|  59 |   0 |   0 |-2.472150e+02 |-5.100000e+01 |  79.37%
1493.45/1493.80	c  1494s|     1 |     0 |329789 |     - | 111M|   0 |1811 |1823 |  61k|1823 |  61k|  61 |   0 |   0 |-2.468274e+02 |-5.100000e+01 |  79.34%
1558.23/1558.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1558.23/1558.55	c  1559s|     1 |     0 |342737 |     - | 118M|   0 |1809 |1823 |  61k|1823 |  61k|  63 |   0 |   0 |-2.462599e+02 |-5.100000e+01 |  79.29%
1725.22/1725.51	c  1726s|     1 |     0 |374407 |     - | 124M|   0 |1809 |1823 |  61k|1823 |  61k|  69 |   0 |   0 |-2.450366e+02 |-5.100000e+01 |  79.19%

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

running on 4 cores: 1,3,5,7

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 2.00 3/174 30852
/proc/meminfo: memFree=28232684/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=9588 CPUtime=0 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 1545 0 0 0 0 0 0 0 20 0 1 0 339523477 9818112 1499 33554432000 4194304 9016284 140734735136448 140735627333144 8082752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 2398 1502 326 1178 0 1216 0

[startup+0.0654951 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 30852
/proc/meminfo: memFree=28232684/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=20320 CPUtime=0.06 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 4066 0 0 0 6 0 0 0 20 0 1 0 339523477 20807680 4020 33554432000 4194304 9016284 140734735136448 140735627333144 7928096 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 5080 4020 360 1178 0 3898 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 20320

[startup+0.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 30852
/proc/meminfo: memFree=28232684/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=22016 CPUtime=0.09 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 4497 0 0 0 9 0 0 0 20 0 1 0 339523477 22544384 4451 33554432000 4194304 9016284 140734735136448 140735627333144 4536486 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 5504 4451 360 1178 0 4322 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22016

[startup+0.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 30852
/proc/meminfo: memFree=28232684/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=36496 CPUtime=0.29 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 8121 0 0 0 28 1 0 0 20 0 1 0 339523477 37371904 8075 33554432000 4194304 9016284 140734735136448 140735627333144 4445973 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 9124 8075 360 1178 0 7942 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36496

[startup+0.700317 s]
/proc/loadavg: 2.00 2.00 2.00 3/174 30852
/proc/meminfo: memFree=28232684/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=93356 CPUtime=0.69 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 26205 0 0 0 65 4 0 0 20 0 1 0 339523477 95596544 21956 33554432000 4194304 9016284 140734735136448 140735627333144 4935692 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 23339 21956 501 1178 0 22157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 93356

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30853
/proc/meminfo: memFree=28066936/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=202392 CPUtime=1.49 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 48699 0 0 0 141 8 0 0 20 0 1 0 339523477 207249408 46329 33554432000 4194304 9016284 140734735136448 140734735132456 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 50598 46329 623 1178 0 49416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202392

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30853
/proc/meminfo: memFree=28042296/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=216552 CPUtime=3.09 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 52594 0 0 0 301 8 0 0 20 0 1 0 339523477 221749248 50278 33554432000 4194304 9016284 140734735136448 140734735130616 7227739 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 54138 50278 623 1178 0 52956 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 216552

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30853
/proc/meminfo: memFree=28032544/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=216552 CPUtime=6.29 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 52618 0 0 0 620 9 0 0 20 0 1 0 339523477 221749248 50813 33554432000 4194304 9016284 140734735136448 140734735130616 7178142 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 54138 50813 623 1178 0 52956 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 216552

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30853
/proc/meminfo: memFree=28021764/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=229004 CPUtime=12.68 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 53439 0 0 0 1258 10 0 0 20 0 1 0 339523477 234500096 52969 33554432000 4194304 9016284 140734735136448 140734735130232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 57251 52969 626 1178 0 56069 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 229004

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30853
/proc/meminfo: memFree=28004556/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=236116 CPUtime=25.48 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 54191 0 0 0 2536 12 0 0 20 0 1 0 339523477 241782784 55725 33554432000 4194304 9016284 140734735136448 140734735130232 7178191 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 59029 55725 626 1178 0 57847 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 236116

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30853
/proc/meminfo: memFree=27989520/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=236116 CPUtime=51.08 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 54200 0 0 0 5094 14 0 0 20 0 1 0 339523477 241782784 55734 33554432000 4194304 9016284 140734735136448 140734735130232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 59029 55734 626 1178 0 57847 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 236116

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30853
/proc/meminfo: memFree=28005588/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=212236 CPUtime=102.28 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 55201 0 0 0 10208 20 0 0 20 0 1 0 339523477 217329664 50705 33554432000 4194304 9016284 140734735136448 140734735130232 7180882 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 53059 50705 659 1178 0 51877 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 212236

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30854
/proc/meminfo: memFree=27992428/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=219100 CPUtime=162.25 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 57132 0 0 0 16194 31 0 0 20 0 1 0 339523477 224358400 53586 33554432000 4194304 9016284 140734735136448 140734735131608 6270514 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 54775 53586 662 1178 0 53593 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 219100

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30854
/proc/meminfo: memFree=27967792/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=229796 CPUtime=222.24 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 61437 0 0 0 22187 37 0 0 20 0 1 0 339523477 235311104 56157 33554432000 4194304 9016284 140734735136448 140734735130680 7180936 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 57449 56157 662 1178 0 56267 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 229796

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30854
/proc/meminfo: memFree=27959344/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=229796 CPUtime=282.23 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 61440 0 0 0 28180 43 0 0 20 0 1 0 339523477 235311104 56160 33554432000 4194304 9016284 140734735136448 140734735131560 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 57449 56160 662 1178 0 56267 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 229796

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 30854
/proc/meminfo: memFree=27972612/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=222508 CPUtime=342.22 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 62086 0 0 0 34171 51 0 0 20 0 1 0 339523477 227848192 53248 33554432000 4194304 9016284 140734735136448 140734735130232 7157120 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 55627 53248 662 1178 0 54445 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 222508

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 30854
/proc/meminfo: memFree=27970496/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=222508 CPUtime=402.21 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 62087 0 0 0 40164 57 0 0 20 0 1 0 339523477 227848192 53248 33554432000 4194304 9016284 140734735136448 140734735130728 7180872 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 55627 53248 662 1178 0 54445 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 222508

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30858
/proc/meminfo: memFree=27968996/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=224424 CPUtime=462.2 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 62408 0 0 0 46157 63 0 0 20 0 1 0 339523477 229810176 53569 33554432000 4194304 9016284 140734735136448 140734735131512 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 56106 53569 662 1178 0 54924 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 224424

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30858
/proc/meminfo: memFree=27950832/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=240968 CPUtime=522.19 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 65176 0 0 0 52144 75 0 0 20 0 1 0 339523477 246751232 57870 33554432000 4194304 9016284 140734735136448 140734735130616 7180742 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 60242 57870 662 1178 0 59060 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 240968

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30858
/proc/meminfo: memFree=27938784/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=255388 CPUtime=582.19 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 66337 0 0 0 58135 84 0 0 20 0 1 0 339523477 261517312 60885 33554432000 4194304 9016284 140734735136448 140734735130232 7124303 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 63847 60885 662 1178 0 62665 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 255388

[startup+642.3 s]

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

/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 67478 0 0 0 106069 142 0 0 20 0 1 0 339523477 256696320 61505 33554432000 4194304 9016284 140734735136448 140734735130680 7124273 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 62670 61505 663 1178 0 61488 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 250680

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 30864
/proc/meminfo: memFree=27934372/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=250680 CPUtime=1122.1 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 67478 0 0 0 112062 148 0 0 20 0 1 0 339523477 256696320 61505 33554432000 4194304 9016284 140734735136448 140734735130232 7190412 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 62670 61505 663 1178 0 61488 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 250680

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30864
/proc/meminfo: memFree=27934184/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=250680 CPUtime=1182.1 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 67478 0 0 0 118054 156 0 0 20 0 1 0 339523477 256696320 61505 33554432000 4194304 9016284 140734735136448 140734735129368 7153305 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 62670 61505 663 1178 0 61488 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 250680

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30864
/proc/meminfo: memFree=27925436/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=265288 CPUtime=1242.09 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 69537 0 0 0 124042 167 0 0 20 0 1 0 339523477 271654912 64790 33554432000 4194304 9016284 140734735136448 140734735130312 7219071 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 66322 64790 665 1178 0 65140 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 265288

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30864
/proc/meminfo: memFree=27923328/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=265288 CPUtime=1302.08 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 69971 0 0 0 130034 174 0 0 20 0 1 0 339523477 271654912 65224 33554432000 4194304 9016284 140734735136448 140734735131560 7875822 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 66322 65224 665 1178 0 65140 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 265288

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30865
/proc/meminfo: memFree=27922460/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=265288 CPUtime=1362.06 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 70154 0 0 0 136021 185 0 0 20 0 1 0 339523477 271654912 65407 33554432000 4194304 9016284 140734735136448 140734735130616 7214194 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 66322 65407 665 1178 0 65140 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 265288

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30865
/proc/meminfo: memFree=27912596/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=279680 CPUtime=1422.07 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 71113 0 0 0 142015 192 0 0 20 0 1 0 339523477 286392320 67899 33554432000 4194304 9016284 140734735136448 140734735130232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 69920 67899 665 1178 0 68738 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 279680

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 30865
/proc/meminfo: memFree=27912408/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=279680 CPUtime=1482.04 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 71113 0 0 0 148005 199 0 0 20 0 1 0 339523477 286392320 67899 33554432000 4194304 9016284 140734735136448 140734735130232 7181678 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 69920 67899 665 1178 0 68738 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 279680

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 30865
/proc/meminfo: memFree=27906260/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=279680 CPUtime=1542.03 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 71118 0 0 0 153993 210 0 0 20 0 1 0 339523477 286392320 69004 33554432000 4194304 9016284 140734735136448 140734735130312 6863440 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 69920 69004 665 1178 0 68738 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 279680

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 30865
/proc/meminfo: memFree=27905700/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=281024 CPUtime=1602.02 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 71163 0 0 0 159978 224 0 0 20 0 1 0 339523477 287768576 69049 33554432000 4194304 9016284 140734735136448 140734735130616 7181026 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 70256 69049 665 1178 0 69074 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 281024

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30869
/proc/meminfo: memFree=27894712/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=288364 CPUtime=1662.02 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 71814 0 0 0 165970 232 0 0 20 0 1 0 339523477 295284736 70900 33554432000 4194304 9016284 140734735136448 140734735130232 7870473 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 72091 70900 665 1178 0 70909 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 288364

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 30891
/proc/meminfo: memFree=27897936/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=288364 CPUtime=1722.01 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 71814 0 0 0 171963 238 0 0 20 0 1 0 339523477 295284736 70900 33554432000 4194304 9016284 140734735136448 140734735130232 7127444 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 72091 70900 665 1178 0 70909 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 288364

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/175 31233
/proc/meminfo: memFree=28010440/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=292128 CPUtime=1782 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 73341 0 0 0 177952 248 0 0 20 0 1 0 339523477 299139072 69210 33554432000 4194304 9016284 140734735136448 140734735130408 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 73032 69210 665 1178 0 71850 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 292128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/175 31347
/proc/meminfo: memFree=28012884/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=292128 CPUtime=1800 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 73384 0 0 0 179751 249 0 0 20 0 1 0 339523477 299139072 69253 33554432000 4194304 9016284 140734735136448 140734735130232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 73032 69253 665 1178 0 71850 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 292128

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30852

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

[startup+1801.4 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 31348
/proc/meminfo: memFree=28012512/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=292128 CPUtime=1801.1 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 73384 0 0 0 179861 249 0 0 20 0 1 0 339523477 299139072 69253 33554432000 4194304 9016284 140734735136448 140734735130232 7181824 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 73032 69253 665 1178 0 71850 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 292128

[startup+1801.81 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 31348
/proc/meminfo: memFree=28010536/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=292128 CPUtime=1801.5 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 73384 0 0 0 179901 249 0 0 20 0 1 0 339523477 299139072 69253 33554432000 4194304 9016284 140734735136448 140734735130232 7180996 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 73032 69253 665 1178 0 71850 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 292128

[startup+1802.2 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 31348
/proc/meminfo: memFree=28010536/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=292128 CPUtime=1801.9 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 73384 0 0 0 179941 249 0 0 20 0 1 0 339523477 299139072 69253 33554432000 4194304 9016284 140734735136448 140734735130232 7925162 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 73032 69253 665 1178 0 71850 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 292128

[startup+1802.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/176 31348
/proc/meminfo: memFree=28010536/32873852 swapFree=7624/7624
[pid=30852] ppid=30850 vsize=292128 CPUtime=1802 cores=1,3,5,7
/proc/30852/stat : 30852 (scip-2.0.1.4b_2) R 30850 30852 29314 0 -1 4202496 73384 0 0 0 179951 249 0 0 20 0 1 0 339523477 299139072 69253 33554432000 4194304 9016284 140734735136448 140734735130232 7870473 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/30852/statm: 73032 69253 665 1178 0 71850 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 292128

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.02
CPU user time (s): 1799.52
CPU system time (s): 2.50162
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 292128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 2.50162
maximum resident set size= 283600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73384
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= 29
involuntary context switches= 1851

runsolver used 5.83311 second user time and 16.7744 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 16:33:00
IDJOB=3738269
IDBENCH=71838
IDSOLVER=2329
FILE ID=node131/3738269-1338733980
RUNJOBID= node131-1338713677-29331
PBS_JOBID= 14636738
Free space on /tmp= 71384 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-250-false-45-90-4-6000opt.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-3738269-1338733980/watcher-3738269-1338733980 -o /tmp/evaluation-result-3738269-1338733980/solver-3738269-1338733980 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738269-1338733980.opb -t 1800 -m 15500

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

MD5SUM BENCH= 41920bbbb40277697ec2dd9f115c2d3f
RANDOM SEED=1664761498

node131.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.805
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.61
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.805
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.805
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.805
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.805
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.805
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.805
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28232684 kB
Buffers:          559028 kB
Cached:          3096320 kB
SwapCached:         2348 kB
Active:          1566704 kB
Inactive:        2206692 kB
Active(anon):     114264 kB
Inactive(anon):     3664 kB
Active(file):    1452440 kB
Inactive(file):  2203028 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             18500 kB
Writeback:             0 kB
AnonPages:        122352 kB
Mapped:            16940 kB
Shmem:                 0 kB
Slab:             728396 kB
SReclaimable:     170680 kB
SUnreclaim:       557716 kB
KernelStack:        1432 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     242868 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= 71368 MiB
End job on node131 at 2012-06-03 17:03:03