Trace number 3692732

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_1.opb.PB06.opb
MD5SUM79ed7fb7a57e7e2ac59cfc8508d281c9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.6336
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4500
Total number of constraints2559501
Number of constraints which are clauses2554450
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints4950
Minimum length of a constraint2
Maximum length of a constraint2000
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 420
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2049
Number of bits of the biggest sum of numbers12
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-3692732-1338022955.opb>
6.50/6.55	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
6.50/6.55	c problem read in 6.55
17.18/17.23	c presolving:
39.68/39.70	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2757500 upgd conss, 4000 impls, 100 clqs
45.09/45.12	c (round 2) 0 del vars, 150999 del conss, 2000 add conss, 0 chg bounds, 2000 chg sides, 9050 chg coeffs, 2757500 upgd conss, 102002 impls, 100 clqs
53.38/53.41	c    (53.3s) probing: 51/4500 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
53.38/53.41	c    (53.3s) probing aborted: 50/50 successive totally useless probings
64.28/64.31	c presolving (3 rounds):
64.28/64.31	c  0 deleted vars, 150999 deleted constraints, 2000 added constraints, 0 tightened bounds, 0 added holes, 2000 changed sides, 9260 changed coefficients
64.28/64.31	c  106902 implications, 100 cliques
64.28/64.31	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2410502 constraints
64.28/64.31	c    4950 constraints of type <knapsack>
64.28/64.31	c   51101 constraints of type <setppc>
64.28/64.31	c       1 constraints of type <linear>
64.28/64.31	c 2354450 constraints of type <logicor>
64.28/64.31	c transformed objective value is always integral (scale: 1)
64.28/64.31	c Presolving Time: 55.88
64.28/64.31	c - non default parameters ----------------------------------------------------------------------
64.28/64.31	c # SCIP version 2.1.1.4
64.28/64.31	c 
64.28/64.31	c # maximal time in seconds to run
64.28/64.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
64.28/64.31	c limits/time = 1797
64.28/64.31	c 
64.28/64.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
64.28/64.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
64.28/64.31	c limits/memory = 13950
64.28/64.31	c 
64.28/64.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
64.28/64.31	c # [type: int, range: [1,2], default: 1]
64.28/64.31	c timing/clocktype = 2
64.28/64.31	c 
64.28/64.31	c # belongs reading time to solving time?
64.28/64.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
64.28/64.31	c timing/reading = TRUE
64.28/64.31	c 
64.28/64.31	c -----------------------------------------------------------------------------------------------
64.28/64.31	c start solving
64.38/64.47	c 
209.56/209.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
209.56/209.63	c   210s|     1 |     0 |  2799 |     - |3172M|   0 | 178 |4500 |2410k|4500 |2410k|   0 |  15 |   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-3692732-1338022955/watcher-3692732-1338022955 -o /tmp/evaluation-result-3692732-1338022955/solver-3692732-1338022955 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692732-1338022955.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.02 2.02 2.00 2/176 8420
/proc/meminfo: memFree=23061232/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=10404 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1336 0 0 0 0 0 0 0 20 0 1 0 268420314 10653696 1290 33554432000 4194304 10169799 140735463966640 140735152458872 8797266 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2601 1290 409 1459 0 1133 0

[startup+0.010309 s]
/proc/loadavg: 2.02 2.02 2.00 2/176 8420
/proc/meminfo: memFree=23061232/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=11844 CPUtime=0 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1705 0 0 0 0 0 0 0 20 0 1 0 268420314 12128256 1659 33554432000 4194304 10169799 140735463966640 140735152458872 4906989 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 2961 1659 409 1459 0 1493 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11844

[startup+0.100229 s]
/proc/loadavg: 2.02 2.02 2.00 2/176 8420
/proc/meminfo: memFree=23061232/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=24548 CPUtime=0.08 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 4898 0 0 0 8 0 0 0 20 0 1 0 268420314 25137152 4849 33554432000 4194304 10169799 140735463966640 140735152458872 5282281 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 6137 4849 409 1459 0 4669 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24548

[startup+0.300226 s]
/proc/loadavg: 2.02 2.02 2.00 2/176 8420
/proc/meminfo: memFree=23061232/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=48588 CPUtime=0.29 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 10875 0 0 0 27 2 0 0 20 0 1 0 268420314 49754112 10826 33554432000 4194304 10169799 140735463966640 140735152458872 7139636 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 12147 10826 409 1459 0 10679 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48588

[startup+0.700222 s]
/proc/loadavg: 2.02 2.02 2.00 2/176 8420
/proc/meminfo: memFree=23061232/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=94152 CPUtime=0.69 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 22295 0 0 0 65 4 0 0 20 0 1 0 268420314 96411648 22246 33554432000 4194304 10169799 140735463966640 140735463832968 8225411 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 23538 22246 409 1459 0 22070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 94152

[startup+1.50023 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8421
/proc/meminfo: memFree=22938224/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=188396 CPUtime=1.49 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 45669 0 0 0 142 7 0 0 20 0 1 0 268420314 192917504 45620 33554432000 4194304 10169799 140735463966640 140735463832968 5477139 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 47099 45620 409 1459 0 45631 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188396

[startup+3.10026 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8421
/proc/meminfo: memFree=22808388/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=377808 CPUtime=3.09 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 92671 0 0 0 295 14 0 0 20 0 1 0 268420314 386875392 92623 33554432000 4194304 10169799 140735463966640 140735463832296 7543003 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 94452 92659 409 1459 0 92984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 377808

[startup+6.30023 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8421
/proc/meminfo: memFree=22422992/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=753028 CPUtime=6.29 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 184543 0 0 0 599 30 0 0 20 0 1 0 268420314 771100672 186027 33554432000 4194304 10169799 140735463966640 140735463832968 4941636 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 188257 186027 409 1459 0 186789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 753028

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8421
/proc/meminfo: memFree=20409092/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=2844560 CPUtime=12.69 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 698634 0 0 0 1164 105 0 0 20 0 1 0 268420314 2912829440 701150 33554432000 4194304 10169799 140735463966640 140735463963528 4641435 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 711140 701150 497 1459 0 709672 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2844560

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8421
/proc/meminfo: memFree=20052176/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=3103988 CPUtime=25.49 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 918968 0 0 0 2301 248 0 0 20 0 1 0 268420314 3178483712 761693 33554432000 4194304 10169799 140735463966640 140735463964792 8961143 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 775997 761693 554 1459 0 774529 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3103988

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8421
/proc/meminfo: memFree=19424204/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=3739604 CPUtime=51.08 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1093260 0 0 0 4594 514 0 0 20 0 1 0 268420314 3829354496 912898 33554432000 4194304 10169799 140735463966640 140735463964152 4950088 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 934901 912898 606 1459 0 933433 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3739604

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8421
/proc/meminfo: memFree=16926044/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6521076 CPUtime=102.28 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1387727 0 0 0 9587 641 0 0 20 0 1 0 268420314 6677581824 1527086 33554432000 4194304 10169799 140735463966640 140735463961048 8009536 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1630269 1527086 765 1459 0 1628801 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6521076

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8422
/proc/meminfo: memFree=16901624/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6530412 CPUtime=162.26 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1389638 0 0 0 15576 650 0 0 20 0 1 0 268420314 6687141888 1531667 33554432000 4194304 10169799 140735463966640 140735463961048 8004362 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1632603 1531667 765 1459 0 1631135 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 6530412

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8422
/proc/meminfo: memFree=17287476/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=5948212 CPUtime=222.26 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1393155 0 0 0 21557 669 0 0 20 0 1 0 268420314 6090969088 1435965 33554432000 4194304 10169799 140735463966640 140735463958952 7708634 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1487053 1435965 780 1459 0 1485585 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 5948212

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8422
/proc/meminfo: memFree=17288864/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=5948212 CPUtime=282.25 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1394444 0 0 0 27543 682 0 0 20 0 1 0 268420314 6090969088 1436173 33554432000 4194304 10169799 140735463966640 140735463958952 8009605 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1487053 1436173 780 1459 0 1485585 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 5948212

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8422
/proc/meminfo: memFree=17257120/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=5985884 CPUtime=342.24 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1396093 0 0 0 33529 695 0 0 20 0 1 0 268420314 6129545216 1444581 33554432000 4194304 10169799 140735463966640 140735463958952 8009536 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1496471 1444581 780 1459 0 1495003 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5985884

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8422
/proc/meminfo: memFree=17255224/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=5985884 CPUtime=402.22 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1396903 0 0 0 39509 713 0 0 20 0 1 0 268420314 6129545216 1444581 33554432000 4194304 10169799 140735463966640 140735463958952 8004347 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1496471 1444581 780 1459 0 1495003 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 5985884

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 8425
/proc/meminfo: memFree=17251660/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=5985884 CPUtime=462.22 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1397837 0 0 0 45488 734 0 0 20 0 1 0 268420314 6129545216 1444582 33554432000 4194304 10169799 140735463966640 140735463959320 8009301 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1496471 1444582 780 1459 0 1495003 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 5985884

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8427
/proc/meminfo: memFree=17212340/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=5985884 CPUtime=522.21 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1398626 0 0 0 51472 749 0 0 20 0 1 0 268420314 6129545216 1444586 33554432000 4194304 10169799 140735463966640 140735463958952 7704918 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1496471 1444586 780 1459 0 1495003 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 5985884

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8427
/proc/meminfo: memFree=17156576/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6045180 CPUtime=582.2 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1400351 0 0 0 57447 773 0 0 20 0 1 0 268420314 6190264320 1458227 33554432000 4194304 10169799 140735463966640 140735463958952 8004379 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1511295 1458227 780 1459 0 1509827 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 6045180

[startup+642.3 s]

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

/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1416481 0 0 0 99297 917 0 0 20 0 1 0 268420314 6359089152 1471825 33554432000 4194304 10169799 140735463966640 140735463958952 8009797 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1552512 1471825 780 1459 0 1551044 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 6210048

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/178 8431
/proc/meminfo: memFree=17178612/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6212008 CPUtime=1062.13 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1420189 0 0 0 105270 943 0 0 20 0 1 0 268420314 6361096192 1473625 33554432000 4194304 10169799 140735463966640 140735463958952 8060915 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1553002 1473625 780 1459 0 1551534 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 6212008

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 8432
/proc/meminfo: memFree=17169216/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6240080 CPUtime=1122.12 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1422778 0 0 0 111250 962 0 0 20 0 1 0 268420314 6389841920 1475994 33554432000 4194304 10169799 140735463966640 140735463958952 8009933 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1560020 1475994 780 1459 0 1558552 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 6240080

[startup+1182.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 8471
/proc/meminfo: memFree=22120676/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6242504 CPUtime=1182.11 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1425289 0 0 0 117232 979 0 0 20 0 1 0 268420314 6392324096 1473741 33554432000 4194304 10169799 140735463966640 140735463958952 8009831 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1560626 1473741 780 1459 0 1559158 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 6242504

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8471
/proc/meminfo: memFree=22090368/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6242504 CPUtime=1242.1 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1427952 0 0 0 123217 993 0 0 20 0 1 0 268420314 6392324096 1473753 33554432000 4194304 10169799 140735463966640 140735463958952 8009831 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1560626 1473753 780 1459 0 1559158 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 6242504

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8471
/proc/meminfo: memFree=22053044/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6242504 CPUtime=1302.1 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1429488 0 0 0 129207 1003 0 0 20 0 1 0 268420314 6392324096 1475779 33554432000 4194304 10169799 140735463966640 140735463958216 8030352 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1560626 1475779 780 1459 0 1559158 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 6242504

[startup+1362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8471
/proc/meminfo: memFree=22059340/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6242504 CPUtime=1362.08 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1432025 0 0 0 135189 1019 0 0 20 0 1 0 268420314 6392324096 1474266 33554432000 4194304 10169799 140735463966640 140735463959048 7708200 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1560626 1474266 780 1459 0 1559158 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 6242504

[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 8472
/proc/meminfo: memFree=22030636/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6260556 CPUtime=1422.07 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1434132 0 0 0 141178 1029 0 0 20 0 1 0 268420314 6410809344 1479904 33554432000 4194304 10169799 140735463966640 140735463959096 7978020 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1565139 1479904 783 1459 0 1563671 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 6260556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 8472
/proc/meminfo: memFree=22032588/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6260556 CPUtime=1482.06 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1435093 0 0 0 147171 1035 0 0 20 0 1 0 268420314 6410809344 1479383 33554432000 4194304 10169799 140735463966640 140735463959048 8020335 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1565139 1479383 783 1459 0 1563671 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 6260556

[startup+1542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 8472
/proc/meminfo: memFree=22036588/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6260556 CPUtime=1542.05 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1436001 0 0 0 153164 1041 0 0 20 0 1 0 268420314 6410809344 1478366 33554432000 4194304 10169799 140735463966640 140735463958920 8020344 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1565139 1478366 783 1459 0 1563671 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 6260556

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 8472
/proc/meminfo: memFree=22036244/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6260556 CPUtime=1602.04 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1436820 0 0 0 159157 1047 0 0 20 0 1 0 268420314 6410809344 1478368 33554432000 4194304 10169799 140735463966640 140735463958920 8030352 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1565139 1478368 783 1459 0 1563671 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 6260556

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 8475
/proc/meminfo: memFree=22042532/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6260556 CPUtime=1662.03 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1438026 0 0 0 165147 1056 0 0 20 0 1 0 268420314 6410809344 1476833 33554432000 4194304 10169799 140735463966640 140735463958920 8020344 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1565139 1476833 783 1459 0 1563671 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 6260556

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 8476
/proc/meminfo: memFree=22068912/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6089800 CPUtime=1722.03 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1439829 0 0 0 171137 1066 0 0 20 0 1 0 268420314 6235955200 1469957 33554432000 4194304 10169799 140735463966640 140735463962680 8844137 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1522450 1469957 800 1459 0 1520982 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 6089800

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8476
/proc/meminfo: memFree=22069656/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6089800 CPUtime=1782.01 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1439852 0 0 0 177135 1066 0 0 20 0 1 0 268420314 6235955200 1469966 33554432000 4194304 10169799 140735463966640 140735463962952 7280635 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1522450 1469966 804 1459 0 1520982 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 6089800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8476
/proc/meminfo: memFree=22069516/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6089800 CPUtime=1800.02 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1439852 0 0 0 178936 1066 0 0 20 0 1 0 268420314 6235955200 1469966 33554432000 4194304 10169799 140735463966640 140735463962952 7280635 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1522450 1469966 804 1459 0 1520982 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6089800

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -8420

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8477
/proc/meminfo: memFree=22069260/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6089800 CPUtime=1801.11 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1439852 0 0 0 179045 1066 0 0 20 0 1 0 268420314 6235955200 1469966 33554432000 4194304 10169799 140735463966640 140735463961984 7280644 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1522450 1469966 804 1459 0 1520982 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 6089800

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8477
/proc/meminfo: memFree=22069244/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=6089800 CPUtime=1801.91 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4202496 1439852 0 0 0 179125 1066 0 0 20 0 1 0 268420314 6235955200 1469966 33554432000 4194304 10169799 140735463966640 140735463961984 7280635 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 1522450 1469966 804 1459 0 1520982 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 6089800

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8477
/proc/meminfo: memFree=22069244/32873844 swapFree=7900/7900
[pid=8420] ppid=8418 vsize=0 CPUtime=1802.12 cores=0,2,4,6
/proc/8420/stat : 8420 (scip-2.1.1.4sfi) R 8418 8420 6871 0 -1 4203524 1439852 0 0 0 179136 1076 0 0 20 0 1 0 268420314 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8420/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.5
CPU time (s): 1802.22
CPU user time (s): 1791.36
CPU system time (s): 10.8613
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 6831740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.36
system time used= 10.8613
maximum resident set size= 6198604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1439852
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= 1986

runsolver used 14.0109 second user time and 10.3554 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 11:02:38
IDJOB=3692732
IDBENCH=1382
IDSOLVER=2272
FILE ID=node137/3692732-1338022955
RUNJOBID= node137-1338017245-7420
PBS_JOBID= 14624260
Free space on /tmp= 71096 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/dbst/normalized-dbst_v50_e1000_d25_mw10_1.opb.PB06.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-3692732-1338022955/watcher-3692732-1338022955 -o /tmp/evaluation-result-3692732-1338022955/solver-3692732-1338022955 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692732-1338022955.opb -t 1800 -m 15500

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

MD5SUM BENCH= 79ed7fb7a57e7e2ac59cfc8508d281c9
RANDOM SEED=1381637039

node137.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.600
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	: 5333.20
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.600
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.91
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.600
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.600
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.600
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		: 2666.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        23061504 kB
Buffers:          248048 kB
Cached:          2954624 kB
SwapCached:        22060 kB
Active:          6895200 kB
Inactive:        2109268 kB
Active(anon):    5781860 kB
Inactive(anon):    22680 kB
Active(file):    1113340 kB
Inactive(file):  2086588 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:            102300 kB
Writeback:             0 kB
AnonPages:       5793724 kB
Mapped:            12844 kB
Shmem:                 0 kB
Slab:             651696 kB
SReclaimable:      92692 kB
SUnreclaim:       559004 kB
KernelStack:        1448 kB
PageTables:        15624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6143932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1931264 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= 71160 MiB
End job on node137 at 2012-05-26 11:32:40