Trace number 3489799

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 E_2 2011-06-10 (fixed)? (TO) 1802.19 1802.15

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j90opt/
normalized-j9038_2.std.opb
MD5SUMe5816ad1b3dc14cfee75f9257c223cc5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark78
Best CPU time to get the best result obtained on this benchmark0.792879
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 constraints192794
Number of constraints which are clauses191594
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 constraint51
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.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-3489799-1307793522.opb>
0.99/1.05	c original problem has 54782 variables (54782 bin, 0 int, 0 impl, 0 cont) and 192794 constraints
0.99/1.05	c problem read
0.99/1.05	c presolving settings loaded
1.28/1.39	c presolving:
7.49/7.57	c (round 1) 4969 del vars, 14521 del conss, 0 add conss, 3917 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12967468 impls, 0 clqs
9.90/9.93	c (round 2) 8965 del vars, 32287 del conss, 0 add conss, 7695 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 12991957 impls, 0 clqs
10.59/10.63	c (round 3) 10546 del vars, 39352 del conss, 0 add conss, 8612 chg bounds, 29 chg sides, 25 chg coeffs, 0 upgd conss, 13005215 impls, 0 clqs
11.00/11.07	c (round 4) 11436 del vars, 42899 del conss, 0 add conss, 9158 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13014796 impls, 0 clqs
11.29/11.38	c (round 5) 11974 del vars, 45127 del conss, 0 add conss, 9507 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13019553 impls, 0 clqs
11.49/11.56	c (round 6) 12322 del vars, 46644 del conss, 0 add conss, 9706 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13022323 impls, 0 clqs
11.59/11.69	c (round 7) 12524 del vars, 47481 del conss, 0 add conss, 9826 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13024318 impls, 0 clqs
11.69/11.79	c (round 8) 12657 del vars, 48065 del conss, 0 add conss, 9909 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13025371 impls, 0 clqs
11.79/11.87	c (round 9) 12747 del vars, 48455 del conss, 0 add conss, 9975 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13025743 impls, 0 clqs
11.89/11.94	c (round 10) 12791 del vars, 48666 del conss, 0 add conss, 10004 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13025883 impls, 0 clqs
11.89/11.99	c (round 11) 12813 del vars, 48778 del conss, 0 add conss, 10020 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13025923 impls, 0 clqs
12.00/12.04	c (round 12) 12821 del vars, 48821 del conss, 0 add conss, 10026 chg bounds, 44 chg sides, 42 chg coeffs, 0 upgd conss, 13025929 impls, 0 clqs
12.49/12.56	c (round 13) 12821 del vars, 48827 del conss, 0 add conss, 10026 chg bounds, 44 chg sides, 42 chg coeffs, 143967 upgd conss, 13025929 impls, 0 clqs
12.89/12.94	c (round 14) 12821 del vars, 48827 del conss, 18 add conss, 10026 chg bounds, 79 chg sides, 208 chg coeffs, 143967 upgd conss, 13025929 impls, 0 clqs
797.91/797.94	c    (797.9s) probing: 1000/41961 (2.4%) - 1 fixings, 1 aggregations, 11855036 implications, 0 bound changes
1335.13/1335.17	c    (1335.2s) probing: 2000/41961 (4.8%) - 1 fixings, 1 aggregations, 19612070 implications, 0 bound changes
1392.72/1392.72	c    (1392.7s) probing: 2114/41961 (5.0%) - 1 fixings, 1 aggregations, 20407144 implications, 0 bound changes
1392.72/1392.72	c    (1392.7s) probing aborted: 2000/2000 successive useless probings
1392.72/1392.72	c presolving (15 rounds):
1392.72/1392.72	c  12823 deleted vars, 48830 deleted constraints, 18 added constraints, 10026 tightened bounds, 0 added holes, 79 changed sides, 213 changed coefficients
1392.72/1392.72	c  82149217 implications, 0 cliques
1392.72/1392.72	c presolved problem has 41959 variables (41959 bin, 0 int, 0 impl, 0 cont) and 143982 constraints
1392.72/1392.72	c    1152 constraints of type <knapsack>
1392.72/1392.72	c  122077 constraints of type <setppc>
1392.72/1392.72	c   20753 constraints of type <logicor>
1392.72/1392.72	c transformed objective value is always integral (scale: 1)
1392.72/1392.72	c Presolving Time: 1391.43
1392.72/1392.72	c - non default parameters ----------------------------------------------------------------------
1392.72/1392.72	c # SCIP version 2.0.1.5
1392.72/1392.72	c 
1392.72/1392.72	c # frequency for displaying node information lines
1392.72/1392.72	c # [type: int, range: [-1,2147483647], default: 100]
1392.72/1392.72	c display/freq = 10000
1392.72/1392.72	c 
1392.72/1392.72	c # maximal time in seconds to run
1392.72/1392.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1392.72/1392.72	c limits/time = 1797
1392.72/1392.72	c 
1392.72/1392.72	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1392.72/1392.72	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1392.72/1392.72	c limits/memory = 13950
1392.72/1392.72	c 
1392.72/1392.72	c # default clock type (1: CPU user seconds, 2: wall clock time)
1392.72/1392.72	c # [type: int, range: [1,2], default: 1]
1392.72/1392.72	c timing/clocktype = 2
1392.72/1392.72	c 
1392.72/1392.72	c # belongs reading time to solving time?
1392.72/1392.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1392.72/1392.72	c timing/reading = TRUE
1392.72/1392.72	c 
1392.72/1392.72	c # should presolving try to simplify inequalities
1392.72/1392.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1392.72/1392.72	c constraints/linear/simplifyinequalities = TRUE
1392.72/1392.72	c 
1392.72/1392.72	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1392.72/1392.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1392.72/1392.72	c constraints/indicator/addCouplingCons = TRUE
1392.72/1392.72	c 
1392.72/1392.72	c # should presolving try to simplify knapsacks
1392.72/1392.72	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1392.72/1392.72	c constraints/knapsack/simplifyinequalities = TRUE
1392.72/1392.72	c 
1392.72/1392.72	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1392.72/1392.72	c # [type: int, range: [-1,2147483647], default: -1]
1392.72/1392.72	c separating/rapidlearning/freq = 0
1392.72/1392.72	c 
1392.72/1392.72	c -----------------------------------------------------------------------------------------------
1392.72/1392.72	c start solving
1392.72/1392.76	c 
1525.92/1525.97	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1525.92/1525.97	c  1526s|     1 |     0 | 36954 |     - |2404M|   0 | 397 |  41k| 143k|  41k| 143k|   0 |  13 |   0 | 7.800000e+01 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3489799-1307793522/watcher-3489799-1307793522 -o /tmp/evaluation-result-3489799-1307793522/solver-3489799-1307793522 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489799-1307793522.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.07 2.02 2.00 3/177 9906
/proc/meminfo: memFree=28678472/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=9172 CPUtime=0 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 1351 0 0 0 0 0 0 0 25 0 1 0 969582861 9392128 1306 33554432000 4194304 9016284 140733699052176 18446744073709551615 7854962 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9906/statm: 2293 1310 250 1178 0 1111 0

[startup+0.0719579 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9906
/proc/meminfo: memFree=28678472/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=27632 CPUtime=0.06 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 5877 0 0 0 6 0 0 0 25 0 1 0 969582861 28295168 5832 33554432000 4194304 9016284 140733699052176 18446744073709551615 7870483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9906/statm: 6908 5832 360 1178 0 5726 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27632

[startup+0.100952 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9906
/proc/meminfo: memFree=28678472/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=32256 CPUtime=0.09 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 7063 0 0 0 9 0 0 0 25 0 1 0 969582861 33030144 7018 33554432000 4194304 9016284 140733699052176 18446744073709551615 7854978 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9906/statm: 8064 7018 360 1178 0 6882 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32256

[startup+0.300915 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9906
/proc/meminfo: memFree=28678472/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=54056 CPUtime=0.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 12489 0 0 0 28 1 0 0 25 0 1 0 969582861 55353344 12444 33554432000 4194304 9016284 140733699052176 18446744073709551615 7870463 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9906/statm: 13514 12444 360 1178 0 12332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54056

[startup+0.700842 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 9906
/proc/meminfo: memFree=28678472/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=87720 CPUtime=0.68 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 20926 0 0 0 67 1 0 0 25 0 1 0 969582861 89825280 20881 33554432000 4194304 9016284 140733699052176 18446744073709551615 8003940 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9906/statm: 21930 20881 360 1178 0 20748 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87720

[startup+1.50082 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 9908
/proc/meminfo: memFree=28563292/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=305420 CPUtime=1.49 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 74546 0 0 0 141 8 0 0 25 0 1 0 969582861 312750080 74466 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480425 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9906/statm: 76355 74466 474 1178 0 75173 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 305420

[startup+3.10052 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 9908
/proc/meminfo: memFree=28312316/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=450756 CPUtime=3.09 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 110739 0 0 0 296 13 0 0 25 0 1 0 969582861 461574144 110659 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480197 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9906/statm: 112689 110659 485 1178 0 111507 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 450756

[startup+6.30087 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 9908
/proc/meminfo: memFree=28084892/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=651104 CPUtime=6.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 158877 0 0 0 610 19 0 0 25 0 1 0 969582861 666730496 158797 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480192 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9906/statm: 162776 158797 485 1178 0 161594 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 651104

[startup+12.7008 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 9908
/proc/meminfo: memFree=27995104/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=729308 CPUtime=12.69 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 188397 0 0 0 1246 23 0 0 25 0 1 0 969582861 746811392 177975 33554432000 4194304 9016284 140733699052176 18446744073709551615 6476012 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9906/statm: 182327 177975 643 1178 0 181145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 729308

[startup+25.5004 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 9908
/proc/meminfo: memFree=27873340/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=820144 CPUtime=25.49 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 209680 0 0 0 2524 25 0 0 25 0 1 0 969582861 839827456 199128 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480241 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9906/statm: 205036 199128 549 1178 0 203854 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 820144

[startup+51.1008 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 9909
/proc/meminfo: memFree=27835544/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=859232 CPUtime=51.08 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 219045 0 0 0 5082 26 0 0 25 0 1 0 969582861 879853568 208493 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480389 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 214808 208493 549 1178 0 213626 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 859232

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 9910
/proc/meminfo: memFree=27711612/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=957908 CPUtime=102.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 243537 0 0 0 10200 29 0 0 25 0 1 0 969582861 980897792 232985 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480201 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 239477 232985 549 1178 0 238295 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 957908

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9921
/proc/meminfo: memFree=27594976/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=1077792 CPUtime=162.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 272296 0 0 0 16196 33 0 0 25 0 1 0 969582861 1103659008 261744 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480372 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 269448 261744 549 1178 0 268266 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1077792

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9922
/proc/meminfo: memFree=27436828/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=1221708 CPUtime=222.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 308842 0 0 0 22192 37 0 0 25 0 1 0 969582861 1251028992 298290 33554432000 4194304 9016284 140733699052176 18446744073709551615 5512320 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 305427 298290 549 1178 0 304245 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1221708

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9924
/proc/meminfo: memFree=27302352/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=1359344 CPUtime=282.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 342805 0 0 0 28188 41 0 0 25 0 1 0 969582861 1391968256 332253 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480425 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 339836 332253 549 1178 0 338654 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1359344

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9926
/proc/meminfo: memFree=27166152/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=1494168 CPUtime=342.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 376364 0 0 0 34185 44 0 0 25 0 1 0 969582861 1530028032 365812 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480421 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 373542 365812 549 1178 0 372360 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1494168

[startup+402.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 9927
/proc/meminfo: memFree=26962132/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=1697940 CPUtime=402.29 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 427851 0 0 0 40178 51 0 0 25 0 1 0 969582861 1738690560 417299 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480376 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 424485 417299 549 1178 0 423303 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1697940

[startup+462.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/178 9968
/proc/meminfo: memFree=29064668/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=1844088 CPUtime=462.3 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 464152 0 0 0 46172 58 0 0 25 0 1 0 969582861 1888346112 453600 33554432000 4194304 9016284 140733699052176 18446744073709551615 4460347 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 461022 453600 549 1178 0 459840 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1844088

[startup+522.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 9969
/proc/meminfo: memFree=28802776/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=1984300 CPUtime=522.3 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 498785 0 0 0 52168 62 0 0 25 0 1 0 969582861 2031923200 488233 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 496075 488233 549 1178 0 494893 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1984300

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 9971
/proc/meminfo: memFree=28548168/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=2102128 CPUtime=582.31 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 528119 0 0 0 58165 66 0 0 25 0 1 0 969582861 2152579072 517567 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480192 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 525532 517567 549 1178 0 524350 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2102128

[startup+642.301 s]

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

/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 695564 0 0 0 106142 89 0 0 25 0 1 0 969582861 2842292224 685012 33554432000 4194304 9016284 140733699052176 18446744073709551615 6480403 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 693919 685012 554 1178 0 692737 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 2775676

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9985
/proc/meminfo: memFree=26700860/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=2830836 CPUtime=1122.32 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 710123 0 0 0 112141 91 0 0 25 0 1 0 969582861 2898776064 699571 33554432000 4194304 9016284 140733699052176 18446744073709551615 4330762 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 707709 699571 554 1178 0 706527 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 2830836

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9987
/proc/meminfo: memFree=26584256/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=2894976 CPUtime=1182.32 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 725985 0 0 0 118139 93 0 0 25 0 1 0 969582861 2964455424 715433 33554432000 4194304 9016284 140733699052176 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 723744 715433 554 1178 0 722562 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 2894976

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9989
/proc/meminfo: memFree=26476440/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=2940964 CPUtime=1242.32 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 737475 0 0 0 124137 95 0 0 25 0 1 0 969582861 3011547136 726923 33554432000 4194304 9016284 140733699052176 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 735241 726923 554 1178 0 734059 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 2940964

[startup+1302.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 9990
/proc/meminfo: memFree=26348180/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=2995668 CPUtime=1302.33 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 750497 0 0 0 130136 97 0 0 25 0 1 0 969582861 3067564032 739945 33554432000 4194304 9016284 140733699052176 18446744073709551615 5510909 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 748917 739945 554 1178 0 747735 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 2995668

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 9992
/proc/meminfo: memFree=26191268/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3092560 CPUtime=1362.32 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 774490 0 0 0 136133 99 0 0 25 0 1 0 969582861 3166781440 763938 33554432000 4194304 9016284 140733699052176 18446744073709551615 5510784 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 773140 763938 554 1178 0 771958 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 3092560

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9993
/proc/meminfo: memFree=25879368/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3362344 CPUtime=1422.33 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 843524 0 0 0 142124 109 0 0 25 0 1 0 969582861 3443040256 827948 33554432000 4194304 9016284 140733699052176 18446744073709551615 7181431 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 840586 827948 739 1178 0 839404 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 3362344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9995
/proc/meminfo: memFree=25797984/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3394316 CPUtime=1482.33 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 850938 0 0 0 148119 114 0 0 25 0 1 0 969582861 3475779584 835027 33554432000 4194304 9016284 140733699052176 18446744073709551615 7124278 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 848579 835027 717 1178 0 847397 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 3394316

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9997
/proc/meminfo: memFree=25734188/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3382812 CPUtime=1542.33 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 875612 0 0 0 154113 120 0 0 25 0 1 0 969582861 3463999488 835877 33554432000 4194304 9016284 140733699052176 18446744073709551615 7178191 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 845703 835877 1691 1178 0 844521 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 3382812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 9998
/proc/meminfo: memFree=25686160/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3382812 CPUtime=1602.33 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 875649 0 0 0 160110 123 0 0 25 0 1 0 969582861 3463999488 835884 33554432000 4194304 9016284 140733699052176 18446744073709551615 7189702 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 845703 835884 1661 1178 0 844521 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 3382812

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10000
/proc/meminfo: memFree=25653376/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3382812 CPUtime=1662.33 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 875813 0 0 0 166105 128 0 0 25 0 1 0 969582861 3463999488 836048 33554432000 4194304 9016284 140733699052176 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 845703 836048 1661 1178 0 844521 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 3382812

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10001
/proc/meminfo: memFree=25673888/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3360532 CPUtime=1722.34 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 876248 0 0 0 172105 129 0 0 25 0 1 0 969582861 3441184768 826745 33554432000 4194304 9016284 140733699052176 18446744073709551615 6231355 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 840133 826745 790 1178 0 838951 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3360532

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10003
/proc/meminfo: memFree=25629448/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3360532 CPUtime=1782.34 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 876248 0 0 0 178105 129 0 0 25 0 1 0 969582861 3441184768 826745 33554432000 4194304 9016284 140733699052176 18446744073709551615 6231344 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 840133 826745 790 1178 0 838951 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 3360532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 10003
/proc/meminfo: memFree=25602764/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3360532 CPUtime=1800.04 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 878470 0 0 0 179875 129 0 0 25 0 1 0 969582861 3441184768 828967 33554432000 4194304 9016284 140733699052176 18446744073709551615 6232313 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 840133 828967 790 1178 0 838951 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 3360532

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -9906

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10004
/proc/meminfo: memFree=25601144/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3360532 CPUtime=1801.44 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 878645 0 0 0 180015 129 0 0 25 0 1 0 969582861 3441184768 829142 33554432000 4194304 9016284 140733699052176 18446744073709551615 6232288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 840133 829142 790 1178 0 838951 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 3360532

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10005
/proc/meminfo: memFree=25599284/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3360532 CPUtime=1801.84 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 878671 0 0 0 180055 129 0 0 25 0 1 0 969582861 3441184768 829168 33554432000 4194304 9016284 140733699052176 18446744073709551615 6232316 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 840133 829168 790 1178 0 838951 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 3360532

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10005
/proc/meminfo: memFree=25599284/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=3360532 CPUtime=1802.04 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4202496 878688 0 0 0 180075 129 0 0 25 0 1 0 969582861 3441184768 829185 33554432000 4194304 9016284 140733699052176 18446744073709551615 6232288 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9906/statm: 840133 829185 790 1178 0 838951 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 3360532

[startup+1802.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 10005
/proc/meminfo: memFree=25599284/32950928 swapFree=67051812/67111528
[pid=9906] ppid=9904 vsize=0 CPUtime=1802.13 cores=0,2,4,6
/proc/9906/stat : 9906 (scip-2.0.1.4b_2) R 9904 9906 9206 0 -1 4203524 878688 0 0 0 180075 138 0 0 25 0 1 0 969582861 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 0 0 0 0
/proc/9906/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.15
CPU time (s): 1802.19
CPU user time (s): 1800.76
CPU system time (s): 1.43578
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3408500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.76
system time used= 1.43578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 878688
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= 3
involuntary context switches= 2286

runsolver used 2.72758 second user time and 5.72413 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-11 13:58:42
IDJOB=3489799
IDBENCH=77714
IDSOLVER=1979
FILE ID=node116/3489799-1307793522
RUNJOBID= node116-1307785598-9224
PBS_JOBID= 13550910
Free space on /tmp= 74120 MiB

SOLVER NAME= SCIP spx E_2 2011-06-10 (fixed)
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j90opt/normalized-j9038_2.std.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-3489799-1307793522/watcher-3489799-1307793522 -o /tmp/evaluation-result-3489799-1307793522/solver-3489799-1307793522 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489799-1307793522.opb -t 1800 -m 15500

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

MD5SUM BENCH= e5816ad1b3dc14cfee75f9257c223cc5
RANDOM SEED=1400077420

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.826
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.77
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.826
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.826
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.75
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28678652 kB
Buffers:        294688 kB
Cached:         774568 kB
SwapCached:      13064 kB
Active:        3470908 kB
Inactive:       604376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28678652 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:           22364 kB
Writeback:          28 kB
AnonPages:     3003496 kB
Mapped:          12076 kB
Slab:           125848 kB
PageTables:      10572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3262848 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= 74104 MiB
End job on node116 at 2011-06-11 14:28:44