Trace number 3447615

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/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j3046_4-unsat--soft-0-100-0.wbo
MD5SUM2b00d8b927b7b07d427d99ed9c18c554
Bench CategorySOFT-SMALLINT-LIN (only soft 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.039993
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3968
Total number of constraints13430
Number of soft constraints13430
Number of constraints which are clauses13178
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints252
Minimum length of a constraint1
Maximum length of a constraint30
Top cost 682149
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 682148
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 187
Number of bits of the biggest sum of numbers8
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-3447615-1307902002.wbo>
0.09/0.11	c original problem has 17398 variables (17398 bin, 0 int, 0 impl, 0 cont) and 13431 constraints
0.09/0.11	c problem read
0.09/0.11	c presolving settings loaded
0.19/0.26	o 682148
0.19/0.26	c feasible solution found by trivial heuristic, objective value  6.821480e+05
0.19/0.26	c presolving:
4.19/4.28	c    (4.3s) probing: 1000/17398 (5.7%) - 0 fixings, 0 aggregations, 224 implications, 0 bound changes
8.09/8.12	c    (8.1s) probing: 1969/17398 (11.3%) - 0 fixings, 0 aggregations, 390 implications, 0 bound changes
8.09/8.12	c    (8.1s) probing aborted: 100/100 successive totally useless probings
8.09/8.12	c (round 1) 0 del vars, 1 del conss, 0 add conss, 13430 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 585 impls, 0 clqs
8.09/8.19	c    (8.2s) probing: 1979/17398 (11.4%) - 0 fixings, 0 aggregations, 390 implications, 0 bound changes
8.09/8.19	c    (8.2s) probing aborted: 100/100 successive totally useless probings
8.19/8.20	c presolving (2 rounds):
8.19/8.20	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 13430 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
8.19/8.20	c  14015 implications, 0 cliques
8.19/8.20	c presolved problem has 30828 variables (17398 bin, 0 int, 13430 impl, 0 cont) and 26860 constraints
8.19/8.20	c   13430 constraints of type <linear>
8.19/8.20	c   13430 constraints of type <indicator>
8.19/8.20	c transformed objective value is always integral (scale: 1)
8.19/8.20	c Presolving Time: 8.07
8.19/8.20	c - non default parameters ----------------------------------------------------------------------
8.19/8.20	c # SCIP version 2.0.1.4
8.19/8.20	c 
8.19/8.20	c # frequency for displaying node information lines
8.19/8.20	c # [type: int, range: [-1,2147483647], default: 100]
8.19/8.20	c display/freq = 10000
8.19/8.20	c 
8.19/8.20	c # maximal time in seconds to run
8.19/8.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.20	c limits/time = 1800
8.19/8.20	c 
8.19/8.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
8.19/8.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
8.19/8.20	c limits/memory = 13950
8.19/8.20	c 
8.19/8.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
8.19/8.20	c # [type: int, range: [1,2], default: 1]
8.19/8.20	c timing/clocktype = 2
8.19/8.20	c 
8.19/8.20	c # belongs reading time to solving time?
8.19/8.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.20	c timing/reading = TRUE
8.19/8.20	c 
8.19/8.20	c # should presolving try to simplify inequalities
8.19/8.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.20	c constraints/linear/simplifyinequalities = TRUE
8.19/8.20	c 
8.19/8.20	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
8.19/8.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.20	c constraints/indicator/addCouplingCons = TRUE
8.19/8.20	c 
8.19/8.20	c # should presolving try to simplify knapsacks
8.19/8.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
8.19/8.20	c constraints/knapsack/simplifyinequalities = TRUE
8.19/8.20	c 
8.19/8.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
8.19/8.20	c # [type: int, range: [-1,2147483647], default: -1]
8.19/8.20	c separating/rapidlearning/freq = 0
8.19/8.20	c 
8.19/8.20	c -----------------------------------------------------------------------------------------------
8.19/8.20	c start solving
8.19/8.22	c 
8.39/8.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
8.39/8.41	c t 8.4s|     1 |     0 |  1322 |     - |  90M|   0 |  57 |  30k|  40k|  30k|  13k|   0 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
11.59/11.69	c  11.7s|     1 |     0 |  7929 |     - |  97M|   0 | 455 |  30k|  40k|  30k|  13k| 188 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
16.89/16.91	c  16.9s|     1 |     0 | 20377 |     - |  99M|   0 | 378 |  30k|  40k|  30k|  14k|1438 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
28.80/28.87	c  28.9s|     1 |     0 | 38869 |     - | 101M|   0 | 657 |  30k|  40k|  30k|  16k|3162 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
41.69/41.76	c  41.8s|     1 |     0 | 53463 |     - | 103M|   0 | 723 |  30k|  40k|  30k|  17k|4457 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
51.99/52.08	c  52.1s|     1 |     0 | 64970 |     - | 104M|   0 | 575 |  30k|  40k|  30k|  19k|5572 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
64.59/64.66	c  64.7s|     1 |     0 | 78098 |     - | 105M|   0 | 736 |  30k|  40k|  30k|  19k|6350 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
84.50/84.57	c  84.6s|     1 |     0 | 93574 |     - | 106M|   0 | 682 |  30k|  40k|  30k|  20k|6900 |   0 |   0 | 0.000000e+00 | 6.821480e+05 |    Inf 
97.90/97.93	c  97.9s|     1 |     2 | 93574 |     - | 107M|   0 | 682 |  30k|  40k|  30k|  20k|6900 |   0 |  21 | 0.000000e+00 | 6.821480e+05 |    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      : 2067
1800.06/1800.00	c Primal Bound       : +6.82148000000000e+05 (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 /var/tmp/evaluation-result-3447615-1307902002/watcher-3447615-1307902002 -o /var/tmp/evaluation-result-3447615-1307902002/solver-3447615-1307902002 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447615-1307902002.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.04 2.01 1.92 2/177 11245
/proc/meminfo: memFree=1343396/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=10300 CPUtime=0 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 1569 0 0 0 0 0 0 0 25 0 1 0 980430930 10547200 1523 33554432000 4194304 9128323 140736009057264 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11245/statm: 2575 1524 399 1205 0 1366 0

[startup+0.0358369 s]
/proc/loadavg: 2.04 2.01 1.92 2/177 11245
/proc/meminfo: memFree=1343396/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=16360 CPUtime=0.03 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 3070 0 0 0 3 0 0 0 25 0 1 0 980430930 16752640 3024 33554432000 4194304 9128323 140736009057264 18446744073709551615 8008880 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11245/statm: 4090 3024 399 1205 0 2881 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16360

[startup+0.100833 s]
/proc/loadavg: 2.04 2.01 1.92 2/177 11245
/proc/meminfo: memFree=1343396/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=27356 CPUtime=0.09 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 5836 0 0 0 9 0 0 0 25 0 1 0 980430930 28012544 5788 33554432000 4194304 9128323 140736009057264 18446744073709551615 6889432 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11245/statm: 6839 5788 399 1205 0 5630 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27356

[startup+0.300796 s]
/proc/loadavg: 2.04 2.01 1.92 2/177 11245
/proc/meminfo: memFree=1343396/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=101084 CPUtime=0.29 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 23743 0 0 0 27 2 0 0 25 0 1 0 980430930 103510016 23303 33554432000 4194304 9128323 140736009057264 18446744073709551615 5266523 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11245/statm: 25271 23303 513 1205 0 24062 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101084

[startup+0.700721 s]
/proc/loadavg: 2.04 2.01 1.92 2/177 11245
/proc/meminfo: memFree=1343396/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=103148 CPUtime=0.69 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 24357 0 0 0 67 2 0 0 25 0 1 0 980430930 105623552 23903 33554432000 4194304 9128323 140736009057264 18446744073709551615 5207902 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11245/statm: 25787 23903 585 1205 0 24578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103148

[startup+1.50057 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 11246
/proc/meminfo: memFree=1249672/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=103148 CPUtime=1.49 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 24391 0 0 0 147 2 0 0 25 0 1 0 980430930 105623552 23903 33554432000 4194304 9128323 140736009057264 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11245/statm: 25787 23903 551 1205 0 24578 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103148

[startup+3.10027 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 11246
/proc/meminfo: memFree=1248928/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=103404 CPUtime=3.09 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 24457 0 0 0 307 2 0 0 25 0 1 0 980430930 105885696 23967 33554432000 4194304 9128323 140736009057264 18446744073709551615 5976076 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11245/statm: 25851 23967 549 1205 0 24642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103404

[startup+6.30067 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 11246
/proc/meminfo: memFree=1248140/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=103916 CPUtime=6.29 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 24589 0 0 0 627 2 0 0 25 0 1 0 980430930 106409984 24095 33554432000 4194304 9128323 140736009057264 18446744073709551615 5973224 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11245/statm: 25979 24095 545 1205 0 24770 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103916

[startup+12.7005 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 11246
/proc/meminfo: memFree=1186700/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=171700 CPUtime=12.69 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 41824 0 0 0 1263 6 0 0 25 0 1 0 980430930 175820800 40515 33554432000 4194304 9128323 140736009057264 18446744073709551615 6299979 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11245/statm: 42925 40515 696 1205 0 41716 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 171700

[startup+25.501 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 11247
/proc/meminfo: memFree=1170692/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=184792 CPUtime=25.5 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 45401 0 0 0 2539 11 0 0 25 0 1 0 980430930 189227008 43782 33554432000 4194304 9128323 140736009057264 18446744073709551615 7321076 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/11245/statm: 46198 43782 921 1205 0 44989 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 184792

[startup+51.1002 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 11247
/proc/meminfo: memFree=1160312/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=194656 CPUtime=51.09 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 48252 0 0 0 5092 17 0 0 25 0 1 0 980430930 199327744 46363 33554432000 4194304 9128323 140736009057264 18446744073709551615 7316185 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 48664 46363 771 1205 0 47455 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 194656

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 11249
/proc/meminfo: memFree=1139388/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=210964 CPUtime=102.3 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 73006 0 0 0 10200 30 0 0 25 0 1 0 980430930 216027136 50126 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 52741 50126 747 1205 0 51532 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 210964

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 11250
/proc/meminfo: memFree=1133020/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=210964 CPUtime=162.29 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 73170 0 0 0 16189 40 0 0 25 0 1 0 980430930 216027136 50286 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 52741 50286 756 1205 0 51532 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 210964

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 11252
/proc/meminfo: memFree=1128252/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=210964 CPUtime=222.29 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 73170 0 0 0 22177 52 0 0 25 0 1 0 980430930 216027136 50286 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 52741 50286 756 1205 0 51532 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 210964

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 11254
/proc/meminfo: memFree=1126076/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=210964 CPUtime=282.3 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 73170 0 0 0 28166 64 0 0 25 0 1 0 980430930 216027136 50286 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 52741 50286 756 1205 0 51532 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 210964

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 11255
/proc/meminfo: memFree=1112996/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=219104 CPUtime=342.3 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 74897 0 0 0 34155 75 0 0 25 0 1 0 980430930 224362496 51996 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 54776 51996 740 1205 0 53567 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 219104

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11257
/proc/meminfo: memFree=1101160/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=225100 CPUtime=402.3 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 76498 0 0 0 40142 88 0 0 25 0 1 0 980430930 230502400 53597 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 56275 53597 741 1205 0 55066 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 225100

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11258
/proc/meminfo: memFree=1094408/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=227760 CPUtime=462.3 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 77355 0 0 0 46128 102 0 0 25 0 1 0 980430930 233226240 54454 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 56940 54454 741 1205 0 55731 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227760

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11260
/proc/meminfo: memFree=1081340/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=236568 CPUtime=522.31 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 99073 0 0 0 52115 116 0 0 25 0 1 0 980430930 242245632 56289 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 59142 56289 743 1205 0 57933 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 236568

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11262
/proc/meminfo: memFree=1071004/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=244644 CPUtime=582.31 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 101196 0 0 0 58107 124 0 0 25 0 1 0 980430930 250515456 58412 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 61161 58412 743 1205 0 59952 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 244644

[startup+642.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11268
/proc/meminfo: memFree=1027604/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=273832 CPUtime=822.32 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 128184 0 0 0 82059 173 0 0 25 0 1 0 980430930 280403968 65502 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 68458 65502 743 1205 0 67249 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 273832

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11270
/proc/meminfo: memFree=1017000/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=276792 CPUtime=882.33 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 129508 0 0 0 88050 183 0 0 25 0 1 0 980430930 283435008 66704 33554432000 4194304 9128323 140736009057264 18446744073709551615 7192387 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 69198 66704 743 1205 0 67989 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 276792

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11271
/proc/meminfo: memFree=1013964/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=276792 CPUtime=942.32 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 129518 0 0 0 94037 195 0 0 25 0 1 0 980430930 283435008 66714 33554432000 4194304 9128323 140736009057264 18446744073709551615 7343102 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 69198 66714 743 1205 0 67989 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 276792

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11273
/proc/meminfo: memFree=1008072/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=279260 CPUtime=1002.33 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 130144 0 0 0 100028 205 0 0 25 0 1 0 980430930 285962240 67340 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 69815 67340 743 1205 0 68606 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 279260

[startup+1062.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 11274
/proc/meminfo: memFree=1003296/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=282964 CPUtime=1062.33 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 130759 0 0 0 106017 216 0 0 25 0 1 0 980430930 289755136 67955 33554432000 4194304 9128323 140736009057264 18446744073709551615 7267360 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 70741 67955 743 1205 0 69532 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 282964

[startup+1122.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 11276
/proc/meminfo: memFree=998276/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=282964 CPUtime=1122.33 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 130762 0 0 0 112006 227 0 0 25 0 1 0 980430930 289755136 67958 33554432000 4194304 9128323 140736009057264 18446744073709551615 7315240 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 70741 67958 743 1205 0 69532 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 282964

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11278
/proc/meminfo: memFree=994996/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=282964 CPUtime=1182.34 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 130774 0 0 0 117996 238 0 0 25 0 1 0 980430930 289755136 67970 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 70741 67970 743 1205 0 69532 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 282964

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 11279
/proc/meminfo: memFree=989108/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=282964 CPUtime=1242.34 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 131044 0 0 0 123984 250 0 0 25 0 1 0 980430930 289755136 68240 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 70741 68240 743 1205 0 69532 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 282964

[startup+1302.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 11281
/proc/meminfo: memFree=981360/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=282964 CPUtime=1302.34 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 131044 0 0 0 129971 263 0 0 25 0 1 0 980430930 289755136 68240 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 70741 68240 743 1205 0 69532 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 282964

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 11282
/proc/meminfo: memFree=971880/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=286648 CPUtime=1362.34 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 131963 0 0 0 135959 275 0 0 25 0 1 0 980430930 293527552 69159 33554432000 4194304 9128323 140736009057264 18446744073709551615 7184206 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 71662 69159 743 1205 0 70453 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 286648

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 11284
/proc/meminfo: memFree=968848/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=286648 CPUtime=1422.35 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 131963 0 0 0 141946 289 0 0 25 0 1 0 980430930 293527552 69159 33554432000 4194304 9128323 140736009057264 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 71662 69159 743 1205 0 70453 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 286648

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11286
/proc/meminfo: memFree=960976/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=288144 CPUtime=1482.34 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 150723 0 0 0 147930 304 0 0 25 0 1 0 980430930 295059456 69193 33554432000 4194304 9128323 140736009057264 18446744073709551615 7191224 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 72036 69193 747 1205 0 70827 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 288144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 11287
/proc/meminfo: memFree=951992/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=290324 CPUtime=1542.34 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 151706 0 0 0 153919 315 0 0 25 0 1 0 980430930 297291776 70171 33554432000 4194304 9128323 140736009057264 18446744073709551615 7192336 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 72581 70171 872 1205 0 71372 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 290324

[startup+1602.3 s]
/proc/loadavg: 1.85 1.97 1.93 2/172 11314
/proc/meminfo: memFree=1409092/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=290324 CPUtime=1602.35 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 151767 0 0 0 159906 329 0 0 25 0 1 0 980430930 297291776 70171 33554432000 4194304 9128323 140736009057264 18446744073709551615 7313169 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 72581 70171 811 1205 0 71372 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 290324

[startup+1662.3 s]
/proc/loadavg: 1.31 1.79 1.86 2/172 11315
/proc/meminfo: memFree=1404864/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=294648 CPUtime=1662.35 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 153073 0 0 0 165891 344 0 0 25 0 1 0 980430930 301719552 71253 33554432000 4194304 9128323 140736009057264 18446744073709551615 7285975 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 73662 71253 793 1205 0 72453 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 294648

[startup+1722.3 s]
/proc/loadavg: 1.11 1.64 1.81 2/172 11317
/proc/meminfo: memFree=1399480/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=299940 CPUtime=1722.35 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 154455 0 0 0 171883 352 0 0 25 0 1 0 980430930 307138560 72575 33554432000 4194304 9128323 140736009057264 18446744073709551615 7192191 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 74985 72575 781 1205 0 73776 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 299940

[startup+1782.3 s]
/proc/loadavg: 1.04 1.52 1.75 2/172 11319
/proc/meminfo: memFree=1399908/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=299720 CPUtime=1782.35 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 156454 0 0 0 177872 363 0 0 25 0 1 0 980430930 306913280 72539 33554432000 4194304 9128323 140736009057264 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/11245/statm: 74930 72539 906 1205 0 73721 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 299720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.03 1.50 1.74 2/172 11319
/proc/meminfo: memFree=1399768/32950928 swapFree=67054844/67111528
[pid=11245] ppid=11243 vsize=299720 CPUtime=1800.06 cores=0,2,4,6
/proc/11245/stat : 11245 (scip-2.0.1.4.li) R 11243 11245 10183 0 -1 4202496 156490 0 0 0 179637 369 0 0 25 0 1 0 980430930 306913280 72543 33554432000 4194304 9128323 140736009057264 18446744073709551615 4460286 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11245/statm: 74930 72543 875 1205 0 73721 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 299720

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): 1796.38
CPU system time (s): 3.70344
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 357004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.38
system time used= 3.70344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156490
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= 4
involuntary context switches= 21179

runsolver used 2.72959 second user time and 5.69613 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-12 20:06:42
IDJOB=3447615
IDBENCH=79344
IDSOLVER=1944
FILE ID=node114/3447615-1307902002
RUNJOBID= node114-1307898653-10810
PBS_JOBID= 13559591
Free space on /var/tmp= 2872 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB10/oliveras/j30/normalized-j3046_4-unsat--soft-0-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 /var/tmp/evaluation-result-3447615-1307902002/watcher-3447615-1307902002 -o /var/tmp/evaluation-result-3447615-1307902002/solver-3447615-1307902002 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447615-1307902002.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 2b00d8b927b7b07d427d99ed9c18c554
RANDOM SEED=2130130222

node114.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.848
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.69
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.848
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.848
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.848
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.73
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.848
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.75
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.848
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.848
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.74
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.848
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:     32950928 kB
MemFree:       1343948 kB
Buffers:         54048 kB
Cached:       30253844 kB
SwapCached:      10300 kB
Active:       15213624 kB
Inactive:     15444828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1343948 kB
SwapTotal:    67111528 kB
SwapFree:     67054844 kB
Dirty:           12524 kB
Writeback:           0 kB
AnonPages:      348144 kB
Mapped:          15776 kB
Slab:           883708 kB
PageTables:       5732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   546776 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 /var/tmp at the end= 2872 MiB
End job on node114 at 2011-06-12 20:36:45