Trace number 3738214

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.12 1802.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-9000opt.opb
MD5SUM45bb740026f369f3965355a2a9c7d86d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-193
Best CPU time to get the best result obtained on this benchmark3.79042
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 constraints63333
Number of constraints which are clauses63333
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 364
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 364
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-3738214-1338733621.opb>
0.29/0.37	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 63333 constraints
0.29/0.37	c problem read
0.29/0.37	c presolving settings loaded
0.39/0.46	o 0
0.39/0.46	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.39/0.46	c presolving:
0.58/0.60	c (round 1) 186 del vars, 186 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
0.89/0.92	c (round 2) 186 del vars, 821 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 62512 upgd conss, 2340 impls, 0 clqs
0.99/1.02	c    (1.0s) probing: 101/1839 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.99/1.02	c    (1.0s) probing aborted: 100/100 successive totally useless probings
0.99/1.02	c presolving (3 rounds):
0.99/1.02	c  186 deleted vars, 821 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.99/1.02	c  2340 implications, 0 cliques
0.99/1.02	c presolved problem has 1839 variables (1839 bin, 0 int, 0 impl, 0 cont) and 62512 constraints
0.99/1.02	c     984 constraints of type <setppc>
0.99/1.02	c   61528 constraints of type <logicor>
0.99/1.02	c transformed objective value is always integral (scale: 1)
0.99/1.02	c Presolving Time: 0.58
0.99/1.02	c - non default parameters ----------------------------------------------------------------------
0.99/1.02	c # SCIP version 2.0.1.5
0.99/1.02	c 
0.99/1.02	c # frequency for displaying node information lines
0.99/1.02	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.02	c display/freq = 10000
0.99/1.02	c 
0.99/1.02	c # maximal time in seconds to run
0.99/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.02	c limits/time = 1797
0.99/1.02	c 
0.99/1.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.02	c limits/memory = 13950
0.99/1.02	c 
0.99/1.02	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.99/1.02	c # [type: int, range: [1,2], default: 1]
0.99/1.02	c timing/clocktype = 2
0.99/1.02	c 
0.99/1.02	c # belongs reading time to solving time?
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c timing/reading = TRUE
0.99/1.02	c 
0.99/1.02	c # should presolving try to simplify inequalities
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c constraints/linear/simplifyinequalities = TRUE
0.99/1.02	c 
0.99/1.02	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c constraints/indicator/addCouplingCons = TRUE
0.99/1.02	c 
0.99/1.02	c # should presolving try to simplify knapsacks
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.02	c 
0.99/1.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.02	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.02	c separating/rapidlearning/freq = 0
0.99/1.02	c 
0.99/1.02	c -----------------------------------------------------------------------------------------------
0.99/1.02	c start solving
0.99/1.02	c 
125.87/125.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.87/125.99	c t 126s|     1 |     0 | 37376 |     - |  80M|   0 |1821 |1839 |  62k|1839 |  62k|   0 |   0 |   0 |-2.811758e+02 | 0.000000e+00 | 100.00%
125.97/126.04	o -12
125.97/126.04	c R 126s|     1 |     0 | 37376 |     - |  80M|   0 |1821 |1839 |  62k|1839 |  62k|   0 |   0 |   0 |-2.811758e+02 |-1.200000e+01 |  95.73%
126.07/126.10	o -16
126.07/126.10	c s 126s|     1 |     0 | 37376 |     - |  80M|   0 |1821 |1839 |  62k|1839 |  62k|   0 |   0 |   0 |-2.811758e+02 |-1.600000e+01 |  94.31%
201.15/201.23	c   201s|     1 |     0 | 59696 |     - |  84M|   0 |1817 |1839 |  62k|1839 |  62k|   4 |   0 |   0 |-2.795695e+02 |-1.600000e+01 |  94.28%
201.15/201.24	o -44
201.15/201.24	c b 201s|     1 |     0 | 59696 |     - |  84M|   0 |1817 |1839 |  62k|1839 |  62k|   4 |   0 |   0 |-2.795695e+02 |-4.400000e+01 |  84.26%
336.22/336.38	c   336s|     1 |     0 | 93926 |     - |  86M|   0 |1814 |1839 |  62k|1839 |  62k|  10 |   0 |   0 |-2.782827e+02 |-4.400000e+01 |  84.19%
336.32/336.41	o -59
336.32/336.41	c b 336s|     1 |     0 | 93926 |     - |  86M|   0 |1814 |1839 |  62k|1839 |  62k|  10 |   0 |   0 |-2.782827e+02 |-5.900000e+01 |  78.80%
523.30/523.46	c   523s|     1 |     0 |134686 |     - |  86M|   0 |1814 |1839 |  62k|1839 |  62k|  22 |   0 |   0 |-2.756749e+02 |-5.900000e+01 |  78.60%
696.08/696.23	c   696s|     1 |     0 |169763 |     - |  91M|   0 |1776 |1839 |  62k|1839 |  62k|  33 |   0 |   0 |-2.697047e+02 |-5.900000e+01 |  78.12%
867.84/868.07	c   868s|     1 |     0 |205135 |     - |  96M|   0 |1784 |1839 |  62k|1839 |  62k|  42 |   0 |   0 |-2.635704e+02 |-5.900000e+01 |  77.62%
1025.52/1025.79	c  1026s|     1 |     0 |242588 |     - | 102M|   0 |1799 |1839 |  62k|1839 |  62k|  52 |   0 |   0 |-2.600676e+02 |-5.900000e+01 |  77.31%
1209.08/1209.39	c  1209s|     1 |     0 |282789 |     - | 109M|   0 |1806 |1839 |  62k|1839 |  62k|  59 |   0 |   0 |-2.571493e+02 |-5.900000e+01 |  77.06%
1416.66/1416.93	c  1417s|     1 |     0 |320887 |     - | 117M|   0 |1821 |1839 |  62k|1839 |  62k|  66 |   0 |   0 |-2.543130e+02 |-5.900000e+01 |  76.80%
1661.02/1661.32	c  1661s|     1 |     0 |365247 |     - | 117M|   0 |1824 |1839 |  62k|1839 |  62k|  75 |   0 |   0 |-2.519554e+02 |-5.900000e+01 |  76.58%

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-3738214-1338733621/watcher-3738214-1338733621 -o /tmp/evaluation-result-3738214-1338733621/solver-3738214-1338733621 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738214-1338733621.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.01 2.04 2.00 3/176 13724
/proc/meminfo: memFree=28697404/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=9456 CPUtime=0 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 1491 0 0 0 0 0 0 0 20 0 1 0 339486558 9682944 1445 33554432000 4194304 9016284 140737167132832 140736256736728 6814160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 2364 1445 311 1178 0 1182 0

[startup+0.051207 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 13724
/proc/meminfo: memFree=28697404/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=18340 CPUtime=0.04 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 3566 0 0 0 4 0 0 0 20 0 1 0 339486558 18780160 3520 33554432000 4194304 9016284 140737167132832 140736256736728 4195040 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 4585 3520 360 1178 0 3403 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18340

[startup+0.100248 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 13724
/proc/meminfo: memFree=28697404/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=21004 CPUtime=0.09 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 4242 0 0 0 9 0 0 0 20 0 1 0 339486558 21508096 4196 33554432000 4194304 9016284 140737167132832 140736256736728 6816922 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 5251 4196 360 1178 0 4069 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21004

[startup+0.300216 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 13724
/proc/meminfo: memFree=28697404/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=35156 CPUtime=0.29 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 7781 0 0 0 28 1 0 0 20 0 1 0 339486558 35999744 7735 33554432000 4194304 9016284 140737167132832 140737166996728 7870488 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 8789 7735 360 1178 0 7607 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35156

[startup+0.700244 s]
/proc/loadavg: 2.01 2.04 2.00 3/176 13724
/proc/meminfo: memFree=28697404/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=94692 CPUtime=0.69 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 23211 0 0 0 65 4 0 0 20 0 1 0 339486558 96964608 22325 33554432000 4194304 9016284 140737167132832 140737166996728 18446744073699066235 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 23673 22325 498 1178 0 22491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94692

[startup+1.50025 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 13725
/proc/meminfo: memFree=28604028/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=201628 CPUtime=1.49 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 47623 0 0 0 140 9 0 0 20 0 1 0 339486558 206467072 45502 33554432000 4194304 9016284 140737167132832 140737167128840 6971634 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 50407 45502 623 1178 0 49225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201628

[startup+3.10024 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 13725
/proc/meminfo: memFree=28501212/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=213056 CPUtime=3.09 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 52649 0 0 0 299 10 0 0 20 0 1 0 339486558 218169344 50136 33554432000 4194304 9016284 140737167132832 140737167125752 7227264 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 53264 50136 623 1178 0 52082 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 213056

[startup+6.30024 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 13725
/proc/meminfo: memFree=28487024/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=224996 CPUtime=6.29 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 53960 0 0 0 618 11 0 0 20 0 1 0 339486558 230395904 52953 33554432000 4194304 9016284 140737167132832 140737167127000 7181026 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 56249 52953 623 1178 0 55067 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 224996

[startup+12.7002 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 13725
/proc/meminfo: memFree=28474928/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=234644 CPUtime=12.69 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 55458 0 0 0 1257 12 0 0 20 0 1 0 339486558 240275456 55953 33554432000 4194304 9016284 140737167132832 140737167126616 7181661 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 58661 55953 626 1178 0 57479 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 234644

[startup+25.5002 s]
/proc/loadavg: 2.01 2.03 2.00 3/177 13725
/proc/meminfo: memFree=28475308/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=241588 CPUtime=25.49 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 55472 0 0 0 2535 14 0 0 20 0 1 0 339486558 247386112 55967 33554432000 4194304 9016284 140737167132832 140737167126616 7204749 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 60397 55967 626 1178 0 59215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 241588

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 2.00 3/177 13725
/proc/meminfo: memFree=28475432/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=241588 CPUtime=51.08 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 55482 0 0 0 5092 16 0 0 20 0 1 0 339486558 247386112 55977 33554432000 4194304 9016284 140737167132832 140737167126616 7181488 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 60397 55977 626 1178 0 59215 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 241588

[startup+102.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13725
/proc/meminfo: memFree=28474688/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=241588 CPUtime=102.28 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 55486 0 0 0 10207 21 0 0 20 0 1 0 339486558 247386112 55981 33554432000 4194304 9016284 140737167132832 140737167126616 7181501 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 60397 55981 626 1178 0 59215 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 241588

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 13763
/proc/meminfo: memFree=28622256/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=162.27 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56104 0 0 0 16198 29 0 0 20 0 1 0 339486558 243834880 55856 33554432000 4194304 9016284 140737167132832 140737167126616 7157080 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 55856 659 1178 0 58348 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 238120

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 13767
/proc/meminfo: memFree=28603200/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=222.25 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56228 0 0 0 22191 34 0 0 20 0 1 0 339486558 243834880 56466 33554432000 4194304 9016284 140737167132832 140737167126696 6971613 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 56466 662 1178 0 58348 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 238120

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 13767
/proc/meminfo: memFree=28591724/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=282.23 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56253 0 0 0 28184 39 0 0 20 0 1 0 339486558 243834880 56865 33554432000 4194304 9016284 140737167132832 140737167126616 7127444 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 56865 662 1178 0 58348 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 238120

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13767
/proc/meminfo: memFree=28586332/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=342.22 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56253 0 0 0 34176 46 0 0 20 0 1 0 339486558 243834880 56865 33554432000 4194304 9016284 140737167132832 140737167127944 6578040 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 56865 662 1178 0 58348 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 238120

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13767
/proc/meminfo: memFree=28574172/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=402.21 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56254 0 0 0 40169 52 0 0 20 0 1 0 339486558 243834880 57377 33554432000 4194304 9016284 140737167132832 140737167126616 7870473 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 57377 662 1178 0 58348 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 238120

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13767
/proc/meminfo: memFree=28574108/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=462.2 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56255 0 0 0 46162 58 0 0 20 0 1 0 339486558 243834880 57377 33554432000 4194304 9016284 140737167132832 140737167126616 7180656 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 57377 662 1178 0 58348 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 238120

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13768
/proc/meminfo: memFree=28562192/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=522.2 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56255 0 0 0 52157 63 0 0 20 0 1 0 339486558 243834880 57377 33554432000 4194304 9016284 140737167132832 140737167126616 7181509 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 57377 662 1178 0 58348 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 238120

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13768
/proc/meminfo: memFree=28565288/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=238120 CPUtime=582.18 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 56255 0 0 0 58148 70 0 0 20 0 1 0 339486558 243834880 57377 33554432000 4194304 9016284 140737167132832 140737167126792 7227736 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 59530 57377 662 1178 0 58348 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 238120

[startup+642.3 s]

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

/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 60512 0 0 0 100098 114 0 0 20 0 1 0 339486558 274452480 64020 33554432000 4194304 9016284 140737167132832 140737167126616 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 67005 64020 662 1178 0 65823 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 268020

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13772
/proc/meminfo: memFree=28527260/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279316 CPUtime=1062.11 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 63403 0 0 0 106091 120 0 0 20 0 1 0 339486558 286019584 66425 33554432000 4194304 9016284 140737167132832 140737167126616 7181661 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69829 66425 662 1178 0 68647 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 279316

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13773
/proc/meminfo: memFree=28522712/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279316 CPUtime=1122.1 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 63450 0 0 0 112084 126 0 0 20 0 1 0 339486558 286019584 67620 33554432000 4194304 9016284 140737167132832 140737167126616 7181396 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69829 67620 662 1178 0 68647 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 279316

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13773
/proc/meminfo: memFree=28522340/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279316 CPUtime=1182.1 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 63457 0 0 0 118080 130 0 0 20 0 1 0 339486558 286019584 67627 33554432000 4194304 9016284 140737167132832 140737167126616 7181481 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69829 67627 662 1178 0 68647 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 279316

[startup+1242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 13773
/proc/meminfo: memFree=28521596/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279316 CPUtime=1242.08 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 63470 0 0 0 124071 137 0 0 20 0 1 0 339486558 286019584 67640 33554432000 4194304 9016284 140737167132832 140737167127944 6520750 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69829 67640 662 1178 0 68647 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 279316

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 13773
/proc/meminfo: memFree=28519552/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279656 CPUtime=1302.08 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 65343 0 0 0 130064 144 0 0 20 0 1 0 339486558 286367744 68184 33554432000 4194304 9016284 140737167132832 140737167125752 7181416 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69914 68184 662 1178 0 68732 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 279656

[startup+1362.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 13773
/proc/meminfo: memFree=28518676/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279656 CPUtime=1362.07 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 65343 0 0 0 136058 149 0 0 20 0 1 0 339486558 286367744 68439 33554432000 4194304 9016284 140737167132832 140737167126616 7180928 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69914 68439 662 1178 0 68732 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 279656

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 13777
/proc/meminfo: memFree=28517428/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279656 CPUtime=1422.07 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 65653 0 0 0 142051 156 0 0 20 0 1 0 339486558 286367744 68749 33554432000 4194304 9016284 140737167132832 140737167127944 6516435 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69914 68749 662 1178 0 68732 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 279656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13777
/proc/meminfo: memFree=28531212/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=268092 CPUtime=1482.05 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 66124 0 0 0 148042 163 0 0 20 0 1 0 339486558 274526208 65199 33554432000 4194304 9016284 140737167132832 140737167126696 7181022 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 67023 65199 662 1178 0 65841 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 268092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13777
/proc/meminfo: memFree=28531336/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=268092 CPUtime=1542.04 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 66124 0 0 0 154036 168 0 0 20 0 1 0 339486558 274526208 65199 33554432000 4194304 9016284 140737167132832 140737167126616 7160134 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 67023 65199 662 1178 0 65841 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 268092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13777
/proc/meminfo: memFree=28530776/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=268092 CPUtime=1602.03 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 66124 0 0 0 160030 173 0 0 20 0 1 0 339486558 274526208 65396 33554432000 4194304 9016284 140737167132832 140737167127000 7180751 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 67023 65396 662 1178 0 65841 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 268092

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13777
/proc/meminfo: memFree=28518128/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279916 CPUtime=1662.02 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 67504 0 0 0 166024 178 0 0 20 0 1 0 339486558 286633984 68820 33554432000 4194304 9016284 140737167132832 140737167127896 7875929 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69979 68820 662 1178 0 68797 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 279916

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13779
/proc/meminfo: memFree=28517684/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279916 CPUtime=1722.01 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 67504 0 0 0 172015 186 0 0 20 0 1 0 339486558 286633984 68820 33554432000 4194304 9016284 140737167132832 140737167127992 6586645 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69979 68820 662 1178 0 68797 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 279916

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 13779
/proc/meminfo: memFree=28517436/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279916 CPUtime=1782 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 67504 0 0 0 178009 191 0 0 20 0 1 0 339486558 286633984 68820 33554432000 4194304 9016284 140737167132832 140737167126616 7180891 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69979 68820 662 1178 0 68797 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 279916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 13779
/proc/meminfo: memFree=28517684/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279916 CPUtime=1800.1 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 67504 0 0 0 179818 192 0 0 20 0 1 0 339486558 286633984 68820 33554432000 4194304 9016284 140737167132832 140737167126616 7189220 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69979 68820 662 1178 0 68797 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 279916

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -13724

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

[startup+1801.4 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 13780
/proc/meminfo: memFree=28517684/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279916 CPUtime=1801.09 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 67504 0 0 0 179917 192 0 0 20 0 1 0 339486558 286633984 68820 33554432000 4194304 9016284 140737167132832 140737167126200 7124264 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69979 68820 662 1178 0 68797 0
Current children cumulated CPU time (s) 1801.09
Current children cumulated vsize (KiB) 279916

[startup+1802.2 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 13780
/proc/meminfo: memFree=28517428/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279916 CPUtime=1801.9 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 67504 0 0 0 179997 193 0 0 20 0 1 0 339486558 286633984 68820 33554432000 4194304 9016284 140737167132832 140737167125752 7180882 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69979 68820 662 1178 0 68797 0
Current children cumulated CPU time (s) 1801.9
Current children cumulated vsize (KiB) 279916

[startup+1802.4 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 13780
/proc/meminfo: memFree=28517428/32873844 swapFree=7644/7644
[pid=13724] ppid=13722 vsize=279916 CPUtime=1802.1 cores=0,2,4,6
/proc/13724/stat : 13724 (scip-2.0.1.4b_2) R 13722 13724 10351 0 -1 4202496 67504 0 0 0 180017 193 0 0 20 0 1 0 339486558 286633984 68820 33554432000 4194304 9016284 140737167132832 140737167125752 7181678 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13724/statm: 69979 68820 662 1178 0 68797 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 279916

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.41
CPU time (s): 1802.12
CPU user time (s): 1800.18
CPU system time (s): 1.9357
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 279916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.18
system time used= 1.93571
maximum resident set size= 283004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67504
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= 21
involuntary context switches= 2051

runsolver used 2.84257 second user time and 8.63169 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 16:27:02
IDJOB=3738214
IDBENCH=71833
IDSOLVER=2329
FILE ID=node147/3738214-1338733621
RUNJOBID= node147-1338702405-10367
PBS_JOBID= 14636713
Free space on /tmp= 70764 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-9000opt.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-3738214-1338733621/watcher-3738214-1338733621 -o /tmp/evaluation-result-3738214-1338733621/solver-3738214-1338733621 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3738214-1338733621.opb -t 1800 -m 15500

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

MD5SUM BENCH= 45bb740026f369f3965355a2a9c7d86d
RANDOM SEED=687848846

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        28697908 kB
Buffers:          451948 kB
Cached:          2597244 kB
SwapCached:         3380 kB
Active:          1764580 kB
Inactive:        1549812 kB
Active(anon):     261052 kB
Inactive(anon):     5908 kB
Active(file):    1503528 kB
Inactive(file):  1543904 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             18672 kB
Writeback:             0 kB
AnonPages:        398596 kB
Mapped:            12076 kB
Shmem:                 0 kB
Slab:             722164 kB
SReclaimable:     163340 kB
SUnreclaim:       558824 kB
KernelStack:        1472 kB
PageTables:         4108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     385500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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= 70752 MiB
End job on node147 at 2012-06-03 16:57:04