Trace number 3453543

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.22 1802.15

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j90opt/
normalized-j9044_5.std.opb
MD5SUM638846b734321e375a597a595e35d62d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark0.745886
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54782
Total number of constraints192746
Number of constraints which are clauses191546
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint68
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.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-3453543-1307122134.opb>
1.19/1.25	c original problem has 54782 variables (54782 bin, 0 int, 0 impl, 0 cont) and 192746 constraints
1.19/1.25	c problem read
1.19/1.25	c presolving settings loaded
1.79/1.90	c presolving:
6.79/6.85	c (round 1) 4946 del vars, 14111 del conss, 0 add conss, 3795 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13150806 impls, 0 clqs
8.29/8.37	c (round 2) 9412 del vars, 33839 del conss, 0 add conss, 8034 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 13175612 impls, 0 clqs
8.81/8.83	c (round 3) 11357 del vars, 42218 del conss, 0 add conss, 9208 chg bounds, 41 chg sides, 39 chg coeffs, 0 upgd conss, 13191178 impls, 0 clqs
8.99/9.08	c (round 4) 12283 del vars, 46261 del conss, 0 add conss, 9764 chg bounds, 77 chg sides, 93 chg coeffs, 0 upgd conss, 13201151 impls, 0 clqs
9.19/9.26	c (round 5) 12891 del vars, 48665 del conss, 0 add conss, 10142 chg bounds, 85 chg sides, 104 chg coeffs, 0 upgd conss, 13207761 impls, 0 clqs
9.29/9.39	c (round 6) 13296 del vars, 50420 del conss, 0 add conss, 10380 chg bounds, 109 chg sides, 137 chg coeffs, 0 upgd conss, 13211775 impls, 0 clqs
9.39/9.48	c (round 7) 13517 del vars, 51451 del conss, 0 add conss, 10482 chg bounds, 109 chg sides, 137 chg coeffs, 0 upgd conss, 13214282 impls, 0 clqs
9.49/9.55	c (round 8) 13637 del vars, 52016 del conss, 0 add conss, 10553 chg bounds, 109 chg sides, 137 chg coeffs, 0 upgd conss, 13215579 impls, 0 clqs
9.59/9.61	c (round 9) 13707 del vars, 52356 del conss, 0 add conss, 10596 chg bounds, 109 chg sides, 137 chg coeffs, 0 upgd conss, 13215943 impls, 0 clqs
9.59/9.66	c (round 10) 13741 del vars, 52523 del conss, 0 add conss, 10618 chg bounds, 109 chg sides, 137 chg coeffs, 0 upgd conss, 13216117 impls, 0 clqs
9.69/9.71	c (round 11) 13757 del vars, 52600 del conss, 0 add conss, 10628 chg bounds, 109 chg sides, 137 chg coeffs, 0 upgd conss, 13216163 impls, 0 clqs
9.69/9.75	c (round 12) 13757 del vars, 52616 del conss, 0 add conss, 10628 chg bounds, 109 chg sides, 137 chg coeffs, 0 upgd conss, 13216163 impls, 0 clqs
10.29/10.31	c (round 13) 13757 del vars, 52616 del conss, 0 add conss, 10628 chg bounds, 109 chg sides, 137 chg coeffs, 140130 upgd conss, 13216163 impls, 0 clqs
10.79/10.84	c (round 14) 13757 del vars, 52628 del conss, 38 add conss, 10628 chg bounds, 185 chg sides, 364 chg coeffs, 140130 upgd conss, 13216163 impls, 0 clqs
466.61/466.69	c    (466.7s) probing: 1000/41025 (2.4%) - 0 fixings, 0 aggregations, 10843962 implications, 0 bound changes
867.95/867.93	c    (867.9s) probing: 2000/41025 (4.9%) - 0 fixings, 0 aggregations, 17839036 implications, 0 bound changes
868.13/868.14	c    (868.1s) probing: 2001/41025 (4.9%) - 0 fixings, 0 aggregations, 17842632 implications, 0 bound changes
868.13/868.14	c    (868.1s) probing aborted: 2000/2000 successive useless probings
868.13/868.14	c presolving (15 rounds):
868.13/868.14	c  13757 deleted vars, 52635 deleted constraints, 40 added constraints, 10628 tightened bounds, 0 added holes, 189 changed sides, 384 changed coefficients
868.13/868.14	c  75367197 implications, 0 cliques
868.13/868.14	c presolved problem has 41025 variables (41025 bin, 0 int, 0 impl, 0 cont) and 140151 constraints
868.13/868.14	c    1091 constraints of type <knapsack>
868.13/868.14	c  118788 constraints of type <setppc>
868.13/868.14	c   20272 constraints of type <logicor>
868.13/868.14	c transformed objective value is always integral (scale: 1)
868.13/868.14	c Presolving Time: 866.71
868.13/868.14	c - non default parameters ----------------------------------------------------------------------
868.13/868.14	c # SCIP version 2.0.1.4
868.13/868.14	c 
868.13/868.14	c # frequency for displaying node information lines
868.13/868.14	c # [type: int, range: [-1,2147483647], default: 100]
868.13/868.14	c display/freq = 10000
868.13/868.14	c 
868.13/868.14	c # maximal time in seconds to run
868.13/868.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
868.13/868.14	c limits/time = 1800
868.13/868.14	c 
868.13/868.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
868.13/868.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
868.13/868.14	c limits/memory = 13950
868.13/868.14	c 
868.13/868.14	c # default clock type (1: CPU user seconds, 2: wall clock time)
868.13/868.14	c # [type: int, range: [1,2], default: 1]
868.13/868.14	c timing/clocktype = 2
868.13/868.14	c 
868.13/868.14	c # belongs reading time to solving time?
868.13/868.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
868.13/868.14	c timing/reading = TRUE
868.13/868.14	c 
868.13/868.14	c # should presolving try to simplify inequalities
868.13/868.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
868.13/868.14	c constraints/linear/simplifyinequalities = TRUE
868.13/868.14	c 
868.13/868.14	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
868.13/868.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
868.13/868.14	c constraints/indicator/addCouplingCons = TRUE
868.13/868.14	c 
868.13/868.14	c # should presolving try to simplify knapsacks
868.13/868.14	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
868.13/868.14	c constraints/knapsack/simplifyinequalities = TRUE
868.13/868.14	c 
868.13/868.14	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
868.13/868.14	c # [type: int, range: [-1,2147483647], default: -1]
868.13/868.14	c separating/rapidlearning/freq = 0
868.13/868.14	c 
868.13/868.14	c -----------------------------------------------------------------------------------------------
868.13/868.14	c start solving
868.13/868.17	c 
871.83/871.84	o 300
871.83/871.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
871.83/871.84	c T 872s|     1 |     0 |     0 |     - |2209M|   0 |   - |  41k| 140k|  41k| 140k|   0 |   0 |   0 |      --      | 3.000000e+02 |    Inf 
973.13/973.10	c   973s|     1 |     0 | 33980 |     - |2200M|   0 | 116 |  41k| 139k|  41k| 140k|   0 |   0 |   0 | 8.400000e+01 | 3.000000e+02 | 257.14%

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

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

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


[startup+0 s]
/proc/loadavg: 1.09 1.61 1.84 2/478 9177
/proc/meminfo: memFree=27411736/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=11572 CPUtime=0 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 1903 0 0 0 0 0 0 0 21 0 1 0 823813067 11849728 1856 33554432000 4194304 9128323 140735255356128 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9177/statm: 2893 1856 400 1205 0 1684 0

[startup+0.0514739 s]
/proc/loadavg: 1.09 1.61 1.84 2/478 9177
/proc/meminfo: memFree=27411736/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=19692 CPUtime=0.04 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 3908 0 0 0 4 0 0 0 21 0 1 0 823813067 20164608 3860 33554432000 4194304 9128323 140735255356128 18446744073709551615 7998243 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9177/statm: 4923 3860 400 1205 0 3714 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19692

[startup+0.10038 s]
/proc/loadavg: 1.09 1.61 1.84 2/478 9177
/proc/meminfo: memFree=27411736/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=27368 CPUtime=0.09 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 5859 0 0 0 9 0 0 0 21 0 1 0 823813067 28024832 5810 33554432000 4194304 9128323 140735255356128 18446744073709551615 7447725 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9177/statm: 6842 5810 400 1205 0 5633 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27368

[startup+0.300341 s]
/proc/loadavg: 1.09 1.61 1.84 2/478 9177
/proc/meminfo: memFree=27411736/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=43892 CPUtime=0.29 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 10004 0 0 0 29 0 0 0 22 0 1 0 823813067 44945408 9923 33554432000 4194304 9128323 140735255356128 18446744073709551615 6194090 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9177/statm: 10973 9923 400 1205 0 9764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43892

[startup+0.700377 s]
/proc/loadavg: 1.09 1.61 1.84 2/478 9177
/proc/meminfo: memFree=27411736/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=65332 CPUtime=0.69 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 15353 0 0 0 67 2 0 0 24 0 1 0 823813067 66899968 15264 33554432000 4194304 9128323 140735255356128 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9177/statm: 16333 15264 400 1205 0 15124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65332

[startup+1.50018 s]
/proc/loadavg: 1.09 1.61 1.84 3/482 9184
/proc/meminfo: memFree=27240512/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=224116 CPUtime=1.49 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 54776 0 0 0 143 6 0 0 25 0 1 0 823813067 229494784 54609 33554432000 4194304 9128323 140735255356128 18446744073709551615 6889312 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 56029 54609 467 1205 0 54820 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 224116

[startup+3.10081 s]
/proc/loadavg: 1.09 1.61 1.84 3/482 9184
/proc/meminfo: memFree=26766212/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=447148 CPUtime=3.09 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 118496 0 0 0 295 14 0 0 25 0 1 0 823813067 457879552 109838 33554432000 4194304 9128323 140735255356128 18446744073709551615 4352218 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 111787 109838 510 1205 0 110578 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 447148

[startup+6.30031 s]
/proc/loadavg: 1.24 1.63 1.85 4/482 9184
/proc/meminfo: memFree=26167272/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=686348 CPUtime=6.3 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 176318 0 0 0 608 22 0 0 25 0 1 0 823813067 702820352 167660 33554432000 4194304 9128323 140735255356128 18446744073709551615 6588976 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 171587 167660 519 1205 0 170378 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 686348

[startup+12.7011 s]
/proc/loadavg: 1.30 1.64 1.85 3/482 9185
/proc/meminfo: memFree=25922888/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=780616 CPUtime=12.69 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 211811 0 0 0 1244 25 0 0 25 0 1 0 823813067 799350784 189883 33554432000 4194304 9128323 140735255356128 18446744073709551615 6593413 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 195154 189883 579 1205 0 193945 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 780616

[startup+25.5006 s]
/proc/loadavg: 1.46 1.66 1.85 3/482 9185
/proc/meminfo: memFree=25791724/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=843480 CPUtime=25.5 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 226342 0 0 0 2523 27 0 0 25 0 1 0 823813067 863723520 204216 33554432000 4194304 9128323 140735255356128 18446744073709551615 6593131 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 210870 204216 579 1205 0 209661 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 843480

[startup+51.1008 s]
/proc/loadavg: 1.64 1.68 1.85 3/482 9186
/proc/meminfo: memFree=25647380/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=916084 CPUtime=51.1 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 244511 0 0 0 5081 29 0 0 25 0 1 0 823813067 938070016 222385 33554432000 4194304 9128323 140735255356128 18446744073709551615 4782518 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 229021 222385 579 1205 0 227812 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 916084

[startup+102.318 s]
/proc/loadavg: 1.84 1.73 1.86 3/482 9187
/proc/meminfo: memFree=25371892/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=1039624 CPUtime=102.31 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 275604 0 0 0 10199 32 0 0 25 0 1 0 823813067 1064574976 253115 33554432000 4194304 9128323 140735255356128 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 259906 253115 579 1205 0 258697 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1039624

[startup+162.301 s]
/proc/loadavg: 1.94 1.77 1.86 3/482 9189
/proc/meminfo: memFree=24805808/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=1343988 CPUtime=162.3 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 352275 0 0 0 16187 43 0 0 25 0 1 0 823813067 1376243712 329522 33554432000 4194304 9128323 140735255356128 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 335997 329522 579 1205 0 334788 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1343988

[startup+222.301 s]
/proc/loadavg: 1.98 1.81 1.87 3/482 9190
/proc/meminfo: memFree=24437748/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=1525764 CPUtime=222.3 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 397196 0 0 0 22182 48 0 0 25 0 1 0 823813067 1562382336 374443 33554432000 4194304 9128323 140735255356128 18446744073709551615 6593392 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 381441 374443 579 1205 0 380232 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1525764

[startup+282.301 s]
/proc/loadavg: 1.99 1.84 1.87 3/482 9192
/proc/meminfo: memFree=24059648/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=1783860 CPUtime=282.3 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 460705 0 0 0 28176 54 0 0 25 0 1 0 823813067 1826672640 437952 33554432000 4194304 9128323 140735255356128 18446744073709551615 6593395 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 445965 437952 579 1205 0 444756 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1783860

[startup+342.301 s]
/proc/loadavg: 2.16 1.92 1.90 4/482 9193
/proc/meminfo: memFree=23766616/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=1958504 CPUtime=342.31 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 504544 0 0 0 34170 61 0 0 25 0 1 0 823813067 2005508096 481791 33554432000 4194304 9128323 140735255356128 18446744073709551615 6593434 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 489626 481791 579 1205 0 488417 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1958504

[startup+402.301 s]
/proc/loadavg: 2.15 1.96 1.91 4/482 9195
/proc/meminfo: memFree=23412944/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=2123268 CPUtime=402.3 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 545262 0 0 0 40164 66 0 0 25 0 1 0 823813067 2174226432 522509 33554432000 4194304 9128323 140735255356128 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 530817 522509 579 1205 0 529608 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2123268

[startup+462.3 s]
/proc/loadavg: 2.05 1.96 1.91 4/482 9197
/proc/meminfo: memFree=23113832/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=2325468 CPUtime=462.3 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 594615 0 0 0 46158 72 0 0 25 0 1 0 823813067 2381279232 571862 33554432000 4194304 9128323 140735255356128 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 581367 571862 579 1205 0 580158 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2325468

[startup+522.301 s]
/proc/loadavg: 2.02 1.97 1.91 3/482 9198
/proc/meminfo: memFree=22930872/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=2412980 CPUtime=522.32 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 616741 0 0 0 52157 75 0 0 25 0 1 0 823813067 2470891520 593988 33554432000 4194304 9128323 140735255356128 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 603245 593988 583 1205 0 602036 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 2412980

[startup+582.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/482 9200
/proc/meminfo: memFree=22782292/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=2488764 CPUtime=582.31 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 635626 0 0 0 58154 77 0 0 25 0 1 0 823813067 2548494336 612873 33554432000 4194304 9128323 140735255356128 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 622191 612873 583 1205 0 620982 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2488764

[startup+642.301 s]

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

/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 106126 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243307 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 3089316

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/482 9214
/proc/meminfo: memFree=21658836/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1122.33 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 112126 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243313 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 3089316

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/482 9216
/proc/meminfo: memFree=21657820/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1182.33 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 118126 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243307 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3089316

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/482 9217
/proc/meminfo: memFree=21657172/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1242.33 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 124126 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243204 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3089316

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/482 9219
/proc/meminfo: memFree=21657252/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1302.35 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 130128 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243307 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 3089316

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/482 9221
/proc/meminfo: memFree=21658592/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1362.34 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 136127 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243307 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 3089316

[startup+1422.32 s]
/proc/loadavg: 2.12 2.04 1.95 3/482 9222
/proc/meminfo: memFree=21658432/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1422.36 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 142129 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 3089316

[startup+1482.3 s]
/proc/loadavg: 2.12 2.06 1.96 3/482 9224
/proc/meminfo: memFree=21658160/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1482.34 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 148127 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3089316

[startup+1542.3 s]
/proc/loadavg: 2.04 2.05 1.96 3/482 9225
/proc/meminfo: memFree=21658872/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1542.35 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 154128 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 3089316

[startup+1602.3 s]
/proc/loadavg: 2.01 2.04 1.96 3/482 9227
/proc/meminfo: memFree=21658848/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1602.35 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 160128 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243394 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 3089316

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 1.96 3/482 9229
/proc/meminfo: memFree=21658940/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1662.35 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 166128 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243408 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 3089316

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/482 9230
/proc/meminfo: memFree=21659048/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1722.35 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 172128 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243216 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 3089316

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.96 4/482 9232
/proc/meminfo: memFree=21656660/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1782.36 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794570 0 0 0 178129 107 0 0 25 0 1 0 823813067 3163459584 755064 33554432000 4194304 9128323 140735255356128 18446744073709551615 6243388 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755064 819 1205 0 771120 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 3089316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.96 3/482 9232
/proc/meminfo: memFree=21656660/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1800.07 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 794577 0 0 0 179900 107 0 0 25 0 1 0 823813067 3163459584 755071 33554432000 4194304 9128323 140735255356128 18446744073709551615 6244953 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 755071 819 1205 0 771120 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 3089316

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9177

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.01 1.96 4/484 9234
/proc/meminfo: memFree=21651312/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1801.46 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 795977 0 0 0 180038 108 0 0 25 0 1 0 823813067 3163459584 756445 33554432000 4194304 9128323 140735255356128 18446744073709551615 6244928 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 756445 793 1205 0 771120 0
Current children cumulated CPU time (s) 1801.46
Current children cumulated vsize (KiB) 3089316

[startup+1801.82 s]
/proc/loadavg: 2.00 2.01 1.96 3/484 9234
/proc/meminfo: memFree=21650444/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1801.88 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 796044 0 0 0 180080 108 0 0 25 0 1 0 823813067 3163459584 756512 33554432000 4194304 9128323 140735255356128 18446744073709551615 6244928 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 756512 793 1205 0 771120 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 3089316

[startup+1802 s]
/proc/loadavg: 2.00 2.01 1.96 3/484 9234
/proc/meminfo: memFree=21650444/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=3089316 CPUtime=1802.06 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4202496 796068 0 0 0 180098 108 0 0 25 0 1 0 823813067 3163459584 756536 33554432000 4194304 9128323 140735255356128 18446744073709551615 6244928 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9177/statm: 772329 756536 793 1205 0 771120 0
Current children cumulated CPU time (s) 1802.06
Current children cumulated vsize (KiB) 3089316

[startup+1802.1 s]
/proc/loadavg: 2.00 2.01 1.96 3/484 9234
/proc/meminfo: memFree=21650444/32950928 swapFree=39617324/67111528
[pid=9177] ppid=9175 vsize=0 CPUtime=1802.16 cores=0,2,4,6
/proc/9177/stat : 9177 (scip-2.0.1.4.li) R 9175 9177 7025 0 -1 4203524 796076 0 0 0 180100 116 0 0 25 0 1 0 823813067 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/9177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.15
CPU time (s): 1802.22
CPU user time (s): 1801.01
CPU system time (s): 1.21481
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 3112728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1801.01
system time used= 1.21481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 796076
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1755

runsolver used 8.66668 second user time and 19.582 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-03 19:28:54
IDJOB=3453543
IDBENCH=78075
IDSOLVER=1949
FILE ID=node127/3453543-1307122134
RUNJOBID= node127-1307122134-9163
PBS_JOBID= 13497989
Free space on /tmp= 73932 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j90opt/normalized-j9044_5.std.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-3453543-1307122134/watcher-3453543-1307122134 -o /tmp/evaluation-result-3453543-1307122134/solver-3453543-1307122134 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453543-1307122134.opb -t 1800 -m 15500

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

MD5SUM BENCH= 638846b734321e375a597a595e35d62d
RANDOM SEED=734162391

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27412016 kB
Buffers:        319508 kB
Cached:         920696 kB
SwapCached:      59160 kB
Active:        3244552 kB
Inactive:      2006244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27412016 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:           23336 kB
Writeback:           0 kB
AnonPages:     3958012 kB
Mapped:          21320 kB
Slab:           123096 kB
PageTables:      95288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119730436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73908 MiB
End job on node127 at 2011-06-03 19:58:56