Trace number 3451899

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1802.07 1802.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/featureSubscription/
normalized-50-250-false-45-90-4-5000opt.opb
MD5SUM657f6825a6ae32adb885bdc3b57c624e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-169
Best CPU time to get the best result obtained on this benchmark7.99678
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 constraints63342
Number of constraints which are clauses63342
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 317
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 317
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.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3451899-1307115354.opb>
0.39/0.41	c original problem has 2025 variables (2025 bin, 0 int, 0 impl, 0 cont) and 63342 constraints
0.39/0.41	c problem read
0.39/0.41	c presolving settings loaded
0.49/0.57	o 0
0.49/0.57	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.49/0.57	c presolving:
0.59/0.65	c (round 1) 189 del vars, 189 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 2340 impls, 0 clqs
0.79/0.85	c (round 2) 189 del vars, 841 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 62501 upgd conss, 2340 impls, 0 clqs
0.89/0.91	c    (0.9s) probing: 101/1836 (5.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.89/0.91	c    (0.9s) probing aborted: 100/100 successive totally useless probings
0.89/0.91	c presolving (3 rounds):
0.89/0.91	c  189 deleted vars, 841 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.89/0.91	c  2340 implications, 0 cliques
0.89/0.91	c presolved problem has 1836 variables (1836 bin, 0 int, 0 impl, 0 cont) and 62501 constraints
0.89/0.91	c     981 constraints of type <setppc>
0.89/0.91	c   61520 constraints of type <logicor>
0.89/0.91	c transformed objective value is always integral (scale: 1)
0.89/0.91	c Presolving Time: 0.46
0.89/0.91	c - non default parameters ----------------------------------------------------------------------
0.89/0.91	c # SCIP version 2.0.1.4
0.89/0.91	c 
0.89/0.91	c # frequency for displaying node information lines
0.89/0.91	c # [type: int, range: [-1,2147483647], default: 100]
0.89/0.91	c display/freq = 10000
0.89/0.91	c 
0.89/0.91	c # maximal time in seconds to run
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/time = 1800
0.89/0.91	c 
0.89/0.91	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.89/0.91	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.89/0.91	c limits/memory = 13950
0.89/0.91	c 
0.89/0.91	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.89/0.91	c # [type: int, range: [1,2], default: 1]
0.89/0.91	c timing/clocktype = 2
0.89/0.91	c 
0.89/0.91	c # belongs reading time to solving time?
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c timing/reading = TRUE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify inequalities
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/linear/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/indicator/addCouplingCons = TRUE
0.89/0.91	c 
0.89/0.91	c # should presolving try to simplify knapsacks
0.89/0.91	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.89/0.91	c constraints/knapsack/simplifyinequalities = TRUE
0.89/0.91	c 
0.89/0.91	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.89/0.91	c # [type: int, range: [-1,2147483647], default: -1]
0.89/0.91	c separating/rapidlearning/freq = 0
0.89/0.91	c 
0.89/0.91	c -----------------------------------------------------------------------------------------------
0.89/0.91	c start solving
0.89/0.92	c 
41.99/42.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.99/42.05	c t42.0s|     1 |     0 | 25026 |     - |  76M|   0 |1796 |1836 |  62k|1836 |  62k|   0 |   0 |   0 |-2.495794e+02 | 0.000000e+00 | 100.00%
42.09/42.10	o -18
42.09/42.10	c R42.1s|     1 |     0 | 25026 |     - |  76M|   0 |1796 |1836 |  62k|1836 |  62k|   0 |   0 |   0 |-2.495794e+02 |-1.800000e+01 |  92.79%
42.09/42.16	o -19
42.09/42.16	c s42.2s|     1 |     0 | 25026 |     - |  76M|   0 |1796 |1836 |  62k|1836 |  62k|   0 |   0 |   0 |-2.495794e+02 |-1.900000e+01 |  92.39%
123.99/124.02	c   124s|     1 |     0 | 50983 |     - |  77M|   0 |1807 |1836 |  62k|1836 |  62k|   9 |   0 |   0 |-2.468313e+02 |-1.900000e+01 |  92.30%
123.99/124.03	o -37
123.99/124.03	c b 124s|     1 |     0 | 50983 |     - |  78M|   0 |1807 |1836 |  62k|1836 |  62k|   9 |   0 |   0 |-2.468313e+02 |-3.700000e+01 |  85.01%
344.49/344.55	c   345s|     1 |     0 | 91837 |     - |  78M|   0 |1809 |1836 |  62k|1836 |  62k|  20 |   0 |   0 |-2.387800e+02 |-3.700000e+01 |  84.50%
344.49/344.59	o -47
344.49/344.59	c b 345s|     1 |     0 | 91837 |     - |  78M|   0 |1809 |1836 |  62k|1836 |  62k|  20 |   0 |   0 |-2.387800e+02 |-4.700000e+01 |  80.32%
562.70/562.70	c   563s|     1 |     0 |134810 |     - |  78M|   0 |1817 |1836 |  62k|1836 |  62k|  27 |   0 |   0 |-2.305560e+02 |-4.700000e+01 |  79.61%
707.42/707.47	c   707s|     1 |     0 |161601 |     - |  82M|   0 |1807 |1836 |  62k|1836 |  62k|  30 |   0 |   0 |-2.287458e+02 |-4.700000e+01 |  79.45%
777.00/777.01	c   777s|     1 |     0 |171691 |     - |  85M|   0 |1815 |1836 |  62k|1836 |  62k|  33 |   0 |   0 |-2.281234e+02 |-4.700000e+01 |  79.40%
923.41/923.46	c   923s|     1 |     0 |206049 |     - |  90M|   0 |1809 |1836 |  62k|1836 |  62k|  37 |   0 |   0 |-2.276812e+02 |-4.700000e+01 |  79.36%
1202.33/1202.36	c  1202s|     1 |     0 |263411 |     - |  94M|   0 |1821 |1836 |  62k|1836 |  62k|  43 |   0 |   0 |-2.259203e+02 |-4.700000e+01 |  79.20%
1402.22/1402.20	c  1402s|     1 |     0 |301320 |     - | 101M|   0 |1805 |1836 |  62k|1836 |  62k|  47 |   0 |   0 |-2.253172e+02 |-4.700000e+01 |  79.14%
1660.72/1660.76	c  1661s|     1 |     0 |347395 |     - | 107M|   0 |1818 |1836 |  62k|1836 |  62k|  51 |   0 |   0 |-2.250321e+02 |-4.700000e+01 |  79.11%

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3451899-1307115354/watcher-3451899-1307115354 -o /tmp/evaluation-result-3451899-1307115354/solver-3451899-1307115354 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451899-1307115354.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.11 2.06 2.01 2/530 30860
/proc/meminfo: memFree=15029180/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=12496 CPUtime=0.01 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 2129 0 0 0 1 0 0 0 23 0 1 0 823134025 12795904 2082 33554432000 4194304 9128323 140737391926256 18446744073709551615 7998989 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30860/statm: 3124 2082 400 1205 0 1915 0

[startup+0.108604 s]
/proc/loadavg: 2.11 2.06 2.01 2/530 30860
/proc/meminfo: memFree=15029180/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=17160 CPUtime=0.1 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 3300 0 0 0 10 0 0 0 23 0 1 0 823134025 17571840 3251 33554432000 4194304 9128323 140737391926256 18446744073709551615 4337651 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30860/statm: 4290 3251 400 1205 0 3081 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 17160

[startup+0.200588 s]
/proc/loadavg: 2.11 2.06 2.01 2/530 30860
/proc/meminfo: memFree=15029180/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=21592 CPUtime=0.19 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 4414 0 0 0 19 0 0 0 23 0 1 0 823134025 22110208 4363 33554432000 4194304 9128323 140737391926256 18446744073709551615 8008905 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30860/statm: 5398 4363 400 1205 0 4189 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21592

[startup+0.300572 s]
/proc/loadavg: 2.11 2.06 2.01 2/530 30860
/proc/meminfo: memFree=15029180/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=26428 CPUtime=0.29 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 5610 0 0 0 29 0 0 0 23 0 1 0 823134025 27062272 5557 33554432000 4194304 9128323 140737391926256 18446744073709551615 7447720 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/30860/statm: 6607 5557 400 1205 0 5398 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26428

[startup+0.700503 s]
/proc/loadavg: 2.11 2.06 2.01 2/530 30860
/proc/meminfo: memFree=15029180/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=94908 CPUtime=0.69 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 27274 0 0 0 65 4 0 0 25 0 1 0 823134025 97185792 22403 33554432000 4194304 9128323 140737391926256 18446744073709551615 18446744073699065971 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 23727 22403 527 1205 0 22518 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94908

[startup+1.50037 s]
/proc/loadavg: 2.11 2.06 2.01 3/531 30861
/proc/meminfo: memFree=14856936/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=207892 CPUtime=1.49 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 55583 0 0 0 141 8 0 0 18 0 1 0 823134025 212881408 46281 33554432000 4194304 9128323 140737391926256 18446744073709551615 6941086 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 51973 46281 787 1205 0 50764 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207892

[startup+3.10109 s]
/proc/loadavg: 2.10 2.06 2.01 3/531 30861
/proc/meminfo: memFree=14826748/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=219056 CPUtime=3.09 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 62260 0 0 0 300 9 0 0 21 0 1 0 823134025 224313344 51866 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315612 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 54764 51866 711 1205 0 53555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 219056

[startup+6.30054 s]
/proc/loadavg: 2.10 2.06 2.01 3/531 30861
/proc/meminfo: memFree=14821224/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=219508 CPUtime=6.29 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 62295 0 0 0 617 12 0 0 25 0 1 0 823134025 224776192 51888 33554432000 4194304 9128323 140737391926256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 54877 51888 701 1205 0 53668 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 219508

[startup+12.7004 s]
/proc/loadavg: 2.23 2.09 2.02 3/531 30861
/proc/meminfo: memFree=14822368/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=224316 CPUtime=12.69 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 64907 0 0 0 1255 14 0 0 25 0 1 0 823134025 229699584 51418 33554432000 4194304 9128323 140737391926256 18446744073709551615 7316079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 56079 51418 653 1205 0 54870 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 224316

[startup+25.5012 s]
/proc/loadavg: 2.20 2.09 2.02 3/531 30861
/proc/meminfo: memFree=14822488/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=224452 CPUtime=25.49 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 64994 0 0 0 2533 16 0 0 25 0 1 0 823134025 229838848 51505 33554432000 4194304 9128323 140737391926256 18446744073709551615 7241289 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 56113 51505 653 1205 0 54904 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 224452

[startup+51.1008 s]
/proc/loadavg: 2.19 2.09 2.02 3/531 30863
/proc/meminfo: memFree=14816640/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=222652 CPUtime=51.09 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 67501 0 0 0 5087 22 0 0 25 0 1 0 823134025 227995648 53069 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315684 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 55663 53069 764 1205 0 54454 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 222652

[startup+102.301 s]
/proc/loadavg: 2.16 2.10 2.02 3/531 30863
/proc/meminfo: memFree=14806368/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=102.31 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70050 0 0 0 10200 31 0 0 25 0 1 0 823134025 235347968 55618 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315689 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 55618 764 1205 0 56249 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 229832

[startup+162.301 s]
/proc/loadavg: 2.13 2.11 2.03 3/531 30865
/proc/meminfo: memFree=14804884/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=162.3 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70058 0 0 0 16183 47 0 0 25 0 1 0 823134025 235347968 55626 33554432000 4194304 9128323 140737391926256 18446744073709551615 8012592 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 55626 767 1205 0 56249 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 229832

[startup+222.32 s]
/proc/loadavg: 2.05 2.09 2.02 3/531 30867
/proc/meminfo: memFree=14804012/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=222.32 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70554 0 0 0 22169 63 0 0 25 0 1 0 823134025 235347968 56120 33554432000 4194304 9128323 140737391926256 18446744073709551615 7316152 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 56120 948 1205 0 56249 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 229832

[startup+282.301 s]
/proc/loadavg: 2.02 2.07 2.02 3/531 30870
/proc/meminfo: memFree=14788744/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=282.3 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70558 0 0 0 28160 70 0 0 25 0 1 0 823134025 235347968 56124 33554432000 4194304 9128323 140737391926256 18446744073709551615 7316079 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 56124 948 1205 0 56249 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 229832

[startup+342.301 s]
/proc/loadavg: 2.00 2.05 2.01 3/531 30872
/proc/meminfo: memFree=14788724/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=342.3 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70558 0 0 0 34153 77 0 0 25 0 1 0 823134025 235347968 56124 33554432000 4194304 9128323 140737391926256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 56124 948 1205 0 56249 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 229832

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/531 30872
/proc/meminfo: memFree=14797760/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=402.3 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70614 0 0 0 40137 93 0 0 25 0 1 0 823134025 235347968 56176 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315360 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 56176 944 1205 0 56249 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 229832

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 30875
/proc/meminfo: memFree=14790316/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=462.3 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70618 0 0 0 46128 102 0 0 25 0 1 0 823134025 235347968 56180 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315582 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 56180 945 1205 0 56249 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 229832

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 30877
/proc/meminfo: memFree=14787440/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=522.3 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70802 0 0 0 52121 109 0 0 25 0 1 0 823134025 235347968 56181 33554432000 4194304 9128323 140737391926256 18446744073709551615 6941904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 56181 762 1205 0 56249 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 229832

[startup+582.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 30880
/proc/meminfo: memFree=14780600/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=229832 CPUtime=582.3 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 70802 0 0 0 58109 121 0 0 25 0 1 0 823134025 235347968 56181 33554432000 4194304 9128323 140737391926256 18446744073709551615 8008905 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 57458 56181 762 1205 0 56249 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 229832

[startup+642.301 s]

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

/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 87933 0 0 0 106015 216 0 0 25 0 1 0 823134025 279617536 65766 33554432000 4194304 9128323 140737391926256 18446744073709551615 7316161 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 68266 65766 752 1205 0 67057 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 273064

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 30894
/proc/meminfo: memFree=14712484/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=273064 CPUtime=1122.31 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 87933 0 0 0 112008 223 0 0 25 0 1 0 823134025 279617536 65766 33554432000 4194304 9128323 140737391926256 18446744073709551615 7337846 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 68266 65766 752 1205 0 67057 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 273064

[startup+1182.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/531 30896
/proc/meminfo: memFree=14695740/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=273064 CPUtime=1182.31 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 88261 0 0 0 118001 230 0 0 25 0 1 0 823134025 279617536 66094 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315586 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 68266 66094 752 1205 0 67057 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 273064

[startup+1242.3 s]
/proc/loadavg: 2.22 2.07 2.02 3/531 30898
/proc/meminfo: memFree=14695236/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=273064 CPUtime=1242.31 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 88261 0 0 0 123986 245 0 0 25 0 1 0 823134025 279617536 66094 33554432000 4194304 9128323 140737391926256 18446744073709551615 7021577 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 68266 66094 752 1205 0 67057 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 273064

[startup+1302.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/531 30898
/proc/meminfo: memFree=14691132/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=273064 CPUtime=1302.31 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 89146 0 0 0 129977 254 0 0 25 0 1 0 823134025 279617536 66975 33554432000 4194304 9128323 140737391926256 18446744073709551615 8008900 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 68266 66975 748 1205 0 67057 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 273064

[startup+1362.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/531 30900
/proc/meminfo: memFree=14690620/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=273064 CPUtime=1362.32 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 89162 0 0 0 135970 262 0 0 25 0 1 0 823134025 279617536 66991 33554432000 4194304 9128323 140737391926256 18446744073709551615 7278888 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 68266 66991 748 1205 0 67057 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 273064

[startup+1422.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/531 30902
/proc/meminfo: memFree=14683784/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=273064 CPUtime=1422.34 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 89162 0 0 0 141962 272 0 0 25 0 1 0 823134025 279617536 66991 33554432000 4194304 9128323 140737391926256 18446744073709551615 8012674 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 68266 66991 748 1205 0 67057 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 273064

[startup+1482.3 s]
/proc/loadavg: 2.27 2.12 2.03 3/531 30989
/proc/meminfo: memFree=14685876/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=281856 CPUtime=1482.32 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 91056 0 0 0 147946 286 0 0 25 0 1 0 823134025 288620544 68885 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315582 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 70464 68885 748 1205 0 69255 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 281856

[startup+1542.32 s]
/proc/loadavg: 2.10 2.10 2.03 3/531 31005
/proc/meminfo: memFree=14682892/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=288776 CPUtime=1542.34 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 91465 0 0 0 153939 295 0 0 25 0 1 0 823134025 295706624 69294 33554432000 4194304 9128323 140737391926256 18446744073709551615 7316478 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 72194 69294 748 1205 0 70985 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 288776

[startup+1602.3 s]
/proc/loadavg: 1.51 1.94 1.97 2/525 31025
/proc/meminfo: memFree=14976016/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=296244 CPUtime=1602.32 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 93463 0 0 0 159927 305 0 0 25 0 1 0 823134025 303353856 71292 33554432000 4194304 9128323 140737391926256 18446744073709551615 7285023 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 74061 71292 748 1205 0 72852 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 296244

[startup+1662.3 s]
/proc/loadavg: 1.18 1.76 1.91 2/525 31027
/proc/meminfo: memFree=14976136/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=296244 CPUtime=1662.33 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 93466 0 0 0 165918 315 0 0 25 0 1 0 823134025 303353856 71295 33554432000 4194304 9128323 140737391926256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 74061 71295 748 1205 0 72852 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 296244

[startup+1722.3 s]
/proc/loadavg: 1.07 1.62 1.85 2/525 31029
/proc/meminfo: memFree=14990508/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=281420 CPUtime=1722.32 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 94229 0 0 0 171899 333 0 0 25 0 1 0 823134025 288174080 67696 33554432000 4194304 9128323 140737391926256 18446744073709551615 7315586 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 70355 67696 747 1205 0 69146 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 281420

[startup+1782.3 s]
/proc/loadavg: 1.02 1.51 1.79 2/525 31031
/proc/meminfo: memFree=14971516/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=303844 CPUtime=1782.33 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 98776 0 0 0 177889 344 0 0 25 0 1 0 823134025 311136256 72243 33554432000 4194304 9128323 140737391926256 18446744073709551615 7316174 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 75961 72243 747 1205 0 74752 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 303844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.02 1.48 1.78 2/525 31031
/proc/meminfo: memFree=14972124/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=303844 CPUtime=1800.04 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 98776 0 0 0 179659 345 0 0 25 0 1 0 823134025 311136256 72243 33554432000 4194304 9128323 140737391926256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 75961 72243 747 1205 0 74752 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 303844

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -30860

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

[startup+1800.7 s]
/proc/loadavg: 1.02 1.48 1.78 2/526 31032
/proc/meminfo: memFree=14971496/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=303844 CPUtime=1800.74 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 98776 0 0 0 179729 345 0 0 25 0 1 0 823134025 311136256 72243 33554432000 4194304 9128323 140737391926256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 75961 72243 747 1205 0 74752 0
Current children cumulated CPU time (s) 1800.74
Current children cumulated vsize (KiB) 303844

[startup+1801.5 s]
/proc/loadavg: 1.02 1.48 1.78 2/526 31032
/proc/meminfo: memFree=14971496/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=303844 CPUtime=1801.52 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 98776 0 0 0 179807 345 0 0 25 0 1 0 823134025 311136256 72243 33554432000 4194304 9128323 140737391926256 18446744073709551615 7385528 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 75961 72243 747 1205 0 74752 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 303844

[startup+1801.92 s]
/proc/loadavg: 1.02 1.47 1.78 2/526 31032
/proc/meminfo: memFree=14971496/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=303844 CPUtime=1801.94 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 98776 0 0 0 179849 345 0 0 25 0 1 0 823134025 311136256 72243 33554432000 4194304 9128323 140737391926256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 75961 72243 747 1205 0 74752 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 303844

[startup+1802 s]
/proc/loadavg: 1.02 1.47 1.78 2/526 31032
/proc/meminfo: memFree=14971496/32951132 swapFree=46579808/67111528
[pid=30860] ppid=30858 vsize=303844 CPUtime=1802.02 cores=1,3,5,7
/proc/30860/stat : 30860 (scip-2.0.1.4.li) R 30858 30860 28716 0 -1 4202496 98776 0 0 0 179857 345 0 0 25 0 1 0 823134025 311136256 72243 33554432000 4194304 9128323 140737391926256 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30860/statm: 75961 72243 747 1205 0 74752 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 303844

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.07
CPU user time (s): 1798.6
CPU system time (s): 3.47147
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 303844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 3.47147
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98776
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= 4
involuntary context switches= 3682

runsolver used 9.08062 second user time and 22.6985 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-03 17:35:54
IDJOB=3451899
IDBENCH=71834
IDSOLVER=1949
FILE ID=node128/3451899-1307115354
RUNJOBID= node128-1307108023-29940
PBS_JOBID= 13497962
Free space on /tmp= 73900 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/featureSubscription/normalized-50-250-false-45-90-4-5000opt.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451899-1307115354/watcher-3451899-1307115354 -o /tmp/evaluation-result-3451899-1307115354/solver-3451899-1307115354 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451899-1307115354.opb -t 1800 -m 15500

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

MD5SUM BENCH= 657f6825a6ae32adb885bdc3b57c624e
RANDOM SEED=1000087277

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15029460 kB
Buffers:        322824 kB
Cached:        3478436 kB
SwapCached:      35620 kB
Active:        9230880 kB
Inactive:      8374836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15029460 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:           14040 kB
Writeback:           4 kB
AnonPages:    13778104 kB
Mapped:          20496 kB
Slab:           133064 kB
PageTables:     112628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 175017208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73900 MiB
End job on node128 at 2011-06-03 18:05:56