Trace number 3692950

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 NameAnswerCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed? (TO) 1802.08 1802.36

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-137.opb
MD5SUM395b6779bc0f993a1d1357b59c2e4536
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 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-3692950-1338040985.opb>
2.99/3.05	c original problem has 48411 variables (48411 bin, 0 int, 0 impl, 0 cont) and 1121517 constraints
2.99/3.05	c problem read in 3.05
7.19/7.29	c presolving:
15.69/15.72	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 1121508 upgd conss, 492406 impls, 1772 clqs
87.58/87.64	c    (87.6s) probing: 1000/48410 (2.1%) - 0 fixings, 0 aggregations, 261249 implications, 0 bound changes
87.68/87.71	c    (87.7s) probing: 1001/48410 (2.1%) - 0 fixings, 0 aggregations, 261251 implications, 0 bound changes
87.68/87.71	c    (87.7s) probing aborted: 1000/1000 successive useless probings
93.48/93.58	c presolving (2 rounds):
93.48/93.58	c  1 deleted vars, 30 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
93.48/93.58	c  1014908 implications, 1772 cliques
93.48/93.58	c presolved problem has 48410 variables (48410 bin, 0 int, 0 impl, 0 cont) and 1121487 constraints
93.48/93.58	c  112021 constraints of type <knapsack>
93.48/93.58	c  237606 constraints of type <setppc>
93.48/93.58	c       1 constraints of type <linear>
93.48/93.58	c  771859 constraints of type <logicor>
93.48/93.58	c transformed objective value is always integral (scale: 1)
93.48/93.58	c Presolving Time: 89.66
93.48/93.58	c - non default parameters ----------------------------------------------------------------------
93.48/93.58	c # SCIP version 2.1.1.4
93.48/93.58	c 
93.48/93.58	c # maximal time in seconds to run
93.48/93.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
93.48/93.58	c limits/time = 1797
93.48/93.58	c 
93.48/93.58	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
93.48/93.58	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
93.48/93.58	c limits/memory = 13950
93.48/93.58	c 
93.48/93.58	c # default clock type (1: CPU user seconds, 2: wall clock time)
93.48/93.58	c # [type: int, range: [1,2], default: 1]
93.48/93.58	c timing/clocktype = 2
93.48/93.58	c 
93.48/93.58	c # belongs reading time to solving time?
93.48/93.58	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
93.48/93.58	c timing/reading = TRUE
93.48/93.58	c 
93.48/93.58	c -----------------------------------------------------------------------------------------------
93.48/93.58	c start solving
93.58/93.63	c 
145.18/145.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.18/145.29	c   145s|     1 |     0 |  6917 |     - |1736M|   0 |1479 |  48k|1121k|  48k|1121k|   0 |  26 |   0 | 0.000000e+00 |      --      |    Inf 
1695.53/1695.87	c  1696s|     1 |     0 | 35425 |     - |1766M|   0 |2142 |  48k|1121k|  48k|1121k|   9 |  26 |   0 | 0.000000e+00 |      --      |    Inf 

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3692950-1338040985/watcher-3692950-1338040985 -o /tmp/evaluation-result-3692950-1338040985/solver-3692950-1338040985 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692950-1338040985.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25228
/proc/meminfo: memFree=25838388/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=9956 CPUtime=0 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 1242 0 0 0 0 0 0 0 20 0 1 0 270224696 10194944 1196 33554432000 4194304 10169799 140734033864896 140733497831304 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 2489 1196 409 1459 0 1021 0

[startup+0.042753 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25228
/proc/meminfo: memFree=25838388/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=16044 CPUtime=0.03 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 2769 0 0 0 3 0 0 0 20 0 1 0 270224696 16429056 2723 33554432000 4194304 10169799 140734033864896 140733497831304 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 4011 2723 409 1459 0 2543 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16044

[startup+0.100301 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25228
/proc/meminfo: memFree=25838388/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=23860 CPUtime=0.08 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 4690 0 0 0 8 0 0 0 20 0 1 0 270224696 24432640 4644 33554432000 4194304 10169799 140734033864896 140733497831304 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 5965 4644 409 1459 0 4497 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 23860

[startup+0.30031 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25228
/proc/meminfo: memFree=25838388/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=49504 CPUtime=0.29 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 11133 0 0 0 28 1 0 0 20 0 1 0 270224696 50692096 11087 33554432000 4194304 10169799 140734033864896 140733497831304 7408175 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 12457 11109 409 1459 0 10989 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49504

[startup+0.700312 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 25228
/proc/meminfo: memFree=25838388/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=99296 CPUtime=0.68 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 23539 0 0 0 65 3 0 0 20 0 1 0 270224696 101679104 23493 33554432000 4194304 10169799 140734033864896 140733497831304 4906989 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 24824 23494 409 1459 0 23356 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99296

[startup+1.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25229
/proc/meminfo: memFree=25709660/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=198132 CPUtime=1.49 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 48234 0 0 0 142 7 0 0 20 0 1 0 270224696 202887168 48188 33554432000 4194304 10169799 140734033864896 140734033731224 7139442 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 49533 48188 409 1459 0 48065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198132

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25229
/proc/meminfo: memFree=25573632/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=390060 CPUtime=3.09 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 96111 0 0 0 294 15 0 0 20 0 1 0 270224696 399421440 96065 33554432000 4194304 10169799 140734033864896 140734033731224 8821244 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 97515 96065 415 1459 0 96047 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 390060

[startup+6.30032 s]
/proc/loadavg: 2.16 2.03 2.01 3/177 25229
/proc/meminfo: memFree=24571712/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=1504900 CPUtime=6.28 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 370207 0 0 0 572 56 0 0 20 0 1 0 270224696 1541017600 370091 33554432000 4194304 10169799 140734033864896 140734033861784 4635696 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 376225 370091 496 1459 0 374757 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1504900

[startup+12.7003 s]
/proc/loadavg: 2.15 2.03 2.01 3/177 25229
/proc/meminfo: memFree=24298400/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=1652588 CPUtime=12.69 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 479206 0 0 0 1132 137 0 0 20 0 1 0 270224696 1692250112 405081 33554432000 4194304 10169799 140734033864896 140734033863048 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 413147 405081 568 1459 0 411679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1652588

[startup+25.5003 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 25229
/proc/meminfo: memFree=24298736/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=1578028 CPUtime=25.49 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 552837 0 0 0 2358 191 0 0 20 0 1 0 270224696 1615900672 384659 33554432000 4194304 10169799 140734033864896 140734033862408 4777685 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 394507 384659 615 1459 0 393039 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1578028

[startup+51.1003 s]
/proc/loadavg: 2.07 2.03 2.01 3/177 25230
/proc/meminfo: memFree=24282196/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=1595424 CPUtime=51.08 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 557201 0 0 0 4915 193 0 0 20 0 1 0 270224696 1633714176 389023 33554432000 4194304 10169799 140734033864896 140734033862408 4777685 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 398856 389023 615 1459 0 397388 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1595424

[startup+102.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 25230
/proc/meminfo: memFree=22946312/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3054192 CPUtime=102.28 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 729829 0 0 0 9987 241 0 0 20 0 1 0 270224696 3127492608 721974 33554432000 4194304 10169799 140734033864896 140734033861928 7887835 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 763548 721974 710 1459 0 762080 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3054192

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 25230
/proc/meminfo: memFree=22638152/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3328784 CPUtime=162.27 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 847592 0 0 0 15918 309 0 0 20 0 1 0 270224696 3408674816 799200 33554432000 4194304 10169799 140734033864896 140734033857208 8009648 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 832196 799200 786 1459 0 830728 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 3328784

[startup+222.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 25230
/proc/meminfo: memFree=22429300/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338952 CPUtime=222.26 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 851962 0 0 0 21902 324 0 0 20 0 1 0 270224696 3419086848 800108 33554432000 4194304 10169799 140734033864896 140734033857304 8030352 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834738 800108 786 1459 0 833270 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 3338952

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25230
/proc/meminfo: memFree=22430692/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338952 CPUtime=282.25 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 856095 0 0 0 27883 342 0 0 20 0 1 0 270224696 3419086848 800337 33554432000 4194304 10169799 140734033864896 140734033856472 7704918 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834738 800337 786 1459 0 833270 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 3338952

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25230
/proc/meminfo: memFree=22431652/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338952 CPUtime=342.24 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 860744 0 0 0 33862 362 0 0 20 0 1 0 270224696 3419086848 800152 33554432000 4194304 10169799 140734033864896 140734033856472 8060758 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834738 800152 789 1459 0 833270 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 3338952

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25231
/proc/meminfo: memFree=22540460/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338952 CPUtime=402.22 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 862311 0 0 0 39850 372 0 0 20 0 1 0 270224696 3419086848 800399 33554432000 4194304 10169799 140734033864896 140734033856472 8009315 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834738 800399 789 1459 0 833270 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3338952

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25272
/proc/meminfo: memFree=22666996/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3349444 CPUtime=462.21 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 867008 0 0 0 45826 395 0 0 20 0 1 0 270224696 3429830656 803878 33554432000 4194304 10169799 140734033864896 140734033856200 8009499 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 837361 803878 789 1459 0 835893 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3349444

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25272
/proc/meminfo: memFree=21115860/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3394168 CPUtime=522.21 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 873596 0 0 0 51797 424 0 0 20 0 1 0 270224696 3475628032 810081 33554432000 4194304 10169799 140734033864896 140734033857208 7710304 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 848542 810081 789 1459 0 847074 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3394168

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25272
/proc/meminfo: memFree=21046824/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3403560 CPUtime=582.19 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 880738 0 0 0 57768 451 0 0 20 0 1 0 270224696 3485245440 811550 33554432000 4194304 10169799 140734033864896 140734033857208 8059693 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 850890 811550 789 1459 0 849422 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 3403560

[startup+642.3 s]

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

/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 105681 531 0 0 20 0 1 0 270224696 3418861568 808300 33554432000 4194304 10169799 140734033864896 140734033860904 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 808300 807 1459 0 833215 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3338732

[startup+1122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 25277
/proc/meminfo: memFree=21060016/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1122.11 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 111680 531 0 0 20 0 1 0 270224696 3418861568 808300 33554432000 4194304 10169799 140734033864896 140734033860904 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 808300 807 1459 0 833215 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3338732

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25277
/proc/meminfo: memFree=21060068/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1182.1 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 117679 531 0 0 20 0 1 0 270224696 3418861568 808300 33554432000 4194304 10169799 140734033864896 140734033860904 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 808300 807 1459 0 833215 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3338732

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25277
/proc/meminfo: memFree=21059664/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1242.09 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 123678 531 0 0 20 0 1 0 270224696 3418861568 808445 33554432000 4194304 10169799 140734033864896 140734033860904 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 808445 807 1459 0 833215 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 3338732

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25278
/proc/meminfo: memFree=21059324/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1302.08 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 129677 531 0 0 20 0 1 0 270224696 3418861568 808548 33554432000 4194304 10169799 140734033864896 140734033860904 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 808548 807 1459 0 833215 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 3338732

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25278
/proc/meminfo: memFree=21056208/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1362.07 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 135676 531 0 0 20 0 1 0 270224696 3418861568 809292 33554432000 4194304 10169799 140734033864896 140734033860904 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 809292 807 1459 0 833215 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3338732

[startup+1422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 25279
/proc/meminfo: memFree=20866632/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1422.07 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 141676 531 0 0 20 0 1 0 270224696 3418861568 809292 33554432000 4194304 10169799 140734033864896 140734033860904 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 809292 807 1459 0 833215 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3338732

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 25279
/proc/meminfo: memFree=20841136/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1482.05 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 147674 531 0 0 20 0 1 0 270224696 3418861568 809677 33554432000 4194304 10169799 140734033864896 140734033860904 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 809677 807 1459 0 833215 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3338732

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25279
/proc/meminfo: memFree=20804396/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1542.05 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 153674 531 0 0 20 0 1 0 270224696 3418861568 810106 33554432000 4194304 10169799 140734033864896 140734033860904 7280635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 810106 807 1459 0 833215 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3338732

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 25280
/proc/meminfo: memFree=20804240/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1602.04 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900814 0 0 0 159673 531 0 0 20 0 1 0 270224696 3418861568 810136 33554432000 4194304 10169799 140734033864896 140734033860904 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 810136 807 1459 0 833215 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3338732

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 25283
/proc/meminfo: memFree=20803268/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3338732 CPUtime=1662.03 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 900925 0 0 0 165672 531 0 0 20 0 1 0 270224696 3418861568 810936 33554432000 4194304 10169799 140734033864896 140734033860904 5096316 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 834683 810936 810 1459 0 833215 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3338732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25283
/proc/meminfo: memFree=20700048/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3571188 CPUtime=1722.02 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 912237 0 0 0 171632 570 0 0 20 0 1 0 270224696 3656896512 836159 33554432000 4194304 10169799 140734033864896 140734033861432 7271373 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 892797 836159 821 1459 0 891329 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3571188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25283
/proc/meminfo: memFree=20699952/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3571188 CPUtime=1782.01 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 912237 0 0 0 177631 570 0 0 20 0 1 0 270224696 3656896512 836159 33554432000 4194304 10169799 140734033864896 140734033861208 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 892797 836159 821 1459 0 891329 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3571188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 25283
/proc/meminfo: memFree=20700060/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3571188 CPUtime=1800.02 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 912237 0 0 0 179432 570 0 0 20 0 1 0 270224696 3656896512 836159 33554432000 4194304 10169799 140734033864896 140734033861208 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 892797 836159 821 1459 0 891329 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3571188

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -25228

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

[startup+1801 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25284
/proc/meminfo: memFree=20699920/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3571188 CPUtime=1800.71 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 912237 0 0 0 179501 570 0 0 20 0 1 0 270224696 3656896512 836159 33554432000 4194304 10169799 140734033864896 140734033860288 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 892797 836159 821 1459 0 891329 0
Current children cumulated CPU time (s) 1800.71
Current children cumulated vsize (KiB) 3571188

[startup+1801.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25284
/proc/meminfo: memFree=20700160/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3571188 CPUtime=1801.51 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 912237 0 0 0 179581 570 0 0 20 0 1 0 270224696 3656896512 836159 33554432000 4194304 10169799 140734033864896 140734033860288 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 892797 836159 821 1459 0 891329 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 3571188

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25284
/proc/meminfo: memFree=20700160/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3571188 CPUtime=1801.91 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 912237 0 0 0 179621 570 0 0 20 0 1 0 270224696 3656896512 836159 33554432000 4194304 10169799 140734033864896 140734033860288 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 892797 836159 821 1459 0 891329 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 3571188

[startup+1802.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 25284
/proc/meminfo: memFree=20700160/32873844 swapFree=7364/7364
[pid=25228] ppid=25226 vsize=3571188 CPUtime=1802.01 cores=1,3,5,7
/proc/25228/stat : 25228 (scip-2.1.1.4sfi) R 25226 25228 21011 0 -1 4202496 912237 0 0 0 179631 570 0 0 20 0 1 0 270224696 3656896512 836159 33554432000 4194304 10169799 140734033864896 140734033860288 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/25228/statm: 892797 836159 821 1459 0 891329 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 3571188

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.36
CPU time (s): 1802.08
CPU user time (s): 1796.32
CPU system time (s): 5.75712
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 3738196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.32
system time used= 5.75712
maximum resident set size= 3463004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 912237
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= 11
involuntary context switches= 1856

runsolver used 5.74013 second user time and 17.7003 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-26 16:03:06
IDJOB=3692950
IDBENCH=89649
IDSOLVER=2272
FILE ID=node118/3692950-1338040985
RUNJOBID= node118-1338029245-21966
PBS_JOBID= 14624353
Free space on /tmp= 71528 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-137.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692950-1338040985/watcher-3692950-1338040985 -o /tmp/evaluation-result-3692950-1338040985/solver-3692950-1338040985 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692950-1338040985.opb -t 1800 -m 15500

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

MD5SUM BENCH= 395b6779bc0f993a1d1357b59c2e4536
RANDOM SEED=764975800

node118.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5320.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.212
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25838644 kB
Buffers:          253320 kB
Cached:          4338056 kB
SwapCached:            0 kB
Active:          2274680 kB
Inactive:        3978804 kB
Active(anon):    1663636 kB
Inactive(anon):        0 kB
Active(file):     611044 kB
Inactive(file):  3978804 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63112 kB
Writeback:             0 kB
AnonPages:       1670332 kB
Mapped:            17708 kB
Shmem:               200 kB
Slab:             640092 kB
SReclaimable:      82104 kB
SUnreclaim:       557988 kB
KernelStack:        1448 kB
PageTables:         7384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1793676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1183744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71476 MiB
End job on node118 at 2012-05-26 16:33:08