Trace number 3692736

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.28 1802.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/
dbst/normalized-dbst_v50_e1000_d25_mw10_9.opb.PB06.opb
MD5SUM81a731c23b82a1147f726d3bcf60f6bf
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.6526
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 462
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-3692736-1338021868.opb>
6.29/6.32	c original problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2559501 constraints
6.29/6.32	c problem read in 6.32
18.88/18.91	c presolving:
53.29/53.31	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
61.48/61.53	c (round 2) 0 del vars, 150999 del conss, 2000 add conss, 0 chg bounds, 2000 chg sides, 9041 chg coeffs, 2757500 upgd conss, 102002 impls, 100 clqs
72.98/73.10	c    (73.0s) probing: 51/4500 (1.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
72.98/73.10	c    (73.0s) probing aborted: 50/50 successive totally useless probings
84.08/84.12	c presolving (3 rounds):
84.08/84.12	c  0 deleted vars, 150999 deleted constraints, 2000 added constraints, 0 tightened bounds, 0 added holes, 2000 changed sides, 9239 changed coefficients
84.08/84.12	c  106902 implications, 100 cliques
84.08/84.12	c presolved problem has 4500 variables (4500 bin, 0 int, 0 impl, 0 cont) and 2410502 constraints
84.08/84.12	c    4950 constraints of type <knapsack>
84.08/84.12	c   51101 constraints of type <setppc>
84.08/84.12	c       1 constraints of type <linear>
84.08/84.12	c 2354450 constraints of type <logicor>
84.08/84.12	c transformed objective value is always integral (scale: 1)
84.08/84.12	c Presolving Time: 75.83
84.08/84.12	c - non default parameters ----------------------------------------------------------------------
84.08/84.12	c # SCIP version 2.1.1.4
84.08/84.12	c 
84.08/84.12	c # maximal time in seconds to run
84.08/84.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
84.08/84.12	c limits/time = 1797
84.08/84.12	c 
84.08/84.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
84.08/84.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
84.08/84.12	c limits/memory = 13950
84.08/84.12	c 
84.08/84.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
84.08/84.12	c # [type: int, range: [1,2], default: 1]
84.08/84.12	c timing/clocktype = 2
84.08/84.12	c 
84.08/84.12	c # belongs reading time to solving time?
84.08/84.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
84.08/84.12	c timing/reading = TRUE
84.08/84.12	c 
84.08/84.12	c -----------------------------------------------------------------------------------------------
84.08/84.12	c start solving
84.18/84.29	c 
222.35/222.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
222.35/222.47	c   222s|     1 |     0 |  2918 |     - |3170M|   0 | 139 |4500 |2410k|4500 |2410k|   0 |  15 |   0 | 0.000000e+00 |      --      |    Inf 
1317.68/1317.90	c  1318s|     1 |     0 |  8605 |     - |3229M|   0 | 150 |4500 |2410k|4500 |2410k|  22 |  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-3692736-1338021868/watcher-3692736-1338021868 -o /tmp/evaluation-result-3692736-1338021868/solver-3692736-1338021868 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692736-1338021868.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/178 5914
/proc/meminfo: memFree=26651456/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=10620 CPUtime=0 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1345 0 0 0 0 0 0 0 20 0 1 0 268311883 10874880 1300 33554432000 4194304 10169799 140733854692912 140733854557560 8799053 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 2655 1313 409 1459 0 1187 0

[startup+0.04858 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5914
/proc/meminfo: memFree=26651456/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=18652 CPUtime=0.04 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 3281 0 0 0 4 0 0 0 20 0 1 0 268311883 19099648 3237 33554432000 4194304 10169799 140733854692912 140733854557560 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 4663 3273 409 1459 0 3195 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 18652

[startup+0.100375 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5914
/proc/meminfo: memFree=26651456/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=24792 CPUtime=0.09 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 4949 0 0 0 9 0 0 0 20 0 1 0 268311883 25387008 4900 33554432000 4194304 10169799 140733854692912 140733854557560 5281180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 6198 4901 409 1459 0 4730 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24792

[startup+0.300262 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5914
/proc/meminfo: memFree=26651456/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=48968 CPUtime=0.29 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 10982 0 0 0 28 1 0 0 20 0 1 0 268311883 50143232 10933 33554432000 4194304 10169799 140733854692912 140733854557560 8779520 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 12242 10933 409 1459 0 10774 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48968

[startup+0.700235 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5914
/proc/meminfo: memFree=26651456/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=98840 CPUtime=0.69 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 23382 0 0 0 66 3 0 0 20 0 1 0 268311883 101212160 23333 33554432000 4194304 10169799 140733854692912 140733854557560 5477139 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 24710 23333 409 1459 0 23242 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98840

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5914
/proc/meminfo: memFree=26651456/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=195368 CPUtime=1.49 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 47460 0 0 0 142 7 0 0 20 0 1 0 268311883 200056832 47411 33554432000 4194304 10169799 140733854692912 140733854559240 7169101 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 48842 47411 409 1459 0 47374 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195368

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5915
/proc/meminfo: memFree=26317036/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=391764 CPUtime=3.09 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 96396 0 0 0 293 16 0 0 20 0 1 0 268311883 401166336 96347 33554432000 4194304 10169799 140733854692912 140733854559240 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 97941 96347 409 1459 0 96473 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 391764

[startup+6.30041 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5915
/proc/meminfo: memFree=25917692/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=774540 CPUtime=6.29 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 191022 0 0 0 595 34 0 0 20 0 1 0 268311883 793128960 191484 33554432000 4194304 10169799 140733854692912 140733854559240 8982256 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 193635 191484 409 1459 0 192167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 774540

[startup+12.7075 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5915
/proc/meminfo: memFree=24021760/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=2681816 CPUtime=12.7 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 664534 0 0 0 1162 108 0 0 20 0 1 0 268311883 2746179584 661381 33554432000 4194304 10169799 140733854692912 140733854689832 7543003 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 670454 661381 497 1459 0 668986 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2681816

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 5915
/proc/meminfo: memFree=23830588/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=2869624 CPUtime=25.48 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 873428 0 0 0 2007 541 0 0 20 0 1 0 268311883 2938494976 704428 33554432000 4194304 10169799 140733854692912 140733854691064 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 717406 704428 543 1459 0 715938 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2869624

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 5915
/proc/meminfo: memFree=23054896/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=3682400 CPUtime=51.09 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1103783 0 0 0 3937 1172 0 0 20 0 1 0 268311883 3770777600 901685 33554432000 4194304 10169799 140733854692912 140733854690120 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 920600 901685 563 1459 0 919132 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3682400

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 5915
/proc/meminfo: memFree=20593244/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6484984 CPUtime=102.28 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1392956 0 0 0 8204 2024 0 0 20 0 1 0 268311883 6640623616 1518534 33554432000 4194304 10169799 140733854692912 140733854686584 7703296 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1621246 1518534 765 1459 0 1619778 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 6484984

[startup+162.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5915
/proc/meminfo: memFree=20486676/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6519436 CPUtime=162.27 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1394985 0 0 0 14189 2038 0 0 20 0 1 0 268311883 6675902464 1526632 33554432000 4194304 10169799 140733854692912 140733854687320 8009301 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1629859 1526632 765 1459 0 1628391 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 6519436

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5915
/proc/meminfo: memFree=20434932/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=5932044 CPUtime=222.25 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1398669 0 0 0 20168 2057 0 0 20 0 1 0 268311883 6074413056 1430666 33554432000 4194304 10169799 140733854692912 140733854686680 5120223 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1483011 1430666 770 1459 0 1481543 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5932044

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5915
/proc/meminfo: memFree=20833132/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=5962804 CPUtime=282.24 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1399800 0 0 0 26159 2065 0 0 20 0 1 0 268311883 6105911296 1434744 33554432000 4194304 10169799 140733854692912 140733854685224 7704957 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1490701 1434744 780 1459 0 1489233 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 5962804

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 5919
/proc/meminfo: memFree=20769424/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=5987192 CPUtime=342.24 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1401925 0 0 0 32146 2078 0 0 20 0 1 0 268311883 6130884608 1446786 33554432000 4194304 10169799 140733854692912 140733854685224 7704912 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1496798 1446786 780 1459 0 1495330 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 5987192

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5919
/proc/meminfo: memFree=20722360/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6028796 CPUtime=402.23 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1403344 0 0 0 38129 2094 0 0 20 0 1 0 268311883 6173487104 1450074 33554432000 4194304 10169799 140733854692912 140733854685320 8009306 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1507199 1450074 780 1459 0 1505731 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 6028796

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5919
/proc/meminfo: memFree=20726360/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6028796 CPUtime=462.22 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1405739 0 0 0 44108 2114 0 0 20 0 1 0 268311883 6173487104 1449032 33554432000 4194304 10169799 140733854692912 140733854685224 8004368 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1507199 1449032 780 1459 0 1505731 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 6028796

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5919
/proc/meminfo: memFree=20728312/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6028796 CPUtime=522.21 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1407071 0 0 0 50096 2125 0 0 20 0 1 0 268311883 6173487104 1449569 33554432000 4194304 10169799 140733854692912 140733854685224 8004375 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1507199 1449569 780 1459 0 1505731 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 6028796

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5919
/proc/meminfo: memFree=20728244/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6028796 CPUtime=582.2 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1408915 0 0 0 56079 2141 0 0 20 0 1 0 268311883 6173487104 1449567 33554432000 4194304 10169799 140733854692912 140733854685224 8004337 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1507199 1449567 780 1459 0 1505731 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 6028796

[startup+642.3 s]

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

/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1411459 0 0 0 110048 2164 0 0 20 0 1 0 268311883 6098382848 1439082 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1488863 1439082 801 1459 0 1487395 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 5955452

[startup+1182.3 s]
/proc/loadavg: 2.06 2.08 2.02 3/179 5947
/proc/meminfo: memFree=20729392/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=5955452 CPUtime=1182.11 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1411459 0 0 0 116047 2164 0 0 20 0 1 0 268311883 6098382848 1439082 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1488863 1439082 801 1459 0 1487395 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 5955452

[startup+1242.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/179 5948
/proc/meminfo: memFree=20699992/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=5955452 CPUtime=1242.1 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1411459 0 0 0 122046 2164 0 0 20 0 1 0 268311883 6098382848 1439082 33554432000 4194304 10169799 140733854692912 140733854689224 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1488863 1439082 801 1459 0 1487395 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 5955452

[startup+1302.3 s]
/proc/loadavg: 2.04 2.06 2.02 3/179 5948
/proc/meminfo: memFree=20598188/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6245336 CPUtime=1302.09 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1417808 0 0 0 128032 2177 0 0 20 0 1 0 268311883 6395224064 1470495 33554432000 4194304 10169799 140733854692912 140733854687320 8004370 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1561334 1470495 807 1459 0 1559866 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 6245336

[startup+1362.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/179 5948
/proc/meminfo: memFree=20571396/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1362.09 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 134029 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 6261292

[startup+1422.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/179 5948
/proc/meminfo: memFree=20579360/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1422.07 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 140027 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 6261292

[startup+1482.31 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 5948
/proc/meminfo: memFree=20603460/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1482.07 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 146027 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 6261292

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/180 5952
/proc/meminfo: memFree=20571820/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1542.06 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 152026 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 6261292

[startup+1602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 5952
/proc/meminfo: memFree=20582204/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1602.05 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 158025 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 6261292

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 5952
/proc/meminfo: memFree=20605376/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1662.04 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 164024 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 6261292

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 5991
/proc/meminfo: memFree=19438856/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1722.03 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 170023 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 6261292

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/178 5991
/proc/meminfo: memFree=16908700/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1782.02 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 176022 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 6261292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5991
/proc/meminfo: memFree=16909468/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1800.02 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 177822 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280653 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6261292

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -5914

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

[startup+1800.41 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5991
/proc/meminfo: memFree=16909468/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1800.12 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 177832 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854689224 7280635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 6261292

[startup+1801.2 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 5992
/proc/meminfo: memFree=16908964/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1800.92 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 177912 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854688256 7280635 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 6261292

[startup+1802 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 5992
/proc/meminfo: memFree=16908964/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=6261292 CPUtime=1801.72 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4202496 1418184 0 0 0 177992 2180 0 0 20 0 1 0 268311883 6411563008 1474397 33554432000 4194304 10169799 140733854692912 140733854688256 7280659 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 1565323 1474397 807 1459 0 1563855 0
Current children cumulated CPU time (s) 1801.72
Current children cumulated vsize (KiB) 6261292

[startup+1802.41 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 5992
/proc/meminfo: memFree=16908964/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=0 CPUtime=1802.12 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4203524 1418184 0 0 0 178022 2190 0 0 20 0 1 0 268311883 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

[startup+1802.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 5992
/proc/meminfo: memFree=16908964/32873844 swapFree=7364/7364
[pid=5914] ppid=5912 vsize=0 CPUtime=1802.21 cores=1,3,5,7
/proc/5914/stat : 5914 (scip-2.1.1.4sfi) R 5912 5914 4481 0 -1 4203524 1418184 0 0 0 178022 2199 0 0 20 0 1 0 268311883 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5914/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.55
CPU time (s): 1802.28
CPU user time (s): 1780.23
CPU system time (s): 22.0466
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 6820764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.23
system time used= 22.0466
maximum resident set size= 6182460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1418184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1858

runsolver used 3.3215 second user time and 8.97264 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-26 10:44:31
IDJOB=3692736
IDBENCH=1380
IDSOLVER=2272
FILE ID=node133/3692736-1338021868
RUNJOBID= node133-1338017258-5022
PBS_JOBID= 14624264
Free space on /tmp= 71484 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_9.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-3692736-1338021868/watcher-3692736-1338021868 -o /tmp/evaluation-result-3692736-1338021868/solver-3692736-1338021868 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692736-1338021868.opb -t 1800 -m 15500

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

MD5SUM BENCH= 81a731c23b82a1147f726d3bcf60f6bf
RANDOM SEED=1679216328

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        26652248 kB
Buffers:          246880 kB
Cached:          2849292 kB
SwapCached:            0 kB
Active:          2944440 kB
Inactive:        2495112 kB
Active(anon):    2345920 kB
Inactive(anon):        0 kB
Active(file):     598520 kB
Inactive(file):  2495112 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            102268 kB
Writeback:             0 kB
AnonPages:       2350732 kB
Mapped:            17480 kB
Shmem:               212 kB
Slab:             639168 kB
SReclaimable:      81236 kB
SUnreclaim:       557932 kB
KernelStack:        1448 kB
PageTables:         8616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2511424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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= 71416 MiB
End job on node133 at 2012-05-26 11:14:34