Trace number 3447286

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.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-blast-tlan2.ucl--soft-66-100-0.wbo
MD5SUM0247a92efb3a5cf006eb89af633011d2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.043992
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2221
Total number of constraints3050
Number of soft constraints1032
Number of constraints which are clauses2330
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints720
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 51236
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 51235
Biggest number in a constraint 641
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2174
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.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-3447286-1307898991.wbo>
0.00/0.03	c original problem has 3253 variables (3253 bin, 0 int, 0 impl, 0 cont) and 3051 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.00/0.06	c presolving:
0.06/0.07	c (round 1) 24 del vars, 2 del conss, 0 add conss, 1 chg bounds, 360 chg sides, 720 chg coeffs, 0 upgd conss, 7246 impls, 0 clqs
0.06/0.07	c (round 2) 24 del vars, 49 del conss, 0 add conss, 1 chg bounds, 360 chg sides, 720 chg coeffs, 0 upgd conss, 7246 impls, 0 clqs
0.06/0.08	c (round 3) 24 del vars, 49 del conss, 0 add conss, 1033 chg bounds, 360 chg sides, 720 chg coeffs, 0 upgd conss, 7246 impls, 0 clqs
0.09/0.10	c (round 4) 24 del vars, 49 del conss, 0 add conss, 1033 chg bounds, 360 chg sides, 720 chg coeffs, 1970 upgd conss, 7246 impls, 0 clqs
0.19/0.21	c    (0.2s) probing: 293/3229 (9.1%) - 0 fixings, 0 aggregations, 23 implications, 0 bound changes
0.19/0.21	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.21	c presolving (5 rounds):
0.19/0.21	c  24 deleted vars, 49 deleted constraints, 0 added constraints, 1033 tightened bounds, 0 added holes, 360 changed sides, 720 changed coefficients
0.19/0.21	c  8407 implications, 0 cliques
0.19/0.21	c presolved problem has 4261 variables (3229 bin, 0 int, 1032 impl, 0 cont) and 4034 constraints
0.19/0.21	c     480 constraints of type <knapsack>
0.19/0.21	c     991 constraints of type <setppc>
0.19/0.21	c    1032 constraints of type <linear>
0.19/0.21	c    1032 constraints of type <indicator>
0.19/0.21	c     499 constraints of type <logicor>
0.19/0.21	c transformed objective value is always integral (scale: 1)
0.19/0.21	c Presolving Time: 0.17
0.19/0.21	c - non default parameters ----------------------------------------------------------------------
0.19/0.21	c # SCIP version 2.0.1.4
0.19/0.21	c 
0.19/0.21	c # frequency for displaying node information lines
0.19/0.21	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.21	c display/freq = 10000
0.19/0.21	c 
0.19/0.21	c # maximal time in seconds to run
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/time = 1800
0.19/0.21	c 
0.19/0.21	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.21	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.21	c limits/memory = 13950
0.19/0.21	c 
0.19/0.21	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.21	c # [type: int, range: [1,2], default: 1]
0.19/0.21	c timing/clocktype = 2
0.19/0.21	c 
0.19/0.21	c # belongs reading time to solving time?
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c timing/reading = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify inequalities
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/linear/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/indicator/addCouplingCons = TRUE
0.19/0.21	c 
0.19/0.21	c # should presolving try to simplify knapsacks
0.19/0.21	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.21	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.21	c 
0.19/0.21	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.21	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.21	c separating/rapidlearning/freq = 0
0.19/0.21	c 
0.19/0.21	c -----------------------------------------------------------------------------------------------
0.19/0.21	c start solving
0.19/0.21	c 
0.39/0.42	o 51235
0.39/0.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.42	c y 0.4s|     1 |     0 |     0 |     - |  17M|   0 |   - |4261 |5066 |4261 |3002 |   0 |   0 |   0 |      --      | 5.123500e+04 |    Inf 
0.39/0.44	c   0.4s|     1 |     0 |   485 |     - |  17M|   0 | 340 |4261 |5066 |4261 |3002 |   0 |   0 |   0 | 0.000000e+00 | 5.123500e+04 |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |  1276 |     - |  18M|   0 | 503 |4261 |5066 |4261 |3243 | 241 |   0 |   0 | 0.000000e+00 | 5.123500e+04 |    Inf 
1.19/1.25	c   1.2s|     1 |     0 |  1928 |     - |  19M|   0 | 638 |4261 |5066 |4261 |3495 | 493 |   0 |   0 | 0.000000e+00 | 5.123500e+04 |    Inf 
1.69/1.77	c   1.8s|     1 |     0 |  4377 |     - |  19M|   0 | 657 |4261 |5066 |4261 |3759 | 757 |   0 |   0 | 0.000000e+00 | 5.123500e+04 |    Inf 
2.29/2.37	c   2.4s|     1 |     0 |  6881 |     - |  19M|   0 | 724 |4261 |5066 |4261 |4003 |1001 |   0 |   0 | 0.000000e+00 | 5.123500e+04 |    Inf 
2.99/3.05	c   3.0s|     1 |     0 |  8918 |     - |  20M|   0 | 833 |4261 |5066 |4261 |4249 |1247 |   0 |   0 | 0.000000e+00 | 5.123500e+04 |    Inf 
3.79/3.87	c   3.9s|     1 |     0 | 10608 |     - |  20M|   0 | 886 |4261 |5066 |4261 |4488 |1486 |   0 |   0 | 0.000000e+00 | 5.123500e+04 |    Inf 
5.19/5.28	c   5.3s|     1 |     2 | 10608 |     - |  20M|   0 | 886 |4261 |5066 |4261 |4488 |1486 |   0 |  13 | 0.000000e+00 | 5.123500e+04 |    Inf 
488.61/488.63	c   489s| 10000 |  9989 |  1250k| 124.0 |  53M| 109 | 537 |4261 |5566 |4261 |4241 |1486 | 839 |7471 | 0.000000e+00 | 5.123500e+04 |    Inf 
809.72/809.78	c   810s| 20000 | 19941 |  2228k| 110.9 |  79M| 143 | 506 |4261 |5677 |4261 |4241 |1486 |1310 |  11k| 0.000000e+00 | 5.123500e+04 |    Inf 
1060.83/1060.89	c  1061s| 30000 | 29885 |  3023k| 100.4 | 105M| 157 | 489 |4261 |5682 |4261 |3878 |1486 |1642 |  13k| 0.000000e+00 | 5.123500e+04 |    Inf 
1318.04/1318.08	c  1318s| 40000 | 39843 |  3825k|  95.4 | 130M| 175 | 412 |4261 |5754 |4261 |3878 |1486 |2010 |  16k| 0.000000e+00 | 5.123500e+04 |    Inf 
1580.65/1580.64	c  1581s| 50000 | 49806 |  4658k|  93.0 | 156M| 175 | 637 |4261 |5727 |4261 |4241 |1486 |2325 |  18k| 0.000000e+00 | 5.123500e+04 |    Inf 
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.06/1800.00	c Solving Time (sec) : 1800.00
1800.06/1800.00	c Solving Nodes      : 58836
1800.06/1800.00	c Primal Bound       : +5.12350000000000e+04 (100 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/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-3447286-1307898991/watcher-3447286-1307898991 -o /tmp/evaluation-result-3447286-1307898991/solver-3447286-1307898991 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447286-1307898991.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.05 2.01 1.91 1/172 6234
/proc/meminfo: memFree=32489212/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=10136 CPUtime=0 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 1528 0 0 0 0 0 0 0 25 0 1 0 901501416 10379264 1481 33554432000 4194304 9128323 140734279868320 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6234/statm: 2534 1481 399 1205 0 1325 0

[startup+0.072263 s]
/proc/loadavg: 2.05 2.01 1.91 1/172 6234
/proc/meminfo: memFree=32489212/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=31924 CPUtime=0.06 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 6676 0 0 0 6 0 0 0 25 0 1 0 901501416 32690176 6627 33554432000 4194304 9128323 140734279868320 18446744073709551615 4854281 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 7981 6627 515 1205 0 6772 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31924

[startup+0.100271 s]
/proc/loadavg: 2.05 2.01 1.91 1/172 6234
/proc/meminfo: memFree=32489212/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=34176 CPUtime=0.09 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 7544 0 0 0 9 0 0 0 25 0 1 0 901501416 34996224 7238 33554432000 4194304 9128323 140734279868320 18446744073709551615 5278022 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 8544 7238 533 1205 0 7335 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34176

[startup+0.300231 s]
/proc/loadavg: 2.05 2.01 1.91 1/172 6234
/proc/meminfo: memFree=32489212/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=43236 CPUtime=0.28 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 9994 0 0 0 28 0 0 0 25 0 1 0 901501416 44273664 9660 33554432000 4194304 9128323 140734279868320 18446744073709551615 5607825 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 10809 9660 640 1205 0 9600 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 43236

[startup+0.700166 s]
/proc/loadavg: 2.05 2.01 1.91 1/172 6234
/proc/meminfo: memFree=32489212/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=59476 CPUtime=0.69 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 14418 0 0 0 68 1 0 0 25 0 1 0 901501416 60903424 13885 33554432000 4194304 9128323 140734279868320 18446744073709551615 4782502 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 14869 13885 718 1205 0 13660 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59476

[startup+1.50104 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 6249
/proc/meminfo: memFree=32339148/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=55208 CPUtime=1.49 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 20728 0 0 0 147 2 0 0 25 0 1 0 901501416 56532992 12694 33554432000 4194304 9128323 140734279868320 18446744073709551615 6300132 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 13802 12694 771 1205 0 12593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55208

[startup+3.10069 s]
/proc/loadavg: 2.05 2.01 1.91 3/178 6249
/proc/meminfo: memFree=32339452/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=61640 CPUtime=3.09 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 22457 0 0 0 305 4 0 0 25 0 1 0 901501416 63119360 14344 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 15410 14344 749 1205 0 14201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61640

[startup+6.30108 s]
/proc/loadavg: 2.04 2.01 1.91 3/178 6249
/proc/meminfo: memFree=32333748/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=63028 CPUtime=6.29 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 28391 0 0 0 623 6 0 0 25 0 1 0 901501416 64540672 14675 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 15757 14675 748 1205 0 14548 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63028

[startup+12.7009 s]
/proc/loadavg: 2.04 2.01 1.91 3/178 6249
/proc/meminfo: memFree=32333820/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=63028 CPUtime=12.69 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 28392 0 0 0 1259 10 0 0 25 0 1 0 901501416 64540672 14676 33554432000 4194304 9128323 140734279868320 18446744073709551615 7315234 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 15757 14676 748 1205 0 14548 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63028

[startup+25.5005 s]
/proc/loadavg: 2.03 2.01 1.91 3/178 6249
/proc/meminfo: memFree=32333012/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=64284 CPUtime=25.49 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 28704 0 0 0 2534 15 0 0 25 0 1 0 901501416 65826816 14988 33554432000 4194304 9128323 140734279868320 18446744073709551615 7315099 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 16071 14988 754 1205 0 14862 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64284

[startup+51.1007 s]
/proc/loadavg: 2.02 2.01 1.91 3/178 6250
/proc/meminfo: memFree=32331940/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=65164 CPUtime=51.09 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 28990 0 0 0 5084 25 0 0 25 0 1 0 901501416 66727936 15274 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 16291 15274 757 1205 0 15082 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65164

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 6251
/proc/meminfo: memFree=32329048/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=68516 CPUtime=102.3 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 31566 0 0 0 10188 42 0 0 25 0 1 0 901501416 70160384 16044 33554432000 4194304 9128323 140734279868320 18446744073709551615 7356831 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 17129 16044 757 1205 0 15920 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68516

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 6253
/proc/meminfo: memFree=32321316/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=75108 CPUtime=162.3 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 40822 0 0 0 16161 69 0 0 25 0 1 0 901501416 76910592 17775 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 18777 17775 757 1205 0 17568 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 75108

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/178 6254
/proc/meminfo: memFree=32313460/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=78496 CPUtime=222.3 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 42399 0 0 0 22134 96 0 0 25 0 1 0 901501416 80379904 18656 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 19624 18656 757 1205 0 18415 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78496

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 6256
/proc/meminfo: memFree=32305604/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=82556 CPUtime=282.3 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 49137 0 0 0 28108 122 0 0 25 0 1 0 901501416 84537344 19672 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 20639 19672 757 1205 0 19430 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82556

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6258
/proc/meminfo: memFree=32295020/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=86640 CPUtime=342.3 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 50157 0 0 0 34081 149 0 0 25 0 1 0 901501416 88719360 20676 33554432000 4194304 9128323 140734279868320 18446744073709551615 7216741 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 21660 20676 757 1205 0 20451 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 86640

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 6259
/proc/meminfo: memFree=32285672/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=92644 CPUtime=402.3 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 57215 0 0 0 40052 178 0 0 25 0 1 0 901501416 94867456 22186 33554432000 4194304 9128323 140734279868320 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 23161 22186 757 1205 0 21952 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 92644

[startup+462.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 6261
/proc/meminfo: memFree=32277936/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=96196 CPUtime=462.31 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 58107 0 0 0 46027 204 0 0 25 0 1 0 901501416 98504704 23078 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 24049 23078 757 1205 0 22840 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 96196

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 6262
/proc/meminfo: memFree=32268964/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=102404 CPUtime=522.31 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 59674 0 0 0 52001 230 0 0 25 0 1 0 901501416 104861696 24557 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 25601 24557 757 1205 0 24392 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 102404

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6264
/proc/meminfo: memFree=32260244/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=105652 CPUtime=582.31 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 60719 0 0 0 57971 260 0 0 25 0 1 0 901501416 108187648 25457 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 26413 25457 763 1205 0 25204 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 105652

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.01 2.00 1.93 3/178 6270
/proc/meminfo: memFree=32220884/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=123712 CPUtime=822.32 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 66973 0 0 0 81871 361 0 0 25 0 1 0 901501416 126681088 29916 33554432000 4194304 9128323 140734279868320 18446744073709551615 6713568 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 30928 29916 757 1205 0 29719 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 123712

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 6272
/proc/meminfo: memFree=32211292/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=129036 CPUtime=882.32 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 68420 0 0 0 87846 386 0 0 25 0 1 0 901501416 132132864 31363 33554432000 4194304 9128323 140734279868320 18446744073709551615 7216735 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 32259 31363 757 1205 0 31050 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 129036

[startup+942.301 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 6274
/proc/meminfo: memFree=32196736/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=136292 CPUtime=942.33 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 70279 0 0 0 93821 412 0 0 25 0 1 0 901501416 139563008 33153 33554432000 4194304 9128323 140734279868320 18446744073709551615 7183544 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 34073 33153 798 1205 0 32864 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 136292

[startup+1002.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 6275
/proc/meminfo: memFree=32184168/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=142580 CPUtime=1002.33 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 77187 0 0 0 99792 441 0 0 25 0 1 0 901501416 146001920 34747 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 35645 34747 757 1205 0 34436 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 142580

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6277
/proc/meminfo: memFree=32173460/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=149488 CPUtime=1062.33 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 79079 0 0 0 105762 471 0 0 25 0 1 0 901501416 153075712 36485 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 37372 36485 757 1205 0 36163 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 149488

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6278
/proc/meminfo: memFree=32163752/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=153060 CPUtime=1122.34 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 79987 0 0 0 111737 497 0 0 25 0 1 0 901501416 156733440 37393 33554432000 4194304 9128323 140734279868320 18446744073709551615 7184050 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 38265 37393 757 1205 0 37056 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 153060

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6280
/proc/meminfo: memFree=32150196/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=160936 CPUtime=1182.33 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 82003 0 0 0 117709 524 0 0 25 0 1 0 901501416 164798464 39283 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 40234 39283 757 1205 0 39025 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 160936

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6282
/proc/meminfo: memFree=32141724/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=163980 CPUtime=1242.33 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 82778 0 0 0 123680 553 0 0 25 0 1 0 901501416 167915520 40058 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 40995 40058 757 1205 0 39786 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 163980

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6283
/proc/meminfo: memFree=32126676/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=171460 CPUtime=1302.34 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 84819 0 0 0 129654 580 0 0 25 0 1 0 901501416 175575040 41953 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 42865 41953 757 1205 0 41656 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 171460

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6285
/proc/meminfo: memFree=32115592/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=177156 CPUtime=1362.34 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 86448 0 0 0 135630 604 0 0 25 0 1 0 901501416 181407744 43456 33554432000 4194304 9128323 140734279868320 18446744073709551615 7183718 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 44289 43456 757 1205 0 43080 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 177156

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6286
/proc/meminfo: memFree=32104132/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=182456 CPUtime=1422.35 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 87839 0 0 0 141605 630 0 0 25 0 1 0 901501416 186834944 44780 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 45614 44780 757 1205 0 44405 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 182456

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6288
/proc/meminfo: memFree=32093176/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=189984 CPUtime=1482.35 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 89939 0 0 0 147578 657 0 0 25 0 1 0 901501416 194543616 46667 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 47496 46667 757 1205 0 46287 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 189984

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6290
/proc/meminfo: memFree=32079736/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=197024 CPUtime=1542.34 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 91669 0 0 0 153549 685 0 0 25 0 1 0 901501416 201752576 48392 33554432000 4194304 9128323 140734279868320 18446744073709551615 7346479 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 49256 48392 757 1205 0 48047 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 197024

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6291
/proc/meminfo: memFree=32067288/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=203340 CPUtime=1602.34 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 93383 0 0 0 159522 712 0 0 25 0 1 0 901501416 208220160 50049 33554432000 4194304 9128323 140734279868320 18446744073709551615 7315315 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 50835 50049 757 1205 0 49626 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 203340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6293
/proc/meminfo: memFree=32059432/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=208216 CPUtime=1662.35 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 100314 0 0 0 165496 739 0 0 25 0 1 0 901501416 213213184 51257 33554432000 4194304 9128323 140734279868320 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 52054 51257 758 1205 0 50845 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 208216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 6294
/proc/meminfo: memFree=32046488/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=213672 CPUtime=1722.35 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 101818 0 0 0 171467 768 0 0 25 0 1 0 901501416 218800128 52632 33554432000 4194304 9128323 140734279868320 18446744073709551615 7162943 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 53418 52632 757 1205 0 52209 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 213672

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 6296
/proc/meminfo: memFree=32033296/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=220944 CPUtime=1782.36 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 103766 0 0 0 177440 796 0 0 25 0 1 0 901501416 226246656 54459 33554432000 4194304 9128323 140734279868320 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/6234/statm: 55236 54459 757 1205 0 54027 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 220944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 6297
/proc/meminfo: memFree=32030556/32951124 swapFree=67050540/67111528
[pid=6234] ppid=6232 vsize=222120 CPUtime=1800.06 cores=0,2,4,6
/proc/6234/stat : 6234 (scip-2.0.1.4.li) R 6232 6234 5088 0 -1 4202496 104064 0 0 0 179201 805 0 0 25 0 1 0 901501416 227450880 54757 33554432000 4194304 9128323 140734279868320 18446744073709551615 4692812 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6234/statm: 55530 54757 757 1205 0 54321 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 222120

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.02
CPU time (s): 1800.08
CPU user time (s): 1792.02
CPU system time (s): 8.06677
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 224472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.02
system time used= 8.06677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104064
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= 21982

runsolver used 2.83157 second user time and 5.62315 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-12 19:16:31
IDJOB=3447286
IDBENCH=79005
IDSOLVER=1944
FILE ID=node102/3447286-1307898991
RUNJOBID= node102-1307897188-6081
PBS_JOBID= 13559600
Free space on /tmp= 74136 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-blast-tlan2.ucl--soft-66-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-3447286-1307898991/watcher-3447286-1307898991 -o /tmp/evaluation-result-3447286-1307898991/solver-3447286-1307898991 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447286-1307898991.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 0247a92efb3a5cf006eb89af633011d2
RANDOM SEED=1164018996

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.828
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	: 5332.82
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.828
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.828
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32489772 kB
Buffers:        106740 kB
Cached:         136680 kB
SwapCached:      25148 kB
Active:         179620 kB
Inactive:        93984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32489772 kB
SwapTotal:    67111528 kB
SwapFree:     67050540 kB
Dirty:           12480 kB
Writeback:           0 kB
AnonPages:       27480 kB
Mapped:           8436 kB
Slab:           122028 kB
PageTables:       5040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192052 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= 74112 MiB
End job on node102 at 2011-06-12 19:46:33