Trace number 2705346

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.13 1800.07

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl--soft-0-100-0.wbo
MD5SUM1e9b47bdbf596a13d47137d20a2b20cd
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 benchmark143.574
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables25800
Total number of constraints76699
Number of soft constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
Top cost 3869873
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3869872
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
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-2705346-1278576548.wbo>
0.79/0.81	c original problem has 179198 variables (102499 bin, 0 int, 76699 impl, 0 cont) and 153399 constraints
0.79/0.81	c problem read
0.79/0.81	c presolving settings loaded
76.19/76.20	o 3869872
76.19/76.20	c feasible solution found by trivial heuristic, objective value  3.869872e+06
76.19/76.20	c presolving:
76.29/76.35	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 190 chg sides, 380 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
76.39/76.49	c (round 2) 0 del vars, 1 del conss, 76699 chg bounds, 190 chg sides, 380 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
78.90/78.91	c    (78.1s) probing: 101/102499 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
78.90/78.91	c    (78.1s) probing aborted: 100/100 successive totally useless probings
78.90/78.92	c presolving (3 rounds):
78.90/78.92	c  0 deleted vars, 1 deleted constraints, 76699 tightened bounds, 0 added holes, 190 changed sides, 380 changed coefficients
78.90/78.92	c  153018 implications, 0 cliques
78.90/78.92	c presolved problem has 179198 variables (102499 bin, 0 int, 76699 impl, 0 cont) and 153398 constraints
78.90/78.92	c       1 constraints of type <varbound>
78.90/78.92	c   76698 constraints of type <linear>
78.90/78.92	c   76699 constraints of type <indicator>
78.90/78.92	c transformed objective value is always integral (scale: 1)
78.90/78.92	c Presolving Time: 77.61
78.90/78.92	c - non default parameters ----------------------------------------------------------------------
78.90/78.92	c # SCIP version 1.2.1.3
78.90/78.92	c 
78.90/78.92	c # frequency for displaying node information lines
78.90/78.92	c # [type: int, range: [-1,2147483647], default: 100]
78.90/78.92	c display/freq = 10000
78.90/78.92	c 
78.90/78.92	c # maximal time in seconds to run
78.90/78.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
78.90/78.92	c limits/time = 1789.19
78.90/78.92	c 
78.90/78.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
78.90/78.92	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
78.90/78.92	c limits/memory = 3420
78.90/78.92	c 
78.90/78.92	c # default clock type (1: CPU user seconds, 2: wall clock time)
78.90/78.92	c # [type: int, range: [1,2], default: 1]
78.90/78.92	c timing/clocktype = 2
78.90/78.92	c 
78.90/78.92	c # should presolving try to simplify inequalities
78.90/78.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
78.90/78.92	c constraints/linear/simplifyinequalities = TRUE
78.90/78.92	c 
78.90/78.92	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
78.90/78.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
78.90/78.92	c constraints/indicator/addCouplingCons = TRUE
78.90/78.92	c 
78.90/78.92	c # should presolving try to simplify knapsacks
78.90/78.92	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
78.90/78.92	c constraints/knapsack/simplifyinequalities = TRUE
78.90/78.92	c 
78.90/78.92	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
78.90/78.92	c # [type: int, range: [-1,2147483647], default: -1]
78.90/78.92	c separating/rapidlearning/freq = 0
78.90/78.92	c 
78.90/78.92	c -----------------------------------------------------------------------------------------------
78.90/78.92	c start solving
78.90/78.97	c 
79.29/79.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
79.29/79.37	c t78.6s|     1 |     0 |     0 |     - | 580M|   0 |   0 | 179k| 153k| 179k|   0 |   0 |   0 |   0 | 0.000000e+00 | 3.869872e+06 |    Inf 
79.40/79.46	c  78.6s|     1 |     0 |   201 |     - | 580M|   0 |  39 | 179k| 153k| 179k| 201 | 201 |   0 |   0 | 0.000000e+00 | 3.869872e+06 |    Inf 
80.49/80.55	c  79.7s|     1 |     0 |   341 |     - | 580M|   0 |  46 | 179k| 153k| 179k| 440 | 440 |   0 |   0 | 0.000000e+00 | 3.869872e+06 |    Inf 
82.19/82.26	c  81.4s|     1 |     0 |   559 |     - | 582M|   0 | 133 | 179k| 153k| 179k| 678 | 678 |   0 |   0 | 0.000000e+00 | 3.869872e+06 |    Inf 
86.09/86.11	c  85.3s|     1 |     0 |   810 |     - | 583M|   0 | 153 | 179k| 153k| 179k| 929 | 929 |   0 |   0 | 0.000000e+00 | 3.869872e+06 |    Inf 
90.80/90.82	c  90.0s|     1 |     0 |  1212 |     - | 584M|   0 | 275 | 179k| 153k| 179k|1244 |1244 |   0 |   0 | 0.000000e+00 | 3.869872e+06 |    Inf 
94.19/94.25	c  93.4s|     1 |     0 |  1718 |     - | 584M|   0 | 486 | 179k| 153k| 179k|1556 |1556 |   0 |   0 | 0.000000e+00 | 3.869872e+06 |    Inf 
96.29/96.34	c  95.5s|     1 |     2 |  1718 |     - | 587M|   0 | 486 | 179k| 153k| 179k|1556 |1556 |   0 |  33 | 0.000000e+00 | 3.869872e+06 |    Inf 
508.22/508.22	o 3869785
508.22/508.22	c y 507s|  2842 |  2841 | 79111 |  27.2 | 717M| 167 |   - | 179k| 153k|   0 |   0 |4566 |   0 |1722 | 0.000000e+00 | 3.869785e+06 |    Inf 
1221.43/1221.45	c  1221s| 10000 | 10001 |142932 |  14.1 |1168M| 239 | 247 | 179k| 153k| 179k|1377 |  37k|   0 |3209 | 0.000000e+00 | 3.869785e+06 |    Inf 
1790.04/1790.01	c 
1790.04/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.04/1790.01	c Solving Time (sec) : 1789.20
1790.04/1790.01	c Solving Nodes      : 16109
1790.04/1790.01	c Primal Bound       : +3.86978500000000e+06 (101 solutions)
1790.04/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.04/1790.01	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2705346-1278576548/watcher-2705346-1278576548 -o /tmp/evaluation-result-2705346-1278576548/solver-2705346-1278576548 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705346-1278576548.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.84 1.97 1.90 2/173 25899
/proc/meminfo: memFree=28611056/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=12340 CPUtime=0
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 1943 0 0 0 0 0 0 0 21 0 1 0 25867313 12636160 1862 4089446400 4194304 10345943 140733478591200 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25899/statm: 3132 1870 429 1502 0 1625 0

[startup+0.00954908 s]
/proc/loadavg: 1.84 1.97 1.90 2/173 25899
/proc/meminfo: memFree=28611056/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=13852 CPUtime=0
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 2301 0 0 0 0 0 0 0 21 0 1 0 25867313 14184448 2220 4089446400 4194304 10345943 140733478591200 18446744073709551615 6329364 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25899/statm: 3463 2220 429 1502 0 1956 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13852

[startup+0.100507 s]
/proc/loadavg: 1.84 1.97 1.90 2/173 25899
/proc/meminfo: memFree=28611056/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=41208 CPUtime=0.09
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 9161 0 0 0 8 1 0 0 21 0 1 0 25867313 42196992 9080 4089446400 4194304 10345943 140733478591200 18446744073709551615 5753569 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25899/statm: 10302 9081 430 1502 0 8795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41208

[startup+0.300484 s]
/proc/loadavg: 1.84 1.97 1.90 2/173 25899
/proc/meminfo: memFree=28611056/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=96436 CPUtime=0.29
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 22936 0 0 0 27 2 0 0 21 0 1 0 25867313 98750464 22855 4089446400 4194304 10345943 140733478591200 18446744073709551615 4423932 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25899/statm: 24109 22855 430 1502 0 22602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96436

[startup+0.700436 s]
/proc/loadavg: 1.84 1.97 1.90 2/173 25899
/proc/meminfo: memFree=28611056/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=204364 CPUtime=0.69
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 49938 0 0 0 64 5 0 0 22 0 1 0 25867313 209268736 49857 4089446400 4194304 10345943 140733478591200 18446744073709551615 5758126 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25899/statm: 51091 49857 430 1502 0 49584 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 204364

[startup+1.50022 s]
/proc/loadavg: 1.84 1.97 1.90 2/174 25900
/proc/meminfo: memFree=28225532/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=529544 CPUtime=1.49
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 131185 0 0 0 134 15 0 0 25 0 1 0 25867313 542253056 130714 4089446400 4194304 10345943 140733478591200 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 132386 130714 494 1502 0 130879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 529544

[startup+3.101 s]
/proc/loadavg: 1.84 1.97 1.90 3/179 25910
/proc/meminfo: memFree=27888816/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=579908 CPUtime=3.09
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 142155 0 0 0 293 16 0 0 25 0 1 0 25867313 593825792 141684 4089446400 4194304 10345943 140733478591200 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 144977 141684 509 1502 0 143470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 579908

[startup+6.30038 s]
/proc/loadavg: 1.85 1.97 1.90 3/179 25910
/proc/meminfo: memFree=26590360/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=579908 CPUtime=6.29
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 142155 0 0 0 613 16 0 0 25 0 1 0 25867313 593825792 141684 4089446400 4194304 10345943 140733478591200 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 144977 141684 509 1502 0 143470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 579908

[startup+12.7012 s]
/proc/loadavg: 1.86 1.97 1.90 3/179 25910
/proc/meminfo: memFree=26269972/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=579908 CPUtime=12.7
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 142155 0 0 0 1254 16 0 0 25 0 1 0 25867313 593825792 141684 4089446400 4194304 10345943 140733478591200 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 144977 141684 509 1502 0 143470 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 579908

[startup+25.5009 s]
/proc/loadavg: 1.89 1.97 1.90 3/179 25910
/proc/meminfo: memFree=26270728/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=579908 CPUtime=25.5
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 142155 0 0 0 2534 16 0 0 25 0 1 0 25867313 593825792 141684 4089446400 4194304 10345943 140733478591200 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 144977 141684 509 1502 0 143470 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 579908

[startup+51.1012 s]
/proc/loadavg: 1.93 1.97 1.91 3/179 25912
/proc/meminfo: memFree=26270504/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=579908 CPUtime=51.1
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 142155 0 0 0 5094 16 0 0 25 0 1 0 25867313 593825792 141684 4089446400 4194304 10345943 140733478591200 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 144977 141684 509 1502 0 143470 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 579908

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.91 3/179 25913
/proc/meminfo: memFree=25819484/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=102.3
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268022 0 0 0 10200 30 0 0 25 0 1 0 25867313 1070977024 254408 4089446400 4194304 10345943 140733478591200 18446744073709551615 6702751 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254408 804 1502 0 259962 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1045876

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 25914
/proc/meminfo: memFree=25819216/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=162.29
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268023 0 0 0 16189 40 0 0 25 0 1 0 25867313 1070977024 254409 4089446400 4194304 10345943 140733478591200 18446744073709551615 6923861 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254409 805 1502 0 259962 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1045876

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 25916
/proc/meminfo: memFree=25819412/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=222.3
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268023 0 0 0 22186 44 0 0 25 0 1 0 25867313 1070977024 254409 4089446400 4194304 10345943 140733478591200 18446744073709551615 7607287 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254409 805 1502 0 259962 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1045876

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/179 25918
/proc/meminfo: memFree=25819112/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=282.3
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268084 0 0 0 28183 47 0 0 25 0 1 0 25867313 1070977024 254470 4089446400 4194304 10345943 140733478591200 18446744073709551615 5614669 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254470 806 1502 0 259962 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1045876

[startup+342.301 s]
/proc/loadavg: 2.04 1.99 1.91 3/179 25920
/proc/meminfo: memFree=25819196/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=342.3
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268087 0 0 0 34180 50 0 0 25 0 1 0 25867313 1070977024 254473 4089446400 4194304 10345943 140733478591200 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254473 806 1502 0 259962 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1045876

[startup+402.301 s]
/proc/loadavg: 2.01 1.99 1.91 3/179 25921
/proc/meminfo: memFree=25819276/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=402.3
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268090 0 0 0 40178 52 0 0 25 0 1 0 25867313 1070977024 254476 4089446400 4194304 10345943 140733478591200 18446744073709551615 6325653 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254476 806 1502 0 259962 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1045876

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25922
/proc/meminfo: memFree=25819360/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=462.3
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268092 0 0 0 46175 55 0 0 25 0 1 0 25867313 1070977024 254478 4089446400 4194304 10345943 140733478591200 18446744073709551615 6785161 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254478 806 1502 0 259962 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1045876

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 25924
/proc/meminfo: memFree=25819308/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1045876 CPUtime=522.31
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 268104 0 0 0 52173 58 0 0 25 0 1 0 25867313 1070977024 254486 4089446400 4194304 10345943 140733478591200 18446744073709551615 6108013 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 261469 254486 807 1502 0 259962 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1045876

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/180 25929
/proc/meminfo: memFree=25661916/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1198256 CPUtime=582.31
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 364801 0 0 0 58160 71 0 0 25 0 1 0 25867313 1227014144 292811 4089446400 4194304 10345943 140733478591200 18446744073709551615 6847618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 299564 292811 807 1502 0 298057 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1198256

[startup+642.3 s]
/proc/loadavg: 2.03 2.00 1.92 3/179 25931
/proc/meminfo: memFree=25666268/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1198256 CPUtime=642.31
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 364802 0 0 0 64159 72 0 0 25 0 1 0 25867313 1227014144 292812 4089446400 4194304 10345943 140733478591200 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 299564 292812 807 1502 0 298057 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1198256

[startup+702.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 25935
/proc/meminfo: memFree=25664924/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1198256 CPUtime=822.32
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 401529 0 0 0 82153 79 0 0 25 0 1 0 25867313 1227014144 292958 4089446400 4194304 10345943 140733478591200 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 299564 292958 807 1502 0 298057 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1198256

[startup+882.3 s]
/proc/loadavg: 2.06 2.02 1.93 3/179 25937
/proc/meminfo: memFree=25664980/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1198256 CPUtime=882.32
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 401532 0 0 0 88151 81 0 0 25 0 1 0 25867313 1227014144 292961 4089446400 4194304 10345943 140733478591200 18446744073709551615 6864723 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 299564 292961 807 1502 0 298057 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 1198256

[startup+942.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 25939
/proc/meminfo: memFree=25664832/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1198256 CPUtime=942.32
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 401533 0 0 0 94150 82 0 0 25 0 1 0 25867313 1227014144 292962 4089446400 4194304 10345943 140733478591200 18446744073709551615 6872391 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 299564 292962 807 1502 0 298057 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1198256

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 25940
/proc/meminfo: memFree=25152668/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1228168 CPUtime=1002.32
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 408982 0 0 0 100147 85 0 0 25 0 1 0 25867313 1257644032 300411 4089446400 4194304 10345943 140733478591200 18446744073709551615 4469815 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 307042 300411 807 1502 0 305535 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1228168

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25941
/proc/meminfo: memFree=24235648/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1267952 CPUtime=1062.33
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 494812 0 0 0 106137 96 0 0 25 0 1 0 25867313 1298382848 310363 4089446400 4194304 10345943 140733478591200 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 316988 310363 807 1502 0 315481 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 1267952

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25943
/proc/meminfo: memFree=24192708/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1310968 CPUtime=1122.32
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 505565 0 0 0 112133 99 0 0 25 0 1 0 25867313 1342431232 321116 4089446400 4194304 10345943 140733478591200 18446744073709551615 6518612 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 327742 321116 807 1502 0 326235 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1310968

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/179 25945
/proc/meminfo: memFree=24153376/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1350344 CPUtime=1182.33
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 515412 0 0 0 118131 102 0 0 25 0 1 0 25867313 1382752256 330963 4089446400 4194304 10345943 140733478591200 18446744073709551615 6847607 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 337586 330963 807 1502 0 336079 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1350344

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 25947
/proc/meminfo: memFree=24113136/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1392552 CPUtime=1242.33
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 525714 0 0 0 124128 105 0 0 25 0 1 0 25867313 1425973248 341265 4089446400 4194304 10345943 140733478591200 18446744073709551615 7578689 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 348138 341265 807 1502 0 346631 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1392552

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25948
/proc/meminfo: memFree=24064596/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1438676 CPUtime=1302.34
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 537499 0 0 0 130125 109 0 0 25 0 1 0 25867313 1473204224 353050 4089446400 4194304 10345943 140733478591200 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 359669 353050 807 1502 0 358162 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 1438676

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25949
/proc/meminfo: memFree=24021784/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1482892 CPUtime=1362.33
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 548555 0 0 0 136122 111 0 0 25 0 1 0 25867313 1518481408 364106 4089446400 4194304 10345943 140733478591200 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 370723 364106 807 1502 0 369216 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 1482892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25951
/proc/meminfo: memFree=23984168/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1520512 CPUtime=1422.34
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 557616 0 0 0 142120 114 0 0 25 0 1 0 25867313 1557004288 373167 4089446400 4194304 10345943 140733478591200 18446744073709551615 5614817 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 380128 373167 807 1502 0 378621 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 1520512

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25953
/proc/meminfo: memFree=23937272/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1565880 CPUtime=1482.34
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 569308 0 0 0 148116 118 0 0 25 0 1 0 25867313 1603461120 384859 4089446400 4194304 10345943 140733478591200 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 391470 384859 807 1502 0 389963 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 1565880

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25955
/proc/meminfo: memFree=23892824/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1610328 CPUtime=1542.33
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 580429 0 0 0 154113 120 0 0 25 0 1 0 25867313 1648975872 395980 4089446400 4194304 10345943 140733478591200 18446744073709551615 9138656 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 402582 395980 807 1502 0 401075 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1610328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25956
/proc/meminfo: memFree=23851268/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1651684 CPUtime=1602.34
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 590794 0 0 0 160110 124 0 0 25 0 1 0 25867313 1691324416 406345 4089446400 4194304 10345943 140733478591200 18446744073709551615 5031099 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 412921 406345 807 1502 0 411414 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 1651684

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25957
/proc/meminfo: memFree=23561924/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1940648 CPUtime=1662.34
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 668439 0 0 0 166101 133 0 0 25 0 1 0 25867313 1987223552 478403 4089446400 4194304 10345943 140733478591200 18446744073709551615 6119744 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 485162 478403 807 1502 0 483655 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 1940648

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25959
/proc/meminfo: memFree=23561772/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1940648 CPUtime=1722.34
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 668440 0 0 0 172100 134 0 0 25 0 1 0 25867313 1987223552 478404 4089446400 4194304 10345943 140733478591200 18446744073709551615 5031099 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 485162 478404 807 1502 0 483655 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 1940648

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25961
/proc/meminfo: memFree=23561596/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1940648 CPUtime=1782.34
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 668443 0 0 0 178098 136 0 0 25 0 1 0 25867313 1987223552 478407 4089446400 4194304 10345943 140733478591200 18446744073709551615 6119758 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/25899/statm: 485162 478407 807 1502 0 483655 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 1940648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 25961
/proc/meminfo: memFree=23561452/32951124 swapFree=67111528/67111528
[pid=25899] ppid=25897 vsize=1940648 CPUtime=1800.05
/proc/25899/stat : 25899 (pbscip.linux.x8) R 25897 25899 25504 0 -1 4202496 668444 0 0 0 179868 137 0 0 25 0 1 0 25867313 1987223552 478408 4089446400 4194304 10345943 140733478591200 18446744073709551615 9138579 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/25899/statm: 485162 478408 807 1502 0 483655 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1940648

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.07
CPU time (s): 1800.13
CPU user time (s): 1798.69
CPU system time (s): 1.43978
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1963240

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

runsolver used 3.19451 second user time and 6.591 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-08 10:09:08
IDJOB=2705346
IDBENCH=79113
IDSOLVER=1214
FILE ID=node139/2705346-1278576548
PBS_JOBID= 11240176
Free space on /tmp= 73684 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.inv12.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-2705346-1278576548/watcher-2705346-1278576548 -o /tmp/evaluation-result-2705346-1278576548/solver-2705346-1278576548 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705346-1278576548.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 1e9b47bdbf596a13d47137d20a2b20cd
RANDOM SEED=2027628700

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.83
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.841
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.841
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:     32951124 kB
MemFree:      28611336 kB
Buffers:        163468 kB
Cached:        3950540 kB
SwapCached:          0 kB
Active:        1189148 kB
Inactive:      2987524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28611336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15260 kB
Writeback:           0 kB
AnonPages:       62996 kB
Mapped:          14512 kB
Slab:            98232 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73652 MiB
End job on node139 at 2010-07-08 10:39:10