Trace number 3452468

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.06 1802.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUM7da351a6b3346c83b923d96056c07b3e
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1800.26
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21
Optimality of the best value was proved NO
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
Number of bits of the biggest sum of numbers10
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-3452468-1307101037.opb>
0.29/0.33	c original problem has 12935 variables (12935 bin, 0 int, 0 impl, 0 cont) and 47889 constraints
0.29/0.33	c problem read
0.29/0.33	c presolving settings loaded
0.39/0.49	c presolving:
0.68/0.70	c (round 1) 902 del vars, 1765 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 0 upgd conss, 390962 impls, 0 clqs
0.68/0.71	c (round 2) 902 del vars, 1816 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 0 upgd conss, 390962 impls, 0 clqs
0.79/0.87	c (round 3) 902 del vars, 1817 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 390962 impls, 0 clqs
3.99/4.02	c    (4.0s) probing: 748/12033 (6.2%) - 0 fixings, 2 aggregations, 17273 implications, 0 bound changes
3.99/4.02	c    (4.0s) probing aborted: 100/100 successive totally useless probings
3.99/4.02	c (round 4) 904 del vars, 1817 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 424612 impls, 0 clqs
3.99/4.06	c (round 5) 904 del vars, 1823 del conss, 0 add conss, 5 chg bounds, 17 chg sides, 18 chg coeffs, 46072 upgd conss, 424612 impls, 0 clqs
4.08/4.13	c    (4.1s) probing: 758/12033 (6.3%) - 0 fixings, 2 aggregations, 17273 implications, 0 bound changes
4.08/4.13	c    (4.1s) probing aborted: 100/100 successive totally useless probings
4.08/4.13	c presolving (6 rounds):
4.08/4.13	c  904 deleted vars, 1823 deleted constraints, 0 added constraints, 5 tightened bounds, 0 added holes, 17 changed sides, 18 changed coefficients
4.08/4.13	c  424612 implications, 0 cliques
4.08/4.13	c presolved problem has 12031 variables (12031 bin, 0 int, 0 impl, 0 cont) and 46066 constraints
4.08/4.13	c       1 constraints of type <knapsack>
4.08/4.13	c   34975 constraints of type <setppc>
4.08/4.13	c   11090 constraints of type <logicor>
4.08/4.13	c transformed objective value is always integral (scale: 1)
4.08/4.13	c Presolving Time: 3.75
4.08/4.13	c - non default parameters ----------------------------------------------------------------------
4.08/4.13	c # SCIP version 2.0.1.4
4.08/4.13	c 
4.08/4.13	c # frequency for displaying node information lines
4.08/4.13	c # [type: int, range: [-1,2147483647], default: 100]
4.08/4.13	c display/freq = 10000
4.08/4.13	c 
4.08/4.13	c # maximal time in seconds to run
4.08/4.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.08/4.13	c limits/time = 1800
4.08/4.13	c 
4.08/4.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.08/4.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.08/4.13	c limits/memory = 13950
4.08/4.13	c 
4.08/4.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
4.08/4.13	c # [type: int, range: [1,2], default: 1]
4.08/4.13	c timing/clocktype = 2
4.08/4.13	c 
4.08/4.13	c # belongs reading time to solving time?
4.08/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.08/4.13	c timing/reading = TRUE
4.08/4.13	c 
4.08/4.13	c # should presolving try to simplify inequalities
4.08/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.08/4.13	c constraints/linear/simplifyinequalities = TRUE
4.08/4.13	c 
4.08/4.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
4.08/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.08/4.13	c constraints/indicator/addCouplingCons = TRUE
4.08/4.13	c 
4.08/4.13	c # should presolving try to simplify knapsacks
4.08/4.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.08/4.13	c constraints/knapsack/simplifyinequalities = TRUE
4.08/4.13	c 
4.08/4.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.08/4.13	c # [type: int, range: [-1,2147483647], default: -1]
4.08/4.13	c separating/rapidlearning/freq = 0
4.08/4.13	c 
4.08/4.13	c -----------------------------------------------------------------------------------------------
4.08/4.13	c start solving
4.08/4.13	c 
19.70/19.79	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
19.70/19.79	c  19.8s|     1 |     0 | 14316 |     - |  92M|   0 |1768 |  12k|  46k|  12k|  46k|   0 |  71 |   0 | 1.063836e+01 |      --      |    Inf 
159.17/159.24	c   159s|     1 |     0 | 58284 |     - |  92M|   0 |1119 |  12k|  46k|  12k|  46k|  10 |  71 |   0 | 1.146282e+01 |      --      |    Inf 
186.08/186.15	c   186s|     1 |     0 | 70635 |     - |  92M|   0 | 796 |  12k|  46k|  12k|  46k|  13 |  71 |   0 | 1.181317e+01 |      --      |    Inf 
219.48/219.56	c   220s|     1 |     0 | 84796 |     - |  93M|   0 | 886 |  12k|  46k|  12k|  46k|  16 |  71 |   0 | 1.189840e+01 |      --      |    Inf 
231.99/232.09	c   232s|     1 |     0 | 85070 |     - |  93M|   0 | 868 |  12k|  46k|  12k|  46k|  19 |  71 |   0 | 1.189852e+01 |      --      |    Inf 
243.98/244.02	c   244s|     1 |     0 | 85071 |     - |  93M|   0 | 868 |  12k|  46k|  12k|  46k|  20 |  71 |   0 | 1.189852e+01 |      --      |    Inf 
283.88/283.94	c   284s|     1 |     2 | 85071 |     - |  93M|   0 | 868 |  12k|  46k|  12k|  46k|  20 |  71 |  18 | 1.189852e+01 |      --      |    Inf 
1144.60/1144.68	o 29
1144.60/1144.68	c p1145s|    28 |    29 |508056 |15666.1 |  97M|  17 |   - |  12k|  46k|  12k|  46k|  20 | 101 | 267 | 1.189852e+01 | 2.900000e+01 | 143.73%

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-3452468-1307101037/watcher-3452468-1307101037 -o /tmp/evaluation-result-3452468-1307101037/solver-3452468-1307101037 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452468-1307101037.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.03 2.02 2.01 3/521 23333
/proc/meminfo: memFree=19626480/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=12216 CPUtime=0 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 2041 0 0 0 0 0 0 0 25 0 1 0 802519153 12509184 1994 33554432000 4194304 9128323 140734708430736 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23333/statm: 3054 1994 400 1205 0 1845 0

[startup+0.0845701 s]
/proc/loadavg: 2.03 2.02 2.01 3/521 23333
/proc/meminfo: memFree=19626480/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=19376 CPUtime=0.07 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 3834 0 0 0 7 0 0 0 25 0 1 0 802519153 19841024 3785 33554432000 4194304 9128323 140734708430736 18446744073709551615 7948321 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23333/statm: 4844 3785 400 1205 0 3635 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19376

[startup+0.100565 s]
/proc/loadavg: 2.03 2.02 2.01 3/521 23333
/proc/meminfo: memFree=19626480/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=19704 CPUtime=0.09 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 3920 0 0 0 9 0 0 0 25 0 1 0 802519153 20176896 3871 33554432000 4194304 9128323 140734708430736 18446744073709551615 4549154 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23333/statm: 4926 3871 400 1205 0 3717 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19704

[startup+0.300534 s]
/proc/loadavg: 2.03 2.02 2.01 3/521 23333
/proc/meminfo: memFree=19626480/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=32180 CPUtime=0.29 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 7058 0 0 0 28 1 0 0 25 0 1 0 802519153 32952320 7006 33554432000 4194304 9128323 140734708430736 18446744073709551615 4440541 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23333/statm: 8045 7006 400 1205 0 6836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32180

[startup+0.700464 s]
/proc/loadavg: 2.03 2.02 2.01 3/521 23333
/proc/meminfo: memFree=19626480/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=110080 CPUtime=0.68 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 26915 0 0 0 65 3 0 0 25 0 1 0 802519153 112721920 25788 33554432000 4194304 9128323 140734708430736 18446744073709551615 4352218 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23333/statm: 27520 25788 520 1205 0 26311 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 110080

[startup+1.50033 s]
/proc/loadavg: 2.03 2.02 2.01 3/522 23334
/proc/meminfo: memFree=19514376/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=120580 CPUtime=1.48 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 32773 0 0 0 144 4 0 0 25 0 1 0 802519153 123473920 28602 33554432000 4194304 9128323 140734708430736 18446744073709551615 5488368 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23333/statm: 30145 28602 595 1205 0 28936 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 120580

[startup+3.10103 s]
/proc/loadavg: 2.03 2.02 2.01 3/522 23334
/proc/meminfo: memFree=19512016/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=120936 CPUtime=3.09 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 32868 0 0 0 305 4 0 0 25 0 1 0 802519153 123838464 28697 33554432000 4194304 9128323 140734708430736 18446744073709551615 5488335 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23333/statm: 30234 28697 595 1205 0 29025 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 120936

[startup+6.30044 s]
/proc/loadavg: 2.11 2.04 2.01 3/522 23334
/proc/meminfo: memFree=19434452/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=210868 CPUtime=6.29 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 54191 0 0 0 621 8 0 0 25 0 1 0 802519153 215928832 49557 33554432000 4194304 9128323 140734708430736 18446744073709551615 7315111 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23333/statm: 52717 49557 730 1205 0 51508 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 210868

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.01 3/522 23335
/proc/meminfo: memFree=19407736/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=228360 CPUtime=12.69 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 64062 0 0 0 1259 10 0 0 25 0 1 0 802519153 233840640 54585 33554432000 4194304 9128323 140734708430736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23333/statm: 57090 54585 688 1205 0 55881 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 228360

[startup+25.5009 s]
/proc/loadavg: 2.15 2.05 2.01 3/522 23335
/proc/meminfo: memFree=19422844/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=214984 CPUtime=25.49 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 66208 0 0 0 2538 11 0 0 25 0 1 0 802519153 220143616 51107 33554432000 4194304 9128323 140734708430736 18446744073709551615 6930341 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23333/statm: 53746 51107 846 1205 0 52537 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 214984

[startup+51.1012 s]
/proc/loadavg: 2.10 2.05 2.01 3/522 23336
/proc/meminfo: memFree=19422688/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=214984 CPUtime=51.09 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 66275 0 0 0 5096 13 0 0 25 0 1 0 802519153 220143616 51128 33554432000 4194304 9128323 140734708430736 18446744073709551615 7284944 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23333/statm: 53746 51128 800 1205 0 52537 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 214984

[startup+102.32 s]
/proc/loadavg: 2.04 2.04 2.01 3/522 23337
/proc/meminfo: memFree=19422680/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=214984 CPUtime=102.29 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 66325 0 0 0 10212 17 0 0 25 0 1 0 802519153 220143616 51128 33554432000 4194304 9128323 140734708430736 18446744073709551615 7279243 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 53746 51128 750 1205 0 52537 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 214984

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 23338
/proc/meminfo: memFree=19418284/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=218976 CPUtime=162.28 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 67163 0 0 0 16202 26 0 0 25 0 1 0 802519153 224231424 51930 33554432000 4194304 9128323 140734708430736 18446744073709551615 6519950 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 54744 51930 749 1205 0 53535 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 218976

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 23340
/proc/meminfo: memFree=19400260/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237536 CPUtime=222.28 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 72115 0 0 0 22191 37 0 0 25 0 1 0 802519153 243236864 56737 33554432000 4194304 9128323 140734708430736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59384 56737 791 1205 0 58175 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 237536

[startup+282.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/522 23342
/proc/meminfo: memFree=19404304/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=232196 CPUtime=282.29 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 87979 0 0 0 28177 52 0 0 25 0 1 0 802519153 237768704 55679 33554432000 4194304 9128323 140734708430736 18446744073709551615 7312758 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58049 55679 778 1205 0 56840 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 232196

[startup+342.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/522 23371
/proc/meminfo: memFree=21274864/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=342.28 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88848 0 0 0 34166 62 0 0 25 0 1 0 802519153 239341568 56548 33554432000 4194304 9128323 140734708430736 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56548 778 1205 0 57224 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 233732

[startup+402.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 23373
/proc/meminfo: memFree=21271796/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=402.28 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88851 0 0 0 40158 70 0 0 25 0 1 0 802519153 239341568 56551 33554432000 4194304 9128323 140734708430736 18446744073709551615 7278872 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56551 778 1205 0 57224 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 233732

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 23375
/proc/meminfo: memFree=21269508/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=462.29 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88854 0 0 0 46149 80 0 0 25 0 1 0 802519153 239341568 56554 33554432000 4194304 9128323 140734708430736 18446744073709551615 7286106 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56554 778 1205 0 57224 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 233732

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 23376
/proc/meminfo: memFree=21210416/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=522.28 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88854 0 0 0 52137 91 0 0 25 0 1 0 802519153 239341568 56554 33554432000 4194304 9128323 140734708430736 18446744073709551615 7315378 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56554 778 1205 0 57224 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 233732

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 23378
/proc/meminfo: memFree=21211480/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=582.29 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88854 0 0 0 58127 102 0 0 25 0 1 0 802519153 239341568 56554 33554432000 4194304 9128323 140734708430736 18446744073709551615 7241293 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56554 778 1205 0 57224 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 233732

[startup+642.301 s]

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

/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88854 0 0 0 100058 172 0 0 25 0 1 0 802519153 239341568 56554 33554432000 4194304 9128323 140734708430736 18446744073709551615 7077395 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56554 778 1205 0 57224 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 233732

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 23390
/proc/meminfo: memFree=21210960/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=1062.3 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88854 0 0 0 106051 179 0 0 25 0 1 0 802519153 239341568 56554 33554432000 4194304 9128323 140734708430736 18446744073709551615 7315615 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56554 778 1205 0 57224 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 233732

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 23392
/proc/meminfo: memFree=21210920/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=1122.3 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88854 0 0 0 112040 190 0 0 25 0 1 0 802519153 239341568 56554 33554432000 4194304 9128323 140734708430736 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56554 778 1205 0 57224 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 233732

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/522 23394
/proc/meminfo: memFree=21210380/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=1182.31 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88883 0 0 0 118028 203 0 0 25 0 1 0 802519153 239341568 56583 33554432000 4194304 9128323 140734708430736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56583 778 1205 0 57224 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 233732

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/522 23395
/proc/meminfo: memFree=21209956/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=1242.3 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88883 0 0 0 124016 214 0 0 25 0 1 0 802519153 239341568 56583 33554432000 4194304 9128323 140734708430736 18446744073709551615 7284969 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56583 778 1205 0 57224 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 233732

[startup+1302.3 s]
/proc/loadavg: 2.20 2.06 2.02 3/522 23397
/proc/meminfo: memFree=21211160/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=233732 CPUtime=1302.32 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88884 0 0 0 130010 222 0 0 25 0 1 0 802519153 239341568 56584 33554432000 4194304 9128323 140734708430736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 58433 56584 778 1205 0 57224 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 233732

[startup+1362.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/522 23399
/proc/meminfo: memFree=21210388/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1362.32 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88896 0 0 0 135997 235 0 0 25 0 1 0 802519153 243281920 56596 33554432000 4194304 9128323 140734708430736 18446744073709551615 7316182 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56596 778 1205 0 58186 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 237580

[startup+1422.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/522 23400
/proc/meminfo: memFree=21210724/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1422.33 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88911 0 0 0 141986 247 0 0 25 0 1 0 802519153 243281920 56611 33554432000 4194304 9128323 140734708430736 18446744073709551615 7284979 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56611 778 1205 0 58186 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 237580

[startup+1482.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/522 23411
/proc/meminfo: memFree=21210492/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1482.31 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88911 0 0 0 147972 259 0 0 25 0 1 0 802519153 243281920 56611 33554432000 4194304 9128323 140734708430736 18446744073709551615 7192205 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56611 778 1205 0 58186 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 237580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 23412
/proc/meminfo: memFree=21210844/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1542.31 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88911 0 0 0 153962 269 0 0 25 0 1 0 802519153 243281920 56611 33554432000 4194304 9128323 140734708430736 18446744073709551615 7315568 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56611 778 1205 0 58186 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 237580

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 23414
/proc/meminfo: memFree=21211084/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1602.32 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 88916 0 0 0 159956 276 0 0 25 0 1 0 802519153 243281920 56616 33554432000 4194304 9128323 140734708430736 18446744073709551615 7312908 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56616 778 1205 0 58186 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 237580

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 23416
/proc/meminfo: memFree=21209588/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1662.32 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 89242 0 0 0 165946 286 0 0 25 0 1 0 802519153 243281920 56942 33554432000 4194304 9128323 140734708430736 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56942 778 1205 0 58186 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 237580

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 23417
/proc/meminfo: memFree=21209196/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1722.33 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 89242 0 0 0 171943 290 0 0 25 0 1 0 802519153 243281920 56942 33554432000 4194304 9128323 140734708430736 18446744073709551615 7083209 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56942 778 1205 0 58186 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 237580

[startup+1782.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/522 23419
/proc/meminfo: memFree=21208428/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1782.32 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 89242 0 0 0 177939 293 0 0 25 0 1 0 802519153 243281920 56942 33554432000 4194304 9128323 140734708430736 18446744073709551615 7315582 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56942 778 1205 0 58186 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 237580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.03 2.01 3/522 23419
/proc/meminfo: memFree=21209044/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1800.04 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 89242 0 0 0 179709 295 0 0 25 0 1 0 802519153 243281920 56942 33554432000 4194304 9128323 140734708430736 18446744073709551615 7325208 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56942 778 1205 0 58186 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 237580

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23333

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

[startup+1801.4 s]
/proc/loadavg: 2.07 2.03 2.01 3/523 23420
/proc/meminfo: memFree=21207920/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1801.43 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 89242 0 0 0 179848 295 0 0 25 0 1 0 802519153 243281920 56942 33554432000 4194304 9128323 140734708430736 18446744073709551615 7325248 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56942 778 1205 0 58186 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 237580

[startup+1801.82 s]
/proc/loadavg: 2.07 2.03 2.01 3/523 23420
/proc/meminfo: memFree=21207548/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1801.84 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 89242 0 0 0 179889 295 0 0 25 0 1 0 802519153 243281920 56942 33554432000 4194304 9128323 140734708430736 18446744073709551615 7325527 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56942 778 1205 0 58186 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 237580

[startup+1802 s]
/proc/loadavg: 2.07 2.03 2.01 3/523 23420
/proc/meminfo: memFree=21207548/32951124 swapFree=58800704/67111528
[pid=23333] ppid=23331 vsize=237580 CPUtime=1802.03 cores=0,2,4,6
/proc/23333/stat : 23333 (scip-2.0.1.4.li) R 23331 23333 22695 0 -1 4202496 89242 0 0 0 179908 295 0 0 25 0 1 0 802519153 243281920 56942 33554432000 4194304 9128323 140734708430736 18446744073709551615 7312901 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/23333/statm: 59395 56942 778 1205 0 58186 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 237580

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.06
CPU user time (s): 1799.1
CPU system time (s): 2.96455
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 292384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 2.96455
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89242
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= 3100

runsolver used 9.8395 second user time and 21.2888 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-03 13:37:17
IDJOB=3452468
IDBENCH=25014
IDSOLVER=1949
FILE ID=node142/3452468-1307101037
RUNJOBID= node142-1307092025-22713
PBS_JOBID= 13497966
Free space on /tmp= 73844 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_7.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-3452468-1307101037/watcher-3452468-1307101037 -o /tmp/evaluation-result-3452468-1307101037/solver-3452468-1307101037 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452468-1307101037.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7da351a6b3346c83b923d96056c07b3e
RANDOM SEED=148001942

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:     32951124 kB
MemFree:      19626768 kB
Buffers:        233216 kB
Cached:         467048 kB
SwapCached:      11452 kB
Active:       11302012 kB
Inactive:      1757696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19626768 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           13636 kB
Writeback:           0 kB
AnonPages:    12356592 kB
Mapped:          34476 kB
Slab:           115496 kB
PageTables:      79136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 147369896 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= 73896 MiB
End job on node142 at 2011-06-03 14:07:19