Trace number 3447572

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.07 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-22s.smv--soft-0-100-0.wbo
MD5SUM97fed4a2133bff4e993c45ab3a9ac729
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.097984
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5985
Total number of constraints15365
Number of soft constraints15365
Number of constraints which are clauses14013
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1352
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 779706
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 779705
Biggest number in a constraint 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
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-3447572-1307901873.wbo>
0.09/0.15	c original problem has 21350 variables (21350 bin, 0 int, 0 impl, 0 cont) and 15366 constraints
0.09/0.15	c problem read
0.09/0.15	c presolving settings loaded
0.29/0.36	o 779705
0.29/0.36	c feasible solution found by trivial heuristic, objective value  7.797050e+05
0.29/0.36	c presolving:
0.29/0.39	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 676 chg sides, 1352 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.39/0.43	c (round 2) 0 del vars, 1 del conss, 0 add conss, 15365 chg bounds, 676 chg sides, 1352 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.99/1.04	c    (1.0s) probing: 101/21350 (0.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.99/1.04	c    (1.0s) probing aborted: 100/100 successive totally useless probings
0.99/1.06	c presolving (3 rounds):
0.99/1.06	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 15365 tightened bounds, 0 added holes, 676 changed sides, 1352 changed coefficients
0.99/1.06	c  15365 implications, 0 cliques
0.99/1.06	c presolved problem has 36715 variables (21350 bin, 0 int, 15365 impl, 0 cont) and 30730 constraints
0.99/1.06	c   15365 constraints of type <linear>
0.99/1.06	c   15365 constraints of type <indicator>
0.99/1.06	c transformed objective value is always integral (scale: 1)
0.99/1.06	c Presolving Time: 0.87
0.99/1.06	c - non default parameters ----------------------------------------------------------------------
0.99/1.06	c # SCIP version 2.0.1.4
0.99/1.06	c 
0.99/1.06	c # frequency for displaying node information lines
0.99/1.06	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.06	c display/freq = 10000
0.99/1.06	c 
0.99/1.06	c # maximal time in seconds to run
0.99/1.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.06	c limits/time = 1800
0.99/1.06	c 
0.99/1.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.06	c limits/memory = 13950
0.99/1.06	c 
0.99/1.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.99/1.06	c # [type: int, range: [1,2], default: 1]
0.99/1.06	c timing/clocktype = 2
0.99/1.06	c 
0.99/1.06	c # belongs reading time to solving time?
0.99/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.06	c timing/reading = TRUE
0.99/1.06	c 
0.99/1.06	c # should presolving try to simplify inequalities
0.99/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.06	c constraints/linear/simplifyinequalities = TRUE
0.99/1.06	c 
0.99/1.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.99/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.06	c constraints/indicator/addCouplingCons = TRUE
0.99/1.06	c 
0.99/1.06	c # should presolving try to simplify knapsacks
0.99/1.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.06	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.06	c 
0.99/1.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.06	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.06	c separating/rapidlearning/freq = 0
0.99/1.06	c 
0.99/1.06	c -----------------------------------------------------------------------------------------------
0.99/1.06	c start solving
0.99/1.09	c 
1.29/1.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.34	c t 1.3s|     1 |     0 |  1741 |     - | 106M|   0 | 501 |  36k|  46k|  36k|  15k|   0 |   0 |   0 | 0.000000e+00 | 7.797050e+05 |    Inf 
2.79/2.81	c   2.8s|     1 |     0 |  3056 |     - | 114M|   0 | 866 |  36k|  46k|  36k|  15k| 261 |   0 |   0 | 0.000000e+00 | 7.797050e+05 |    Inf 
3.89/3.98	c   4.0s|     1 |     0 |  4264 |     - | 116M|   0 |1147 |  36k|  46k|  36k|  15k| 594 |   0 |   0 | 0.000000e+00 | 7.797050e+05 |    Inf 
5.69/5.79	c   5.8s|     1 |     0 |  6575 |     - | 117M|   0 |1619 |  36k|  46k|  36k|  16k| 921 |   0 |   0 | 0.000000e+00 | 7.797050e+05 |    Inf 
7.89/7.95	c   7.9s|     1 |     0 |  9106 |     - | 118M|   0 |1518 |  36k|  46k|  36k|  16k|1281 |   0 |   0 | 0.000000e+00 | 7.797050e+05 |    Inf 
10.19/10.26	c  10.3s|     1 |     0 | 12704 |     - | 119M|   0 |1804 |  36k|  46k|  36k|  17k|1648 |   0 |   0 | 0.000000e+00 | 7.797050e+05 |    Inf 
15.49/15.54	c  15.5s|     1 |     0 | 20140 |     - | 120M|   0 |1708 |  36k|  46k|  36k|  17k|2019 |   0 |   0 | 0.000000e+00 | 7.797050e+05 |    Inf 
21.79/21.80	c  21.8s|     1 |     2 | 20140 |     - | 121M|   0 |1708 |  36k|  46k|  36k|  17k|2019 |   0 |  32 | 0.000000e+00 | 7.797050e+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      : 7927
1800.04/1800.00	c Primal Bound       : +7.79705000000000e+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 /var/tmp/evaluation-result-3447572-1307901873/watcher-3447572-1307901873 -o /var/tmp/evaluation-result-3447572-1307901873/solver-3447572-1307901873 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447572-1307901873.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 2.00 1.94 3/177 10141
/proc/meminfo: memFree=1202920/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=10328 CPUtime=0 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 1565 0 0 0 0 0 0 0 25 0 1 0 901787097 10575872 1519 33554432000 4194304 9128323 140736403062112 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10141/statm: 2582 1523 399 1205 0 1373 0

[startup+0.0324699 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 10141
/proc/meminfo: memFree=1202920/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=16124 CPUtime=0.02 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 3023 0 0 0 2 0 0 0 25 0 1 0 901787097 16510976 2977 33554432000 4194304 9128323 140736403062112 18446744073709551615 7447104 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10141/statm: 4031 2977 399 1205 0 2822 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16124

[startup+0.100528 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 10141
/proc/meminfo: memFree=1202920/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=27224 CPUtime=0.09 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 5801 0 0 0 9 0 0 0 25 0 1 0 901787097 27877376 5753 33554432000 4194304 9128323 140736403062112 18446744073709551615 8008915 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10141/statm: 6806 5753 399 1205 0 5597 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27224

[startup+0.300501 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 10141
/proc/meminfo: memFree=1202920/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=97360 CPUtime=0.29 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 22962 0 0 0 27 2 0 0 25 0 1 0 901787097 99696640 22875 33554432000 4194304 9128323 140736403062112 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 24340 22908 474 1205 0 23131 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97360

[startup+0.700428 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 10141
/proc/meminfo: memFree=1202920/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=121304 CPUtime=0.69 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 28717 0 0 0 67 2 0 0 25 0 1 0 901787097 124215296 28269 33554432000 4194304 9128323 140736403062112 18446744073709551615 5240706 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 30326 28269 586 1205 0 29117 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121304

[startup+1.50029 s]
/proc/loadavg: 2.08 2.02 1.95 3/178 10142
/proc/meminfo: memFree=1091584/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=179548 CPUtime=1.49 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 44915 0 0 0 144 5 0 0 25 0 1 0 901787097 183857152 42734 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 44887 42734 677 1205 0 43678 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 179548

[startup+3.10088 s]
/proc/loadavg: 2.08 2.02 1.95 3/178 10142
/proc/meminfo: memFree=1032312/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=190884 CPUtime=3.09 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 46829 0 0 0 304 5 0 0 25 0 1 0 901787097 195465216 44569 33554432000 4194304 9128323 140736403062112 18446744073709551615 7018588 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 47721 44569 698 1205 0 46512 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190884

[startup+6.30042 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 10142
/proc/meminfo: memFree=1021388/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=196928 CPUtime=6.29 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 48458 0 0 0 624 5 0 0 25 0 1 0 901787097 201654272 46164 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 49232 46164 679 1205 0 48023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 196928

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 10142
/proc/meminfo: memFree=1011160/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=204184 CPUtime=12.69 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 50662 0 0 0 1262 7 0 0 25 0 1 0 901787097 209084416 48198 33554432000 4194304 9128323 140736403062112 18446744073709551615 6286183 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 51046 48198 704 1205 0 49837 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 204184

[startup+25.501 s]
/proc/loadavg: 2.05 2.01 1.95 3/178 10143
/proc/meminfo: memFree=912200/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=303032 CPUtime=25.49 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 75831 0 0 0 2533 16 0 0 25 0 1 0 901787097 310304768 72970 33554432000 4194304 9128323 140736403062112 18446744073709551615 7316512 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 75758 72970 764 1205 0 74549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 303032

[startup+51.1005 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 10143
/proc/meminfo: memFree=910556/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=303032 CPUtime=51.09 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 75839 0 0 0 5088 21 0 0 25 0 1 0 901787097 310304768 72971 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 75758 72971 757 1205 0 74549 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 303032

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 10145
/proc/meminfo: memFree=898284/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=303032 CPUtime=102.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 75845 0 0 0 10194 36 0 0 25 0 1 0 901787097 310304768 72974 33554432000 4194304 9128323 140736403062112 18446744073709551615 7346281 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 75758 72974 754 1205 0 74549 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 303032

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 10146
/proc/meminfo: memFree=848388/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=303032 CPUtime=162.29 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 83805 0 0 0 16184 45 0 0 25 0 1 0 901787097 310304768 73504 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 75758 73504 749 1205 0 74549 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 303032

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 10148
/proc/meminfo: memFree=799092/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=303032 CPUtime=222.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 83818 0 0 0 22176 54 0 0 25 0 1 0 901787097 310304768 73517 33554432000 4194304 9128323 140736403062112 18446744073709551615 7315299 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 75758 73517 759 1205 0 74549 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 303032

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 10149
/proc/meminfo: memFree=760104/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=303032 CPUtime=282.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 100542 0 0 0 28164 66 0 0 25 0 1 0 901787097 310304768 73521 33554432000 4194304 9128323 140736403062112 18446744073709551615 7342479 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 75758 73521 760 1205 0 74549 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 303032

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 10151
/proc/meminfo: memFree=715136/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=310048 CPUtime=342.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 101816 0 0 0 34158 72 0 0 25 0 1 0 901787097 317489152 74795 33554432000 4194304 9128323 140736403062112 18446744073709551615 7267360 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 77512 74795 760 1205 0 76303 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 310048

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 10153
/proc/meminfo: memFree=674776/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=314356 CPUtime=402.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 103495 0 0 0 40149 81 0 0 25 0 1 0 901787097 321900544 76169 33554432000 4194304 9128323 140736403062112 18446744073709551615 7052185 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 78589 76169 762 1205 0 77380 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 314356

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 10154
/proc/meminfo: memFree=651288/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=314356 CPUtime=462.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 125849 0 0 0 46139 91 0 0 25 0 1 0 901787097 321900544 76209 33554432000 4194304 9128323 140736403062112 18446744073709551615 6713575 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 78589 76209 771 1205 0 77380 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 314356

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 10156
/proc/meminfo: memFree=621220/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=320108 CPUtime=522.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 127791 0 0 0 52130 100 0 0 25 0 1 0 901787097 327790592 77764 33554432000 4194304 9128323 140736403062112 18446744073709551615 7077395 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 80027 77764 803 1205 0 78818 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 320108

[startup+582.301 s]
/proc/loadavg: 2.06 2.01 1.95 3/178 10158
/proc/meminfo: memFree=595980/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=320636 CPUtime=582.3 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 127816 0 0 0 58122 108 0 0 25 0 1 0 901787097 328331264 77781 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 80159 77781 795 1205 0 78950 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 320636

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 10164
/proc/meminfo: memFree=493808/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=336016 CPUtime=822.31 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 132375 0 0 0 82089 142 0 0 25 0 1 0 901787097 344080384 81745 33554432000 4194304 9128323 140736403062112 18446744073709551615 7177469 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 84004 81745 760 1205 0 82795 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 336016

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10166
/proc/meminfo: memFree=475148/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=341748 CPUtime=882.31 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 133839 0 0 0 88082 149 0 0 25 0 1 0 901787097 349949952 83180 33554432000 4194304 9128323 140736403062112 18446744073709551615 7343081 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 85437 83180 932 1205 0 84228 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 341748

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10167
/proc/meminfo: memFree=455736/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=343908 CPUtime=942.31 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 156765 0 0 0 94071 160 0 0 25 0 1 0 901787097 352161792 83722 33554432000 4194304 9128323 140736403062112 18446744073709551615 7050128 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 85977 83722 762 1205 0 84768 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 343908

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10169
/proc/meminfo: memFree=434724/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=343908 CPUtime=1002.32 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 156765 0 0 0 100063 169 0 0 25 0 1 0 901787097 352161792 83722 33554432000 4194304 9128323 140736403062112 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 85977 83722 762 1205 0 84768 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 343908

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 10170
/proc/meminfo: memFree=411600/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=343908 CPUtime=1062.32 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 156771 0 0 0 106055 177 0 0 25 0 1 0 901787097 352161792 83726 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 85977 83726 760 1205 0 84768 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 343908

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 1.96 3/178 10172
/proc/meminfo: memFree=383876/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=352008 CPUtime=1122.32 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 159097 0 0 0 112048 184 0 0 25 0 1 0 901787097 360456192 85732 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 88002 85732 898 1205 0 86793 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 352008

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 10173
/proc/meminfo: memFree=359756/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=356036 CPUtime=1182.32 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 159816 0 0 0 118041 191 0 0 25 0 1 0 901787097 364580864 86313 33554432000 4194304 9128323 140736403062112 18446744073709551615 7342969 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 89009 86313 760 1205 0 87800 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 356036

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/178 10175
/proc/meminfo: memFree=336744/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=357136 CPUtime=1242.33 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 160555 0 0 0 124036 197 0 0 25 0 1 0 901787097 365707264 87052 33554432000 4194304 9128323 140736403062112 18446744073709551615 7342491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 89284 87052 760 1205 0 88075 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 357136

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 1.97 3/178 10177
/proc/meminfo: memFree=316336/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=365100 CPUtime=1302.33 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 162776 0 0 0 130028 205 0 0 25 0 1 0 901787097 373862400 89028 33554432000 4194304 9128323 140736403062112 18446744073709551615 7217808 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 91275 89028 842 1205 0 90066 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 365100

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/178 10178
/proc/meminfo: memFree=295576/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=368788 CPUtime=1362.32 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 163713 0 0 0 136021 211 0 0 25 0 1 0 901787097 377638912 89949 33554432000 4194304 9128323 140736403062112 18446744073709551615 5984663 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 92197 89949 826 1205 0 90988 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 368788

[startup+1422.31 s]
/proc/loadavg: 1.61 1.91 1.94 2/172 10205
/proc/meminfo: memFree=962368/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=372260 CPUtime=1422.33 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 164600 0 0 0 142015 218 0 0 25 0 1 0 901787097 381194240 90820 33554432000 4194304 9128323 140736403062112 18446744073709551615 7183861 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 93065 90820 810 1205 0 91856 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 372260

[startup+1482.3 s]
/proc/loadavg: 1.22 1.74 1.87 2/172 10207
/proc/meminfo: memFree=952392/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=382224 CPUtime=1482.33 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 167465 0 0 0 148007 226 0 0 25 0 1 0 901787097 391397376 93312 33554432000 4194304 9128323 140736403062112 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 95556 93312 773 1205 0 94347 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 382224

[startup+1542.3 s]
/proc/loadavg: 1.08 1.60 1.82 2/172 10208
/proc/meminfo: memFree=951344/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=382972 CPUtime=1542.33 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 188821 0 0 0 153991 242 0 0 25 0 1 0 901787097 392163328 93504 33554432000 4194304 9128323 140736403062112 18446744073709551615 7205408 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 95743 93504 760 1205 0 94534 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 382972

[startup+1602.3 s]
/proc/loadavg: 1.03 1.49 1.76 2/172 10210
/proc/meminfo: memFree=943220/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=392160 CPUtime=1602.33 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 191101 0 0 0 159982 251 0 0 25 0 1 0 901787097 401571840 95666 33554432000 4194304 9128323 140736403062112 18446744073709551615 7192370 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 98040 95666 833 1205 0 96831 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 392160

[startup+1662.3 s]
/proc/loadavg: 1.01 1.40 1.71 2/172 10211
/proc/meminfo: memFree=939448/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=395460 CPUtime=1662.34 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 192210 0 0 0 165974 260 0 0 25 0 1 0 901787097 404951040 96645 33554432000 4194304 9128323 140736403062112 18446744073709551615 5089491 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 98865 96645 859 1205 0 97656 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 395460

[startup+1722.3 s]
/proc/loadavg: 1.00 1.32 1.66 2/172 10213
/proc/meminfo: memFree=935792/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=399820 CPUtime=1722.34 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 193153 0 0 0 171966 268 0 0 25 0 1 0 901787097 409415680 97489 33554432000 4194304 9128323 140736403062112 18446744073709551615 5984548 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 99955 97489 760 1205 0 98746 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 399820

[startup+1782.3 s]
/proc/loadavg: 1.00 1.26 1.62 2/172 10215
/proc/meminfo: memFree=930128/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=404356 CPUtime=1782.33 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 194544 0 0 0 177960 273 0 0 25 0 1 0 901787097 414060544 98733 33554432000 4194304 9128323 140736403062112 18446744073709551615 7312704 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/10141/statm: 101089 98733 760 1205 0 99880 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 404356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.00 1.24 1.61 2/172 10215
/proc/meminfo: memFree=929596/32950928 swapFree=67055156/67111528
[pid=10141] ppid=10139 vsize=405460 CPUtime=1800.04 cores=0,2,4,6
/proc/10141/stat : 10141 (scip-2.0.1.4.li) R 10139 10141 9537 0 -1 4202496 194726 0 0 0 179728 276 0 0 25 0 1 0 901787097 415191040 98915 33554432000 4194304 9128323 140736403062112 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10141/statm: 101365 98915 761 1205 0 100156 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 405460

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.07
CPU user time (s): 1797.29
CPU system time (s): 2.77458
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 468360

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

runsolver used 2.74058 second user time and 5.83911 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-12 20:04:33
IDJOB=3447572
IDBENCH=79330
IDSOLVER=1944
FILE ID=node123/3447572-1307901873
RUNJOBID= node123-1307898651-9823
PBS_JOBID= 13559583
Free space on /var/tmp= 2880 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-22s.smv--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-3447572-1307901873/watcher-3447572-1307901873 -o /var/tmp/evaluation-result-3447572-1307901873/solver-3447572-1307901873 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447572-1307901873.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 97fed4a2133bff4e993c45ab3a9ac729
RANDOM SEED=1766235021

node123.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.838
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.67
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.838
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1203100 kB
Buffers:         54716 kB
Cached:       30610016 kB
SwapCached:      10036 kB
Active:       15120964 kB
Inactive:     15670112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1203100 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           14028 kB
Writeback:           0 kB
AnonPages:      123680 kB
Mapped:          15924 kB
Slab:           891952 kB
PageTables:       4740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   320412 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= 2880 MiB
End job on node123 at 2011-06-12 20:34:35