Trace number 2705322

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.12 1800.03

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-blast-tlan3.ucl--soft-0-100-0.wbo
MD5SUM878bbda538d22bb5879b300c70eb591d
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big 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 benchmark104.609
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables19944
Total number of constraints50842
Number of soft constraints50842
Number of constraints which are clauses43898
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6944
Minimum length of a constraint1
Maximum length of a constraint19
Top cost 2571036
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2571035
Biggest number in a constraint 641
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2174
Number of bits of the biggest sum of numbers12
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-2705322-1278576547.wbo>
0.59/0.66	c original problem has 121628 variables (70786 bin, 0 int, 50842 impl, 0 cont) and 101685 constraints
0.59/0.66	c problem read
0.59/0.66	c presolving settings loaded
33.79/33.88	o 2571035
33.79/33.88	c feasible solution found by trivial heuristic, objective value  2.571035e+06
33.79/33.88	c presolving:
33.99/34.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 3472 chg sides, 6944 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
34.09/34.11	c (round 2) 0 del vars, 1 del conss, 50842 chg bounds, 3472 chg sides, 6944 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
35.69/35.70	c    (35.0s) probing: 101/70786 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
35.69/35.70	c    (35.0s) probing aborted: 100/100 successive totally useless probings
35.69/35.71	c presolving (3 rounds):
35.69/35.71	c  0 deleted vars, 1 deleted constraints, 50842 tightened bounds, 0 added holes, 3472 changed sides, 6944 changed coefficients
35.69/35.71	c  94740 implications, 0 cliques
35.69/35.71	c presolved problem has 121628 variables (70786 bin, 0 int, 50842 impl, 0 cont) and 101684 constraints
35.69/35.71	c       1 constraints of type <varbound>
35.69/35.71	c   50841 constraints of type <linear>
35.69/35.71	c   50842 constraints of type <indicator>
35.69/35.71	c transformed objective value is always integral (scale: 1)
35.69/35.71	c Presolving Time: 34.70
35.69/35.71	c - non default parameters ----------------------------------------------------------------------
35.69/35.71	c # SCIP version 1.2.1.3
35.69/35.71	c 
35.69/35.71	c # frequency for displaying node information lines
35.69/35.71	c # [type: int, range: [-1,2147483647], default: 100]
35.69/35.71	c display/freq = 10000
35.69/35.71	c 
35.69/35.71	c # maximal time in seconds to run
35.69/35.71	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
35.69/35.71	c limits/time = 1789.35
35.69/35.71	c 
35.69/35.71	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
35.69/35.71	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
35.69/35.71	c limits/memory = 3420
35.69/35.71	c 
35.69/35.71	c # default clock type (1: CPU user seconds, 2: wall clock time)
35.69/35.71	c # [type: int, range: [1,2], default: 1]
35.69/35.71	c timing/clocktype = 2
35.69/35.71	c 
35.69/35.71	c # should presolving try to simplify inequalities
35.69/35.71	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
35.69/35.71	c constraints/linear/simplifyinequalities = TRUE
35.69/35.71	c 
35.69/35.71	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
35.69/35.71	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
35.69/35.71	c constraints/indicator/addCouplingCons = TRUE
35.69/35.71	c 
35.69/35.71	c # should presolving try to simplify knapsacks
35.69/35.71	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
35.69/35.71	c constraints/knapsack/simplifyinequalities = TRUE
35.69/35.71	c 
35.69/35.71	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
35.69/35.71	c # [type: int, range: [-1,2147483647], default: -1]
35.69/35.71	c separating/rapidlearning/freq = 0
35.69/35.71	c 
35.69/35.71	c -----------------------------------------------------------------------------------------------
35.69/35.71	c start solving
35.69/35.75	c 
35.99/36.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
35.99/36.03	c t35.4s|     1 |     0 |     0 |     - | 399M|   0 |   0 | 121k| 101k| 121k|   0 |   0 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
35.99/36.08	c  35.4s|     1 |     0 |   201 |     - | 399M|   0 |   0 | 121k| 101k| 121k| 201 | 201 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
36.09/36.13	c  35.5s|     1 |     0 |   360 |     - | 399M|   0 |   0 | 121k| 101k| 121k| 401 | 401 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
36.09/36.19	c  35.5s|     1 |     0 |   553 |     - | 399M|   0 |  34 | 121k| 101k| 121k| 601 | 601 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
37.00/37.03	c  36.4s|     1 |     0 |   742 |     - | 401M|   0 | 146 | 121k| 101k| 121k| 803 | 803 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
38.40/38.45	c  37.8s|     1 |     0 |   931 |     - | 401M|   0 | 120 | 121k| 101k| 121k|1006 |1006 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
40.09/40.12	c  39.5s|     1 |     0 |  1140 |     - | 401M|   0 | 294 | 121k| 101k| 121k|1208 |1208 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
41.39/41.45	c  40.8s|     1 |     0 |  1405 |     - | 402M|   0 | 371 | 121k| 101k| 121k|1413 |1413 |   0 |   0 | 0.000000e+00 | 2.571035e+06 |    Inf 
42.80/42.83	c  42.2s|     1 |     2 |  1405 |     - | 404M|   0 | 371 | 121k| 101k| 121k|1413 |1413 |   0 |  33 | 0.000000e+00 | 2.571035e+06 |    Inf 
1790.07/1790.01	c 
1790.07/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.07/1790.01	c Solving Time (sec) : 1789.36
1790.07/1790.01	c Solving Nodes      : 3823
1790.07/1790.01	c Primal Bound       : +2.57103500000000e+06 (3 solutions)
1790.07/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.07/1790.01	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-2705322-1278576547/watcher-2705322-1278576547 -o /tmp/evaluation-result-2705322-1278576547/solver-2705322-1278576547 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705322-1278576547.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 1.91 4/178 31057
/proc/meminfo: memFree=28734672/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=12880 CPUtime=0
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 2065 0 0 0 0 0 0 0 21 0 1 0 25866685 13189120 1983 4089446400 4194304 10345943 140737005248800 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31057/statm: 3220 1983 429 1502 0 1713 0

[startup+0.0934381 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 31057
/proc/meminfo: memFree=28734672/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=40212 CPUtime=0.09
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 8917 0 0 0 8 1 0 0 21 0 1 0 25866685 41177088 8835 4089446400 4194304 10345943 140737005248800 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31057/statm: 10053 8835 430 1502 0 8546 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40212

[startup+0.100433 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 31057
/proc/meminfo: memFree=28734672/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=41084 CPUtime=0.09
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 9130 0 0 0 8 1 0 0 21 0 1 0 25866685 42070016 9048 4089446400 4194304 10345943 140737005248800 18446744073709551615 4424632 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31057/statm: 10271 9048 430 1502 0 8764 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41084

[startup+0.300391 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 31057
/proc/meminfo: memFree=28734672/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=96432 CPUtime=0.29
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 22936 0 0 0 27 2 0 0 21 0 1 0 25866685 98746368 22854 4089446400 4194304 10345943 140737005248800 18446744073709551615 9053531 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/31057/statm: 24108 22854 430 1502 0 22601 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96432

[startup+0.700316 s]
/proc/loadavg: 2.00 2.00 1.91 4/178 31057
/proc/meminfo: memFree=28734672/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=202920 CPUtime=0.69
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 49398 0 0 0 64 5 0 0 22 0 1 0 25866685 207790080 48926 4089446400 4194304 10345943 140737005248800 18446744073709551615 4729962 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31057/statm: 50730 48928 474 1502 0 49223 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 202920

[startup+1.50114 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31058
/proc/meminfo: memFree=28378288/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=413224 CPUtime=1.5
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 100492 0 0 0 140 10 0 0 25 0 1 0 25866685 423141376 100020 4089446400 4194304 10345943 140737005248800 18446744073709551615 9138281 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31057/statm: 103306 100020 509 1502 0 101799 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 413224

[startup+3.10083 s]
/proc/loadavg: 2.00 2.00 1.91 3/176 31061
/proc/meminfo: memFree=29294300/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=413224 CPUtime=3.09
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 100492 0 0 0 299 10 0 0 25 0 1 0 25866685 423141376 100020 4089446400 4194304 10345943 140737005248800 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/31057/statm: 103306 100020 509 1502 0 101799 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 413224

[startup+6.30119 s]
/proc/loadavg: 2.00 2.00 1.91 2/174 31076
/proc/meminfo: memFree=29307336/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=413224 CPUtime=6.29
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 100492 0 0 0 619 10 0 0 25 0 1 0 25866685 423141376 100020 4089446400 4194304 10345943 140737005248800 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 103306 100020 509 1502 0 101799 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 413224

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31086
/proc/meminfo: memFree=28909720/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=413224 CPUtime=12.69
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 100492 0 0 0 1259 10 0 0 25 0 1 0 25866685 423141376 100020 4089446400 4194304 10345943 140737005248800 18446744073709551615 9138589 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 103306 100020 509 1502 0 101799 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 413224

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31087
/proc/meminfo: memFree=28911328/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=413224 CPUtime=25.49
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 100492 0 0 0 2539 10 0 0 25 0 1 0 25866685 423141376 100020 4089446400 4194304 10345943 140737005248800 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 103306 100020 509 1502 0 101799 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 413224

[startup+51.1012 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31087
/proc/meminfo: memFree=28586868/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=51.1
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187796 0 0 0 5090 20 0 0 25 0 1 0 25866685 752128000 178267 4089446400 4194304 10345943 140737005248800 18446744073709551615 6702751 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178267 775 1502 0 182118 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 734500

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31089
/proc/meminfo: memFree=28485824/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=102.3
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187903 0 0 0 10209 21 0 0 25 0 1 0 25866685 752128000 178374 4089446400 4194304 10345943 140737005248800 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178374 776 1502 0 182118 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 734500

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31090
/proc/meminfo: memFree=28458184/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=162.3
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187955 0 0 0 16204 26 0 0 25 0 1 0 25866685 752128000 178426 4089446400 4194304 10345943 140737005248800 18446744073709551615 6120558 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178426 777 1502 0 182118 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 734500

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31091
/proc/meminfo: memFree=28429356/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=222.3
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187955 0 0 0 22202 28 0 0 25 0 1 0 25866685 752128000 178426 4089446400 4194304 10345943 140737005248800 18446744073709551615 6920834 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178426 777 1502 0 182118 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 734500

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31093
/proc/meminfo: memFree=28398064/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=282.3
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187955 0 0 0 28200 30 0 0 25 0 1 0 25866685 752128000 178426 4089446400 4194304 10345943 140737005248800 18446744073709551615 6865005 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178426 777 1502 0 182118 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 734500

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31095
/proc/meminfo: memFree=28370980/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=342.31
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187956 0 0 0 34198 33 0 0 25 0 1 0 25866685 752128000 178427 4089446400 4194304 10345943 140737005248800 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178427 777 1502 0 182118 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 734500

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31097
/proc/meminfo: memFree=28345760/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=402.31
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187956 0 0 0 40196 35 0 0 25 0 1 0 25866685 752128000 178427 4089446400 4194304 10345943 140737005248800 18446744073709551615 6528242 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178427 777 1502 0 182118 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 734500

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31098
/proc/meminfo: memFree=28318552/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=462.31
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187956 0 0 0 46194 37 0 0 25 0 1 0 25866685 752128000 178427 4089446400 4194304 10345943 140737005248800 18446744073709551615 6566392 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178427 777 1502 0 182118 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 734500

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31099
/proc/meminfo: memFree=28292964/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=522.31
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187956 0 0 0 52192 39 0 0 25 0 1 0 25866685 752128000 178427 4089446400 4194304 10345943 140737005248800 18446744073709551615 7522788 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178427 777 1502 0 182118 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 734500

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31101
/proc/meminfo: memFree=28264400/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=582.32
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187959 0 0 0 58189 43 0 0 25 0 1 0 25866685 752128000 178430 4089446400 4194304 10345943 140737005248800 18446744073709551615 6323034 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178430 777 1502 0 182118 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 734500

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31106
/proc/meminfo: memFree=28236248/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=642.32
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187959 0 0 0 64188 44 0 0 25 0 1 0 25866685 752128000 178430 4089446400 4194304 10345943 140737005248800 18446744073709551615 6777530 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178430 777 1502 0 182118 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 734500

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31110
/proc/meminfo: memFree=28154736/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=822.33
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187960 0 0 0 82182 51 0 0 25 0 1 0 25866685 752128000 178431 4089446400 4194304 10345943 140737005248800 18446744073709551615 6566392 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178431 777 1502 0 182118 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 734500

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31112
/proc/meminfo: memFree=28127152/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=882.33
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187960 0 0 0 88180 53 0 0 25 0 1 0 25866685 752128000 178431 4089446400 4194304 10345943 140737005248800 18446744073709551615 6518703 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178431 777 1502 0 182118 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 734500

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31114
/proc/meminfo: memFree=28097452/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=942.33
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187960 0 0 0 94178 55 0 0 25 0 1 0 25866685 752128000 178431 4089446400 4194304 10345943 140737005248800 18446744073709551615 6520110 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178431 777 1502 0 182118 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 734500

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31116
/proc/meminfo: memFree=28069484/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=1002.34
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187963 0 0 0 100176 58 0 0 25 0 1 0 25866685 752128000 178434 4089446400 4194304 10345943 140737005248800 18446744073709551615 6120538 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178434 777 1502 0 182118 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 734500

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31117
/proc/meminfo: memFree=28040792/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=1062.34
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187963 0 0 0 106174 60 0 0 25 0 1 0 25866685 752128000 178434 4089446400 4194304 10345943 140737005248800 18446744073709551615 6566439 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178434 777 1502 0 182118 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 734500

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31118
/proc/meminfo: memFree=27846544/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=1122.34
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187963 0 0 0 112172 62 0 0 25 0 1 0 25866685 752128000 178434 4089446400 4194304 10345943 140737005248800 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178434 777 1502 0 182118 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 734500

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31120
/proc/meminfo: memFree=27846612/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=1182.35
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187963 0 0 0 118171 64 0 0 25 0 1 0 25866685 752128000 178434 4089446400 4194304 10345943 140737005248800 18446744073709551615 6519875 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178434 777 1502 0 182118 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 734500

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31122
/proc/meminfo: memFree=27846304/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=1242.35
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187964 0 0 0 124169 66 0 0 25 0 1 0 25866685 752128000 178435 4089446400 4194304 10345943 140737005248800 18446744073709551615 6702733 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178435 777 1502 0 182118 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 734500

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31124
/proc/meminfo: memFree=27846376/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=734500 CPUtime=1302.35
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 187964 0 0 0 130167 68 0 0 25 0 1 0 25866685 752128000 178435 4089446400 4194304 10345943 140737005248800 18446744073709551615 6870755 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 183625 178435 777 1502 0 182118 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 734500

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31125
/proc/meminfo: memFree=27833044/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1362.35
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191282 0 0 0 136165 70 0 0 25 0 1 0 25866685 764870656 181753 4089446400 4194304 10345943 140737005248800 18446744073709551615 6847584 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181753 777 1502 0 185229 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 746944

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31126
/proc/meminfo: memFree=27833236/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1422.36
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191282 0 0 0 142165 71 0 0 25 0 1 0 25866685 764870656 181753 4089446400 4194304 10345943 140737005248800 18446744073709551615 6756365 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181753 777 1502 0 185229 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 746944

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31128
/proc/meminfo: memFree=27824872/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1482.37
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191283 0 0 0 148164 73 0 0 25 0 1 0 25866685 764870656 181754 4089446400 4194304 10345943 140737005248800 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181754 777 1502 0 185229 0
Current children cumulated CPU time (s) 1482.37
Current children cumulated vsize (KiB) 746944

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31130
/proc/meminfo: memFree=27802368/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1542.36
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191285 0 0 0 154161 75 0 0 25 0 1 0 25866685 764870656 181756 4089446400 4194304 10345943 140737005248800 18446744073709551615 6865049 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181756 777 1502 0 185229 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 746944

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31132
/proc/meminfo: memFree=27765976/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1602.37
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191285 0 0 0 160160 77 0 0 25 0 1 0 25866685 764870656 181756 4089446400 4194304 10345943 140737005248800 18446744073709551615 6853988 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181756 777 1502 0 185229 0
Current children cumulated CPU time (s) 1602.37
Current children cumulated vsize (KiB) 746944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31133
/proc/meminfo: memFree=27746456/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1662.37
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191285 0 0 0 166159 78 0 0 25 0 1 0 25866685 764870656 181756 4089446400 4194304 10345943 140737005248800 18446744073709551615 6466518 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181756 777 1502 0 185229 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 746944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31134
/proc/meminfo: memFree=27708828/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1722.37
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191286 0 0 0 172156 81 0 0 25 0 1 0 25866685 764870656 181757 4089446400 4194304 10345943 140737005248800 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181757 777 1502 0 185229 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 746944

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31136
/proc/meminfo: memFree=27688932/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1782.37
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191286 0 0 0 178153 84 0 0 25 0 1 0 25866685 764870656 181757 4089446400 4194304 10345943 140737005248800 18446744073709551615 6518606 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181757 777 1502 0 185229 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 746944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 31136
/proc/meminfo: memFree=27680484/32950928 swapFree=67111528/67111528
[pid=31057] ppid=31055 vsize=746944 CPUtime=1800.08
/proc/31057/stat : 31057 (pbscip.linux.x8) R 31055 31057 30625 0 -1 4202496 191286 0 0 0 179924 84 0 0 25 0 1 0 25866685 764870656 181757 4089446400 4194304 10345943 140737005248800 18446744073709551615 9138548 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/31057/statm: 186736 181757 777 1502 0 185229 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 746944

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.12
CPU user time (s): 1799.24
CPU system time (s): 0.873867
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 764692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.873867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191286
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= 2
involuntary context switches= 2653

runsolver used 2.70659 second user time and 7.04893 second system time

The end

Launcher Data

Begin job on node149 at 2010-07-08 10:09:07
IDJOB=2705322
IDBENCH=79105
IDSOLVER=1214
FILE ID=node149/2705322-1278576547
PBS_JOBID= 11240156
Free space on /tmp= 73416 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-blast-tlan3.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-2705322-1278576547/watcher-2705322-1278576547 -o /tmp/evaluation-result-2705322-1278576547/solver-2705322-1278576547 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705322-1278576547.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 878bbda538d22bb5879b300c70eb591d
RANDOM SEED=1663060737

node149.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.827
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.827
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.827
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.827
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.75
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.827
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.827
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.79
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.827
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.827
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:      28735200 kB
Buffers:        162576 kB
Cached:        2865528 kB
SwapCached:          0 kB
Active:        2060728 kB
Inactive:      1987424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28735200 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15836 kB
Writeback:           0 kB
AnonPages:     1020396 kB
Mapped:          17728 kB
Slab:           102008 kB
PageTables:       6680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1173788 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= 73400 MiB
End job on node149 at 2010-07-08 10:39:09