Trace number 3737395

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

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_60_2.opb
MD5SUMa5ab0443a6669cc558112b6f5f13d1cd
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-69
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -72
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150572
Sum of products size (including duplicates)301144
Number of different products75286
Sum of products size150572

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-3737395-1338727340.opb>
0.28/0.37	c original problem has 77286 variables (77286 bin, 0 int, 0 impl, 0 cont) and 80287 constraints
0.28/0.37	c problem read
0.28/0.37	c presolving settings loaded
0.79/0.85	o 0
0.79/0.85	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.79/0.85	c presolving:
2.39/2.48	c (round 1) 0 del vars, 79286 del conss, 2000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1000 upgd conss, 598856 impls, 1999 clqs
2.68/2.72	c (round 2) 75286 del vars, 79286 del conss, 2000 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 3000 upgd conss, 598856 impls, 0 clqs
3.08/3.11	c    (3.1s) probing: 101/2000 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
3.08/3.11	c    (3.1s) probing aborted: 100/100 successive totally useless probings
3.08/3.11	c presolving (3 rounds):
3.08/3.11	c  75286 deleted vars, 79286 deleted constraints, 2000 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.08/3.11	c  598856 implications, 0 cliques
3.08/3.11	c presolved problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 3001 constraints
3.08/3.11	c    2000 constraints of type <knapsack>
3.08/3.11	c    1000 constraints of type <setppc>
3.08/3.11	c       1 constraints of type <linear>
3.08/3.11	c transformed objective value is always integral (scale: 1)
3.08/3.11	c Presolving Time: 2.47
3.08/3.11	c - non default parameters ----------------------------------------------------------------------
3.08/3.11	c # SCIP version 2.0.1.5
3.08/3.11	c 
3.08/3.11	c # frequency for displaying node information lines
3.08/3.11	c # [type: int, range: [-1,2147483647], default: 100]
3.08/3.11	c display/freq = 10000
3.08/3.11	c 
3.08/3.11	c # maximal time in seconds to run
3.08/3.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.08/3.11	c limits/time = 1797
3.08/3.11	c 
3.08/3.11	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.08/3.11	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
3.08/3.11	c limits/memory = 13950
3.08/3.11	c 
3.08/3.11	c # default clock type (1: CPU user seconds, 2: wall clock time)
3.08/3.11	c # [type: int, range: [1,2], default: 1]
3.08/3.11	c timing/clocktype = 2
3.08/3.11	c 
3.08/3.11	c # belongs reading time to solving time?
3.08/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.08/3.11	c timing/reading = TRUE
3.08/3.11	c 
3.08/3.11	c # should presolving try to simplify inequalities
3.08/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.08/3.11	c constraints/linear/simplifyinequalities = TRUE
3.08/3.11	c 
3.08/3.11	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
3.08/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.08/3.11	c constraints/indicator/addCouplingCons = TRUE
3.08/3.11	c 
3.08/3.11	c # should presolving try to simplify knapsacks
3.08/3.11	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
3.08/3.11	c constraints/knapsack/simplifyinequalities = TRUE
3.08/3.11	c 
3.08/3.11	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
3.08/3.11	c # [type: int, range: [-1,2147483647], default: -1]
3.08/3.11	c separating/rapidlearning/freq = 0
3.08/3.11	c 
3.08/3.11	c -----------------------------------------------------------------------------------------------
3.08/3.11	c start solving
3.08/3.11	c 
121.36/121.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
121.36/121.48	c t 121s|     1 |     0 | 16403 |     - | 193M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 | 0.000000e+00 | 100.00%
121.56/121.62	o -1
121.56/121.62	c R 122s|     1 |     0 | 16403 |     - | 193M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |   0 |-5.000000e+02 |-1.000000e+00 |  99.80%
554.89/555.08	c   555s|     1 |     2 | 26481 |     - | 194M|   0 |2000 |2000 |3001 |2000 |3001 |   0 |   0 |  10 |-5.000000e+02 |-1.000000e+00 |  99.80%
1255.29/1255.56	o -2
1255.29/1255.56	c R1256s|     3 |     2 | 28081 |5839.0 | 194M|   2 |1930 |2000 |3001 |2000 |3001 |   0 |   0 |  33 |-5.000000e+02 |-2.000000e+00 |  99.60%

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-3737395-1338727340/watcher-3737395-1338727340 -o /tmp/evaluation-result-3737395-1338727340/solver-3737395-1338727340 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737395-1338727340.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/176 16199
/proc/meminfo: memFree=27869196/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 1516 0 0 0 0 0 0 0 20 0 1 0 338858394 9818112 1471 33554432000 4194304 9016284 140733203187312 140733203186248 7824814 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 2397 1472 311 1178 0 1215 0

[startup+0.0767999 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 16199
/proc/meminfo: memFree=27869196/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=38752 CPUtime=0.07 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 8687 0 0 0 6 1 0 0 20 0 1 0 338858394 39682048 8643 33554432000 4194304 9016284 140733203187312 140733203186248 6813403 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 9688 8650 377 1178 0 8506 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38752

[startup+0.100351 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 16199
/proc/meminfo: memFree=27869196/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=46404 CPUtime=0.09 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 10584 0 0 0 8 1 0 0 20 0 1 0 338858394 47517696 10539 33554432000 4194304 9016284 140733203187312 140733203186248 4447097 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 11601 10539 377 1178 0 10419 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46404

[startup+0.300266 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 16199
/proc/meminfo: memFree=27869196/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=95560 CPUtime=0.28 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 22875 0 0 0 26 2 0 0 20 0 1 0 338858394 97853440 22830 33554432000 4194304 9016284 140733203187312 140733203186248 4530476 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 23890 22830 377 1178 0 22708 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 95560

[startup+0.700287 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 16199
/proc/meminfo: memFree=27869196/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=212692 CPUtime=0.69 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 52675 0 0 0 63 6 0 0 20 0 1 0 338858394 217796608 52075 33554432000 4194304 9016284 140733203187312 140733203186248 4786462 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 53173 52075 448 1178 0 51991 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 212692

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16200
/proc/meminfo: memFree=27644848/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=243072 CPUtime=1.49 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 60321 0 0 0 142 7 0 0 20 0 1 0 338858394 248905728 59464 33554432000 4194304 9016284 140733203187312 140733203184456 7870498 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 60768 59464 485 1178 0 59586 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 243072

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16200
/proc/meminfo: memFree=27618312/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=282936 CPUtime=3.08 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 71743 0 0 0 300 8 0 0 20 0 1 0 338858394 289726464 69467 33554432000 4194304 9016284 140733203187312 140733203182984 5254010 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 70734 69467 539 1178 0 69552 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 282936

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16200
/proc/meminfo: memFree=27563868/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=314468 CPUtime=6.29 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 77841 0 0 0 618 11 0 0 20 0 1 0 338858394 322015232 76918 33554432000 4194304 9016284 140733203187312 140733203180232 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 78617 76918 638 1178 0 77435 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 314468

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16200
/proc/meminfo: memFree=27547312/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=330104 CPUtime=12.68 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 79412 0 0 0 1256 12 0 0 20 0 1 0 338858394 338026496 80664 33554432000 4194304 9016284 140733203187312 140733203180232 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 82526 80664 641 1178 0 81344 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 330104

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 16200
/proc/meminfo: memFree=27529692/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=350508 CPUtime=25.48 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 81186 0 0 0 2534 14 0 0 20 0 1 0 338858394 358920192 85226 33554432000 4194304 9016284 140733203187312 140733203181096 7218016 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 87627 85226 641 1178 0 86445 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 350508

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16200
/proc/meminfo: memFree=27497056/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=388476 CPUtime=51.08 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 84449 0 0 0 5093 15 0 0 20 0 1 0 338858394 397799424 93418 33554432000 4194304 9016284 140733203187312 140733203181592 7179934 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 97119 93418 641 1178 0 95937 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 388476

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16276
/proc/meminfo: memFree=27883004/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=418680 CPUtime=102.27 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 85459 0 0 0 10210 17 0 0 20 0 1 0 338858394 428728320 102601 33554432000 4194304 9016284 140733203187312 140733203180232 7219247 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 104670 102601 641 1178 0 103488 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 418680

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16277
/proc/meminfo: memFree=27909536/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=384668 CPUtime=162.25 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 99733 0 0 0 16204 21 0 0 20 0 1 0 338858394 393900032 95295 33554432000 4194304 9016284 140733203187312 140733203179240 7219179 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 96167 95295 708 1178 0 94985 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 384668

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16277
/proc/meminfo: memFree=27905400/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=384668 CPUtime=222.25 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 99737 0 0 0 22203 22 0 0 20 0 1 0 338858394 393900032 95315 33554432000 4194304 9016284 140733203187312 140733203179240 7220586 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 96167 95315 708 1178 0 94985 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 384668

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16277
/proc/meminfo: memFree=27901208/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=401984 CPUtime=282.23 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 100050 0 0 0 28198 25 0 0 20 0 1 0 338858394 411631616 97170 33554432000 4194304 9016284 140733203187312 140733203180072 7219251 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100496 97170 709 1178 0 99314 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 401984

[startup+342.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 16277
/proc/meminfo: memFree=27896376/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=401984 CPUtime=342.23 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 100099 0 0 0 34197 26 0 0 20 0 1 0 338858394 411631616 97219 33554432000 4194304 9016284 140733203187312 140733203180568 7189360 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100496 97219 709 1178 0 99314 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 401984

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 16277
/proc/meminfo: memFree=27889112/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=401984 CPUtime=402.21 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 100164 0 0 0 40194 27 0 0 20 0 1 0 338858394 411631616 99328 33554432000 4194304 9016284 140733203187312 140733203180072 7219712 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100496 99328 709 1178 0 99314 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 401984

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 16281
/proc/meminfo: memFree=27884748/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402204 CPUtime=462.21 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 100404 0 0 0 46192 29 0 0 20 0 1 0 338858394 411856896 99568 33554432000 4194304 9016284 140733203187312 140733203180616 7219008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100551 99568 709 1178 0 99369 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 402204

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16281
/proc/meminfo: memFree=27887816/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=396976 CPUtime=522.19 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 102149 0 0 0 52188 31 0 0 20 0 1 0 338858394 406503424 98398 33554432000 4194304 9016284 140733203187312 140733203180568 7219247 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 99244 98398 709 1178 0 98062 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 396976

[startup+582.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 16281
/proc/meminfo: memFree=27876336/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=409620 CPUtime=582.19 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 104611 0 0 0 58184 35 0 0 20 0 1 0 338858394 419450880 101376 33554432000 4194304 9016284 140733203187312 140733203181064 7219374 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 102405 101376 709 1178 0 101223 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 409620

[startup+642.3 s]

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

/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 106012 0 0 0 106167 44 0 0 20 0 1 0 338858394 413261824 99843 33554432000 4194304 9016284 140733203187312 140733203180120 7219255 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100894 99843 709 1178 0 99712 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 403576

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16309
/proc/meminfo: memFree=27883028/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=403576 CPUtime=1122.1 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 106012 0 0 0 112165 45 0 0 20 0 1 0 338858394 413261824 99843 33554432000 4194304 9016284 140733203187312 140733203180120 7219702 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100894 99843 709 1178 0 99712 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 403576

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16309
/proc/meminfo: memFree=27883268/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=403576 CPUtime=1182.1 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 106012 0 0 0 118163 47 0 0 20 0 1 0 338858394 413261824 99843 33554432000 4194304 9016284 140733203187312 140733203180616 7219225 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100894 99843 709 1178 0 99712 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 403576

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16309
/proc/meminfo: memFree=27879672/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=403952 CPUtime=1242.08 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 106309 0 0 0 124161 47 0 0 20 0 1 0 338858394 413646848 100140 33554432000 4194304 9016284 140733203187312 140733203181224 7219712 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100988 100140 709 1178 0 99806 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 403952

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16309
/proc/meminfo: memFree=27908408/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=376124 CPUtime=1302.08 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 113077 0 0 0 130157 51 0 0 20 0 1 0 338858394 385150976 93189 33554432000 4194304 9016284 140733203187312 140733203180616 7219194 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 94031 93189 709 1178 0 92849 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 376124

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16310
/proc/meminfo: memFree=27895068/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=389276 CPUtime=1362.07 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 113691 0 0 0 136155 52 0 0 20 0 1 0 338858394 398618624 96358 33554432000 4194304 9016284 140733203187312 140733203180616 7219374 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 97319 96358 709 1178 0 96137 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 389276

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16310
/proc/meminfo: memFree=27895000/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=389276 CPUtime=1422.07 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 116361 0 0 0 142152 55 0 0 20 0 1 0 338858394 398618624 96336 33554432000 4194304 9016284 140733203187312 140733203181064 7876104 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 97319 96336 709 1178 0 96137 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 389276

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 16310
/proc/meminfo: memFree=27901508/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=389208 CPUtime=1482.05 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 119180 0 0 0 148148 57 0 0 20 0 1 0 338858394 398548992 96407 33554432000 4194304 9016284 140733203187312 140733203180120 7204769 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 97302 96407 709 1178 0 96120 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 389208

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 16310
/proc/meminfo: memFree=27892820/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=389880 CPUtime=1542.04 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 119404 0 0 0 154146 58 0 0 20 0 1 0 338858394 399237120 96628 33554432000 4194304 9016284 140733203187312 140733203180616 7220608 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 97470 96628 709 1178 0 96288 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 389880

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 16310
/proc/meminfo: memFree=27895800/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=389208 CPUtime=1602.03 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 121929 0 0 0 160143 60 0 0 20 0 1 0 338858394 398548992 96388 33554432000 4194304 9016284 140733203187312 140733203180120 7189200 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 97302 96388 709 1178 0 96120 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 389208

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16314
/proc/meminfo: memFree=27904876/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=384448 CPUtime=1662.02 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 128707 0 0 0 166138 64 0 0 20 0 1 0 338858394 393674752 94208 33554432000 4194304 9016284 140733203187312 140733203180616 7219694 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 96112 94208 709 1178 0 94930 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 384448

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16314
/proc/meminfo: memFree=27881280/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402544 CPUtime=1722.01 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 135027 0 0 0 172134 67 0 0 20 0 1 0 338858394 412205056 99577 33554432000 4194304 9016284 140733203187312 140733203180616 7219682 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100636 99577 709 1178 0 99454 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 402544

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16314
/proc/meminfo: memFree=27879792/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402544 CPUtime=1782 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 143067 0 0 0 178129 71 0 0 20 0 1 0 338858394 412205056 99577 33554432000 4194304 9016284 140733203187312 140733203180616 7219225 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100636 99577 709 1178 0 99454 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 402544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 16314
/proc/meminfo: memFree=27880348/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402544 CPUtime=1800 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 145953 0 0 0 179927 73 0 0 20 0 1 0 338858394 412205056 99577 33554432000 4194304 9016284 140733203187312 140733203180568 7219541 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100636 99577 709 1178 0 99454 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 402544

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16199

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16315
/proc/meminfo: memFree=27880348/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402544 CPUtime=1801.1 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 145953 0 0 0 180037 73 0 0 20 0 1 0 338858394 412205056 99577 33554432000 4194304 9016284 140733203187312 140733203179072 7219216 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100636 99577 709 1178 0 99454 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 402544

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16315
/proc/meminfo: memFree=27880092/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402544 CPUtime=1801.5 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 145953 0 0 0 180077 73 0 0 20 0 1 0 338858394 412205056 99577 33554432000 4194304 9016284 140733203187312 140733203179072 7219251 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100636 99577 709 1178 0 99454 0
Current children cumulated CPU time (s) 1801.5
Current children cumulated vsize (KiB) 402544

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16315
/proc/meminfo: memFree=27880092/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402544 CPUtime=1801.9 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 145953 0 0 0 180117 73 0 0 20 0 1 0 338858394 412205056 99577 33554432000 4194304 9016284 140733203187312 140733203179072 7219251 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100636 99577 709 1178 0 99454 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 402544

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 16315
/proc/meminfo: memFree=27880092/32873844 swapFree=7632/7632
[pid=16199] ppid=16197 vsize=402544 CPUtime=1802 cores=0,2,4,6
/proc/16199/stat : 16199 (scip-2.0.1.4b_2) R 16197 16199 12480 0 -1 4202496 145953 0 0 0 180127 73 0 0 20 0 1 0 338858394 412205056 99577 33554432000 4194304 9016284 140733203187312 140733203179072 7219225 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/16199/statm: 100636 99577 709 1178 0 99454 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 402544

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.31
CPU time (s): 1802.02
CPU user time (s): 1801.28
CPU system time (s): 0.742887
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 422564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.28
system time used= 0.742887
maximum resident set size= 417792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145953
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= 22
involuntary context switches= 1949

runsolver used 3.51347 second user time and 9.54655 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 14:42:21
IDJOB=3737395
IDBENCH=48230
IDSOLVER=2329
FILE ID=node141/3737395-1338727340
RUNJOBID= node141-1338702880-12496
PBS_JOBID= 14636716
Free space on /tmp= 70704 MiB

SOLVER NAME= PB11: SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_1000_60_2.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-3737395-1338727340/watcher-3737395-1338727340 -o /tmp/evaluation-result-3737395-1338727340/solver-3737395-1338727340 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3737395-1338727340.opb -t 1800 -m 15500

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

MD5SUM BENCH= a5ab0443a6669cc558112b6f5f13d1cd
RANDOM SEED=847095850

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27869568 kB
Buffers:          415832 kB
Cached:          3212336 kB
SwapCached:          216 kB
Active:          1780528 kB
Inactive:        2340908 kB
Active(anon):     483972 kB
Inactive(anon):    11288 kB
Active(file):    1296556 kB
Inactive(file):  2329620 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             18704 kB
Writeback:             0 kB
AnonPages:        499788 kB
Mapped:            13572 kB
Shmem:               172 kB
Slab:             740924 kB
SReclaimable:     183240 kB
SUnreclaim:       557684 kB
KernelStack:        1464 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     608628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    468992 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= 70688 MiB
End job on node141 at 2012-06-03 15:12:23