Trace number 2705370

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

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Icl2arity.ucl--soft-0-100-0.wbo
MD5SUMaf77e5b9f76b81b38ad3f17f480b54ba
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 benchmark148.553
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables23837
Total number of constraints67568
Number of soft constraints67568
Number of constraints which are clauses64398
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3170
Minimum length of a constraint1
Maximum length of a constraint13
Top cost 3417467
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3417466
Biggest number in a constraint 66
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
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-2705370-1278576549.wbo>
0.69/0.75	c original problem has 158973 variables (91405 bin, 0 int, 67568 impl, 0 cont) and 135137 constraints
0.69/0.75	c problem read
0.69/0.75	c presolving settings loaded
101.39/101.41	o 3417466
101.39/101.41	c feasible solution found by trivial heuristic, objective value  3.417466e+06
101.39/101.41	c presolving:
101.59/101.62	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 1585 chg sides, 3170 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
101.79/101.83	c (round 2) 0 del vars, 1 del conss, 67568 chg bounds, 1585 chg sides, 3170 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
105.29/105.31	c    (104.6s) probing: 101/91405 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
105.29/105.31	c    (104.6s) probing aborted: 100/100 successive totally useless probings
105.29/105.33	c presolving (3 rounds):
105.29/105.33	c  0 deleted vars, 1 deleted constraints, 67568 tightened bounds, 0 added holes, 1585 changed sides, 3170 changed coefficients
105.29/105.33	c  131966 implications, 0 cliques
105.29/105.33	c presolved problem has 158973 variables (91405 bin, 0 int, 67568 impl, 0 cont) and 135136 constraints
105.29/105.33	c       1 constraints of type <varbound>
105.29/105.33	c   67567 constraints of type <linear>
105.29/105.33	c   67568 constraints of type <indicator>
105.29/105.33	c transformed objective value is always integral (scale: 1)
105.29/105.33	c Presolving Time: 104.13
105.29/105.33	c - non default parameters ----------------------------------------------------------------------
105.29/105.33	c # SCIP version 1.2.1.3
105.29/105.33	c 
105.29/105.33	c # frequency for displaying node information lines
105.29/105.33	c # [type: int, range: [-1,2147483647], default: 100]
105.29/105.33	c display/freq = 10000
105.29/105.33	c 
105.29/105.33	c # maximal time in seconds to run
105.29/105.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
105.29/105.33	c limits/time = 1789.25
105.29/105.33	c 
105.29/105.33	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
105.29/105.33	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
105.29/105.33	c limits/memory = 3420
105.29/105.33	c 
105.29/105.33	c # default clock type (1: CPU user seconds, 2: wall clock time)
105.29/105.33	c # [type: int, range: [1,2], default: 1]
105.29/105.33	c timing/clocktype = 2
105.29/105.33	c 
105.29/105.33	c # should presolving try to simplify inequalities
105.29/105.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
105.29/105.33	c constraints/linear/simplifyinequalities = TRUE
105.29/105.33	c 
105.29/105.33	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
105.29/105.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
105.29/105.33	c constraints/indicator/addCouplingCons = TRUE
105.29/105.33	c 
105.29/105.33	c # should presolving try to simplify knapsacks
105.29/105.33	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
105.29/105.33	c constraints/knapsack/simplifyinequalities = TRUE
105.29/105.33	c 
105.29/105.33	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
105.29/105.33	c # [type: int, range: [-1,2147483647], default: -1]
105.29/105.33	c separating/rapidlearning/freq = 0
105.29/105.33	c 
105.29/105.33	c -----------------------------------------------------------------------------------------------
105.29/105.33	c start solving
105.39/105.40	c 
105.89/105.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
105.89/105.92	c t 105s|     1 |     0 |     0 |     - | 515M|   0 |   0 | 158k| 135k| 158k|   0 |   0 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
105.99/106.00	c   105s|     1 |     0 |   201 |     - | 515M|   0 |  15 | 158k| 135k| 158k| 201 | 201 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
106.59/106.68	c   106s|     1 |     0 |   333 |     - | 515M|   0 |   2 | 158k| 135k| 158k| 407 | 407 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
107.29/107.32	c   107s|     1 |     0 |   533 |     - | 515M|   0 |  34 | 158k| 135k| 158k| 609 | 609 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
108.80/108.81	c   108s|     1 |     0 |   793 |     - | 516M|   0 | 271 | 158k| 135k| 158k| 833 | 833 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
111.79/111.82	c   111s|     1 |     0 |  1037 |     - | 517M|   0 | 359 | 158k| 135k| 158k|1065 |1065 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
115.09/115.17	c   114s|     1 |     0 |  1302 |     - | 519M|   0 | 545 | 158k| 135k| 158k|1298 |1298 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
118.89/118.96	c   118s|     1 |     0 |  1594 |     - | 519M|   0 | 547 | 158k| 135k| 158k|1536 |1536 |   0 |   0 | 0.000000e+00 | 3.417466e+06 |    Inf 
121.29/121.34	c   121s|     1 |     2 |  1594 |     - | 521M|   0 | 547 | 158k| 135k| 158k|1536 |1536 |   0 |  33 | 0.000000e+00 | 3.417466e+06 |    Inf 
1790.03/1790.02	c 
1790.03/1790.02	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.02	c Solving Time (sec) : 1789.26
1790.03/1790.02	c Solving Nodes      : 4519
1790.03/1790.02	c Primal Bound       : +3.41746600000000e+06 (3 solutions)
1790.03/1790.02	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.02	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705370-1278576549/watcher-2705370-1278576549 -o /tmp/evaluation-result-2705370-1278576549/solver-2705370-1278576549 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705370-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.04 2.03 1.94 2/177 21661
/proc/meminfo: memFree=30081548/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=12524 CPUtime=0
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 1969 0 0 0 0 0 0 0 23 0 1 0 25868242 12824576 1887 4089446400 4194304 10345943 140733595281680 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21661/statm: 3131 1892 429 1502 0 1624 0

[startup+0.0673971 s]
/proc/loadavg: 2.04 2.03 1.94 2/177 21661
/proc/meminfo: memFree=30081548/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=32212 CPUtime=0.06
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 6897 0 0 0 6 0 0 0 23 0 1 0 25868242 32985088 6815 4089446400 4194304 10345943 140733595281680 18446744073709551615 9134633 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21661/statm: 8053 6815 430 1502 0 6546 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32212

[startup+0.100438 s]
/proc/loadavg: 2.04 2.03 1.94 2/177 21661
/proc/meminfo: memFree=30081548/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=41032 CPUtime=0.09
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 9125 0 0 0 9 0 0 0 23 0 1 0 25868242 42016768 9043 4089446400 4194304 10345943 140733595281680 18446744073709551615 9191984 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21661/statm: 10258 9043 430 1502 0 8751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41032

[startup+0.300396 s]
/proc/loadavg: 2.04 2.03 1.94 2/177 21661
/proc/meminfo: memFree=30081548/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=95392 CPUtime=0.29
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 22675 0 0 0 27 2 0 0 23 0 1 0 25868242 97681408 22593 4089446400 4194304 10345943 140733595281680 18446744073709551615 9191984 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21661/statm: 23848 22593 430 1502 0 22341 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95392

[startup+0.700323 s]
/proc/loadavg: 2.04 2.03 1.94 2/177 21661
/proc/meminfo: memFree=30081548/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=201252 CPUtime=0.69
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 49034 0 0 0 63 6 0 0 25 0 1 0 25868242 206082048 48953 4089446400 4194304 10345943 140733595281680 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/21661/statm: 50313 48990 430 1502 0 48806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 201252

[startup+1.50118 s]
/proc/loadavg: 2.04 2.03 1.94 2/178 21662
/proc/meminfo: memFree=29700364/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=510380 CPUtime=1.49
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 124632 0 0 0 136 13 0 0 25 0 1 0 25868242 522629120 124160 4089446400 4194304 10345943 140733595281680 18446744073709551615 4601864 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/21661/statm: 127595 124160 504 1502 0 126088 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 510380

[startup+3.10084 s]
/proc/loadavg: 1.96 2.02 1.94 2/178 21662
/proc/meminfo: memFree=29577540/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=518144 CPUtime=3.09
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 126578 0 0 0 296 13 0 0 25 0 1 0 25868242 530579456 126106 4089446400 4194304 10345943 140733595281680 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 129536 126106 509 1502 0 128029 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 518144

[startup+6.30033 s]
/proc/loadavg: 1.96 2.02 1.94 3/183 21672
/proc/meminfo: memFree=29258704/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=518144 CPUtime=6.29
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 126578 0 0 0 616 13 0 0 25 0 1 0 25868242 530579456 126106 4089446400 4194304 10345943 140733595281680 18446744073709551615 9137947 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 129536 126106 509 1502 0 128029 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 518144

[startup+12.7012 s]
/proc/loadavg: 2.04 2.03 1.94 3/183 21672
/proc/meminfo: memFree=29259380/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=518144 CPUtime=12.69
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 126578 0 0 0 1256 13 0 0 25 0 1 0 25868242 530579456 126106 4089446400 4194304 10345943 140733595281680 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 129536 126106 509 1502 0 128029 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 518144

[startup+25.5009 s]
/proc/loadavg: 2.03 2.03 1.94 3/183 21672
/proc/meminfo: memFree=29251024/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=518144 CPUtime=25.49
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 126578 0 0 0 2536 13 0 0 25 0 1 0 25868242 530579456 126106 4089446400 4194304 10345943 140733595281680 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 129536 126106 509 1502 0 128029 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 518144

[startup+51.1003 s]
/proc/loadavg: 2.02 2.03 1.94 3/183 21673
/proc/meminfo: memFree=29173288/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=518144 CPUtime=51.09
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 126578 0 0 0 5095 14 0 0 25 0 1 0 25868242 530579456 126106 4089446400 4194304 10345943 140733595281680 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 129536 126106 509 1502 0 128029 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 518144

[startup+102.307 s]
/proc/loadavg: 2.08 2.05 1.95 3/183 21674
/proc/meminfo: memFree=29114000/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=556232 CPUtime=102.3
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 138002 0 0 0 10215 15 0 0 25 0 1 0 25868242 569581568 135895 4089446400 4194304 10345943 140733595281680 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 139058 135895 610 1502 0 137551 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 556232

[startup+162.301 s]
/proc/loadavg: 2.12 2.07 1.96 3/183 21676
/proc/meminfo: memFree=28719756/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=162.29
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236182 0 0 0 16200 29 0 0 25 0 1 0 25868242 959152128 226942 4089446400 4194304 10345943 140733595281680 18446744073709551615 6864707 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226942 773 1502 0 232661 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 936672

[startup+222.301 s]
/proc/loadavg: 2.10 2.07 1.97 3/183 21677
/proc/meminfo: memFree=28692572/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=222.3
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236183 0 0 0 22195 35 0 0 25 0 1 0 25868242 959152128 226943 4089446400 4194304 10345943 140733595281680 18446744073709551615 4694347 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226943 774 1502 0 232661 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 936672

[startup+282.301 s]
/proc/loadavg: 2.10 2.07 1.97 3/183 21679
/proc/meminfo: memFree=28665264/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=282.3
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236196 0 0 0 28194 36 0 0 25 0 1 0 25868242 959152128 226956 4089446400 4194304 10345943 140733595281680 18446744073709551615 6702772 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226956 775 1502 0 232661 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 936672

[startup+342.301 s]
/proc/loadavg: 2.10 2.08 1.98 3/183 21681
/proc/meminfo: memFree=28497092/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=342.3
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236197 0 0 0 34192 38 0 0 25 0 1 0 25868242 959152128 226957 4089446400 4194304 10345943 140733595281680 18446744073709551615 5031099 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226957 775 1502 0 232661 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 936672

[startup+402.301 s]
/proc/loadavg: 2.04 2.06 1.98 3/183 21682
/proc/meminfo: memFree=28496568/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=402.3
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236197 0 0 0 40191 39 0 0 25 0 1 0 25868242 959152128 226957 4089446400 4194304 10345943 140733595281680 18446744073709551615 6518703 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226957 775 1502 0 232661 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 936672

[startup+462.301 s]
/proc/loadavg: 2.01 2.05 1.98 3/183 21684
/proc/meminfo: memFree=28496664/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=462.3
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236199 0 0 0 46190 40 0 0 25 0 1 0 25868242 959152128 226959 4089446400 4194304 10345943 140733595281680 18446744073709551615 6566402 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226959 775 1502 0 232661 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 936672

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 1.98 3/183 21685
/proc/meminfo: memFree=28494648/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=522.3
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236200 0 0 0 52189 41 0 0 25 0 1 0 25868242 959152128 226960 4089446400 4194304 10345943 140733595281680 18446744073709551615 6785808 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226960 775 1502 0 232661 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 936672

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 1.98 3/183 21689
/proc/meminfo: memFree=28494004/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=582.31
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236200 0 0 0 58188 43 0 0 25 0 1 0 25868242 959152128 226960 4089446400 4194304 10345943 140733595281680 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226960 775 1502 0 232661 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 936672

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 1.98 3/183 21692
/proc/meminfo: memFree=28494108/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=642.31
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236200 0 0 0 64187 44 0 0 25 0 1 0 25868242 959152128 226960 4089446400 4194304 10345943 140733595281680 18446744073709551615 6777361 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226960 775 1502 0 232661 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 936672

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/183 21696
/proc/meminfo: memFree=28413292/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=822.31
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236203 0 0 0 82183 48 0 0 25 0 1 0 25868242 959152128 226963 4089446400 4194304 10345943 140733595281680 18446744073709551615 6566439 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226963 775 1502 0 232661 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 936672

[startup+882.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/183 21698
/proc/meminfo: memFree=28389592/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=882.31
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236203 0 0 0 88181 50 0 0 25 0 1 0 25868242 959152128 226963 4089446400 4194304 10345943 140733595281680 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226963 775 1502 0 232661 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 936672

[startup+942.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 21700
/proc/meminfo: memFree=28366116/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=942.32
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236204 0 0 0 94180 52 0 0 25 0 1 0 25868242 959152128 226964 4089446400 4194304 10345943 140733595281680 18446744073709551615 6520218 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226964 775 1502 0 232661 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 936672

[startup+1002.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 21701
/proc/meminfo: memFree=28337816/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1002.31
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236205 0 0 0 100178 53 0 0 25 0 1 0 25868242 959152128 226965 4089446400 4194304 10345943 140733595281680 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226965 775 1502 0 232661 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 936672

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21703
/proc/meminfo: memFree=28308772/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1062.32
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236206 0 0 0 106178 54 0 0 25 0 1 0 25868242 959152128 226966 4089446400 4194304 10345943 140733595281680 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226966 775 1502 0 232661 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 936672

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21704
/proc/meminfo: memFree=28289148/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1122.31
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236206 0 0 0 112176 55 0 0 25 0 1 0 25868242 959152128 226966 4089446400 4194304 10345943 140733595281680 18446744073709551615 7791904 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226966 775 1502 0 232661 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 936672

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 21706
/proc/meminfo: memFree=28266424/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1182.32
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236208 0 0 0 118176 56 0 0 25 0 1 0 25868242 959152128 226968 4089446400 4194304 10345943 140733595281680 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226968 775 1502 0 232661 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 936672

[startup+1242.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/183 21708
/proc/meminfo: memFree=28241208/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1242.32
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236209 0 0 0 124174 58 0 0 25 0 1 0 25868242 959152128 226969 4089446400 4194304 10345943 140733595281680 18446744073709551615 6756352 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 226969 775 1502 0 232661 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 936672

[startup+1302.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 21709
/proc/meminfo: memFree=28212664/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1302.32
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236407 0 0 0 130173 59 0 0 25 0 1 0 25868242 959152128 227167 4089446400 4194304 10345943 140733595281680 18446744073709551615 6777399 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227167 775 1502 0 232661 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 936672

[startup+1362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/183 21711
/proc/meminfo: memFree=28185224/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1362.32
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236407 0 0 0 136172 60 0 0 25 0 1 0 25868242 959152128 227167 4089446400 4194304 10345943 140733595281680 18446744073709551615 6864640 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227167 775 1502 0 232661 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 936672

[startup+1422.31 s]
/proc/loadavg: 2.14 2.05 2.01 3/183 21712
/proc/meminfo: memFree=28166720/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1422.33
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236408 0 0 0 142170 63 0 0 25 0 1 0 25868242 959152128 227168 4089446400 4194304 10345943 140733595281680 18446744073709551615 6119788 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227168 775 1502 0 232661 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 936672

[startup+1482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 21714
/proc/meminfo: memFree=28139164/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1482.33
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236408 0 0 0 148169 64 0 0 25 0 1 0 25868242 959152128 227168 4089446400 4194304 10345943 140733595281680 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227168 775 1502 0 232661 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 936672

[startup+1542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 21716
/proc/meminfo: memFree=28112464/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1542.33
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236410 0 0 0 154168 65 0 0 25 0 1 0 25868242 959152128 227170 4089446400 4194304 10345943 140733595281680 18446744073709551615 6803071 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227170 775 1502 0 232661 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 936672

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 21717
/proc/meminfo: memFree=28088512/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1602.33
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236411 0 0 0 160166 67 0 0 25 0 1 0 25868242 959152128 227171 4089446400 4194304 10345943 140733595281680 18446744073709551615 6108004 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227171 775 1502 0 232661 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 936672

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 21719
/proc/meminfo: memFree=28067648/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1662.33
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236411 0 0 0 166164 69 0 0 25 0 1 0 25868242 959152128 227171 4089446400 4194304 10345943 140733595281680 18446744073709551615 6702743 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227171 775 1502 0 232661 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 936672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 21720
/proc/meminfo: memFree=28041960/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1722.33
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236411 0 0 0 172163 70 0 0 25 0 1 0 25868242 959152128 227171 4089446400 4194304 10345943 140733595281680 18446744073709551615 6777589 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227171 775 1502 0 232661 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 936672

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 21722
/proc/meminfo: memFree=28016136/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1782.33
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236412 0 0 0 178162 71 0 0 25 0 1 0 25868242 959152128 227172 4089446400 4194304 10345943 140733595281680 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227172 775 1502 0 232661 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 936672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 21723
/proc/meminfo: memFree=28014008/32951124 swapFree=67111528/67111528
[pid=21661] ppid=21659 vsize=936672 CPUtime=1800.04
/proc/21661/stat : 21661 (pbscip.linux.x8) R 21659 21661 21211 0 -1 4202496 236412 0 0 0 179933 71 0 0 25 0 1 0 25868242 959152128 227172 4089446400 4194304 10345943 140733595281680 18446744073709551615 4246430 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/21661/statm: 234168 227172 775 1502 0 232661 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 936672

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.05
CPU time (s): 1800.09
CPU user time (s): 1799.33
CPU system time (s): 0.755885
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 964060

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

runsolver used 3.17852 second user time and 6.63999 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-08 10:09:10
IDJOB=2705370
IDBENCH=79120
IDSOLVER=1214
FILE ID=node132/2705370-1278576549
PBS_JOBID= 11240190
Free space on /tmp= 73580 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-cache-ibm-q-unbounded.Icl2arity.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-2705370-1278576549/watcher-2705370-1278576549 -o /tmp/evaluation-result-2705370-1278576549/solver-2705370-1278576549 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705370-1278576549.wbo -t 1800 -m 3800

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

MD5SUM BENCH= af77e5b9f76b81b38ad3f17f480b54ba
RANDOM SEED=936565015

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:      30081580 kB
Buffers:        149116 kB
Cached:        2497616 kB
SwapCached:          0 kB
Active:         945544 kB
Inactive:      1764020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30081580 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15236 kB
Writeback:           0 kB
AnonPages:       62776 kB
Mapped:          14520 kB
Slab:            96164 kB
PageTables:       4612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186012 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= 73552 MiB
End job on node132 at 2010-07-08 10:39:12