Trace number 2705358

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

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-elf.rf9.ucl--soft-0-100-0.wbo
MD5SUM6a96f81305bc31f40e2a7aa9c05b46b1
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 benchmark43.1164
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20445
Total number of constraints58444
Number of soft constraints58444
Number of constraints which are clauses56420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2024
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 2944721
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2944720
Biggest number in a constraint 65
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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-2705358-1278576549.wbo>
0.57/0.67	c original problem has 137333 variables (78889 bin, 0 int, 58444 impl, 0 cont) and 116889 constraints
0.57/0.67	c problem read
0.57/0.67	c presolving settings loaded
76.13/76.63	o 2944720
76.13/76.63	c feasible solution found by trivial heuristic, objective value  2.944720e+06
76.13/76.63	c presolving:
76.23/76.78	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 1012 chg sides, 2024 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
76.43/76.93	c (round 2) 0 del vars, 1 del conss, 58444 chg bounds, 1012 chg sides, 2024 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
78.84/79.37	c    (78.7s) probing: 101/78889 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
78.84/79.37	c    (78.7s) probing aborted: 100/100 successive totally useless probings
78.84/79.38	c presolving (3 rounds):
78.84/79.38	c  0 deleted vars, 1 deleted constraints, 58444 tightened bounds, 0 added holes, 1012 changed sides, 2024 changed coefficients
78.84/79.38	c  114864 implications, 0 cliques
78.84/79.38	c presolved problem has 137333 variables (78889 bin, 0 int, 58444 impl, 0 cont) and 116888 constraints
78.84/79.38	c       1 constraints of type <varbound>
78.84/79.38	c   58443 constraints of type <linear>
78.84/79.38	c   58444 constraints of type <indicator>
78.84/79.38	c transformed objective value is always integral (scale: 1)
78.84/79.38	c Presolving Time: 78.32
78.84/79.38	c - non default parameters ----------------------------------------------------------------------
78.84/79.38	c # SCIP version 1.2.1.3
78.84/79.38	c 
78.84/79.38	c # frequency for displaying node information lines
78.84/79.38	c # [type: int, range: [-1,2147483647], default: 100]
78.84/79.38	c display/freq = 10000
78.84/79.38	c 
78.84/79.38	c # maximal time in seconds to run
78.84/79.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
78.84/79.38	c limits/time = 1789.35
78.84/79.38	c 
78.84/79.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
78.84/79.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
78.84/79.38	c limits/memory = 3420
78.84/79.38	c 
78.84/79.38	c # default clock type (1: CPU user seconds, 2: wall clock time)
78.84/79.38	c # [type: int, range: [1,2], default: 1]
78.84/79.38	c timing/clocktype = 2
78.84/79.38	c 
78.84/79.38	c # should presolving try to simplify inequalities
78.84/79.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
78.84/79.38	c constraints/linear/simplifyinequalities = TRUE
78.84/79.38	c 
78.84/79.38	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
78.84/79.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
78.84/79.38	c constraints/indicator/addCouplingCons = TRUE
78.84/79.38	c 
78.84/79.38	c # should presolving try to simplify knapsacks
78.84/79.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
78.84/79.38	c constraints/knapsack/simplifyinequalities = TRUE
78.84/79.38	c 
78.84/79.38	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
78.84/79.38	c # [type: int, range: [-1,2147483647], default: -1]
78.84/79.38	c separating/rapidlearning/freq = 0
78.84/79.38	c 
78.84/79.38	c -----------------------------------------------------------------------------------------------
78.84/79.38	c start solving
78.94/79.43	c 
79.34/79.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.34/79.81	c t79.1s|     1 |     0 |     0 |     - | 445M|   0 |   0 | 137k| 116k| 137k|   0 |   0 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
79.34/79.88	c  79.2s|     1 |     0 |   201 |     - | 445M|   0 |  10 | 137k| 116k| 137k| 201 | 201 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
79.84/80.34	c  79.7s|     1 |     0 |   360 |     - | 446M|   0 |   5 | 137k| 116k| 137k| 407 | 407 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
80.44/80.94	c  80.3s|     1 |     0 |   576 |     - | 446M|   0 |  64 | 137k| 116k| 137k| 611 | 611 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
81.94/82.43	c  81.8s|     1 |     0 |   782 |     - | 447M|   0 | 247 | 137k| 116k| 137k| 828 | 828 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
84.34/84.84	c  84.2s|     1 |     0 |  1032 |     - | 448M|   0 | 309 | 137k| 116k| 137k|1063 |1063 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
87.03/87.56	c  86.9s|     1 |     0 |  1244 |     - | 448M|   0 | 411 | 137k| 116k| 137k|1292 |1292 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
90.13/90.64	c  90.0s|     1 |     0 |  1556 |     - | 448M|   0 | 441 | 137k| 116k| 137k|1531 |1531 |   0 |   0 | 0.000000e+00 | 2.944720e+06 |    Inf 
91.94/92.44	c  91.8s|     1 |     2 |  1556 |     - | 450M|   0 | 441 | 137k| 116k| 137k|1531 |1531 |   0 |  33 | 0.000000e+00 | 2.944720e+06 |    Inf 
1789.56/1790.06	c 
1789.56/1790.06	c SCIP Status        : solving was interrupted [time limit reached]
1789.56/1790.06	c Solving Time (sec) : 1789.38
1789.56/1790.06	c Solving Nodes      : 9436
1789.56/1790.06	c Primal Bound       : +2.94472000000000e+06 (3 solutions)
1789.56/1790.06	c Dual Bound         : +0.00000000000000e+00
1789.56/1790.06	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-2705358-1278576549/watcher-2705358-1278576549 -o /tmp/evaluation-result-2705358-1278576549/solver-2705358-1278576549 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705358-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.16 2.03 1.92 4/176 21252
/proc/meminfo: memFree=29486732/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=12340 CPUtime=0
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 1921 0 0 0 0 0 0 0 22 0 1 0 25868825 12636160 1839 4089446400 4194304 10345943 140735567193280 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21252/statm: 3085 1839 429 1502 0 1578 0

[startup+0.103613 s]
/proc/loadavg: 2.16 2.03 1.92 4/176 21252
/proc/meminfo: memFree=29486732/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=33180 CPUtime=0.08
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 7158 0 0 0 7 1 0 0 22 0 1 0 25868825 33976320 7076 4089446400 4194304 10345943 140735567193280 18446744073709551615 5754834 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21252/statm: 8295 7076 430 1502 0 6788 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 33180

[startup+0.200597 s]
/proc/loadavg: 2.16 2.03 1.92 4/176 21252
/proc/meminfo: memFree=29486732/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=59244 CPUtime=0.17
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 13690 0 0 0 16 1 0 0 22 0 1 0 25868825 60665856 13594 4089446400 4194304 10345943 140735567193280 18446744073709551615 9134648 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21252/statm: 14811 13594 430 1502 0 13304 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 59244

[startup+0.300588 s]
/proc/loadavg: 2.16 2.03 1.92 4/176 21252
/proc/meminfo: memFree=29486732/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=87412 CPUtime=0.27
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 20682 0 0 0 25 2 0 0 22 0 1 0 25868825 89509888 20586 4089446400 4194304 10345943 140735567193280 18446744073709551615 5755080 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/21252/statm: 21853 20586 430 1502 0 20346 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 87412

[startup+0.700516 s]
/proc/loadavg: 2.16 2.03 1.92 4/176 21252
/proc/meminfo: memFree=29486732/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=208892 CPUtime=0.67
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 50656 0 0 0 62 5 0 0 24 0 1 0 25868825 213905408 50171 4089446400 4194304 10345943 140735567193280 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21252/statm: 52223 50227 474 1502 0 50716 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 208892

[startup+1.50038 s]
/proc/loadavg: 2.16 2.03 1.92 3/177 21253
/proc/meminfo: memFree=29084964/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=441216 CPUtime=1.36
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 107270 0 0 0 125 11 0 0 25 0 1 0 25868825 451805184 106784 4089446400 4194304 10345943 140735567193280 18446744073709551615 4283073 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/21252/statm: 110304 106784 504 1502 0 108797 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 441216

[startup+3.1011 s]
/proc/loadavg: 2.16 2.03 1.92 3/177 21253
/proc/meminfo: memFree=29048700/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=452780 CPUtime=2.87
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 110166 0 0 0 275 12 0 0 25 0 1 0 25868825 463646720 109680 4089446400 4194304 10345943 140735567193280 18446744073709551615 9138552 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 113195 109680 509 1502 0 111688 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 452780

[startup+6.30056 s]
/proc/loadavg: 2.31 2.07 1.93 3/177 21253
/proc/meminfo: memFree=29045716/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=452780 CPUtime=5.83
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 110166 0 0 0 570 13 0 0 25 0 1 0 25868825 463646720 109680 4089446400 4194304 10345943 140735567193280 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 113195 109680 509 1502 0 111688 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 452780

[startup+12.7005 s]
/proc/loadavg: 2.28 2.06 1.93 3/177 21253
/proc/meminfo: memFree=29015600/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=452780 CPUtime=12.23
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 110166 0 0 0 1210 13 0 0 25 0 1 0 25868825 463646720 109680 4089446400 4194304 10345943 140735567193280 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 113195 109680 509 1502 0 111688 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 452780

[startup+25.5003 s]
/proc/loadavg: 2.22 2.06 1.93 3/177 21254
/proc/meminfo: memFree=28999080/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=452780 CPUtime=25.03
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 110166 0 0 0 2490 13 0 0 25 0 1 0 25868825 463646720 109680 4089446400 4194304 10345943 140735567193280 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 113195 109680 509 1502 0 111688 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 452780

[startup+51.101 s]
/proc/loadavg: 2.14 2.05 1.93 3/177 21254
/proc/meminfo: memFree=28998596/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=452780 CPUtime=50.63
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 110166 0 0 0 5050 13 0 0 25 0 1 0 25868825 463646720 109680 4089446400 4194304 10345943 140735567193280 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 113195 109680 509 1502 0 111688 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 452780

[startup+102.3 s]
/proc/loadavg: 2.10 2.06 1.94 3/177 21256
/proc/meminfo: memFree=28640548/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=101.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 207994 0 0 0 10160 24 0 0 25 0 1 0 25868825 837353472 197743 4089446400 4194304 10345943 140735567193280 18446744073709551615 6777441 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197743 759 1502 0 202925 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 817728

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 1.94 3/177 21257
/proc/meminfo: memFree=28635024/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=161.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208092 0 0 0 16156 28 0 0 25 0 1 0 25868825 837353472 197841 4089446400 4194304 10345943 140735567193280 18446744073709551615 6866262 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197841 761 1502 0 202925 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 817728

[startup+222.307 s]
/proc/loadavg: 2.01 2.03 1.94 3/177 21259
/proc/meminfo: memFree=28636480/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=221.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208094 0 0 0 22154 31 0 0 25 0 1 0 25868825 837353472 197843 4089446400 4194304 10345943 140735567193280 18446744073709551615 6702720 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197843 761 1502 0 202925 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 817728

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 1.94 3/177 21260
/proc/meminfo: memFree=28642160/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=281.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208094 0 0 0 28150 34 0 0 25 0 1 0 25868825 837353472 197843 4089446400 4194304 10345943 140735567193280 18446744073709551615 6864730 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197843 761 1502 0 202925 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 817728

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 1.94 3/177 21262
/proc/meminfo: memFree=28636312/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=341.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208108 0 0 0 34148 36 0 0 25 0 1 0 25868825 837353472 197857 4089446400 4194304 10345943 140735567193280 18446744073709551615 6756392 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197857 772 1502 0 202925 0
Current children cumulated CPU time (s) 341.84
Current children cumulated vsize (KiB) 817728

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 21264
/proc/meminfo: memFree=28635660/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=401.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208108 0 0 0 40145 39 0 0 25 0 1 0 25868825 837353472 197857 4089446400 4194304 10345943 140735567193280 18446744073709551615 6756379 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197857 772 1502 0 202925 0
Current children cumulated CPU time (s) 401.84
Current children cumulated vsize (KiB) 817728

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 21265
/proc/meminfo: memFree=28634644/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=461.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208108 0 0 0 46144 40 0 0 25 0 1 0 25868825 837353472 197857 4089446400 4194304 10345943 140735567193280 18446744073709551615 6864656 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197857 772 1502 0 202925 0
Current children cumulated CPU time (s) 461.84
Current children cumulated vsize (KiB) 817728

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21267
/proc/meminfo: memFree=28633248/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=521.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208109 0 0 0 52142 42 0 0 25 0 1 0 25868825 837353472 197858 4089446400 4194304 10345943 140735567193280 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197858 772 1502 0 202925 0
Current children cumulated CPU time (s) 521.84
Current children cumulated vsize (KiB) 817728

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21268
/proc/meminfo: memFree=28630240/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=581.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208112 0 0 0 58140 44 0 0 25 0 1 0 25868825 837353472 197861 4089446400 4194304 10345943 140735567193280 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197861 772 1502 0 202925 0
Current children cumulated CPU time (s) 581.84
Current children cumulated vsize (KiB) 817728

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21272
/proc/meminfo: memFree=28631084/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=817728 CPUtime=641.84
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208112 0 0 0 64138 46 0 0 25 0 1 0 25868825 837353472 197861 4089446400 4194304 10345943 140735567193280 18446744073709551615 5031150 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204432 197861 772 1502 0 202925 0
Current children cumulated CPU time (s) 641.84
Current children cumulated vsize (KiB) 817728

[startup+702.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 21278
/proc/meminfo: memFree=28625924/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=818996 CPUtime=821.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208643 0 0 0 82132 53 0 0 25 0 1 0 25868825 838651904 198392 4089446400 4194304 10345943 140735567193280 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204749 198392 772 1502 0 203242 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 818996

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21279
/proc/meminfo: memFree=28625780/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=818996 CPUtime=881.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208644 0 0 0 88130 55 0 0 25 0 1 0 25868825 838651904 198393 4089446400 4194304 10345943 140735567193280 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204749 198393 772 1502 0 203242 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 818996

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21281
/proc/meminfo: memFree=28623652/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=818996 CPUtime=941.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208647 0 0 0 94128 57 0 0 25 0 1 0 25868825 838651904 198396 4089446400 4194304 10345943 140735567193280 18446744073709551615 6702700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204749 198396 772 1502 0 203242 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 818996

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21283
/proc/meminfo: memFree=28624248/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=818996 CPUtime=1001.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208647 0 0 0 100127 58 0 0 25 0 1 0 25868825 838651904 198396 4089446400 4194304 10345943 140735567193280 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204749 198396 772 1502 0 203242 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 818996

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21284
/proc/meminfo: memFree=28615288/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=818996 CPUtime=1061.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208648 0 0 0 106124 61 0 0 25 0 1 0 25868825 838651904 198397 4089446400 4194304 10345943 140735567193280 18446744073709551615 6119719 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204749 198397 772 1502 0 203242 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 818996

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21286
/proc/meminfo: memFree=28602980/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=818996 CPUtime=1121.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208650 0 0 0 112122 63 0 0 25 0 1 0 25868825 838651904 198399 4089446400 4194304 10345943 140735567193280 18446744073709551615 8160361 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204749 198399 772 1502 0 203242 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 818996

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 21287
/proc/meminfo: memFree=28593904/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=818996 CPUtime=1181.85
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208651 0 0 0 118120 65 0 0 25 0 1 0 25868825 838651904 198400 4089446400 4194304 10345943 140735567193280 18446744073709551615 6804106 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204749 198400 772 1502 0 203242 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 818996

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 21289
/proc/meminfo: memFree=28585188/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=819916 CPUtime=1241.86
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 208930 0 0 0 124118 68 0 0 25 0 1 0 25868825 839593984 198679 4089446400 4194304 10345943 140735567193280 18446744073709551615 6108031 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 204979 198679 772 1502 0 203472 0
Current children cumulated CPU time (s) 1241.86
Current children cumulated vsize (KiB) 819916

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 21291
/proc/meminfo: memFree=28566928/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=837428 CPUtime=1301.86
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 213151 0 0 0 130116 70 0 0 25 0 1 0 25868825 857526272 202900 4089446400 4194304 10345943 140735567193280 18446744073709551615 6003097 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 209357 202900 772 1502 0 207850 0
Current children cumulated CPU time (s) 1301.86
Current children cumulated vsize (KiB) 837428

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/177 21292
/proc/meminfo: memFree=28547188/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=850200 CPUtime=1361.86
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 240741 0 0 0 136111 75 0 0 25 0 1 0 25868825 870604800 206013 4089446400 4194304 10345943 140735567193280 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 212550 206013 772 1502 0 211043 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 850200

[startup+1422.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/177 21294
/proc/meminfo: memFree=28527576/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=865028 CPUtime=1421.87
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 244440 0 0 0 142109 78 0 0 25 0 1 0 25868825 885788672 209712 4089446400 4194304 10345943 140735567193280 18446744073709551615 6847557 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 216257 209712 772 1502 0 214750 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 865028

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 21295
/proc/meminfo: memFree=28505984/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=884116 CPUtime=1481.86
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 249377 0 0 0 148106 80 0 0 25 0 1 0 25868825 905334784 214649 4089446400 4194304 10345943 140735567193280 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 221029 214649 772 1502 0 219522 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 884116

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21297
/proc/meminfo: memFree=28474964/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=896972 CPUtime=1541.87
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 252678 0 0 0 154105 82 0 0 25 0 1 0 25868825 918499328 217950 4089446400 4194304 10345943 140735567193280 18446744073709551615 4881982 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 224243 217950 772 1502 0 222736 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 896972

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21299
/proc/meminfo: memFree=28451128/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=909672 CPUtime=1601.86
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 260287 0 0 0 160101 85 0 0 25 0 1 0 25868825 931504128 220795 4089446400 4194304 10345943 140735567193280 18446744073709551615 6520285 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 227418 220795 772 1502 0 225911 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 909672

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21300
/proc/meminfo: memFree=28435476/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=921272 CPUtime=1661.86
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 263520 0 0 0 166099 87 0 0 25 0 1 0 25868825 943382528 224028 4089446400 4194304 10345943 140735567193280 18446744073709551615 6518604 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 230318 224028 772 1502 0 228811 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 921272

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21302
/proc/meminfo: memFree=28414244/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=937044 CPUtime=1721.86
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 267305 0 0 0 172097 89 0 0 25 0 1 0 25868825 959533056 227813 4089446400 4194304 10345943 140735567193280 18446744073709551615 6777168 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 234261 227813 772 1502 0 232754 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 937044

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 21303
/proc/meminfo: memFree=28389540/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=953164 CPUtime=1781.87
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 271497 0 0 0 178095 92 0 0 25 0 1 0 25868825 976039936 232005 4089446400 4194304 10345943 140735567193280 18446744073709551615 6756372 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21252/statm: 238291 232005 772 1502 0 236784 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 953164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.07 2.02 1.96 3/177 21331
/proc/meminfo: memFree=28631088/32951132 swapFree=67111528/67111528
[pid=21252] ppid=21250 vsize=953164 CPUtime=1800.07
/proc/21252/stat : 21252 (pbscip.linux.x8) R 21250 21252 20861 0 -1 4202496 271498 0 0 0 179915 92 0 0 25 0 1 0 25868825 976039936 232006 4089446400 4194304 10345943 140735567193280 18446744073709551615 9138564 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21252/statm: 238291 232006 773 1502 0 236784 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 953164

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.54
CPU time (s): 1800.11
CPU user time (s): 1799.15
CPU system time (s): 0.960853
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 953164

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

runsolver used 2.95955 second user time and 5.63614 second system time

The end

Launcher Data

Begin job on node129 at 2010-07-08 10:09:10
IDJOB=2705358
IDBENCH=79117
IDSOLVER=1214
FILE ID=node129/2705358-1278576549
PBS_JOBID= 11240196
Free space on /tmp= 73776 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-elf.rf9.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-2705358-1278576549/watcher-2705358-1278576549 -o /tmp/evaluation-result-2705358-1278576549/solver-2705358-1278576549 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705358-1278576549.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6a96f81305bc31f40e2a7aa9c05b46b1
RANDOM SEED=1419837013

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.836
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.836
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	: 5311.72
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.836
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.82
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.836
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.836
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29488004 kB
Buffers:        154252 kB
Cached:        2944652 kB
SwapCached:          0 kB
Active:        1411116 kB
Inactive:      1896764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29488004 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28532 kB
Writeback:           0 kB
AnonPages:      208908 kB
Mapped:          17124 kB
Slab:            91204 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   358500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73764 MiB
End job on node129 at 2010-07-08 10:39:14