Trace number 2705372

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.11 1800.04

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl--soft-0-100-0.wbo
MD5SUMa31a9948f18584eba3770008abd12676
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark358
Best CPU time to get the best result obtained on this benchmark1800.32
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables21380
Total number of constraints60984
Number of soft constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 3073241
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3073240
Biggest number in a constraint 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705372-1278576549.wbo>
0.69/0.73	c original problem has 143348 variables (82364 bin, 0 int, 60984 impl, 0 cont) and 121969 constraints
0.69/0.73	c problem read
0.69/0.73	c presolving settings loaded
48.79/48.82	o 3073240
48.79/48.82	c feasible solution found by trivial heuristic, objective value  3.073240e+06
48.79/48.82	c presolving:
48.90/48.95	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 1078 chg sides, 2156 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
48.99/49.07	c (round 2) 0 del vars, 1 del conss, 60984 chg bounds, 1078 chg sides, 2156 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
50.89/50.95	c    (50.2s) probing: 101/82364 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
50.89/50.95	c    (50.2s) probing aborted: 100/100 successive totally useless probings
50.89/50.96	c presolving (3 rounds):
50.89/50.96	c  0 deleted vars, 1 deleted constraints, 60984 tightened bounds, 0 added holes, 1078 changed sides, 2156 changed coefficients
50.89/50.96	c  119812 implications, 0 cliques
50.89/50.96	c presolved problem has 143348 variables (82364 bin, 0 int, 60984 impl, 0 cont) and 121968 constraints
50.89/50.96	c       1 constraints of type <varbound>
50.89/50.96	c   60983 constraints of type <linear>
50.89/50.96	c   60984 constraints of type <indicator>
50.89/50.96	c transformed objective value is always integral (scale: 1)
50.89/50.96	c Presolving Time: 49.79
50.89/50.96	c - non default parameters ----------------------------------------------------------------------
50.89/50.96	c # SCIP version 1.2.1.3
50.89/50.96	c 
50.89/50.96	c # frequency for displaying node information lines
50.89/50.96	c # [type: int, range: [-1,2147483647], default: 100]
50.89/50.96	c display/freq = 10000
50.89/50.96	c 
50.89/50.96	c # maximal time in seconds to run
50.89/50.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
50.89/50.96	c limits/time = 1789.27
50.89/50.96	c 
50.89/50.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
50.89/50.96	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
50.89/50.96	c limits/memory = 3420
50.89/50.96	c 
50.89/50.96	c # default clock type (1: CPU user seconds, 2: wall clock time)
50.89/50.96	c # [type: int, range: [1,2], default: 1]
50.89/50.96	c timing/clocktype = 2
50.89/50.96	c 
50.89/50.96	c # should presolving try to simplify inequalities
50.89/50.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.89/50.96	c constraints/linear/simplifyinequalities = TRUE
50.89/50.96	c 
50.89/50.96	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
50.89/50.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.89/50.96	c constraints/indicator/addCouplingCons = TRUE
50.89/50.96	c 
50.89/50.96	c # should presolving try to simplify knapsacks
50.89/50.96	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
50.89/50.96	c constraints/knapsack/simplifyinequalities = TRUE
50.89/50.96	c 
50.89/50.96	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
50.89/50.96	c # [type: int, range: [-1,2147483647], default: -1]
50.89/50.96	c separating/rapidlearning/freq = 0
50.89/50.96	c 
50.89/50.96	c -----------------------------------------------------------------------------------------------
50.89/50.96	c start solving
50.99/51.00	c 
51.29/51.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.29/51.32	c t50.6s|     1 |     0 |     0 |     - | 464M|   0 |   0 | 143k| 121k| 143k|   0 |   0 |   0 |   0 | 0.000000e+00 | 3.073240e+06 |    Inf 
51.29/51.39	c  50.7s|     1 |     0 |   201 |     - | 464M|   0 |   3 | 143k| 121k| 143k| 201 | 201 |   0 |   0 | 0.000000e+00 | 3.073240e+06 |    Inf 
51.70/51.72	c  51.0s|     1 |     0 |   312 |     - | 465M|   0 |   3 | 143k| 121k| 143k| 403 | 403 |   0 |   0 | 0.000000e+00 | 3.073240e+06 |    Inf 
52.19/52.20	c  51.5s|     1 |     0 |   516 |     - | 465M|   0 |  34 | 143k| 121k| 143k| 605 | 605 |   0 |   0 | 0.000000e+00 | 3.073240e+06 |    Inf 
53.09/53.16	c  52.4s|     1 |     0 |   722 |     - | 468M|   0 |  15 | 143k| 121k| 143k| 812 | 812 |   0 |   0 | 0.000000e+00 | 3.073240e+06 |    Inf 
54.19/54.26	c  53.5s|     1 |     0 |   933 |     - | 468M|   0 | 123 | 143k| 121k| 143k|1025 |1025 |   0 |   0 | 0.000000e+00 | 3.073240e+06 |    Inf 
56.49/56.54	c  55.8s|     1 |     0 |  1129 |     - | 468M|   0 | 156 | 143k| 121k| 143k|1241 |1241 |   0 |   0 | 0.000000e+00 | 3.073240e+06 |    Inf 
58.10/58.19	c  57.5s|     1 |     2 |  1129 |     - | 470M|   0 | 156 | 143k| 121k| 143k|1241 |1241 |   0 |  33 | 0.000000e+00 | 3.073240e+06 |    Inf 
1733.66/1733.62	c  1733s| 10000 | 10001 |306353 |  30.5 | 838M| 165 | 298 | 143k| 121k| 143k|2569 | 166k|   0 |7973 | 0.000000e+00 | 3.073240e+06 |    Inf 
1790.06/1790.02	c 
1790.06/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.06/1790.02	c Solving Time (sec) : 1789.28
1790.06/1790.02	c Solving Nodes      : 10418
1790.06/1790.02	c Primal Bound       : +3.07324000000000e+06 (3 solutions)
1790.06/1790.02	c Dual Bound         : +0.00000000000000e+00
1790.06/1790.02	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-2705372-1278576549/watcher-2705372-1278576549 -o /tmp/evaluation-result-2705372-1278576549/solver-2705372-1278576549 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705372-1278576549.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.03 2.01 1.92 4/178 24261
/proc/meminfo: memFree=28979124/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=12340 CPUtime=0
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 1922 0 0 0 0 0 0 0 21 0 1 0 25867504 12636160 1841 4089446400 4194304 10345943 140735136045168 18446744073709551615 9107500 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24261/statm: 3085 1841 429 1502 0 1578 0

[startup+0.0624531 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24261
/proc/meminfo: memFree=28979124/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=28616 CPUtime=0.05
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 5991 0 0 0 5 0 0 0 21 0 1 0 25867504 29302784 5910 4089446400 4194304 10345943 140735136045168 18446744073709551615 9134633 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24261/statm: 7154 5910 430 1502 0 5647 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28616

[startup+0.100444 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24261
/proc/meminfo: memFree=28979124/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=38152 CPUtime=0.09
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 8399 0 0 0 9 0 0 0 21 0 1 0 25867504 39067648 8318 4089446400 4194304 10345943 140735136045168 18446744073709551615 5758034 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24261/statm: 9538 8318 430 1502 0 8031 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38152

[startup+0.300348 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24261
/proc/meminfo: memFree=28979124/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=88284 CPUtime=0.29
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 20918 0 0 0 27 2 0 0 21 0 1 0 25867504 90402816 20837 4089446400 4194304 10345943 140735136045168 18446744073709551615 5762355 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/24261/statm: 22071 20837 430 1502 0 20564 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88284

[startup+0.700269 s]
/proc/loadavg: 2.03 2.01 1.92 4/178 24261
/proc/meminfo: memFree=28979124/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=184528 CPUtime=0.69
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 44904 0 0 0 64 5 0 0 22 0 1 0 25867504 188956672 44823 4089446400 4194304 10345943 140735136045168 18446744073709551615 9122406 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24261/statm: 46132 44823 430 1502 0 44625 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 184528

[startup+1.50119 s]
/proc/loadavg: 2.03 2.01 1.92 2/174 24279
/proc/meminfo: memFree=29479124/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=464892 CPUtime=1.49
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 113259 0 0 0 137 12 0 0 25 0 1 0 25867504 476049408 112788 4089446400 4194304 10345943 140735136045168 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 116223 112788 509 1502 0 114716 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 464892

[startup+3.10087 s]
/proc/loadavg: 2.03 2.01 1.92 2/174 24279
/proc/meminfo: memFree=29377360/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=472656 CPUtime=3.09
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 115201 0 0 0 297 12 0 0 25 0 1 0 25867504 483999744 114730 4089446400 4194304 10345943 140735136045168 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 118164 114730 509 1502 0 116657 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 472656

[startup+6.30026 s]
/proc/loadavg: 2.10 2.03 1.92 3/179 24289
/proc/meminfo: memFree=29164044/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=472656 CPUtime=6.29
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 115201 0 0 0 617 12 0 0 25 0 1 0 25867504 483999744 114730 4089446400 4194304 10345943 140735136045168 18446744073709551615 9138678 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 118164 114730 509 1502 0 116657 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 472656

[startup+12.701 s]
/proc/loadavg: 2.10 2.03 1.92 3/179 24289
/proc/meminfo: memFree=29165560/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=472656 CPUtime=12.69
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 115201 0 0 0 1257 12 0 0 25 0 1 0 25867504 483999744 114730 4089446400 4194304 10345943 140735136045168 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 118164 114730 509 1502 0 116657 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 472656

[startup+25.5006 s]
/proc/loadavg: 2.08 2.03 1.92 3/179 24289
/proc/meminfo: memFree=29159572/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=472656 CPUtime=25.49
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 115201 0 0 0 2537 12 0 0 25 0 1 0 25867504 483999744 114730 4089446400 4194304 10345943 140735136045168 18446744073709551615 9138599 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 118164 114730 509 1502 0 116657 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 472656

[startup+51.1007 s]
/proc/loadavg: 2.05 2.02 1.92 3/179 24290
/proc/meminfo: memFree=29069552/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=508980 CPUtime=51.09
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 126349 0 0 0 5096 13 0 0 18 0 1 0 25867504 521195520 124198 4089446400 4194304 10345943 140735136045168 18446744073709551615 4246743 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 127245 124198 604 1502 0 125738 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 508980

[startup+102.307 s]
/proc/loadavg: 2.07 2.03 1.93 3/179 24291
/proc/meminfo: memFree=28716488/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=102.3
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214498 0 0 0 10200 30 0 0 25 0 1 0 25867504 868225024 205203 4089446400 4194304 10345943 140735136045168 18446744073709551615 6923343 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205203 753 1502 0 210462 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 847876

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/179 24293
/proc/meminfo: memFree=28690024/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=162.3
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214571 0 0 0 16194 36 0 0 25 0 1 0 25867504 868225024 205276 4089446400 4194304 10345943 140735136045168 18446744073709551615 6119400 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205276 754 1502 0 210462 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 847876

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 1.93 3/179 24295
/proc/meminfo: memFree=28566356/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=222.3
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214578 0 0 0 22190 40 0 0 25 0 1 0 25867504 868225024 205278 4089446400 4194304 10345943 140735136045168 18446744073709551615 6702694 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205278 749 1502 0 210462 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 847876

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 24296
/proc/meminfo: memFree=28524284/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=282.3
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214579 0 0 0 28186 44 0 0 25 0 1 0 25867504 868225024 205279 4089446400 4194304 10345943 140735136045168 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205279 749 1502 0 210462 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 847876

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/179 24298
/proc/meminfo: memFree=28522496/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=342.3
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214580 0 0 0 34183 47 0 0 25 0 1 0 25867504 868225024 205280 4089446400 4194304 10345943 140735136045168 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205280 749 1502 0 210462 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 847876

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24299
/proc/meminfo: memFree=28467768/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=402.3
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214581 0 0 0 40179 51 0 0 25 0 1 0 25867504 868225024 205281 4089446400 4194304 10345943 140735136045168 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205281 749 1502 0 210462 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 847876

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24301
/proc/meminfo: memFree=28463384/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=462.31
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214583 0 0 0 46177 54 0 0 25 0 1 0 25867504 868225024 205283 4089446400 4194304 10345943 140735136045168 18446744073709551615 6777162 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205283 749 1502 0 210462 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 847876

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24303
/proc/meminfo: memFree=28463348/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=522.31
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214584 0 0 0 52175 56 0 0 25 0 1 0 25867504 868225024 205284 4089446400 4194304 10345943 140735136045168 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205284 749 1502 0 210462 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 847876

[startup+582.301 s]
/proc/loadavg: 2.16 2.03 1.94 3/179 24307
/proc/meminfo: memFree=28462168/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=582.31
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214585 0 0 0 58172 59 0 0 25 0 1 0 25867504 868225024 205285 4089446400 4194304 10345943 140735136045168 18446744073709551615 6307527 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205285 749 1502 0 210462 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 847876

[startup+642.301 s]
/proc/loadavg: 2.09 2.04 1.94 3/179 24309
/proc/meminfo: memFree=28361760/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=642.32
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214587 0 0 0 64170 62 0 0 25 0 1 0 25867504 868225024 205287 4089446400 4194304 10345943 140735136045168 18446744073709551615 6847584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205287 749 1502 0 210462 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 847876

[startup+702.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/179 24314
/proc/meminfo: memFree=28356420/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=822.32
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214852 0 0 0 82161 71 0 0 25 0 1 0 25867504 868225024 205552 4089446400 4194304 10345943 140735136045168 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205552 749 1502 0 210462 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 847876

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/179 24315
/proc/meminfo: memFree=28356260/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=882.32
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214853 0 0 0 88158 74 0 0 25 0 1 0 25867504 868225024 205553 4089446400 4194304 10345943 140735136045168 18446744073709551615 6518592 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205553 749 1502 0 210462 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 847876

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24317
/proc/meminfo: memFree=28341576/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=942.33
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214856 0 0 0 94155 78 0 0 25 0 1 0 25867504 868225024 205556 4089446400 4194304 10345943 140735136045168 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205556 749 1502 0 210462 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 847876

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24318
/proc/meminfo: memFree=28316496/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=1002.33
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214857 0 0 0 100153 80 0 0 25 0 1 0 25867504 868225024 205557 4089446400 4194304 10345943 140735136045168 18446744073709551615 6702724 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205557 749 1502 0 210462 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 847876

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 24320
/proc/meminfo: memFree=28292280/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=847876 CPUtime=1062.33
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 214858 0 0 0 106149 84 0 0 25 0 1 0 25867504 868225024 205558 4089446400 4194304 10345943 140735136045168 18446744073709551615 6756392 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 211969 205558 749 1502 0 210462 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 847876

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/179 24322
/proc/meminfo: memFree=28256536/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=858384 CPUtime=1122.33
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 217422 0 0 0 112147 86 0 0 25 0 1 0 25867504 878985216 208122 4089446400 4194304 10345943 140735136045168 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 214596 208122 749 1502 0 213089 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 858384

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/179 24323
/proc/meminfo: memFree=28221040/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=872648 CPUtime=1182.34
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 246625 0 0 0 118142 92 0 0 25 0 1 0 25867504 893591552 211283 4089446400 4194304 10345943 140735136045168 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 218162 211283 749 1502 0 216655 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 872648

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24325
/proc/meminfo: memFree=28180080/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=887600 CPUtime=1242.34
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 250817 0 0 0 124137 97 0 0 25 0 1 0 25867504 908902400 215475 4089446400 4194304 10345943 140735136045168 18446744073709551615 6787776 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 221900 215475 749 1502 0 220393 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 887600

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24326
/proc/meminfo: memFree=28147808/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=896876 CPUtime=1302.34
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 253137 0 0 0 130134 100 0 0 25 0 1 0 25867504 918401024 217795 4089446400 4194304 10345943 140735136045168 18446744073709551615 5614585 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 224219 217795 749 1502 0 222712 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 896876

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24328
/proc/meminfo: memFree=28109960/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=912180 CPUtime=1362.34
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 259991 0 0 0 136131 103 0 0 25 0 1 0 25867504 934072320 221623 4089446400 4194304 10345943 140735136045168 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 228045 221623 749 1502 0 226538 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 912180

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24330
/proc/meminfo: memFree=28063796/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=934232 CPUtime=1422.35
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 265506 0 0 0 142128 107 0 0 25 0 1 0 25867504 956653568 227138 4089446400 4194304 10345943 140735136045168 18446744073709551615 6307346 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 233558 227138 749 1502 0 232051 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 934232

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24331
/proc/meminfo: memFree=28032144/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=943388 CPUtime=1482.35
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 267796 0 0 0 148124 111 0 0 25 0 1 0 25867504 966029312 229428 4089446400 4194304 10345943 140735136045168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 235847 229428 749 1502 0 234340 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 943388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24333
/proc/meminfo: memFree=27992176/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=958868 CPUtime=1542.35
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 271604 0 0 0 154121 114 0 0 25 0 1 0 25867504 981880832 233236 4089446400 4194304 10345943 140735136045168 18446744073709551615 6520278 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 239717 233236 749 1502 0 238210 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 958868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 24334
/proc/meminfo: memFree=27950704/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=977400 CPUtime=1602.35
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 276124 0 0 0 160118 117 0 0 25 0 1 0 25867504 1000857600 237756 4089446400 4194304 10345943 140735136045168 18446744073709551615 4882075 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 244350 237756 749 1502 0 242843 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 977400

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/179 24336
/proc/meminfo: memFree=27912604/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=991844 CPUtime=1662.35
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 279907 0 0 0 166114 121 0 0 25 0 1 0 25867504 1015648256 241539 4089446400 4194304 10345943 140735136045168 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 247961 241539 749 1502 0 246454 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 991844

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 24338
/proc/meminfo: memFree=27875996/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=1004280 CPUtime=1722.36
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 283027 0 0 0 172112 124 0 0 25 0 1 0 25867504 1028382720 244659 4089446400 4194304 10345943 140735136045168 18446744073709551615 6119753 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 251070 244659 749 1502 0 249563 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 1004280

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/179 24339
/proc/meminfo: memFree=27832192/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=1021260 CPUtime=1782.36
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 287125 0 0 0 178108 128 0 0 25 0 1 0 25867504 1045770240 248757 4089446400 4194304 10345943 140735136045168 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/24261/statm: 255315 248757 749 1502 0 253808 0
Current children cumulated CPU time (s) 1782.36
Current children cumulated vsize (KiB) 1021260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.96 4/179 24340
/proc/meminfo: memFree=27827332/32950928 swapFree=67111528/67111528
[pid=24261] ppid=24259 vsize=1021260 CPUtime=1800.06
/proc/24261/stat : 24261 (pbscip.linux.x8) R 24259 24261 23924 0 -1 4202496 287126 0 0 0 179878 128 0 0 25 0 1 0 25867504 1045770240 248758 4089446400 4194304 10345943 140735136045168 18446744073709551615 9138607 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/24261/statm: 255315 248758 749 1502 0 253808 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1021260

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.04
CPU time (s): 1800.11
CPU user time (s): 1798.79
CPU system time (s): 1.3228
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1021260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.3228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287126
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= 3
involuntary context switches= 2931

runsolver used 2.6126 second user time and 7.18791 second system time

The end

Launcher Data

Begin job on node148 at 2010-07-08 10:09:10
IDJOB=2705372
IDBENCH=79121
IDSOLVER=1214
FILE ID=node148/2705372-1278576549
PBS_JOBID= 11240159
Free space on /tmp= 73708 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705372-1278576549/watcher-2705372-1278576549 -o /tmp/evaluation-result-2705372-1278576549/solver-2705372-1278576549 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705372-1278576549.wbo -t 1800 -m 3800

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

MD5SUM BENCH= a31a9948f18584eba3770008abd12676
RANDOM SEED=1105313403

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.83
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.825
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.825
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.825
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.825
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.825
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.83
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.825
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:      28979404 kB
Buffers:        164044 kB
Cached:        2736620 kB
SwapCached:          0 kB
Active:        1905688 kB
Inactive:      1898304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28979404 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15200 kB
Writeback:           0 kB
AnonPages:      904160 kB
Mapped:          17672 kB
Slab:           100856 kB
PageTables:       6380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1082744 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= 73696 MiB
End job on node148 at 2010-07-08 10:39:12