Trace number 3447400

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.08 1800.03

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf8.ucl--soft-33-100-0.wbo
MD5SUM0f4cdf827473fd69202dfaa2ec82572c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.312952
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6832
Total number of constraints19477
Number of soft constraints13064
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 665815
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 665814
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447400-1307899734.wbo>
0.09/0.14	c original problem has 19896 variables (19896 bin, 0 int, 0 impl, 0 cont) and 19478 constraints
0.09/0.14	c problem read
0.09/0.14	c presolving settings loaded
0.29/0.32	c presolving:
0.29/0.37	c (round 1) 43 del vars, 3 del conss, 0 add conss, 0 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 16312 impls, 0 clqs
0.29/0.38	c (round 2) 44 del vars, 88 del conss, 0 add conss, 0 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 16312 impls, 0 clqs
0.39/0.41	c (round 3) 45 del vars, 88 del conss, 0 add conss, 13063 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 16312 impls, 0 clqs
0.39/0.47	c (round 4) 45 del vars, 88 del conss, 0 add conss, 13063 chg bounds, 262 chg sides, 524 chg coeffs, 6328 upgd conss, 16312 impls, 0 clqs
1.49/1.53	c    (1.5s) probing: 215/19852 (1.1%) - 0 fixings, 1 aggregations, 4 implications, 0 bound changes
1.49/1.53	c    (1.5s) probing aborted: 100/100 successive totally useless probings
1.49/1.55	c presolving (5 rounds):
1.49/1.55	c  46 deleted vars, 88 deleted constraints, 0 added constraints, 13063 tightened bounds, 0 added holes, 262 changed sides, 524 changed coefficients
1.49/1.55	c  29417 implications, 0 cliques
1.49/1.55	c presolved problem has 32914 variables (19851 bin, 0 int, 13063 impl, 0 cont) and 32454 constraints
1.49/1.55	c     179 constraints of type <knapsack>
1.49/1.55	c    4135 constraints of type <setppc>
1.49/1.55	c   13063 constraints of type <linear>
1.49/1.55	c   13063 constraints of type <indicator>
1.49/1.55	c    2014 constraints of type <logicor>
1.49/1.55	c transformed objective value is always integral (scale: 1)
1.49/1.55	c Presolving Time: 1.37
1.49/1.55	c - non default parameters ----------------------------------------------------------------------
1.49/1.55	c # SCIP version 2.0.1.4
1.49/1.55	c 
1.49/1.55	c # frequency for displaying node information lines
1.49/1.55	c # [type: int, range: [-1,2147483647], default: 100]
1.49/1.55	c display/freq = 10000
1.49/1.55	c 
1.49/1.55	c # maximal time in seconds to run
1.49/1.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.55	c limits/time = 1800
1.49/1.55	c 
1.49/1.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.49/1.55	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.49/1.55	c limits/memory = 13950
1.49/1.55	c 
1.49/1.55	c # default clock type (1: CPU user seconds, 2: wall clock time)
1.49/1.55	c # [type: int, range: [1,2], default: 1]
1.49/1.55	c timing/clocktype = 2
1.49/1.55	c 
1.49/1.55	c # belongs reading time to solving time?
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c timing/reading = TRUE
1.49/1.55	c 
1.49/1.55	c # should presolving try to simplify inequalities
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c constraints/linear/simplifyinequalities = TRUE
1.49/1.55	c 
1.49/1.55	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c constraints/indicator/addCouplingCons = TRUE
1.49/1.55	c 
1.49/1.55	c # should presolving try to simplify knapsacks
1.49/1.55	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.49/1.55	c constraints/knapsack/simplifyinequalities = TRUE
1.49/1.55	c 
1.49/1.55	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.49/1.55	c # [type: int, range: [-1,2147483647], default: -1]
1.49/1.55	c separating/rapidlearning/freq = 0
1.49/1.55	c 
1.49/1.55	c -----------------------------------------------------------------------------------------------
1.49/1.55	c start solving
1.49/1.57	c 
4.09/4.15	o 665799
4.09/4.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
4.09/4.15	c y 4.2s|     1 |     0 |     0 |     - | 111M|   0 |   - |  32k|  45k|  32k|  19k|   0 |   0 |   0 |      --      | 6.657990e+05 |    Inf 
4.40/4.49	c   4.5s|     1 |     0 |  3363 |     - | 111M|   0 | 901 |  32k|  45k|  32k|  19k|   0 |   0 |   0 | 0.000000e+00 | 6.657990e+05 |    Inf 
6.29/6.31	c   6.3s|     1 |     0 |  7963 |     - | 118M|   0 |1705 |  32k|  45k|  32k|  19k| 393 |   0 |   0 | 0.000000e+00 | 6.657990e+05 |    Inf 
7.69/7.74	c   7.7s|     1 |     0 | 10586 |     - | 119M|   0 |1895 |  32k|  45k|  32k|  20k| 817 |   0 |   0 | 0.000000e+00 | 6.657990e+05 |    Inf 
9.69/9.72	c   9.7s|     1 |     0 | 13647 |     - | 120M|   0 |2323 |  32k|  45k|  32k|  20k|1166 |   0 |   0 | 0.000000e+00 | 6.657990e+05 |    Inf 
13.09/13.13	c  13.1s|     1 |     0 | 16666 |     - | 121M|   0 |2133 |  32k|  45k|  32k|  20k|1564 |   0 |   0 | 0.000000e+00 | 6.657990e+05 |    Inf 
16.09/16.15	c  16.2s|     1 |     0 | 22975 |     - | 122M|   0 |2302 |  32k|  45k|  32k|  21k|1873 |   0 |   0 | 0.000000e+00 | 6.657990e+05 |    Inf 
20.29/20.36	c  20.4s|     1 |     0 | 31522 |     - | 123M|   0 |2404 |  32k|  45k|  32k|  21k|2270 |   0 |   0 | 0.000000e+00 | 6.657990e+05 |    Inf 
26.79/26.84	c  26.8s|     1 |     2 | 31522 |     - | 123M|   0 |2404 |  32k|  45k|  32k|  21k|2270 |   0 |  20 | 0.000000e+00 | 6.657990e+05 |    Inf 
1540.73/1540.70	c  1541s| 10000 |  9977 |711646 |  68.0 | 329M| 395 | 126 |  32k|  45k|  32k|  21k|  12k| 169 |7072 | 0.000000e+00 | 6.657990e+05 |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 13590
1800.04/1800.00	c Primal Bound       : +6.65799000000000e+05 (100 solutions)
1800.04/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.00	c Gap                : infinite

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-3447400-1307899734/watcher-3447400-1307899734 -o /tmp/evaluation-result-3447400-1307899734/solver-3447400-1307899734 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447400-1307899734.wbo -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 1.99 1.91 3/177 9338
/proc/meminfo: memFree=2778360/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 1525 0 0 0 0 0 0 0 25 0 1 0 901571135 10375168 1479 33554432000 4194304 9128323 140735300587248 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9338/statm: 2533 1479 399 1205 0 1324 0

[startup+0.0471981 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 9338
/proc/meminfo: memFree=2778360/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=17552 CPUtime=0.04 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 3383 0 0 0 4 0 0 0 25 0 1 0 901571135 17973248 3336 33554432000 4194304 9128323 140735300587248 18446744073709551615 6192957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9338/statm: 4388 3336 399 1205 0 3179 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17552

[startup+0.101232 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 9338
/proc/meminfo: memFree=2778360/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=25304 CPUtime=0.09 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 5305 0 0 0 9 0 0 0 25 0 1 0 901571135 25911296 5257 33554432000 4194304 9128323 140735300587248 18446744073709551615 6192957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9338/statm: 6326 5257 399 1205 0 5117 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25304

[startup+0.30119 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 9338
/proc/meminfo: memFree=2778360/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=101424 CPUtime=0.29 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 23837 0 0 0 28 1 0 0 25 0 1 0 901571135 103858176 23724 33554432000 4194304 9128323 140735300587248 18446744073709551615 8062746 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9338/statm: 25455 23756 475 1205 0 24246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101424

[startup+0.701112 s]
/proc/loadavg: 2.00 1.99 1.91 3/177 9338
/proc/meminfo: memFree=2778360/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=121624 CPUtime=0.69 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 29289 0 0 0 67 2 0 0 25 0 1 0 901571135 124542976 28123 33554432000 4194304 9128323 140735300587248 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9338/statm: 30406 28123 625 1205 0 29197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121624

[startup+1.50097 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 9339
/proc/meminfo: memFree=2667892/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=121624 CPUtime=1.49 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 29289 0 0 0 147 2 0 0 25 0 1 0 901571135 124542976 28123 33554432000 4194304 9128323 140735300587248 18446744073709551615 5090066 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9338/statm: 30406 28123 625 1205 0 29197 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121624

[startup+3.10068 s]
/proc/loadavg: 2.00 1.99 1.91 4/178 9339
/proc/meminfo: memFree=2627208/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=165440 CPUtime=3.09 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 40336 0 0 0 306 3 0 0 25 0 1 0 901571135 169410560 38284 33554432000 4194304 9128323 140735300587248 18446744073709551615 5604729 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9338/statm: 41360 38284 650 1205 0 40151 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165440

[startup+6.30109 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 9339
/proc/meminfo: memFree=2591248/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=208732 CPUtime=6.29 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 51482 0 0 0 624 5 0 0 25 0 1 0 901571135 213741568 49223 33554432000 4194304 9128323 140735300587248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9338/statm: 52183 49223 735 1205 0 50974 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208732

[startup+12.7009 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 9339
/proc/meminfo: memFree=2576500/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=218412 CPUtime=12.69 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 53950 0 0 0 1263 6 0 0 25 0 1 0 901571135 223653888 51668 33554432000 4194304 9128323 140735300587248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/9338/statm: 54603 51668 729 1205 0 53394 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 218412

[startup+25.5006 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 9340
/proc/meminfo: memFree=2561360/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=227724 CPUtime=25.49 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 78152 0 0 0 2535 14 0 0 25 0 1 0 901571135 233189376 54446 33554432000 4194304 9128323 140735300587248 18446744073709551615 7343394 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 56931 54446 737 1205 0 55722 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 227724

[startup+51.1009 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 9340
/proc/meminfo: memFree=2552648/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=238464 CPUtime=51.09 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 80427 0 0 0 5090 19 0 0 25 0 1 0 901571135 244187136 56598 33554432000 4194304 9128323 140735300587248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 59616 56598 773 1205 0 58407 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 238464

[startup+102.307 s]
/proc/loadavg: 2.00 1.99 1.91 3/178 9342
/proc/meminfo: memFree=2551168/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=239016 CPUtime=102.3 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 80575 0 0 0 10200 30 0 0 25 0 1 0 901571135 244752384 56744 33554432000 4194304 9128323 140735300587248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 59754 56744 771 1205 0 58545 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 239016

[startup+162.301 s]
/proc/loadavg: 2.08 2.00 1.92 3/178 9343
/proc/meminfo: memFree=2541440/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=247828 CPUtime=162.29 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 83040 0 0 0 16190 39 0 0 25 0 1 0 901571135 253775872 59209 33554432000 4194304 9128323 140735300587248 18446744073709551615 7267360 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 61957 59209 781 1205 0 60748 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 247828

[startup+222.301 s]
/proc/loadavg: 2.06 2.01 1.93 3/178 9345
/proc/meminfo: memFree=2534568/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=255892 CPUtime=222.3 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 84760 0 0 0 22177 53 0 0 25 0 1 0 901571135 262033408 60929 33554432000 4194304 9128323 140735300587248 18446744073709551615 7346706 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 63973 60929 797 1205 0 62764 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 255892

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 9346
/proc/meminfo: memFree=2527208/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=262372 CPUtime=282.29 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 107715 0 0 0 28162 67 0 0 25 0 1 0 901571135 268668928 62205 33554432000 4194304 9128323 140735300587248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 65593 62205 753 1205 0 64384 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 262372

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 9348
/proc/meminfo: memFree=2510804/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=276936 CPUtime=342.3 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 111619 0 0 0 34155 75 0 0 25 0 1 0 901571135 283582464 66109 33554432000 4194304 9128323 140735300587248 18446744073709551615 7191120 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 69234 66109 753 1205 0 68025 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 276936

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9350
/proc/meminfo: memFree=2497372/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=290840 CPUtime=402.3 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 114804 0 0 0 40148 82 0 0 25 0 1 0 901571135 297820160 69294 33554432000 4194304 9128323 140735300587248 18446744073709551615 5089362 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 72710 69294 753 1205 0 71501 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 290840

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9351
/proc/meminfo: memFree=2485176/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=302860 CPUtime=462.31 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 138667 0 0 0 46138 93 0 0 25 0 1 0 901571135 310128640 72336 33554432000 4194304 9128323 140735300587248 18446744073709551615 7192528 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 75715 72336 753 1205 0 74506 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 302860

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9353
/proc/meminfo: memFree=2475828/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=310908 CPUtime=522.31 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 141418 0 0 0 52130 101 0 0 25 0 1 0 901571135 318369792 74864 33554432000 4194304 9128323 140735300587248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 77727 74864 922 1205 0 76518 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 310908

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9354
/proc/meminfo: memFree=2470944/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=316480 CPUtime=582.3 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 142552 0 0 0 58121 109 0 0 25 0 1 0 901571135 324075520 75814 33554432000 4194304 9128323 140735300587248 18446744073709551615 7191192 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 79120 75814 753 1205 0 77911 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 316480

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9361
/proc/meminfo: memFree=2451656/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=328964 CPUtime=822.31 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 166465 0 0 0 82093 138 0 0 25 0 1 0 901571135 336859136 79455 33554432000 4194304 9128323 140735300587248 18446744073709551615 6712632 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 82241 79455 753 1205 0 81032 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 328964

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9362
/proc/meminfo: memFree=2436728/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=338764 CPUtime=882.31 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 169399 0 0 0 88087 144 0 0 25 0 1 0 901571135 346894336 82154 33554432000 4194304 9128323 140735300587248 18446744073709551615 7162938 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 84691 82154 753 1205 0 83482 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 338764

[startup+942.3 s]
/proc/loadavg: 1.95 1.98 1.92 3/178 9403
/proc/meminfo: memFree=2500308/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=341484 CPUtime=942.32 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 191570 0 0 0 94079 153 0 0 25 0 1 0 901571135 349679616 82686 33554432000 4194304 9128323 140735300587248 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 85371 82686 753 1205 0 84162 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 341484

[startup+1002.3 s]
/proc/loadavg: 1.98 1.98 1.92 3/178 9405
/proc/meminfo: memFree=2489976/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=348184 CPUtime=1002.32 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 193126 0 0 0 100073 159 0 0 25 0 1 0 901571135 356540416 84242 33554432000 4194304 9128323 140735300587248 18446744073709551615 7191211 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 87046 84242 753 1205 0 85837 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 348184

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9406
/proc/meminfo: memFree=2475416/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=355388 CPUtime=1062.32 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 195026 0 0 0 106068 164 0 0 25 0 1 0 901571135 363917312 86142 33554432000 4194304 9128323 140735300587248 18446744073709551615 6732490 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 88847 86142 758 1205 0 87638 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 355388

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9408
/proc/meminfo: memFree=2454288/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=367544 CPUtime=1122.33 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 198102 0 0 0 112062 171 0 0 25 0 1 0 901571135 376365056 89165 33554432000 4194304 9128323 140735300587248 18446744073709551615 6856712 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 91886 89165 754 1205 0 90677 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 367544

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9409
/proc/meminfo: memFree=2438252/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=381192 CPUtime=1182.32 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 201253 0 0 0 118056 176 0 0 25 0 1 0 901571135 390340608 92305 33554432000 4194304 9128323 140735300587248 18446744073709551615 7346976 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 95298 92305 753 1205 0 94089 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 381192

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9411
/proc/meminfo: memFree=2419360/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=391012 CPUtime=1242.32 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 225322 0 0 0 124046 186 0 0 25 0 1 0 901571135 400396288 94883 33554432000 4194304 9128323 140735300587248 18446744073709551615 7013855 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 97753 94883 756 1205 0 96544 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 391012

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9413
/proc/meminfo: memFree=2398736/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=402048 CPUtime=1302.33 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 228405 0 0 0 130041 192 0 0 25 0 1 0 901571135 411697152 97790 33554432000 4194304 9128323 140735300587248 18446744073709551615 7342946 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 100512 97790 755 1205 0 99303 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 402048

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9414
/proc/meminfo: memFree=2368816/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=411940 CPUtime=1362.33 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 230774 0 0 0 136036 197 0 0 25 0 1 0 901571135 421826560 100159 33554432000 4194304 9128323 140735300587248 18446744073709551615 7366216 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 102985 100159 755 1205 0 101776 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 411940

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9416
/proc/meminfo: memFree=2329448/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=419132 CPUtime=1422.34 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 232742 0 0 0 142032 202 0 0 25 0 1 0 901571135 429191168 102100 33554432000 4194304 9128323 140735300587248 18446744073709551615 6713371 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 104783 102100 794 1205 0 103574 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 419132

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9417
/proc/meminfo: memFree=2298540/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=428056 CPUtime=1482.34 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 235012 0 0 0 148025 209 0 0 25 0 1 0 901571135 438329344 104317 33554432000 4194304 9128323 140735300587248 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 107014 104317 758 1205 0 105805 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 428056

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9419
/proc/meminfo: memFree=2276304/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=444176 CPUtime=1542.33 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 238995 0 0 0 154020 213 0 0 25 0 1 0 901571135 454836224 108279 33554432000 4194304 9128323 140735300587248 18446744073709551615 7207309 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 111044 108279 758 1205 0 109835 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 444176

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9421
/proc/meminfo: memFree=2262992/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=454704 CPUtime=1602.34 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 241808 0 0 0 160015 219 0 0 25 0 1 0 901571135 465616896 111091 33554432000 4194304 9128323 140735300587248 18446744073709551615 7343104 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 113676 111091 758 1205 0 112467 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 454704

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9422
/proc/meminfo: memFree=2252024/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=464220 CPUtime=1662.34 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 244134 0 0 0 166009 225 0 0 25 0 1 0 901571135 475361280 113417 33554432000 4194304 9128323 140735300587248 18446744073709551615 7267303 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 116055 113417 758 1205 0 114846 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 464220

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.92 3/178 9424
/proc/meminfo: memFree=2239088/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=477028 CPUtime=1722.34 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 247281 0 0 0 172003 231 0 0 25 0 1 0 901571135 488476672 116562 33554432000 4194304 9128323 140735300587248 18446744073709551615 7177588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 119257 116562 758 1205 0 118048 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 477028

[startup+1782.3 s]
/proc/loadavg: 2.06 2.00 1.93 3/178 9425
/proc/meminfo: memFree=2220444/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=494160 CPUtime=1782.35 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 271895 0 0 0 177994 241 0 0 25 0 1 0 901571135 506019840 120604 33554432000 4194304 9128323 140735300587248 18446744073709551615 7163311 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/9338/statm: 123540 120604 819 1205 0 122331 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 494160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.11 2.02 1.93 3/178 9426
/proc/meminfo: memFree=2214612/32951124 swapFree=67076880/67111528
[pid=9338] ppid=9336 vsize=498692 CPUtime=1800.04 cores=0,2,4,6
/proc/9338/stat : 9338 (scip-2.0.1.4.li) R 9336 9338 8865 0 -1 4202496 273328 0 0 0 179762 242 0 0 25 0 1 0 901571135 510660608 121988 33554432000 4194304 9128323 140735300587248 18446744073709551615 4692805 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9338/statm: 124673 121988 820 1205 0 123464 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 498692

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.08
CPU user time (s): 1797.63
CPU system time (s): 2.44963
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 562436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.63
system time used= 2.44963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273328
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= 5
involuntary context switches= 2973

runsolver used 2.93555 second user time and 5.84011 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-12 19:28:54
IDJOB=3447400
IDBENCH=79050
IDSOLVER=1944
FILE ID=node139/3447400-1307899734
RUNJOBID= node139-1307898232-9191
PBS_JOBID= 13559516
Free space on /tmp= 2680 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.rf8.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3447400-1307899734/watcher-3447400-1307899734 -o /tmp/evaluation-result-3447400-1307899734/solver-3447400-1307899734 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447400-1307899734.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 0f4cdf827473fd69202dfaa2ec82572c
RANDOM SEED=616351466

node139.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5321.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2778920 kB
Buffers:         53476 kB
Cached:       29049688 kB
SwapCached:       3400 kB
Active:       14509960 kB
Inactive:     14743996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2778920 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           12856 kB
Writeback:           0 kB
AnonPages:      149016 kB
Mapped:          17072 kB
Slab:           853636 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   326972 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 2668 MiB
End job on node139 at 2011-06-12 19:58:56