Trace number 3447586

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf6.ucl--soft-0-100-0.wbo
MD5SUM17c8063899ee49ebb532fe8c9b769f44
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.029994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1804
Total number of constraints4931
Number of soft constraints4931
Number of constraints which are clauses4707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints224
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 248953
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 248952
Biggest number in a constraint 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 64
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447586-1307901901.wbo>
0.00/0.04	c original problem has 6735 variables (6735 bin, 0 int, 0 impl, 0 cont) and 4932 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.09/0.10	o 248952
0.09/0.10	c feasible solution found by trivial heuristic, objective value  2.489520e+05
0.09/0.10	c presolving:
0.09/0.11	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c (round 2) 0 del vars, 1 del conss, 0 add conss, 4931 chg bounds, 112 chg sides, 224 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.19/0.23	c    (0.2s) probing: 101/6735 (1.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.23	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.23	c presolving (3 rounds):
0.19/0.23	c  0 deleted vars, 1 deleted constraints, 0 added constraints, 4931 tightened bounds, 0 added holes, 112 changed sides, 224 changed coefficients
0.19/0.23	c  4931 implications, 0 cliques
0.19/0.23	c presolved problem has 11666 variables (6735 bin, 0 int, 4931 impl, 0 cont) and 9862 constraints
0.19/0.23	c    4931 constraints of type <linear>
0.19/0.23	c    4931 constraints of type <indicator>
0.19/0.23	c transformed objective value is always integral (scale: 1)
0.19/0.23	c Presolving Time: 0.18
0.19/0.23	c - non default parameters ----------------------------------------------------------------------
0.19/0.23	c # SCIP version 2.0.1.4
0.19/0.23	c 
0.19/0.23	c # frequency for displaying node information lines
0.19/0.23	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.23	c display/freq = 10000
0.19/0.23	c 
0.19/0.23	c # maximal time in seconds to run
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/time = 1800
0.19/0.23	c 
0.19/0.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.23	c limits/memory = 13950
0.19/0.23	c 
0.19/0.23	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.23	c # [type: int, range: [1,2], default: 1]
0.19/0.23	c timing/clocktype = 2
0.19/0.23	c 
0.19/0.23	c # belongs reading time to solving time?
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c timing/reading = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify inequalities
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/linear/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/indicator/addCouplingCons = TRUE
0.19/0.23	c 
0.19/0.23	c # should presolving try to simplify knapsacks
0.19/0.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.23	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.23	c 
0.19/0.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.23	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.23	c separating/rapidlearning/freq = 0
0.19/0.23	c 
0.19/0.23	c -----------------------------------------------------------------------------------------------
0.19/0.23	c start solving
0.19/0.24	c 
0.29/0.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.31	c t 0.3s|     1 |     0 |   895 |     - |  33M|   0 | 196 |  11k|  14k|  11k|4931 |   0 |   0 |   0 | 0.000000e+00 | 2.489520e+05 |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |  1338 |     - |  36M|   0 |  94 |  11k|  14k|  11k|5128 | 197 |   0 |   0 | 0.000000e+00 | 2.489520e+05 |    Inf 
1.00/1.07	c   1.1s|     1 |     0 |  2275 |     - |  36M|   0 | 380 |  11k|  14k|  11k|5274 | 343 |   0 |   0 | 0.000000e+00 | 2.489520e+05 |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |  2914 |     - |  37M|   0 | 471 |  11k|  14k|  11k|5445 | 514 |   0 |   0 | 0.000000e+00 | 2.489520e+05 |    Inf 
1.79/1.81	c   1.8s|     1 |     0 |  3539 |     - |  37M|   0 | 683 |  11k|  14k|  11k|5571 | 640 |   0 |   0 | 0.000000e+00 | 2.489520e+05 |    Inf 
2.39/2.41	c   2.4s|     1 |     0 |  4578 |     - |  38M|   0 | 796 |  11k|  14k|  11k|5705 | 774 |   0 |   0 | 0.000000e+00 | 2.489520e+05 |    Inf 
3.30/3.36	c   3.4s|     1 |     0 |  5904 |     - |  39M|   0 | 860 |  11k|  14k|  11k|5816 | 885 |   0 |   0 | 0.000000e+00 | 2.489520e+05 |    Inf 
4.99/5.06	c   5.1s|     1 |     2 |  5904 |     - |  39M|   0 | 860 |  11k|  14k|  11k|5816 | 885 |   0 |  33 | 0.000000e+00 | 2.489520e+05 |    Inf 
199.60/199.60	c   200s| 10000 |  9973 |192978 |  18.7 | 107M| 147 | 211 |  11k|  14k|  11k|5675 | 899 |  30 |2685 | 0.000000e+00 | 2.489520e+05 |    Inf 
330.10/330.11	c   330s| 20000 | 19921 |339293 |  16.7 | 154M| 159 | 170 |  11k|  14k|  11k|5675 | 990 |  66 |4215 | 0.000000e+00 | 2.489520e+05 |    Inf 
440.30/440.32	c   440s| 30000 | 29893 |441246 |  14.5 | 202M| 165 | 255 |  11k|  14k|  11k|5675 |1467 |  86 |5415 | 0.000000e+00 | 2.489520e+05 |    Inf 
556.70/556.78	c   557s| 40000 | 39861 |558511 |  13.8 | 249M| 169 | 312 |  11k|  14k|  11k|5675 |1928 | 102 |6644 | 0.000000e+00 | 2.489520e+05 |    Inf 
671.41/671.42	c   671s| 50000 | 49829 |675481 |  13.4 | 296M| 175 | 104 |  11k|  14k|  11k|5675 |3622 | 119 |7994 | 0.000000e+00 | 2.489520e+05 |    Inf 
778.71/778.79	c   779s| 60000 | 59797 |790454 |  13.1 | 344M| 175 |  15 |  11k|  14k|  11k|5675 |5737 | 137 |8864 | 0.000000e+00 | 2.489520e+05 |    Inf 
888.31/888.35	c   888s| 70000 | 69783 |903488 |  12.8 | 391M| 179 |  96 |  11k|  14k|  11k|5467 |7786 | 145 |  10k| 0.000000e+00 | 2.489520e+05 |    Inf 
911.31/911.34	o 2957
911.31/911.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
911.31/911.34	c * 911s| 71269 | 70876 |921657 |  12.8 | 396M| 197 |   - |  11k|  14k|  11k|5766 |9723 | 145 |  10k| 0.000000e+00 | 2.957000e+03 |    Inf 
1200.22/1200.21	c  1200s| 80000 | 79601 |  1142k|  14.2 | 435M| 197 |  13 |  11k|  14k|  11k|5472 |  39k| 150 |  11k| 0.000000e+00 | 2.957000e+03 |    Inf 
1644.83/1644.80	c  1645s| 90000 | 89593 |  1469k|  16.3 | 480M| 197 |  89 |  11k|  14k|  11k|5675 |  90k| 155 |  13k| 0.000000e+00 | 2.957000e+03 |    Inf 
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.03/1800.00	c Solving Time (sec) : 1800.00
1800.03/1800.00	c Solving Nodes      : 93284
1800.03/1800.00	c Primal Bound       : +2.95700000000000e+03 (101 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/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-3447586-1307901901/watcher-3447586-1307901901 -o /tmp/evaluation-result-3447586-1307901901/solver-3447586-1307901901 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447586-1307901901.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: 1.94 1.98 1.91 2/177 15283
/proc/meminfo: memFree=2407824/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=10132 CPUtime=0 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 20934895 10375168 1471 33554432000 4194304 9128323 140737425714592 18446744073709551615 7447714 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15283/statm: 2533 1471 399 1205 0 1324 0

[startup+0.0106429 s]
/proc/loadavg: 1.94 1.98 1.91 2/177 15283
/proc/meminfo: memFree=2407824/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=11524 CPUtime=0 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 1878 0 0 0 0 0 0 0 25 0 1 0 20934895 11800576 1832 33554432000 4194304 9128323 140737425714592 18446744073709551615 7447727 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15283/statm: 2881 1832 399 1205 0 1672 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11524

[startup+0.100691 s]
/proc/loadavg: 1.94 1.98 1.91 2/177 15283
/proc/meminfo: memFree=2407824/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=46628 CPUtime=0.09 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 10335 0 0 0 9 0 0 0 25 0 1 0 20934895 47747072 10287 33554432000 4194304 9128323 140737425714592 18446744073709551615 8012595 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 11657 10287 481 1205 0 10448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46628

[startup+0.300671 s]
/proc/loadavg: 1.94 1.98 1.91 2/177 15283
/proc/meminfo: memFree=2407824/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=67908 CPUtime=0.29 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 16000 0 0 0 27 2 0 0 25 0 1 0 20934895 69537792 15448 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 16977 15448 646 1205 0 15768 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67908

[startup+0.700587 s]
/proc/loadavg: 1.94 1.98 1.91 2/177 15283
/proc/meminfo: memFree=2407824/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=72932 CPUtime=0.69 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 17510 0 0 0 67 2 0 0 25 0 1 0 20934895 74682368 16868 33554432000 4194304 9128323 140737425714592 18446744073709551615 7346442 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 18266 16871 688 1205 0 17057 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72932

[startup+1.50045 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 15284
/proc/meminfo: memFree=2342860/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=75880 CPUtime=1.49 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 18293 0 0 0 147 2 0 0 25 0 1 0 20934895 77701120 17608 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 18970 17608 677 1205 0 17761 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75880

[startup+3.10117 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 15284
/proc/meminfo: memFree=2334924/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=87196 CPUtime=3.09 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 21006 0 0 0 306 3 0 0 25 0 1 0 20934895 89288704 20278 33554432000 4194304 9128323 140737425714592 18446744073709551615 6300112 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 21799 20278 779 1205 0 20590 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 87196

[startup+6.3006 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 15284
/proc/meminfo: memFree=2326472/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=89080 CPUtime=6.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 31722 0 0 0 624 6 0 0 25 0 1 0 20934895 91217920 20918 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 22270 20918 763 1205 0 21061 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 89080

[startup+12.7005 s]
/proc/loadavg: 1.94 1.98 1.91 3/178 15284
/proc/meminfo: memFree=2325636/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=89448 CPUtime=12.69 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 31797 0 0 0 1259 10 0 0 25 0 1 0 20934895 91594752 20991 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 22362 20991 761 1205 0 21153 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89448

[startup+25.5002 s]
/proc/loadavg: 1.96 1.98 1.91 3/178 15284
/proc/meminfo: memFree=2325636/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=89448 CPUtime=25.49 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 31797 0 0 0 2532 17 0 0 25 0 1 0 20934895 91594752 20991 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 22362 20991 761 1205 0 21153 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 89448

[startup+51.1007 s]
/proc/loadavg: 1.97 1.98 1.91 3/178 15285
/proc/meminfo: memFree=2319376/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=96768 CPUtime=51.09 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 33495 0 0 0 5083 26 0 0 25 0 1 0 20934895 99090432 22614 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 24192 22614 772 1205 0 22983 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 96768

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15286
/proc/meminfo: memFree=2291244/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=123764 CPUtime=102.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 67547 0 0 0 10191 39 0 0 25 0 1 0 20934895 126734336 29494 33554432000 4194304 9128323 140737425714592 18446744073709551615 5240721 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 30941 29494 773 1205 0 29732 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123764

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15288
/proc/meminfo: memFree=2273828/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=140764 CPUtime=162.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 89951 0 0 0 16176 54 0 0 25 0 1 0 20934895 144142336 33730 33554432000 4194304 9128323 140737425714592 18446744073709551615 7207306 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 35191 33730 773 1205 0 33982 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 140764

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15290
/proc/meminfo: memFree=2250220/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=162788 CPUtime=222.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 95623 0 0 0 22163 67 0 0 25 0 1 0 20934895 166694912 39285 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 40697 39285 777 1205 0 39488 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 162788

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15291
/proc/meminfo: memFree=2229208/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=183768 CPUtime=282.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 110278 0 0 0 28148 82 0 0 25 0 1 0 20934895 188178432 44522 33554432000 4194304 9128323 140737425714592 18446744073709551615 7311514 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 45942 44522 807 1205 0 44733 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 183768

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/178 15292
/proc/meminfo: memFree=2204708/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=206864 CPUtime=342.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 116341 0 0 0 34135 95 0 0 25 0 1 0 20934895 211828736 50388 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 51716 50388 821 1205 0 50507 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 206864

[startup+402.301 s]
/proc/loadavg: 2.03 2.00 1.91 3/178 15294
/proc/meminfo: memFree=2179080/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=233516 CPUtime=402.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 132413 0 0 0 40121 109 0 0 25 0 1 0 20934895 239120384 57068 33554432000 4194304 9128323 140737425714592 18446744073709551615 6416602 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 58379 57068 773 1205 0 57170 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 233516

[startup+462.301 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 15296
/proc/meminfo: memFree=2153484/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=257868 CPUtime=462.3 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 138829 0 0 0 46111 119 0 0 25 0 1 0 20934895 264056832 63110 33554432000 4194304 9128323 140737425714592 18446744073709551615 7163336 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 64467 63110 798 1205 0 63258 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 257868

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15298
/proc/meminfo: memFree=2130232/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=280784 CPUtime=522.31 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 144941 0 0 0 52099 132 0 0 25 0 1 0 20934895 287522816 68925 33554432000 4194304 9128323 140737425714592 18446744073709551615 6933455 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 70196 68925 773 1205 0 68987 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 280784

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15299
/proc/meminfo: memFree=2103520/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=307932 CPUtime=582.31 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 151907 0 0 0 58089 142 0 0 25 0 1 0 20934895 315322368 75615 33554432000 4194304 9128323 140737425714592 18446744073709551615 7192234 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 76983 75615 802 1205 0 75774 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 307932

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15345
/proc/meminfo: memFree=2344396/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=406552 CPUtime=822.31 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 186358 0 0 0 82036 195 0 0 25 0 1 0 20934895 416309248 100431 33554432000 4194304 9128323 140737425714592 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 101638 100431 773 1205 0 100429 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 406552

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15346
/proc/meminfo: memFree=2307276/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=435804 CPUtime=882.31 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 193293 0 0 0 88025 206 0 0 25 0 1 0 20934895 446263296 107255 33554432000 4194304 9128323 140737425714592 18446744073709551615 7184029 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 108951 107255 773 1205 0 107742 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 435804

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15347
/proc/meminfo: memFree=2283172/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=450292 CPUtime=942.31 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 224005 0 0 0 94011 220 0 0 25 0 1 0 20934895 461099008 110958 33554432000 4194304 9128323 140737425714592 18446744073709551615 4893771 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 112573 110958 774 1205 0 111364 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 450292

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15349
/proc/meminfo: memFree=2264628/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=459212 CPUtime=1002.31 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 235290 0 0 0 99999 232 0 0 25 0 1 0 20934895 470233088 113216 33554432000 4194304 9128323 140737425714592 18446744073709551615 4579030 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 114803 113216 774 1205 0 113594 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 459212

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15351
/proc/meminfo: memFree=2249820/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=467628 CPUtime=1062.32 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 237340 0 0 0 105988 244 0 0 25 0 1 0 20934895 478851072 115266 33554432000 4194304 9128323 140737425714592 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 116907 115266 774 1205 0 115698 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 467628

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15353
/proc/meminfo: memFree=2233396/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=477024 CPUtime=1122.32 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 242790 0 0 0 111978 254 0 0 25 0 1 0 20934895 488472576 117623 33554432000 4194304 9128323 140737425714592 18446744073709551615 7267348 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 119256 117623 774 1205 0 118047 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 477024

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15354
/proc/meminfo: memFree=2219704/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=483836 CPUtime=1182.32 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 244534 0 0 0 117969 263 0 0 25 0 1 0 20934895 495448064 119367 33554432000 4194304 9128323 140737425714592 18446744073709551615 7025676 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 120959 119367 774 1205 0 119750 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 483836

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15355
/proc/meminfo: memFree=2209608/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=489444 CPUtime=1242.32 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 245885 0 0 0 123958 274 0 0 25 0 1 0 20934895 501190656 120701 33554432000 4194304 9128323 140737425714592 18446744073709551615 6416620 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 122361 120701 827 1205 0 121152 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 489444

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15357
/proc/meminfo: memFree=2195412/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=496796 CPUtime=1302.33 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 247892 0 0 0 129949 284 0 0 25 0 1 0 20934895 508719104 122606 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 124199 122606 774 1205 0 122990 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 496796

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15359
/proc/meminfo: memFree=2184184/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=502100 CPUtime=1362.33 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 249208 0 0 0 135939 294 0 0 25 0 1 0 20934895 514150400 123922 33554432000 4194304 9128323 140737425714592 18446744073709551615 6712916 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 125525 123922 774 1205 0 124316 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 502100

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15361
/proc/meminfo: memFree=2171356/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=509000 CPUtime=1422.33 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 259716 0 0 0 141925 308 0 0 25 0 1 0 20934895 521216000 125629 33554432000 4194304 9128323 140737425714592 18446744073709551615 7267344 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 127250 125629 774 1205 0 126041 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 509000

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15362
/proc/meminfo: memFree=2161516/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=512528 CPUtime=1482.33 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 260638 0 0 0 147914 319 0 0 25 0 1 0 20934895 524828672 126551 33554432000 4194304 9128323 140737425714592 18446744073709551615 7191234 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 128132 126551 774 1205 0 126923 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 512528

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15363
/proc/meminfo: memFree=2150800/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=517032 CPUtime=1542.33 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 261789 0 0 0 153902 331 0 0 25 0 1 0 20934895 529440768 127702 33554432000 4194304 9128323 140737425714592 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 129258 127702 774 1205 0 128049 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 517032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15365
/proc/meminfo: memFree=2134120/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=524300 CPUtime=1602.33 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 263615 0 0 0 159892 341 0 0 25 0 1 0 20934895 536883200 129518 33554432000 4194304 9128323 140737425714592 18446744073709551615 7184260 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 131075 129518 774 1205 0 129866 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 524300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15367
/proc/meminfo: memFree=2123152/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=529660 CPUtime=1662.33 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 264993 0 0 0 165882 351 0 0 25 0 1 0 20934895 542371840 130843 33554432000 4194304 9128323 140737425714592 18446744073709551615 7311906 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 132415 130843 774 1205 0 131206 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 529660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15369
/proc/meminfo: memFree=2112048/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=534096 CPUtime=1722.34 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 266158 0 0 0 171873 361 0 0 25 0 1 0 20934895 546914304 131965 33554432000 4194304 9128323 140737425714592 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 133524 131965 774 1205 0 132315 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 534096

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 15370
/proc/meminfo: memFree=2095244/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=540408 CPUtime=1782.34 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 267844 0 0 0 177863 371 0 0 25 0 1 0 20934895 553377792 133542 33554432000 4194304 9128323 140737425714592 18446744073709551615 7192200 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15283/statm: 135102 133542 774 1205 0 133893 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 540408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.06 2.02 1.92 3/178 15371
/proc/meminfo: memFree=2090652/32950928 swapFree=67111364/67111528
[pid=15283] ppid=15281 vsize=541924 CPUtime=1800.04 cores=0,2,4,6
/proc/15283/stat : 15283 (scip-2.0.1.4.li) R 15281 15283 13995 0 -1 4202496 268224 0 0 0 179630 374 0 0 25 0 1 0 20934895 554930176 133922 33554432000 4194304 9128323 140737425714592 18446744073709551615 8057664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15283/statm: 135481 133922 774 1205 0 134272 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 541924

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.03
CPU time (s): 1800.07
CPU user time (s): 1796.31
CPU system time (s): 3.76643
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 541924

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

runsolver used 2.77358 second user time and 5.70513 second system time

The end

Launcher Data

Begin job on node124 at 2011-06-12 20:05:01
IDJOB=3447586
IDBENCH=79335
IDSOLVER=1944
FILE ID=node124/3447586-1307901901
RUNJOBID= node124-1307898924-15047
PBS_JOBID= 13559582
Free space on /tmp= 2076 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-ooo.rf6.ucl--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 /tmp/evaluation-result-3447586-1307901901/watcher-3447586-1307901901 -o /tmp/evaluation-result-3447586-1307901901/solver-3447586-1307901901 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447586-1307901901.wbo -t 1800 -m 15500

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

MD5SUM BENCH= 17c8063899ee49ebb532fe8c9b769f44
RANDOM SEED=954689229

node124.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.855
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.71
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.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.855
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.77
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.855
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.855
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.855
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.855
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:       2408252 kB
Buffers:         60124 kB
Cached:       29094192 kB
SwapCached:          0 kB
Active:       14926804 kB
Inactive:     14696736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2408252 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12464 kB
Writeback:           0 kB
AnonPages:      468976 kB
Mapped:          19316 kB
Slab:           855308 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   616024 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= 2064 MiB
End job on node124 at 2011-06-12 20:35:03