Trace number 2692584

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.08 1802.04

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.ucl--soft-0-100-0.wbo
MD5SUM25ae7044365e399485d04cd072582b8a
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.148976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6392
Total number of constraints18058
Number of soft constraints18058
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 911376
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 911375
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2692584-1277931783.wbo>
0.19/0.20	c original problem has 42508 variables (24450 bin, 0 int, 0 impl, 18058 cont) and 36117 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
4.30/4.36	o 911375
4.30/4.36	c feasible solution found by trivial heuristic, objective value  9.113750e+05
4.30/4.36	c presolving:
4.39/4.42	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 18058 impls, 0 clqs
4.39/4.47	c (round 2) 0 del vars, 1 del conss, 18058 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 18058 impls, 0 clqs
4.90/4.98	c    (4.7s) probing: 101/24450 (0.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
4.90/4.98	c    (4.7s) probing aborted: 100/100 successive totally useless probings
4.90/4.98	c presolving (3 rounds):
4.90/4.98	c  0 deleted vars, 1 deleted constraints, 18058 tightened bounds, 0 added holes, 390 changed sides, 780 changed coefficients
4.90/4.98	c  18058 implications, 0 cliques
4.90/4.98	c presolved problem has 42508 variables (24450 bin, 0 int, 0 impl, 18058 cont) and 36116 constraints
4.90/4.98	c   18058 constraints of type <indicator>
4.90/4.98	c       1 constraints of type <varbound>
4.90/4.98	c   18057 constraints of type <linear>
4.90/4.98	c transformed objective value is always integral (scale: 1)
4.90/4.98	c Presolving Time: 4.60
4.90/4.98	c - non default parameters ----------------------------------------------------------------------
4.90/4.98	c # SCIP version 1.2.1.2
4.90/4.98	c 
4.90/4.98	c # frequency for displaying node information lines
4.90/4.98	c # [type: int, range: [-1,2147483647], default: 100]
4.90/4.98	c display/freq = 10000
4.90/4.98	c 
4.90/4.98	c # maximal time in seconds to run
4.90/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.90/4.98	c limits/time = 1799.81
4.90/4.98	c 
4.90/4.98	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
4.90/4.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
4.90/4.98	c limits/memory = 3420
4.90/4.98	c 
4.90/4.98	c # should presolving try to simplify inequalities
4.90/4.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.90/4.98	c constraints/linear/simplifyinequalities = TRUE
4.90/4.98	c 
4.90/4.98	c # should presolving try to simplify knapsacks
4.90/4.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
4.90/4.98	c constraints/knapsack/simplifyinequalities = TRUE
4.90/4.98	c 
4.90/4.98	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
4.90/4.98	c # [type: int, range: [-1,2147483647], default: -1]
4.90/4.98	c separating/rapidlearning/freq = 0
4.90/4.98	c 
4.90/4.98	c -----------------------------------------------------------------------------------------------
4.90/4.98	c start solving
4.90/4.99	c 
5.09/5.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
5.09/5.12	c t 4.8s|     1 |     0 |     0 |     - | 133M|   0 |   0 |  42k|  36k|  42k|   0 |   0 |   0 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
5.09/5.15	c   4.9s|     1 |     0 |   201 |     - | 133M|   0 |  21 |  42k|  36k|  42k| 201 | 201 |   0 |   0 | 0.000000e+00 | 9.113750e+05 |    Inf 
5.09/5.19	o 911369
5.09/5.19	c y 4.9s|     1 |     0 |   201 |     - | 134M|   0 |  21 |  42k|  36k|  42k| 201 | 201 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
5.30/5.36	c   5.0s|     1 |     0 |   362 |     - | 134M|   0 |  10 |  42k|  36k|  42k| 412 | 412 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
5.59/5.64	c   5.3s|     1 |     0 |   762 |     - | 134M|   0 |  30 |  42k|  36k|  42k| 613 | 613 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
5.89/5.98	c   5.7s|     1 |     0 |   949 |     - | 135M|   0 |   1 |  42k|  36k|  42k| 835 | 835 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
6.19/6.29	c   6.0s|     1 |     0 |  1108 |     - | 136M|   0 |  20 |  42k|  36k|  42k|1036 |1036 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
6.69/6.70	c   6.4s|     1 |     0 |  1308 |     - | 136M|   0 |  11 |  42k|  36k|  42k|1240 |1240 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
7.09/7.16	c   6.8s|     1 |     0 |  1538 |     - | 137M|   0 | 179 |  42k|  36k|  42k|1443 |1443 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
7.69/7.77	c   7.4s|     1 |     0 |  1837 |     - | 138M|   0 | 338 |  42k|  36k|  42k|1657 |1657 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
8.29/8.30	c   8.0s|     1 |     0 |  2215 |     - | 140M|   0 | 478 |  42k|  36k|  42k|1872 |1872 |   0 |   0 | 0.000000e+00 | 9.113690e+05 |    Inf 
9.99/10.03	c   9.6s|     1 |     2 |  2706 |     - | 142M|   0 | 478 |  42k|  36k|  42k|1872 |1872 |   0 |  33 | 0.000000e+00 | 9.113690e+05 |    Inf 
403.71/403.75	c   394s| 10000 | 10001 |185192 |  18.3 | 307M| 253 | 202 |  42k|  36k|  42k|2226 |  18k|   0 |7374 | 0.000000e+00 | 9.113690e+05 |    Inf 
703.11/703.12	c   686s| 20000 | 20001 |370138 |  18.4 | 423M| 253 | 339 |  42k|  36k|  42k|2224 |  48k|   0 |9870 | 0.000000e+00 | 9.113690e+05 |    Inf 
981.91/981.98	c   957s| 30000 | 30001 |537597 |  17.8 | 538M| 253 | 281 |  42k|  36k|  42k|2227 |  73k|   0 |  11k| 0.000000e+00 | 9.113690e+05 |    Inf 
1232.92/1232.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1232.92/1232.92	c  1202s| 40000 | 40001 |675572 |  16.8 | 654M| 253 | 158 |  42k|  36k|  42k|2255 |  88k|   0 |  11k| 0.000000e+00 | 9.113690e+05 |    Inf 
1446.02/1446.08	c  1410s| 50000 | 50001 |755463 |  15.1 | 769M| 367 |  44 |  42k|  36k|  42k|2502 |  99k|   0 |  12k| 0.000000e+00 | 9.113690e+05 |    Inf 
1682.44/1682.43	c  1639s| 60000 | 60001 |829230 |  13.8 | 888M| 553 | 117 |  42k|  36k|  42k|2488 | 128k|   0 |  17k| 0.000000e+00 | 9.113690e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.03	c 
1800.04/1800.03	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.03	c Solving Time (sec) : 1753.20
1800.04/1800.03	c Solving Nodes      : 64371
1800.04/1800.03	c Primal Bound       : +9.11369000000000e+05 (102 solutions)
1800.04/1800.03	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.03	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692584-1277931783/watcher-2692584-1277931783 -o /tmp/evaluation-result-2692584-1277931783/solver-2692584-1277931783 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692584-1277931783.wbo -t 1800 -m 3800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15943
/proc/meminfo: memFree=30961120/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=9408 CPUtime=0
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 1649 0 0 0 0 0 0 0 25 0 1 0 134474970 9633792 1568 4089446400 4194304 8223781 140735180972032 18446744073709551615 6205568 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15943/statm: 2352 1568 369 984 0 1365 0

[startup+0.040004 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15943
/proc/meminfo: memFree=30961120/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=21140 CPUtime=0.03
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 4609 0 0 0 3 0 0 0 25 0 1 0 134474970 21647360 4528 4089446400 4194304 8223781 140735180972032 18446744073709551615 4681843 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15943/statm: 5285 4528 369 984 0 4298 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21140

[startup+0.101014 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15943
/proc/meminfo: memFree=30961120/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=37868 CPUtime=0.09
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 8790 0 0 0 9 0 0 0 25 0 1 0 134474970 38776832 8709 4089446400 4194304 8223781 140735180972032 18446744073709551615 7189616 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15943/statm: 9467 8709 369 984 0 8480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37868

[startup+0.300921 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15943
/proc/meminfo: memFree=30961120/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=128536 CPUtime=0.29
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 31657 0 0 0 26 3 0 0 25 0 1 0 134474970 131620864 31150 4089446400 4194304 8223781 140735180972032 18446744073709551615 4907214 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 32134 31150 387 984 0 31147 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128536

[startup+0.700844 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15943
/proc/meminfo: memFree=30961120/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=151372 CPUtime=0.69
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 36174 0 0 0 65 4 0 0 25 0 1 0 134474970 155004928 35667 4089446400 4194304 8223781 140735180972032 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 37843 35667 422 984 0 36856 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151372

[startup+1.5007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15944
/proc/meminfo: memFree=30819876/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=151372 CPUtime=1.49
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 36174 0 0 0 145 4 0 0 25 0 1 0 134474970 155004928 35667 4089446400 4194304 8223781 140735180972032 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 37843 35667 422 984 0 36856 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 151372

[startup+3.10048 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15944
/proc/meminfo: memFree=30819504/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=151372 CPUtime=3.09
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 36174 0 0 0 305 4 0 0 25 0 1 0 134474970 155004928 35667 4089446400 4194304 8223781 140735180972032 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 37843 35667 422 984 0 36856 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151372

[startup+6.30086 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15944
/proc/meminfo: memFree=30787456/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=192120 CPUtime=6.29
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 50324 0 0 0 615 14 0 0 25 0 1 0 134474970 196730880 44314 4089446400 4194304 8223781 140735180972032 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 48030 44314 564 984 0 47043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192120

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15944
/proc/meminfo: memFree=30775376/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=200992 CPUtime=12.69
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 133486 0 0 0 1239 30 0 0 25 0 1 0 134474970 205815808 46936 4089446400 4194304 8223781 140735180972032 18446744073709551615 6570106 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 50248 46936 581 984 0 49261 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 200992

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15945
/proc/meminfo: memFree=30774712/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=202500 CPUtime=25.49
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 439287 0 0 0 2480 69 0 0 25 0 1 0 134474970 207360000 47204 4089446400 4194304 8223781 140735180972032 18446744073709551615 7304922 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 50625 47204 577 984 0 49638 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202500

[startup+51.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15945
/proc/meminfo: memFree=30765488/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=212256 CPUtime=51.1
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 1406858 0 0 0 4936 174 0 0 25 0 1 0 134474970 217350144 49534 4089446400 4194304 8223781 140735180972032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 53064 49534 580 984 0 52077 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 212256

[startup+102.306 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 15947
/proc/meminfo: memFree=30733952/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=243428 CPUtime=102.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 2769402 0 0 0 9886 344 0 0 25 0 1 0 134474970 249270272 57437 4089446400 4194304 8223781 140735180972032 18446744073709551615 6003003 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 60857 57437 583 984 0 59870 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 243428

[startup+162.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/179 15948
/proc/meminfo: memFree=30704888/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=272208 CPUtime=162.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 3131200 0 0 0 15812 418 0 0 25 0 1 0 134474970 278740992 64736 4089446400 4194304 8223781 140735180972032 18446744073709551615 6448683 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 68052 64736 583 984 0 67065 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 272208

[startup+222.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 15950
/proc/meminfo: memFree=30680660/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=295764 CPUtime=222.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 4007821 0 0 0 21692 538 0 0 25 0 1 0 134474970 302862336 70559 4089446400 4194304 8223781 140735180972032 18446744073709551615 5893827 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 73941 70559 583 984 0 72954 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 295764

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15951
/proc/meminfo: memFree=30652580/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=323628 CPUtime=282.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 4873938 0 0 0 27571 659 0 0 25 0 1 0 134474970 331395072 77536 4089446400 4194304 8223781 140735180972032 18446744073709551615 6448652 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 80907 77536 583 984 0 79920 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 323628

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15953
/proc/meminfo: memFree=30628332/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=346440 CPUtime=342.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 5939795 0 0 0 33423 807 0 0 25 0 1 0 134474970 354754560 83157 4089446400 4194304 8223781 140735180972032 18446744073709551615 6520480 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 86610 83157 583 984 0 85623 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 346440

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15955
/proc/meminfo: memFree=30607688/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=366104 CPUtime=402.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 7183851 0 0 0 39265 965 0 0 25 0 1 0 134474970 374890496 88078 4089446400 4194304 8223781 140735180972032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 91526 88078 583 984 0 90539 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 366104

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15956
/proc/meminfo: memFree=30586440/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=387120 CPUtime=462.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 8293318 0 0 0 45123 1107 0 0 25 0 1 0 134474970 396410880 93390 4089446400 4194304 8223781 140735180972032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 96780 93390 583 984 0 95793 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 387120

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15958
/proc/meminfo: memFree=30562576/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=411340 CPUtime=522.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 9296704 0 0 0 50985 1245 0 0 25 0 1 0 134474970 421212160 99492 4089446400 4194304 8223781 140735180972032 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 102835 99492 583 984 0 101848 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 411340

[startup+582.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 15987
/proc/meminfo: memFree=31188100/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=431968 CPUtime=582.3
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 10316546 0 0 0 56845 1385 0 0 25 0 1 0 134474970 442335232 104670 4089446400 4194304 8223781 140735180972032 18446744073709551615 5507425 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 107992 104670 583 984 0 107005 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 431968

[startup+642.301 s]
/proc/loadavg: 2.05 2.00 2.00 3/179 15989
/proc/meminfo: memFree=31126124/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=456840 CPUtime=642.31
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 11425691 0 0 0 62685 1546 0 0 25 0 1 0 134474970 467804160 110967 4089446400 4194304 8223781 140735180972032 18446744073709551615 7257391 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 114210 110980 583 984 0 113223 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 456840

[startup+702.301 s]

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

/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 17377860 0 0 0 97700 2531 0 0 25 0 1 0 134474970 615763968 147021 4089446400 4194304 8223781 140735180972032 18446744073709551615 6505959 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 150333 147021 583 984 0 149346 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 601332

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16000
/proc/meminfo: memFree=30744012/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=626548 CPUtime=1062.31
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 18289264 0 0 0 103550 2681 0 0 25 0 1 0 134474970 641585152 153322 4089446400 4194304 8223781 140735180972032 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 156637 153322 583 984 0 155650 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 626548

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16002
/proc/meminfo: memFree=30680092/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=652692 CPUtime=1122.32
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 19210683 0 0 0 109399 2833 0 0 25 0 1 0 134474970 668356608 159932 4089446400 4194304 8223781 140735180972032 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 163173 159932 583 984 0 162186 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 652692

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16003
/proc/meminfo: memFree=30613352/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=681296 CPUtime=1182.32
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 20113470 0 0 0 115257 2975 0 0 25 0 1 0 134474970 697647104 167087 4089446400 4194304 8223781 140735180972032 18446744073709551615 6446826 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 170324 167087 583 984 0 169337 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 681296

[startup+1242.3 s]
/proc/loadavg: 2.04 2.01 2.00 4/179 16005
/proc/meminfo: memFree=30544328/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=709680 CPUtime=1242.32
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 21061281 0 0 0 121111 3121 0 0 25 0 1 0 134474970 726712320 174216 4089446400 4194304 8223781 140735180972032 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 177420 174216 583 984 0 176433 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 709680

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16007
/proc/meminfo: memFree=30477540/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=738404 CPUtime=1302.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 22201057 0 0 0 126946 3287 0 0 25 0 1 0 134474970 756125696 181431 4089446400 4194304 8223781 140735180972032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 184640 181432 583 984 0 183653 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 738404

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16008
/proc/meminfo: memFree=30409648/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=766896 CPUtime=1362.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 23246693 0 0 0 132787 3446 0 0 25 0 1 0 134474970 785301504 188603 4089446400 4194304 8223781 140735180972032 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 191724 188603 583 984 0 190737 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 766896

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16010
/proc/meminfo: memFree=30333424/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=802912 CPUtime=1422.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 24154718 0 0 0 138647 3586 0 0 25 0 1 0 134474970 822181888 197696 4089446400 4194304 8223781 140735180972032 18446744073709551615 6328719 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 200728 197696 583 984 0 199741 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 802912

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16011
/proc/meminfo: memFree=30258828/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=841828 CPUtime=1482.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 25175879 0 0 0 144495 3738 0 0 25 0 1 0 134474970 862031872 207387 4089446400 4194304 8223781 140735180972032 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 210457 207387 583 984 0 209470 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 841828

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16013
/proc/meminfo: memFree=30187232/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=874740 CPUtime=1542.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 26452393 0 0 0 150314 3919 0 0 25 0 1 0 134474970 895733760 215647 4089446400 4194304 8223781 140735180972032 18446744073709551615 6505975 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 218685 215647 583 984 0 217698 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 874740

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16015
/proc/meminfo: memFree=30120208/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=905956 CPUtime=1602.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 27812641 0 0 0 156138 4095 0 0 25 0 1 0 134474970 927698944 223360 4089446400 4194304 8223781 140735180972032 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 226489 223360 583 984 0 225502 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 905956

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16016
/proc/meminfo: memFree=30054656/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=931104 CPUtime=1662.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 29216038 0 0 0 161954 4279 0 0 25 0 1 0 134474970 953450496 229647 4089446400 4194304 8223781 140735180972032 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 232776 229571 584 984 0 231789 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 931104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16021
/proc/meminfo: memFree=29994072/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=955040 CPUtime=1722.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 30642011 0 0 0 167773 4460 0 0 25 0 1 0 134474970 977960960 235609 4089446400 4194304 8223781 140735180972032 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 238760 235609 595 984 0 237773 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 955040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16022
/proc/meminfo: memFree=29933188/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=981912 CPUtime=1782.33
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 31811254 0 0 0 173605 4628 0 0 25 0 1 0 134474970 1005477888 242345 4089446400 4194304 8223781 140735180972032 18446744073709551615 5893923 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 245478 242345 583 984 0 244491 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 981912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16023
/proc/meminfo: memFree=29912196/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=989756 CPUtime=1800.04
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 32088578 0 0 0 175335 4669 0 0 25 0 1 0 134474970 1013510144 244339 4089446400 4194304 8223781 140735180972032 18446744073709551615 4965861 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15943/statm: 247439 244339 583 984 0 246452 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 989756

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15943

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16024
/proc/meminfo: memFree=29911444/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=989756 CPUtime=1801.43
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 32088876 0 0 0 175474 4669 0 0 25 0 1 0 134474970 1013510144 244334 4089446400 4194304 8223781 140735180972032 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15943/statm: 247439 244334 583 984 0 246452 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 989756

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16024
/proc/meminfo: memFree=29911444/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=989756 CPUtime=1801.84
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 32088876 0 0 0 175515 4669 0 0 25 0 1 0 134474970 1013510144 244334 4089446400 4194304 8223781 140735180972032 18446744073709551615 7257632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15943/statm: 247439 244334 583 984 0 246452 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 989756

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 16024
/proc/meminfo: memFree=29911444/32950928 swapFree=67111528/67111528
[pid=15943] ppid=15941 vsize=989756 CPUtime=1802.03
/proc/15943/stat : 15943 (pbscip.linux.x8) R 15941 15943 15668 0 -1 4202496 32088876 0 0 0 175534 4669 0 0 25 0 1 0 134474970 1013510144 244334 4089446400 4194304 8223781 140735180972032 18446744073709551615 7257410 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15943/statm: 247439 244334 583 984 0 246452 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 989756

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.08
CPU user time (s): 1755.36
CPU system time (s): 46.7279
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 990460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1755.36
system time used= 46.7279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32088876
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= 1
involuntary context switches= 1700

runsolver used 2.69659 second user time and 6.03808 second system time

The end

Launcher Data

Begin job on node125 at 2010-06-30 23:03:03
IDJOB=2692584
IDBENCH=79325
IDSOLVER=1204
FILE ID=node125/2692584-1277931783
PBS_JOBID= 11197434
Free space on /tmp= 74200 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692584-1277931783/watcher-2692584-1277931783 -o /tmp/evaluation-result-2692584-1277931783/solver-2692584-1277931783 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692584-1277931783.wbo -t 1800 -m 3800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 25ae7044365e399485d04cd072582b8a
RANDOM SEED=852429142

node125.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.822
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.64
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.822
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.07
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.822
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.822
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.822
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.822
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.74
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.822
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.75
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.822
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:      30961772 kB
Buffers:        217328 kB
Cached:         803076 kB
SwapCached:          0 kB
Active:        1265112 kB
Inactive:       579000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30961772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5384 kB
Writeback:           0 kB
AnonPages:      823908 kB
Mapped:          17208 kB
Slab:            79656 kB
PageTables:       6480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1035552 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= 74192 MiB
End job on node125 at 2010-06-30 23:33:05