Trace number 3692944

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.09 1802.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
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 variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
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-3692944-1338040996.opb>
2.59/2.67	c original problem has 44846 variables (44846 bin, 0 int, 0 impl, 0 cont) and 988104 constraints
2.59/2.67	c problem read in 2.67
5.68/5.77	c presolving:
12.19/12.20	c (round 1) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 988095 upgd conss, 415364 impls, 1772 clqs
54.68/54.78	c    (54.7s) probing: 1000/44845 (2.2%) - 0 fixings, 0 aggregations, 248909 implications, 0 bound changes
54.78/54.82	c    (54.8s) probing: 1001/44845 (2.2%) - 0 fixings, 0 aggregations, 248911 implications, 0 bound changes
54.78/54.82	c    (54.8s) probing aborted: 1000/1000 successive useless probings
59.88/59.90	c presolving (2 rounds):
59.88/59.90	c  1 deleted vars, 22 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 0 changed coefficients
59.88/59.90	c  913186 implications, 1772 cliques
59.88/59.90	c presolved problem has 44845 variables (44845 bin, 0 int, 0 impl, 0 cont) and 988082 constraints
59.88/59.90	c  101519 constraints of type <knapsack>
59.88/59.90	c  198703 constraints of type <setppc>
59.88/59.90	c       1 constraints of type <linear>
59.88/59.90	c  687859 constraints of type <logicor>
59.88/59.90	c transformed objective value is always integral (scale: 1)
59.88/59.90	c Presolving Time: 56.51
59.88/59.90	c - non default parameters ----------------------------------------------------------------------
59.88/59.90	c # SCIP version 2.1.1.4
59.88/59.90	c 
59.88/59.90	c # maximal time in seconds to run
59.88/59.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
59.88/59.90	c limits/time = 1797
59.88/59.90	c 
59.88/59.90	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
59.88/59.90	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
59.88/59.90	c limits/memory = 13950
59.88/59.90	c 
59.88/59.90	c # default clock type (1: CPU user seconds, 2: wall clock time)
59.88/59.90	c # [type: int, range: [1,2], default: 1]
59.88/59.90	c timing/clocktype = 2
59.88/59.90	c 
59.88/59.90	c # belongs reading time to solving time?
59.88/59.90	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
59.88/59.90	c timing/reading = TRUE
59.88/59.90	c 
59.88/59.90	c -----------------------------------------------------------------------------------------------
59.88/59.90	c start solving
59.88/59.93	c 
94.37/94.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
94.37/94.47	c  94.4s|     1 |     0 |  6626 |     - |1540M|   0 |1401 |  44k| 988k|  44k| 988k|   0 |  34 |   0 | 0.000000e+00 |      --      |    Inf 
1574.23/1574.54	c  1574s|     1 |     0 | 50537 |     - |1566M|   0 |5449 |  44k| 988k|  44k| 988k|   8 |  34 |   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-3692944-1338040996/watcher-3692944-1338040996 -o /tmp/evaluation-result-3692944-1338040996/solver-3692944-1338040996 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692944-1338040996.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.00 2.00 2.00 3/176 2906
/proc/meminfo: memFree=26678312/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=10088 CPUtime=0 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 1275 0 0 0 0 0 0 0 20 0 1 0 270226574 10330112 1229 33554432000 4194304 10169799 140737164743360 140736141532008 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 2522 1229 409 1459 0 1054 0

[startup+0.04756 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2906
/proc/meminfo: memFree=26678312/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=16456 CPUtime=0.04 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 2868 0 0 0 4 0 0 0 20 0 1 0 270226574 16850944 2822 33554432000 4194304 10169799 140737164743360 140736141532008 7543003 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 4114 2822 409 1459 0 2646 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16456

[startup+0.100305 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2906
/proc/meminfo: memFree=26678312/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=24248 CPUtime=0.09 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 4819 0 0 0 9 0 0 0 20 0 1 0 270226574 24829952 4773 33554432000 4194304 10169799 140737164743360 140736141532008 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 6062 4773 409 1459 0 4594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24248

[startup+0.300259 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2906
/proc/meminfo: memFree=26678312/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=49908 CPUtime=0.29 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 11235 0 0 0 28 1 0 0 20 0 1 0 270226574 51105792 11189 33554432000 4194304 10169799 140737164743360 140736141532008 5477139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 12477 11189 409 1459 0 11009 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49908

[startup+0.70027 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2906
/proc/meminfo: memFree=26678312/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=101052 CPUtime=0.69 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 23977 0 0 0 65 4 0 0 20 0 1 0 270226574 103477248 23931 33554432000 4194304 10169799 140737164743360 140736141532008 5477139 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 25263 23931 409 1459 0 23795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101052

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2907
/proc/meminfo: memFree=26547832/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=200012 CPUtime=1.49 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 48713 0 0 0 141 8 0 0 20 0 1 0 270226574 204812288 48667 33554432000 4194304 10169799 140737164743360 140737164609688 8982256 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 50003 48667 409 1459 0 48535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200012

[startup+3.10028 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2907
/proc/meminfo: memFree=26409324/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=576920 CPUtime=3.09 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 142288 0 0 0 287 22 0 0 20 0 1 0 270226574 590766080 142228 33554432000 4194304 10169799 140737164743360 140737164740296 4897504 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 144230 142228 459 1459 0 142762 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 576920

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2907
/proc/meminfo: memFree=25488112/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=1209996 CPUtime=6.29 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 361697 0 0 0 565 64 0 0 20 0 1 0 270226574 1239035904 298125 33554432000 4194304 10169799 140737164743360 140737164741512 8961143 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 302499 298125 553 1459 0 301031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1209996

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2907
/proc/meminfo: memFree=25319340/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=1388468 CPUtime=12.69 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 481608 0 0 0 1119 150 0 0 20 0 1 0 270226574 1421791232 339492 33554432000 4194304 10169799 140737164743360 140737164741912 7542273 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 347117 339492 586 1459 0 345649 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1388468

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2907
/proc/meminfo: memFree=25276944/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=1425540 CPUtime=25.49 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 495870 0 0 0 2377 172 0 0 20 0 1 0 270226574 1459752960 349242 33554432000 4194304 10169799 140737164743360 140737164740872 6361361 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 356385 349242 615 1459 0 354917 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1425540

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2907
/proc/meminfo: memFree=25262472/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=1434744 CPUtime=51.08 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 498068 0 0 0 4935 173 0 0 20 0 1 0 270226574 1469177856 351440 33554432000 4194304 10169799 140737164743360 140737164740872 4777712 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 358686 351440 615 1459 0 357218 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1434744

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 2908
/proc/meminfo: memFree=23791748/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2933020 CPUtime=102.27 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 764236 0 0 0 9966 261 0 0 20 0 1 0 270226574 3003412480 712527 33554432000 4194304 10169799 140737164743360 140737164736040 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 733255 712527 786 1459 0 731787 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 2933020

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 2909
/proc/meminfo: memFree=23765304/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2968452 CPUtime=162.27 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 771825 0 0 0 15938 289 0 0 20 0 1 0 270226574 3039694848 715801 33554432000 4194304 10169799 140737164743360 140737164735672 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 742113 715801 786 1459 0 740645 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2968452

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 2909
/proc/meminfo: memFree=23762212/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2968452 CPUtime=222.26 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 779120 0 0 0 21918 308 0 0 20 0 1 0 270226574 3039694848 715785 33554432000 4194304 10169799 140737164743360 140737164735672 8009519 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 742113 715785 786 1459 0 740645 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2968452

[startup+282.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 2909
/proc/meminfo: memFree=23777588/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2953068 CPUtime=282.25 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 781961 0 0 0 27909 316 0 0 20 0 1 0 270226574 3023941632 711822 33554432000 4194304 10169799 140737164743360 140737164735816 8979322 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 738267 711822 789 1459 0 736799 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2953068

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2909
/proc/meminfo: memFree=23761792/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2971772 CPUtime=342.24 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 783067 0 0 0 33902 322 0 0 20 0 1 0 270226574 3043094528 715835 33554432000 4194304 10169799 140737164743360 140737164735640 7707641 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 742943 715835 789 1459 0 741475 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2971772

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2910
/proc/meminfo: memFree=23761820/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2971772 CPUtime=402.22 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 783952 0 0 0 39895 327 0 0 20 0 1 0 270226574 3043094528 715838 33554432000 4194304 10169799 140737164743360 140737164735640 8023443 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 742943 715838 789 1459 0 741475 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2971772

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 2913
/proc/meminfo: memFree=23761124/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2972964 CPUtime=462.22 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 785194 0 0 0 45890 332 0 0 20 0 1 0 270226574 3044315136 715966 33554432000 4194304 10169799 140737164743360 140737164735640 8020494 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 743241 715966 789 1459 0 741773 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2972964

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2913
/proc/meminfo: memFree=23759860/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2972964 CPUtime=522.21 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 786927 0 0 0 51883 338 0 0 20 0 1 0 270226574 3044315136 716364 33554432000 4194304 10169799 140737164743360 140737164735816 8844116 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 743241 716364 789 1459 0 741773 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2972964

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2913
/proc/meminfo: memFree=23760124/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2978072 CPUtime=582.19 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 791697 0 0 0 57867 352 0 0 20 0 1 0 270226574 3049545728 716400 33554432000 4194304 10169799 140737164743360 140737164735672 8004379 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 744518 716400 789 1459 0 743050 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 2978072

[startup+642.3 s]

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

/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 827214 0 0 0 105763 449 0 0 20 0 1 0 270226574 3027193856 714537 33554432000 4194304 10169799 140737164743360 140737164739368 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 739061 714537 807 1459 0 737593 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 2956244

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2918
/proc/meminfo: memFree=23766900/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2956244 CPUtime=1122.12 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 827214 0 0 0 111763 449 0 0 20 0 1 0 270226574 3027193856 714567 33554432000 4194304 10169799 140737164743360 140737164739368 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 739061 714567 807 1459 0 737593 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 2956244

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2918
/proc/meminfo: memFree=23765280/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2956244 CPUtime=1182.11 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 827214 0 0 0 117762 449 0 0 20 0 1 0 270226574 3027193856 714912 33554432000 4194304 10169799 140737164743360 140737164739368 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 739061 714912 807 1459 0 737593 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 2956244

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2918
/proc/meminfo: memFree=23761320/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2956244 CPUtime=1242.1 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 827214 0 0 0 123761 449 0 0 20 0 1 0 270226574 3027193856 715933 33554432000 4194304 10169799 140737164743360 140737164739368 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 739061 715933 807 1459 0 737593 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 2956244

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2919
/proc/meminfo: memFree=23760744/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2956244 CPUtime=1302.09 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 827214 0 0 0 129760 449 0 0 20 0 1 0 270226574 3027193856 716021 33554432000 4194304 10169799 140737164743360 140737164739368 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 739061 716021 807 1459 0 737593 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 2956244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2919
/proc/meminfo: memFree=23761024/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=2956244 CPUtime=1362.08 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 827214 0 0 0 135759 449 0 0 20 0 1 0 270226574 3027193856 716021 33554432000 4194304 10169799 140737164743360 140737164739368 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 739061 716021 807 1459 0 737593 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 2956244

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2919
/proc/meminfo: memFree=23622484/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3186924 CPUtime=1422.06 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 839464 0 0 0 141726 480 0 0 20 0 1 0 270226574 3263410176 750621 33554432000 4194304 10169799 140737164743360 140737164738152 8043968 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 796731 750621 821 1459 0 795263 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 3186924

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 2957
/proc/meminfo: memFree=24747404/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3281188 CPUtime=1482.06 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 857838 0 0 0 147669 537 0 0 20 0 1 0 270226574 3359936512 766541 33554432000 4194304 10169799 140737164743360 140737164737688 8061110 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 820297 766541 821 1459 0 818829 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3281188

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 2957
/proc/meminfo: memFree=24759904/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3269156 CPUtime=1542.05 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 867929 0 0 0 153652 553 0 0 20 0 1 0 270226574 3347615744 763647 33554432000 4194304 10169799 140737164743360 140737164737688 8030352 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 817289 763647 821 1459 0 815821 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3269156

[startup+1602.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 2958
/proc/meminfo: memFree=24754308/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1602.04 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 159642 562 0 0 20 0 1 0 270226574 3357409280 764600 33554432000 4194304 10169799 140737164743360 140737164739896 7271364 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 764600 821 1459 0 818212 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3278720

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 2961
/proc/meminfo: memFree=24753264/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1662.03 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 165641 562 0 0 20 0 1 0 270226574 3357409280 764901 33554432000 4194304 10169799 140737164743360 140737164739672 7280659 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 764901 821 1459 0 818212 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3278720

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 2961
/proc/meminfo: memFree=24749612/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1722.02 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 171640 562 0 0 20 0 1 0 270226574 3357409280 765546 33554432000 4194304 10169799 140737164743360 140737164739672 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 765546 821 1459 0 818212 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3278720

[startup+1782.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 2961
/proc/meminfo: memFree=24748732/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1782.01 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 177639 562 0 0 20 0 1 0 270226574 3357409280 765675 33554432000 4194304 10169799 140737164743360 140737164739672 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 765675 821 1459 0 818212 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3278720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.31 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 2961
/proc/meminfo: memFree=24748236/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1800.02 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 179440 562 0 0 20 0 1 0 270226574 3357409280 765675 33554432000 4194304 10169799 140737164743360 140737164739672 7280655 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 765675 821 1459 0 818212 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3278720

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2906

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

[startup+1800.5 s]
/proc/loadavg: 2.12 2.05 2.01 3/177 2961
/proc/meminfo: memFree=24748236/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1800.2 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 179458 562 0 0 20 0 1 0 270226574 3357409280 765675 33554432000 4194304 10169799 140737164743360 140737164739672 7280635 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 765675 821 1459 0 818212 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 3278720

[startup+1801.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/178 2962
/proc/meminfo: memFree=24748104/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1801.01 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 179539 562 0 0 20 0 1 0 270226574 3357409280 765675 33554432000 4194304 10169799 140737164743360 140737164738752 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 765675 821 1459 0 818212 0
Current children cumulated CPU time (s) 1801.01
Current children cumulated vsize (KiB) 3278720

[startup+1802.1 s]
/proc/loadavg: 2.12 2.05 2.01 3/178 2962
/proc/meminfo: memFree=24748104/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1801.8 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 179618 562 0 0 20 0 1 0 270226574 3357409280 765675 33554432000 4194304 10169799 140737164743360 140737164738752 7280653 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 765675 821 1459 0 818212 0
Current children cumulated CPU time (s) 1801.8
Current children cumulated vsize (KiB) 3278720

[startup+1802.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/178 2962
/proc/meminfo: memFree=24748104/32873648 swapFree=6848/6848
[pid=2906] ppid=2904 vsize=3278720 CPUtime=1802 cores=0,2,4,6
/proc/2906/stat : 2906 (scip-2.1.1.4sfi) R 2904 2906 911 0 -1 4202496 870301 0 0 0 179638 562 0 0 20 0 1 0 270226574 3357409280 765675 33554432000 4194304 10169799 140737164743360 140737164738752 7280659 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/2906/statm: 819680 765675 821 1459 0 818212 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 3278720

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.37
CPU time (s): 1802.09
CPU user time (s): 1796.4
CPU system time (s): 5.68413
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 3358572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.4
system time used= 5.68413
maximum resident set size= 3140980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 870301
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= 18
involuntary context switches= 1957

runsolver used 3.16252 second user time and 7.79282 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-26 16:03:17
IDJOB=3692944
IDBENCH=89654
IDSOLVER=2272
FILE ID=node113/3692944-1338040996
RUNJOBID= node113-1338029668-2041
PBS_JOBID= 14624358
Free space on /tmp= 71408 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-116.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-3692944-1338040996/watcher-3692944-1338040996 -o /tmp/evaluation-result-3692944-1338040996/solver-3692944-1338040996 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692944-1338040996.opb -t 1800 -m 15500

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=1760227044

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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	: 5331.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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	: 5331.91
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26678576 kB
Buffers:          255596 kB
Cached:          3936280 kB
SwapCached:            0 kB
Active:          2133544 kB
Inactive:        3279012 kB
Active(anon):    1223248 kB
Inactive(anon):        0 kB
Active(file):     910296 kB
Inactive(file):  3279012 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             57844 kB
Writeback:             0 kB
AnonPages:       1227568 kB
Mapped:            17464 kB
Shmem:               200 kB
Slab:             641988 kB
SReclaimable:      86084 kB
SUnreclaim:       555904 kB
KernelStack:        1448 kB
PageTables:         6572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1358540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71400 MiB
End job on node113 at 2012-05-26 16:33:20