Trace number 2705404

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.09 1800.04

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j90/
normalized-j9012_2-unsat--soft-0-100-0.wbo
MD5SUM8bd2f65235f3af45c97c31b97ecfa9a1
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark4.16237
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12922
Total number of constraints40512
Number of soft constraints40512
Number of constraints which are clauses40232
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints280
Minimum length of a constraint1
Maximum length of a constraint69
Top cost 2047706
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2047705
Biggest number in a constraint 102
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 504
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-2705404-1278576552.wbo>
0.39/0.44	c original problem has 93946 variables (53434 bin, 0 int, 40512 impl, 0 cont) and 81025 constraints
0.39/0.44	c problem read
0.39/0.44	c presolving settings loaded
19.59/19.61	o 2047705
19.59/19.61	c feasible solution found by trivial heuristic, objective value  2.047705e+06
19.59/19.61	c presolving:
28.30/28.31	c    (27.9s) probing: 694/53434 (1.3%) - 0 fixings, 0 aggregations, 248 implications, 0 bound changes
28.30/28.31	c    (27.9s) probing aborted: 100/100 successive totally useless probings
28.30/28.31	c (round 1) 0 del vars, 1 del conss, 40512 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 496 impls, 0 clqs
28.39/28.47	c (round 2) 0 del vars, 1 del conss, 40512 chg bounds, 0 chg sides, 0 chg coeffs, 536 upgd conss, 496 impls, 0 clqs
28.60/28.67	c    (28.2s) probing: 704/53434 (1.3%) - 0 fixings, 0 aggregations, 248 implications, 0 bound changes
28.60/28.67	c    (28.2s) probing aborted: 100/100 successive totally useless probings
28.60/28.67	c presolving (3 rounds):
28.60/28.67	c  0 deleted vars, 1 deleted constraints, 40512 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
28.60/28.67	c  82888 implications, 0 cliques
28.60/28.67	c presolved problem has 93946 variables (53434 bin, 0 int, 40512 impl, 0 cont) and 81024 constraints
28.60/28.67	c     536 constraints of type <varbound>
28.60/28.67	c   39976 constraints of type <linear>
28.60/28.67	c   40512 constraints of type <indicator>
28.60/28.67	c transformed objective value is always integral (scale: 1)
28.60/28.67	c Presolving Time: 27.96
28.60/28.67	c - non default parameters ----------------------------------------------------------------------
28.60/28.67	c # SCIP version 1.2.1.3
28.60/28.67	c 
28.60/28.67	c # frequency for displaying node information lines
28.60/28.67	c # [type: int, range: [-1,2147483647], default: 100]
28.60/28.67	c display/freq = 10000
28.60/28.67	c 
28.60/28.67	c # maximal time in seconds to run
28.60/28.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
28.60/28.67	c limits/time = 1789.56
28.60/28.67	c 
28.60/28.67	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
28.60/28.67	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
28.60/28.67	c limits/memory = 3420
28.60/28.67	c 
28.60/28.67	c # default clock type (1: CPU user seconds, 2: wall clock time)
28.60/28.67	c # [type: int, range: [1,2], default: 1]
28.60/28.67	c timing/clocktype = 2
28.60/28.67	c 
28.60/28.67	c # should presolving try to simplify inequalities
28.60/28.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
28.60/28.67	c constraints/linear/simplifyinequalities = TRUE
28.60/28.67	c 
28.60/28.67	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
28.60/28.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
28.60/28.67	c constraints/indicator/addCouplingCons = TRUE
28.60/28.67	c 
28.60/28.67	c # should presolving try to simplify knapsacks
28.60/28.67	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
28.60/28.67	c constraints/knapsack/simplifyinequalities = TRUE
28.60/28.67	c 
28.60/28.67	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
28.60/28.67	c # [type: int, range: [-1,2147483647], default: -1]
28.60/28.67	c separating/rapidlearning/freq = 0
28.60/28.67	c 
28.60/28.67	c -----------------------------------------------------------------------------------------------
28.60/28.67	c start solving
28.69/28.70	c 
28.89/28.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
28.89/28.93	c t28.5s|     1 |     0 |     0 |     - | 306M|   0 |   0 |  93k|  81k|  93k|   0 |   0 |   0 |   0 | 0.000000e+00 | 2.047705e+06 |    Inf 
28.89/28.98	c  28.5s|     1 |     0 |   181 |     - | 306M|   0 |   0 |  93k|  81k|  93k| 314 | 314 |   0 |   0 | 0.000000e+00 | 2.047705e+06 |    Inf 
28.99/29.02	c  28.6s|     1 |     0 |   381 |     - | 306M|   0 |   0 |  93k|  81k|  93k| 514 | 514 |   0 |   0 | 0.000000e+00 | 2.047705e+06 |    Inf 
28.99/29.07	c  28.6s|     1 |     0 |   581 |     - | 307M|   0 |   0 |  93k|  81k|  93k| 714 | 714 |   0 |   0 | 0.000000e+00 | 2.047705e+06 |    Inf 
29.09/29.12	c  28.7s|     1 |     0 |   672 |     - | 307M|   0 |   0 |  93k|  81k|  93k| 805 | 805 |   0 |   0 | 0.000000e+00 | 2.047705e+06 |    Inf 
29.09/29.17	c  28.7s|     1 |     2 |   672 |     - | 307M|   0 |   0 |  93k|  81k|  93k| 805 | 805 |   0 |   0 | 0.000000e+00 | 2.047705e+06 |    Inf 
168.30/168.37	o 2021506
168.30/168.37	c y 168s|  2579 |  2578 |   684 |   0.0 | 372M|2577 |   - |  93k|  81k|   0 |   0 | 819 |   0 |   0 | 0.000000e+00 | 2.021506e+06 |    Inf 
585.11/585.13	c   585s| 10000 | 10001 |  1063 |   0.0 | 554M|2577 |   0 |  93k|  81k|  93k| 933 |1195 |   0 |   0 | 0.000000e+00 | 2.021506e+06 |    Inf 
1176.13/1176.15	c  1176s| 20000 | 20001 |  2825 |   0.1 | 796M|2577 |   0 |  93k|  81k|  93k| 889 |2956 |   0 |   0 | 0.000000e+00 | 2.021506e+06 |    Inf 
1790.04/1790.05	c 
1790.04/1790.05	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.05	c Solving Time (sec) : 1789.61
1790.04/1790.05	c Solving Nodes      : 29905
1790.04/1790.05	c Primal Bound       : +2.02150600000000e+06 (6 solutions)
1790.04/1790.05	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.05	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-2705404-1278576552/watcher-2705404-1278576552 -o /tmp/evaluation-result-2705404-1278576552/solver-2705404-1278576552 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705404-1278576552.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: 1.96 2.02 1.94 4/182 21671
/proc/meminfo: memFree=29562016/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=12512 CPUtime=0
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 1975 0 0 0 0 0 0 0 22 0 1 0 25868522 12812288 1894 4089446400 4194304 10345943 140735223656496 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21671/statm: 3128 1894 429 1502 0 1621 0

[startup+0.07099 s]
/proc/loadavg: 1.96 2.02 1.94 4/182 21671
/proc/meminfo: memFree=29562016/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=35608 CPUtime=0.06
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 7730 0 0 0 6 0 0 0 22 0 1 0 25868522 36462592 7649 4089446400 4194304 10345943 140735223656496 18446744073709551615 9085810 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21671/statm: 8902 7649 430 1502 0 7395 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35608

[startup+0.101025 s]
/proc/loadavg: 1.96 2.02 1.94 4/182 21671
/proc/meminfo: memFree=29562016/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=43268 CPUtime=0.09
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 9660 0 0 0 8 1 0 0 22 0 1 0 25868522 44306432 9579 4089446400 4194304 10345943 140735223656496 18446744073709551615 4730225 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21671/statm: 10817 9579 430 1502 0 9310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43268

[startup+0.300997 s]
/proc/loadavg: 1.96 2.02 1.94 4/182 21671
/proc/meminfo: memFree=29562016/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=96552 CPUtime=0.29
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 22958 0 0 0 27 2 0 0 22 0 1 0 25868522 98869248 22854 4089446400 4194304 10345943 140735223656496 18446744073709551615 9134648 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21671/statm: 24138 22854 430 1502 0 22631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96552

[startup+0.700955 s]
/proc/loadavg: 1.96 2.02 1.94 4/182 21671
/proc/meminfo: memFree=29562016/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=279480 CPUtime=0.69
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 68611 0 0 0 62 7 0 0 24 0 1 0 25868522 286187520 68117 4089446400 4194304 10345943 140735223656496 18446744073709551615 6326861 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21671/statm: 69870 68117 484 1502 0 68363 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 279480

[startup+1.50078 s]
/proc/loadavg: 1.96 2.02 1.94 3/183 21672
/proc/meminfo: memFree=29258704/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=317356 CPUtime=1.49
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 76570 0 0 0 142 7 0 0 25 0 1 0 25868522 324972544 76076 4089446400 4194304 10345943 140735223656496 18446744073709551615 9138377 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21671/statm: 79339 76076 509 1502 0 77832 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 317356

[startup+3.10053 s]
/proc/loadavg: 1.96 2.02 1.94 3/183 21672
/proc/meminfo: memFree=29258704/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=317356 CPUtime=3.09
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 76570 0 0 0 302 7 0 0 25 0 1 0 25868522 324972544 76076 4089446400 4194304 10345943 140735223656496 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21671/statm: 79339 76076 509 1502 0 77832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 317356

[startup+6.30093 s]
/proc/loadavg: 2.04 2.03 1.94 3/183 21672
/proc/meminfo: memFree=29259216/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=317356 CPUtime=6.29
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 76570 0 0 0 622 7 0 0 25 0 1 0 25868522 324972544 76076 4089446400 4194304 10345943 140735223656496 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21671/statm: 79339 76076 509 1502 0 77832 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 317356

[startup+12.7008 s]
/proc/loadavg: 2.04 2.03 1.94 3/183 21672
/proc/meminfo: memFree=29259760/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=317356 CPUtime=12.69
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 76570 0 0 0 1262 7 0 0 25 0 1 0 25868522 324972544 76076 4089446400 4194304 10345943 140735223656496 18446744073709551615 9138556 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21671/statm: 79339 76076 509 1502 0 77832 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 317356

[startup+25.5005 s]
/proc/loadavg: 2.03 2.03 1.94 3/183 21672
/proc/meminfo: memFree=29250776/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=325988 CPUtime=25.5
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 80624 0 0 0 2542 8 0 0 25 0 1 0 25868522 333811712 78459 4089446400 4194304 10345943 140735223656496 18446744073709551615 4882075 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21671/statm: 81497 78459 561 1502 0 79990 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 325988

[startup+51.101 s]
/proc/loadavg: 2.18 2.06 1.95 3/183 21673
/proc/meminfo: memFree=29172916/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=408264 CPUtime=51.09
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 117601 0 0 0 5097 12 0 0 25 0 1 0 25868522 418062336 98016 4089446400 4194304 10345943 140735223656496 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21671/statm: 102066 98016 706 1502 0 100559 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 408264

[startup+102.307 s]
/proc/loadavg: 2.08 2.05 1.95 3/183 21674
/proc/meminfo: memFree=29112388/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=431276 CPUtime=102.29
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 140630 0 0 0 10214 15 0 0 25 0 1 0 25868522 441626624 103633 4089446400 4194304 10345943 140735223656496 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 107819 103633 706 1502 0 106312 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 431276

[startup+162.301 s]
/proc/loadavg: 2.12 2.07 1.96 3/183 21676
/proc/meminfo: memFree=28717896/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=460368 CPUtime=162.29
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 165351 0 0 0 16209 20 0 0 25 0 1 0 25868522 471416832 110942 4089446400 4194304 10345943 140735223656496 18446744073709551615 4999678 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 115092 110942 708 1502 0 113585 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 460368

[startup+222.301 s]
/proc/loadavg: 2.10 2.07 1.97 3/183 21678
/proc/meminfo: memFree=28691332/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=489836 CPUtime=222.3
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 261191 0 0 0 22198 32 0 0 25 0 1 0 25868522 501592064 117611 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 122459 117611 719 1502 0 120952 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 489836

[startup+282.301 s]
/proc/loadavg: 2.18 2.08 1.98 3/183 21679
/proc/meminfo: memFree=28664024/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=517520 CPUtime=282.29
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 286285 0 0 0 28194 35 0 0 25 0 1 0 25868522 529940480 124556 4089446400 4194304 10345943 140735223656496 18446744073709551615 6002399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 129380 124556 719 1502 0 127873 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 517520

[startup+342.301 s]
/proc/loadavg: 2.10 2.08 1.98 3/183 21681
/proc/meminfo: memFree=28497216/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=683228 CPUtime=342.3
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 334125 0 0 0 34189 41 0 0 25 0 1 0 25868522 699625472 165920 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 170807 165920 719 1502 0 169300 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 683228

[startup+402.3 s]
/proc/loadavg: 2.03 2.06 1.98 3/183 21682
/proc/meminfo: memFree=28496568/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=683228 CPUtime=402.3
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 334440 0 0 0 40188 42 0 0 25 0 1 0 25868522 699625472 166235 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 170807 166235 719 1502 0 169300 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 683228

[startup+462.301 s]
/proc/loadavg: 2.01 2.05 1.98 3/183 21684
/proc/meminfo: memFree=28496664/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=683228 CPUtime=462.3
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 334444 0 0 0 46188 42 0 0 25 0 1 0 25868522 699625472 166239 4089446400 4194304 10345943 140735223656496 18446744073709551615 4999669 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 170807 166239 719 1502 0 169300 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 683228

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 1.98 3/183 21686
/proc/meminfo: memFree=28494648/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=683228 CPUtime=522.31
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 360308 0 0 0 52185 46 0 0 25 0 1 0 25868522 699625472 166581 4089446400 4194304 10345943 140735223656496 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 170807 166581 719 1502 0 169300 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 683228

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/183 21690
/proc/meminfo: memFree=28493620/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=683228 CPUtime=582.31
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 360312 0 0 0 58185 46 0 0 25 0 1 0 25868522 699625472 166585 4089446400 4194304 10345943 140735223656496 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 170807 166585 719 1502 0 169300 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 683228

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/183 21692
/proc/meminfo: memFree=28493736/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=683228 CPUtime=642.31
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 360316 0 0 0 64185 46 0 0 25 0 1 0 25868522 699625472 166589 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 170807 166589 719 1502 0 169300 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 683228

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 21697
/proc/meminfo: memFree=28411308/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=769976 CPUtime=822.32
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 380979 0 0 0 82180 52 0 0 25 0 1 0 25868522 788455424 187252 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 192494 187252 719 1502 0 190987 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 769976

[startup+882.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 21698
/proc/meminfo: memFree=28385376/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=794012 CPUtime=882.31
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 426859 0 0 0 88173 58 0 0 25 0 1 0 25868522 813068288 193673 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 198503 193673 719 1502 0 196996 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 794012

[startup+942.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 21700
/proc/meminfo: memFree=28365124/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=814616 CPUtime=942.31
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 432105 0 0 0 94172 59 0 0 25 0 1 0 25868522 834166784 198919 4089446400 4194304 10345943 140735223656496 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 203654 198919 719 1502 0 202147 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 814616

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 21701
/proc/meminfo: memFree=28336824/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=843052 CPUtime=1002.32
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 439121 0 0 0 100171 61 0 0 25 0 1 0 25868522 863285248 205935 4089446400 4194304 10345943 140735223656496 18446744073709551615 4454095 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 210763 205935 719 1502 0 209256 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 843052

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21703
/proc/meminfo: memFree=28305672/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=872428 CPUtime=1062.32
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 446961 0 0 0 106169 63 0 0 25 0 1 0 25868522 893366272 213775 4089446400 4194304 10345943 140735223656496 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 218107 213775 719 1502 0 216600 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 872428

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21705
/proc/meminfo: memFree=28288156/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=891868 CPUtime=1122.32
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 451323 0 0 0 112168 64 0 0 25 0 1 0 25868522 913272832 218137 4089446400 4194304 10345943 140735223656496 18446744073709551615 6702751 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 222967 218137 719 1502 0 221460 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 891868

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 21706
/proc/meminfo: memFree=28265308/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=915084 CPUtime=1182.32
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 457069 0 0 0 118165 67 0 0 25 0 1 0 25868522 937046016 223883 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 228771 223883 719 1502 0 227264 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 915084

[startup+1242.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 21708
/proc/meminfo: memFree=28240216/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=939664 CPUtime=1242.32
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 463186 0 0 0 124164 68 0 0 25 0 1 0 25868522 962215936 230000 4089446400 4194304 10345943 140735223656496 18446744073709551615 4696431 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 234916 230000 719 1502 0 233409 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 939664

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 21709
/proc/meminfo: memFree=28212664/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=966944 CPUtime=1302.33
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 470008 0 0 0 130164 69 0 0 25 0 1 0 25868522 990150656 236822 4089446400 4194304 10345943 140735223656496 18446744073709551615 4999613 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 241736 236822 719 1502 0 240229 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 966944

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 21711
/proc/meminfo: memFree=28185224/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=995240 CPUtime=1362.33
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 477223 0 0 0 136161 72 0 0 25 0 1 0 25868522 1019125760 244037 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 248810 244037 719 1502 0 247303 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 995240

[startup+1422.31 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 21713
/proc/meminfo: memFree=28165728/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1013884 CPUtime=1422.33
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 481703 0 0 0 142160 73 0 0 25 0 1 0 25868522 1038217216 248517 4089446400 4194304 10345943 140735223656496 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 253471 248517 719 1502 0 251964 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1013884

[startup+1482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 21714
/proc/meminfo: memFree=28138296/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1042944 CPUtime=1482.33
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 488623 0 0 0 148158 75 0 0 25 0 1 0 25868522 1067974656 255437 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749699 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 260736 255437 719 1502 0 259229 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1042944

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 21716
/proc/meminfo: memFree=28112464/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1068964 CPUtime=1542.33
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 495008 0 0 0 154157 76 0 0 25 0 1 0 25868522 1094619136 261822 4089446400 4194304 10345943 140735223656496 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 267241 261822 719 1502 0 265734 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1068964

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 21717
/proc/meminfo: memFree=28086032/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1097128 CPUtime=1602.34
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 501761 0 0 0 160156 78 0 0 25 0 1 0 25868522 1123459072 268575 4089446400 4194304 10345943 140735223656496 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 274282 268575 719 1502 0 272775 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1097128

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 21719
/proc/meminfo: memFree=28066656/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1116304 CPUtime=1662.33
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 522025 0 0 0 166152 81 0 0 25 0 1 0 25868522 1143095296 273261 4089446400 4194304 10345943 140735223656496 18446744073709551615 6871480 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 279076 273261 719 1502 0 277569 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1116304

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 21721
/proc/meminfo: memFree=28040968/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1141108 CPUtime=1722.33
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 528474 0 0 0 172150 83 0 0 25 0 1 0 25868522 1168494592 279710 4089446400 4194304 10345943 140735223656496 18446744073709551615 5012734 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 285277 279710 719 1502 0 283770 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1141108

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 21722
/proc/meminfo: memFree=28016136/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1165220 CPUtime=1782.34
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 534563 0 0 0 178149 85 0 0 25 0 1 0 25868522 1193185280 285799 4089446400 4194304 10345943 140735223656496 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21671/statm: 291305 285799 719 1502 0 289798 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1165220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.92 2.00 1.99 3/183 21751
/proc/meminfo: memFree=28891780/32951124 swapFree=67111528/67111528
[pid=21671] ppid=21669 vsize=1167240 CPUtime=1800.04
/proc/21671/stat : 21671 (pbscip.linux.x8) R 21669 21671 21226 0 -1 4202496 535077 0 0 0 179919 85 0 0 25 0 1 0 25868522 1195253760 286313 4089446400 4194304 10345943 140735223656496 18446744073709551615 4246430 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21671/statm: 291810 286313 719 1502 0 290303 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1167240

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.09
CPU user time (s): 1799.2
CPU system time (s): 0.888864
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1170212

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

runsolver used 3.18252 second user time and 6.62999 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-08 10:09:12
IDJOB=2705404
IDBENCH=79132
IDSOLVER=1214
FILE ID=node132/2705404-1278576552
PBS_JOBID= 11240191
Free space on /tmp= 73564 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/PB10/oliveras/j90/normalized-j9012_2-unsat--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-2705404-1278576552/watcher-2705404-1278576552 -o /tmp/evaluation-result-2705404-1278576552/solver-2705404-1278576552 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705404-1278576552.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 8bd2f65235f3af45c97c31b97ecfa9a1
RANDOM SEED=471054735

node132.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.830
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.66
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.830
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.830
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.830
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.82
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.830
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.830
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.830
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.74
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.830
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:     32951124 kB
MemFree:      29562544 kB
Buffers:        149184 kB
Cached:        2512432 kB
SwapCached:          0 kB
Active:        1463192 kB
Inactive:      1764280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29562544 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           29636 kB
Writeback:           0 kB
AnonPages:      565416 kB
Mapped:          16560 kB
Slab:            97108 kB
PageTables:       5792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   719652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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