Trace number 2705328

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-dlx1c.rwmem1.ucl--soft-0-100-0.wbo
MD5SUM0ad575c7f0542ec26b1c3f9931b01c05
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 benchmark38.1042
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7578
Total number of constraints21401
Number of soft constraints21401
Number of constraints which are clauses20501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 1076192
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1076191
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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-2705328-1278576547.wbo>
0.19/0.23	c original problem has 50380 variables (28979 bin, 0 int, 21401 impl, 0 cont) and 42803 constraints
0.19/0.23	c problem read
0.19/0.23	c presolving settings loaded
5.59/5.61	o 1076191
5.59/5.61	c feasible solution found by trivial heuristic, objective value  1.076191e+06
5.59/5.61	c presolving:
5.59/5.66	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
5.69/5.71	c (round 2) 0 del vars, 1 del conss, 21401 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
6.29/6.38	c    (6.1s) probing: 101/28979 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
6.29/6.38	c    (6.1s) probing aborted: 100/100 successive totally useless probings
6.29/6.38	c presolving (3 rounds):
6.29/6.38	c  0 deleted vars, 1 deleted constraints, 21401 tightened bounds, 0 added holes, 450 changed sides, 900 changed coefficients
6.29/6.38	c  41902 implications, 0 cliques
6.29/6.38	c presolved problem has 50380 variables (28979 bin, 0 int, 21401 impl, 0 cont) and 42802 constraints
6.29/6.38	c       1 constraints of type <varbound>
6.29/6.38	c   21400 constraints of type <linear>
6.29/6.38	c   21401 constraints of type <indicator>
6.29/6.38	c transformed objective value is always integral (scale: 1)
6.29/6.38	c Presolving Time: 6.01
6.29/6.38	c - non default parameters ----------------------------------------------------------------------
6.29/6.38	c # SCIP version 1.2.1.3
6.29/6.38	c 
6.29/6.38	c # frequency for displaying node information lines
6.29/6.38	c # [type: int, range: [-1,2147483647], default: 100]
6.29/6.38	c display/freq = 10000
6.29/6.38	c 
6.29/6.38	c # maximal time in seconds to run
6.29/6.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.29/6.38	c limits/time = 1789.78
6.29/6.38	c 
6.29/6.38	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
6.29/6.38	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
6.29/6.38	c limits/memory = 3420
6.29/6.38	c 
6.29/6.38	c # default clock type (1: CPU user seconds, 2: wall clock time)
6.29/6.38	c # [type: int, range: [1,2], default: 1]
6.29/6.38	c timing/clocktype = 2
6.29/6.38	c 
6.29/6.38	c # should presolving try to simplify inequalities
6.29/6.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.38	c constraints/linear/simplifyinequalities = TRUE
6.29/6.38	c 
6.29/6.38	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
6.29/6.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.38	c constraints/indicator/addCouplingCons = TRUE
6.29/6.38	c 
6.29/6.38	c # should presolving try to simplify knapsacks
6.29/6.38	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
6.29/6.38	c constraints/knapsack/simplifyinequalities = TRUE
6.29/6.38	c 
6.29/6.38	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
6.29/6.38	c # [type: int, range: [-1,2147483647], default: -1]
6.29/6.38	c separating/rapidlearning/freq = 0
6.29/6.38	c 
6.29/6.38	c -----------------------------------------------------------------------------------------------
6.29/6.38	c start solving
6.29/6.40	c 
6.50/6.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.50/6.52	c t 6.3s|     1 |     0 |     0 |     - | 163M|   0 |   0 |  50k|  42k|  50k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.076191e+06 |    Inf 
6.50/6.54	c   6.3s|     1 |     0 |   201 |     - | 163M|   0 |  19 |  50k|  42k|  50k| 201 | 201 |   0 |   0 | 0.000000e+00 | 1.076191e+06 |    Inf 
6.69/6.70	c   6.5s|     1 |     0 |   335 |     - | 163M|   0 |  23 |  50k|  42k|  50k| 419 | 419 |   0 |   0 | 0.000000e+00 | 1.076191e+06 |    Inf 
6.89/6.93	c   6.7s|     1 |     0 |   573 |     - | 163M|   0 | 200 |  50k|  42k|  50k| 635 | 635 |   0 |   0 | 0.000000e+00 | 1.076191e+06 |    Inf 
7.39/7.47	c   7.2s|     1 |     0 |   802 |     - | 164M|   0 | 365 |  50k|  42k|  50k| 857 | 857 |   0 |   0 | 0.000000e+00 | 1.076191e+06 |    Inf 
7.98/8.05	c   7.8s|     1 |     0 |  1029 |     - | 164M|   0 | 397 |  50k|  42k|  50k|1075 |1075 |   0 |   0 | 0.000000e+00 | 1.076191e+06 |    Inf 
8.58/8.66	c   8.4s|     1 |     0 |  1273 |     - | 165M|   0 | 532 |  50k|  42k|  50k|1291 |1291 |   0 |   0 | 0.000000e+00 | 1.076191e+06 |    Inf 
9.18/9.28	c   9.0s|     1 |     2 |  1273 |     - | 165M|   0 | 532 |  50k|  42k|  50k|1291 |1291 |   0 |  33 | 0.000000e+00 | 1.076191e+06 |    Inf 
353.00/353.09	c   353s| 10000 | 10001 |103133 |  10.2 | 299M| 217 | 223 |  50k|  42k|  50k|1581 |  31k|   0 |8116 | 0.000000e+00 | 1.076191e+06 |    Inf 
639.20/639.23	c   639s| 20000 | 20001 |194009 |   9.6 | 432M| 217 | 181 |  50k|  42k|  50k|1573 |  60k|   0 |9078 | 0.000000e+00 | 1.076191e+06 |    Inf 
862.21/862.29	c   862s| 30000 | 30001 |262141 |   8.7 | 565M| 221 | 159 |  50k|  42k|  50k|1585 |  90k|   0 |9305 | 0.000000e+00 | 1.076191e+06 |    Inf 
1064.72/1064.78	c  1065s| 40000 | 40001 |325125 |   8.1 | 698M| 231 |  82 |  50k|  42k|  50k|1579 | 118k|   0 |9395 | 0.000000e+00 | 1.076191e+06 |    Inf 
1256.31/1256.32	c  1256s| 50000 | 50001 |383755 |   7.6 | 832M| 231 | 197 |  50k|  42k|  50k|1579 | 145k|   0 |9478 | 0.000000e+00 | 1.076191e+06 |    Inf 
1459.13/1459.18	c  1459s| 60000 | 60001 |446068 |   7.4 | 966M| 231 | 145 |  50k|  42k|  50k|1575 | 172k|   0 |9884 | 0.000000e+00 | 1.076191e+06 |    Inf 
1665.03/1665.07	c  1665s| 70000 | 70001 |508556 |   7.2 |1099M| 233 |  72 |  50k|  42k|  50k|1579 | 199k|   0 |  10k| 0.000000e+00 | 1.076191e+06 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.78
1790.03/1790.01	c Solving Nodes      : 76282
1790.03/1790.01	c Primal Bound       : +1.07619100000000e+06 (3 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/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-2705328-1278576547/watcher-2705328-1278576547 -o /tmp/evaluation-result-2705328-1278576547/solver-2705328-1278576547 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705328-1278576547.wbo -t 1800 -m 3800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 22138
/proc/meminfo: memFree=29995736/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=12524 CPUtime=0
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 1975 0 0 0 0 0 0 0 23 0 1 0 25868699 12824576 1894 4089446400 4194304 10345943 140735836200528 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22138/statm: 3131 1894 429 1502 0 1624 0

[startup+0.082204 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 22138
/proc/meminfo: memFree=29995736/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=35672 CPUtime=0.07
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 7782 0 0 0 7 0 0 0 25 0 1 0 25868699 36528128 7701 4089446400 4194304 10345943 140735836200528 18446744073709551615 9114174 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22138/statm: 9174 7728 430 1502 0 7667 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35672

[startup+0.101196 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 22138
/proc/meminfo: memFree=29995736/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=41072 CPUtime=0.09
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 9124 0 0 0 9 0 0 0 25 0 1 0 25868699 42057728 9043 4089446400 4194304 10345943 140735836200528 18446744073709551615 5754437 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22138/statm: 10268 9043 430 1502 0 8761 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41072

[startup+0.301163 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 22138
/proc/meminfo: memFree=29995736/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=130572 CPUtime=0.29
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 31793 0 0 0 27 2 0 0 25 0 1 0 25868699 133705728 31322 4089446400 4194304 10345943 140735836200528 18446744073709551615 4731877 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22138/statm: 32643 31322 478 1502 0 31136 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 130572

[startup+0.701094 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 22138
/proc/meminfo: memFree=29995736/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=180400 CPUtime=0.69
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 43033 0 0 0 66 3 0 0 25 0 1 0 25868699 184729600 42562 4089446400 4194304 10345943 140735836200528 18446744073709551615 9138335 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22138/statm: 45100 42562 509 1502 0 43593 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 180400

[startup+1.50095 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22139
/proc/meminfo: memFree=29827088/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=180400 CPUtime=1.49
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 43033 0 0 0 146 3 0 0 25 0 1 0 25868699 184729600 42562 4089446400 4194304 10345943 140735836200528 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22138/statm: 45100 42562 509 1502 0 43593 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180400

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22139
/proc/meminfo: memFree=29826752/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=180400 CPUtime=3.09
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 43033 0 0 0 306 3 0 0 25 0 1 0 25868699 184729600 42562 4089446400 4194304 10345943 140735836200528 18446744073709551615 4246693 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/22138/statm: 45100 42562 509 1502 0 43593 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 180400

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22140
/proc/meminfo: memFree=29796256/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=192688 CPUtime=6.29
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 47083 0 0 0 626 3 0 0 25 0 1 0 25868699 197312512 45792 4089446400 4194304 10345943 140735836200528 18446744073709551615 5604422 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/22138/statm: 48172 45792 568 1502 0 46665 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192688

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22140
/proc/meminfo: memFree=29652256/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=323444 CPUtime=12.69
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 82177 0 0 0 1261 8 0 0 25 0 1 0 25868699 331206656 77609 4089446400 4194304 10345943 140735836200528 18446744073709551615 6702724 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 80861 77609 763 1502 0 79354 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 323444

[startup+25.5007 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22140
/proc/meminfo: memFree=29651080/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=323444 CPUtime=25.49
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 82178 0 0 0 2540 9 0 0 25 0 1 0 25868699 331206656 77610 4089446400 4194304 10345943 140735836200528 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 80861 77610 764 1502 0 79354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 323444

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22140
/proc/meminfo: memFree=29649340/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=323444 CPUtime=51.09
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 82193 0 0 0 5097 12 0 0 25 0 1 0 25868699 331206656 77625 4089446400 4194304 10345943 140735836200528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 80861 77625 765 1502 0 79354 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 323444

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22142
/proc/meminfo: memFree=29633316/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=323444 CPUtime=102.3
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 82196 0 0 0 10214 16 0 0 25 0 1 0 25868699 331206656 77628 4089446400 4194304 10345943 140735836200528 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 80861 77628 765 1502 0 79354 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 323444

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22144
/proc/meminfo: memFree=29608228/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=323444 CPUtime=162.29
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 82204 0 0 0 16210 19 0 0 25 0 1 0 25868699 331206656 77636 4089446400 4194304 10345943 140735836200528 18446744073709551615 6702867 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 80861 77636 765 1502 0 79354 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 323444

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 22145
/proc/meminfo: memFree=29582752/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=323444 CPUtime=222.29
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 82212 0 0 0 22207 22 0 0 25 0 1 0 25868699 331206656 77644 4089446400 4194304 10345943 140735836200528 18446744073709551615 6003021 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 80861 77644 765 1502 0 79354 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 323444

[startup+282.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 22147
/proc/meminfo: memFree=29536340/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=341680 CPUtime=282.3
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 95766 0 0 0 28202 28 0 0 25 0 1 0 25868699 349880320 82439 4089446400 4194304 10345943 140735836200528 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 85420 82439 765 1502 0 83913 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 341680

[startup+342.301 s]
/proc/loadavg: 2.01 2.01 1.92 3/179 22148
/proc/meminfo: memFree=29480992/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=370192 CPUtime=342.3
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 102825 0 0 0 34199 31 0 0 25 0 1 0 25868699 379076608 89498 4089446400 4194304 10345943 140735836200528 18446744073709551615 6777432 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 92548 89498 765 1502 0 91041 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 370192

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22150
/proc/meminfo: memFree=29429252/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=397984 CPUtime=402.29
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 109697 0 0 0 40194 35 0 0 25 0 1 0 25868699 407535616 96370 4089446400 4194304 10345943 140735836200528 18446744073709551615 6929808 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 99496 96370 765 1502 0 97989 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 397984

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22152
/proc/meminfo: memFree=29373656/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=422500 CPUtime=462.3
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 124375 0 0 0 46189 41 0 0 25 0 1 0 25868699 432640000 102537 4089446400 4194304 10345943 140735836200528 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 105625 102537 765 1502 0 104118 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 422500

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22153
/proc/meminfo: memFree=29313968/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=449868 CPUtime=522.3
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 131243 0 0 0 52185 45 0 0 25 0 1 0 25868699 460664832 109405 4089446400 4194304 10345943 140735836200528 18446744073709551615 6803086 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 112467 109405 765 1502 0 110960 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 449868

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22158
/proc/meminfo: memFree=29259844/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=476636 CPUtime=582.3
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 137899 0 0 0 58181 49 0 0 25 0 1 0 25868699 488075264 116061 4089446400 4194304 10345943 140735836200528 18446744073709551615 6802942 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 119159 116061 765 1502 0 117652 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 476636

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22159
/proc/meminfo: memFree=29200232/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=505236 CPUtime=642.31
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 145053 0 0 0 64179 52 0 0 25 0 1 0 25868699 517361664 123215 4089446400 4194304 10345943 140735836200528 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 126309 123215 765 1502 0 124802 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 505236

[startup+702.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/179 22164
/proc/meminfo: memFree=29012880/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=608096 CPUtime=822.3
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 180282 0 0 0 82165 65 0 0 25 0 1 0 25868699 622690304 149027 4089446400 4194304 10345943 140735836200528 18446744073709551615 6702914 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 152024 149027 765 1502 0 150517 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 608096

[startup+882.301 s]
/proc/loadavg: 2.02 2.01 1.92 3/179 22166
/proc/meminfo: memFree=28943280/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=645260 CPUtime=882.31
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 189590 0 0 0 88161 70 0 0 25 0 1 0 25868699 660746240 158335 4089446400 4194304 10345943 140735836200528 18446744073709551615 6756392 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 161315 158335 765 1502 0 159808 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 645260

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22167
/proc/meminfo: memFree=28877648/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=682648 CPUtime=942.31
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 198978 0 0 0 94157 74 0 0 25 0 1 0 25868699 699031552 167722 4089446400 4194304 10345943 140735836200528 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 170662 167722 765 1502 0 169155 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 682648

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22169
/proc/meminfo: memFree=28808384/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=722668 CPUtime=1002.31
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 209056 0 0 0 100152 79 0 0 25 0 1 0 25868699 740012032 177800 4089446400 4194304 10345943 140735836200528 18446744073709551615 4484350 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 180667 177800 765 1502 0 179160 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 722668

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 22171
/proc/meminfo: memFree=28740400/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=762948 CPUtime=1062.31
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 219066 0 0 0 106147 84 0 0 25 0 1 0 25868699 781258752 187810 4089446400 4194304 10345943 140735836200528 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 190737 187810 765 1502 0 189230 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 762948

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/179 22172
/proc/meminfo: memFree=28673384/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=802132 CPUtime=1122.31
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 228788 0 0 0 112141 90 0 0 25 0 1 0 25868699 821383168 197532 4089446400 4194304 10345943 140735836200528 18446744073709551615 6870454 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 200533 197532 765 1502 0 199026 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 802132

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 22174
/proc/meminfo: memFree=28601048/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=845976 CPUtime=1182.32
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 239786 0 0 0 118136 96 0 0 25 0 1 0 25868699 866279424 208530 4089446400 4194304 10345943 140735836200528 18446744073709551615 6003041 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 211494 208530 765 1502 0 209987 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 845976

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/179 22175
/proc/meminfo: memFree=28528228/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=883548 CPUtime=1242.32
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 249328 0 0 0 124132 100 0 0 25 0 1 0 25868699 904753152 218070 4089446400 4194304 10345943 140735836200528 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 220887 218070 765 1502 0 219380 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 883548

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 22177
/proc/meminfo: memFree=28458356/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=923384 CPUtime=1302.32
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 269008 0 0 0 130127 105 0 0 25 0 1 0 25868699 945545216 227909 4089446400 4194304 10345943 140735836200528 18446744073709551615 6803098 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 230846 227909 765 1502 0 229339 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 923384

[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/179 22179
/proc/meminfo: memFree=28388148/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=961828 CPUtime=1362.32
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 278498 0 0 0 136123 109 0 0 25 0 1 0 25868699 984911872 237399 4089446400 4194304 10345943 140735836200528 18446744073709551615 6119850 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 240457 237399 765 1502 0 238950 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 961828

[startup+1422.31 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 22180
/proc/meminfo: memFree=28314308/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1004180 CPUtime=1422.33
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 289183 0 0 0 142119 114 0 0 25 0 1 0 25868699 1028280320 248084 4089446400 4194304 10345943 140735836200528 18446744073709551615 6120558 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 251045 248084 765 1502 0 249538 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 1004180

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22182
/proc/meminfo: memFree=28249408/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1043568 CPUtime=1482.33
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 299893 0 0 0 148114 119 0 0 25 0 1 0 25868699 1068613632 257819 4089446400 4194304 10345943 140735836200528 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 260892 257819 765 1502 0 259385 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 1043568

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22183
/proc/meminfo: memFree=28179924/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1083328 CPUtime=1542.33
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 310961 0 0 0 154110 123 0 0 25 0 1 0 25868699 1109327872 267836 4089446400 4194304 10345943 140735836200528 18446744073709551615 6518778 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 270832 267836 765 1502 0 269325 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 1083328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22185
/proc/meminfo: memFree=28109820/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1122752 CPUtime=1602.33
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 320733 0 0 0 160106 127 0 0 25 0 1 0 25868699 1149698048 277608 4089446400 4194304 10345943 140735836200528 18446744073709551615 6003080 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 280688 277608 765 1502 0 279181 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 1122752

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 22187
/proc/meminfo: memFree=28045400/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1158308 CPUtime=1662.33
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 329688 0 0 0 166102 131 0 0 25 0 1 0 25868699 1186107392 286563 4089446400 4194304 10345943 140735836200528 18446744073709551615 4882679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 289577 286563 765 1502 0 288070 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 1158308

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/179 22188
/proc/meminfo: memFree=27976292/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1198160 CPUtime=1722.33
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 339652 0 0 0 172098 135 0 0 25 0 1 0 25868699 1226915840 296527 4089446400 4194304 10345943 140735836200528 18446744073709551615 6802838 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 299540 296527 765 1502 0 298033 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 1198160

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 22190
/proc/meminfo: memFree=27907176/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1238420 CPUtime=1782.33
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 349910 0 0 0 178093 140 0 0 25 0 1 0 25868699 1268142080 306785 4089446400 4194304 10345943 140735836200528 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22138/statm: 309605 306785 765 1502 0 308098 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 1238420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.01 2.00 1.94 3/179 22217
/proc/meminfo: memFree=28860868/32951124 swapFree=67111528/67111528
[pid=22138] ppid=22136 vsize=1241756 CPUtime=1800.04
/proc/22138/stat : 22138 (pbscip.linux.x8) R 22136 22138 21786 0 -1 4202496 350796 0 0 0 179863 141 0 0 25 0 1 0 25868699 1271558144 307671 4089446400 4194304 10345943 140735836200528 18446744073709551615 9138519 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/22138/statm: 310439 307671 765 1502 0 308932 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1241756

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): 1798.63
CPU system time (s): 1.45878
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1241756

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

runsolver used 2.6256 second user time and 7.19991 second system time

The end

Launcher Data

Begin job on node119 at 2010-07-08 10:09:07
IDJOB=2705328
IDBENCH=79107
IDSOLVER=1214
FILE ID=node119/2705328-1278576547
PBS_JOBID= 11240215
Free space on /tmp= 73212 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-dlx1c.rwmem1.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-2705328-1278576547/watcher-2705328-1278576547 -o /tmp/evaluation-result-2705328-1278576547/solver-2705328-1278576547 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705328-1278576547.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0ad575c7f0542ec26b1c3f9931b01c05
RANDOM SEED=1581053821

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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.868
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29996264 kB
Buffers:        156908 kB
Cached:        2407968 kB
SwapCached:          0 kB
Active:        1323040 kB
Inactive:      1467660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29996264 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27504 kB
Writeback:           0 kB
AnonPages:      225576 kB
Mapped:          16828 kB
Slab:           100524 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   375240 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= 73200 MiB
End job on node119 at 2010-07-08 10:39:09