Trace number 2692976

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.2 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.08 1802.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem.ucl--soft-33-100-0.wbo
MD5SUM5718f3653dc0b9ba0b2db26893fe4fdf
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small 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 benchmark0.318951
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9051
Total number of constraints25833
Number of soft constraints17178
Number of constraints which are clauses24941
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints892
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 867053
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 867052
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.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1] [Expressions interpreter: NONE]
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-2692976-1277913181.wbo>
0.19/0.26	c original problem has 43407 variables (26229 bin, 0 int, 0 impl, 17178 cont) and 43012 constraints
0.19/0.26	c problem read
0.19/0.26	c presolving settings loaded
0.49/0.51	c presolving:
0.59/0.60	c (round 1) 31 del vars, 4 del conss, 0 chg bounds, 446 chg sides, 892 chg coeffs, 0 upgd conss, 38440 impls, 0 clqs
0.59/0.62	c (round 2) 32 del vars, 64 del conss, 0 chg bounds, 446 chg sides, 892 chg coeffs, 0 upgd conss, 38440 impls, 0 clqs
0.59/0.67	c (round 3) 33 del vars, 64 del conss, 17177 chg bounds, 446 chg sides, 892 chg coeffs, 0 upgd conss, 38440 impls, 0 clqs
0.69/0.79	c (round 4) 33 del vars, 64 del conss, 17177 chg bounds, 446 chg sides, 892 chg coeffs, 8595 upgd conss, 38440 impls, 0 clqs
1.89/1.98	c    (1.6s) probing: 226/26197 (0.9%) - 0 fixings, 0 aggregations, 5 implications, 0 bound changes
1.89/1.98	c    (1.6s) probing aborted: 100/100 successive totally useless probings
1.89/1.98	c presolving (5 rounds):
1.89/1.98	c  33 deleted vars, 64 deleted constraints, 17177 tightened bounds, 0 added holes, 446 changed sides, 892 changed coefficients
1.89/1.98	c  38465 implications, 0 cliques
1.89/1.98	c presolved problem has 43374 variables (26197 bin, 0 int, 0 impl, 17177 cont) and 42948 constraints
1.89/1.98	c   17177 constraints of type <indicator>
1.89/1.98	c       1 constraints of type <varbound>
1.89/1.98	c     317 constraints of type <knapsack>
1.89/1.98	c   17176 constraints of type <linear>
1.89/1.98	c    8277 constraints of type <logicor>
1.89/1.98	c transformed objective value is always integral (scale: 1)
1.89/1.98	c Presolving Time: 1.53
1.89/1.98	c - non default parameters ----------------------------------------------------------------------
1.89/1.98	c # SCIP version 1.2.1.2
1.89/1.98	c 
1.89/1.98	c # frequency for displaying node information lines
1.89/1.98	c # [type: int, range: [-1,2147483647], default: 100]
1.89/1.98	c display/freq = 10000
1.89/1.98	c 
1.89/1.98	c # maximal time in seconds to run
1.89/1.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.98	c limits/time = 1799.75
1.89/1.98	c 
1.89/1.98	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.89/1.98	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.89/1.98	c limits/memory = 3420
1.89/1.98	c 
1.89/1.98	c # should presolving try to simplify inequalities
1.89/1.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.98	c constraints/linear/simplifyinequalities = TRUE
1.89/1.98	c 
1.89/1.98	c # should presolving try to simplify knapsacks
1.89/1.98	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.89/1.98	c constraints/knapsack/simplifyinequalities = TRUE
1.89/1.98	c 
1.89/1.98	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.89/1.98	c # [type: int, range: [-1,2147483647], default: -1]
1.89/1.98	c separating/rapidlearning/freq = 0
1.89/1.98	c 
1.89/1.98	c -----------------------------------------------------------------------------------------------
1.89/1.98	c start solving
1.89/1.99	c 
2.09/2.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.09/2.15	c   1.8s|     1 |     0 |   268 |     - | 147M|   0 | 145 |  43k|  42k|  43k|8594 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.38/2.46	o 866984
2.38/2.46	c y 2.1s|     1 |     0 |   268 |     - | 148M|   0 | 145 |  43k|  42k|  43k|8594 |   0 |   0 |   0 | 0.000000e+00 | 8.669840e+05 |    Inf 
3.38/3.45	c   3.1s|     1 |     0 |   571 |     - | 149M|   0 | 369 |  43k|  42k|  43k|8853 | 259 |   0 |   0 | 0.000000e+00 | 8.669840e+05 |    Inf 
4.98/5.04	c   4.7s|     1 |     0 |  1436 |     - | 150M|   0 | 613 |  43k|  42k|  43k|9230 | 636 |   0 |   0 | 0.000000e+00 | 8.669840e+05 |    Inf 
6.38/6.42	c   6.0s|     1 |     0 |  2303 |     - | 151M|   0 | 748 |  43k|  42k|  43k|9698 |1104 |   0 |   0 | 0.000000e+00 | 8.669840e+05 |    Inf 
8.08/8.16	c   7.8s|     1 |     0 |  3038 |     - | 152M|   0 | 895 |  43k|  42k|  43k|  10k|1487 |   0 |   0 | 0.000000e+00 | 8.669840e+05 |    Inf 
10.48/10.52	c  10.1s|     1 |     0 |  4152 |     - | 152M|   0 | 830 |  43k|  42k|  43k|  10k|1858 |   0 |   0 | 0.000000e+00 | 8.669840e+05 |    Inf 
12.77/12.82	c  12.4s|     1 |     0 |  5394 |     - | 153M|   0 |1146 |  43k|  42k|  43k|  10k|2220 |   0 |   0 | 0.000000e+00 | 8.669840e+05 |    Inf 
14.48/14.53	c  14.0s|     1 |     2 |  5394 |     - | 155M|   0 |1146 |  43k|  42k|  43k|  10k|2220 |   0 |  17 | 0.000000e+00 | 8.669840e+05 |    Inf 
758.19/758.24	c   743s| 10000 |  9957 |336107 |  33.1 | 345M| 295 |  96 |  43k|  43k|  43k|  10k|4710 | 219 |4793 | 0.000000e+00 | 8.669840e+05 |    Inf 
1101.51/1101.55	c  1068s| 20000 | 19923 |401987 |  19.8 | 484M| 295 | 118 |  43k|  43k|  43k|  10k|9979 | 245 |6827 | 0.000000e+00 | 8.669840e+05 |    Inf 
1430.62/1430.69	c  1380s| 30000 | 29891 |479055 |  15.8 | 622M| 299 |  74 |  43k|  43k|  43k|  10k|  14k| 269 |7685 | 0.000000e+00 | 8.669840e+05 |    Inf 
1792.73/1792.75	c  1724s| 40000 | 39875 |540649 |  13.4 | 763M| 379 |   0 |  43k|  43k|  43k|  10k|  35k| 284 |9680 | 0.000000e+00 | 8.669840e+05 |    Inf 
1800.03/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.03/1800.00	c 
1800.03/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.03/1800.00	c Solving Time (sec) : 1730.82
1800.03/1800.00	c Solving Nodes      : 40192
1800.03/1800.00	c Primal Bound       : +8.66984000000000e+05 (100 solutions)
1800.03/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.03/1800.00	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-2692976-1277913181/watcher-2692976-1277913181 -o /tmp/evaluation-result-2692976-1277913181/solver-2692976-1277913181 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692976-1277913181.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.02 2.00 4/196 16916
/proc/meminfo: memFree=30837244/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=10868 CPUtime=0
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 1670 0 0 0 0 0 0 0 25 0 1 0 132613642 11128832 1591 4089446400 4194304 9819077 140735945495472 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16916/statm: 2717 1591 392 1374 0 1338 0

[startup+0.0914829 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 16916
/proc/meminfo: memFree=30837244/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=32008 CPUtime=0.08
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 6924 0 0 0 8 0 0 0 25 0 1 0 132613642 32776192 6845 4089446400 4194304 9819077 140735945495472 18446744073709551615 8631721 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16916/statm: 8002 6845 392 1374 0 6623 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32008

[startup+0.100477 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 16916
/proc/meminfo: memFree=30837244/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=34308 CPUtime=0.09
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 7418 0 0 0 9 0 0 0 25 0 1 0 132613642 35131392 7340 4089446400 4194304 9819077 140735945495472 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16916/statm: 8577 7361 392 1374 0 7198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34308

[startup+0.300444 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 16916
/proc/meminfo: memFree=30837244/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=99976 CPUtime=0.29
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 24217 0 0 0 27 2 0 0 25 0 1 0 132613642 102375424 23747 4089446400 4194304 9819077 140735945495472 18446744073709551615 4680644 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16916/statm: 24994 23747 431 1374 0 23615 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99976

[startup+0.700369 s]
/proc/loadavg: 2.00 2.02 2.00 4/196 16916
/proc/meminfo: memFree=30837244/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=163580 CPUtime=0.69
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 40745 0 0 0 63 6 0 0 25 0 1 0 132613642 167505920 38750 4089446400 4194304 9819077 140735945495472 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16916/statm: 40895 38750 520 1374 0 39516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 163580

[startup+1.50022 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16917
/proc/meminfo: memFree=30673928/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=174384 CPUtime=1.49
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 45178 0 0 0 141 8 0 0 25 0 1 0 132613642 178569216 41285 4089446400 4194304 9819077 140735945495472 18446744073709551615 5497079 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16916/statm: 43596 41285 533 1374 0 42217 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 174384

[startup+3.10093 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16917
/proc/meminfo: memFree=30655204/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=220588 CPUtime=3.09
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 71028 0 0 0 298 11 0 0 25 0 1 0 132613642 225882112 50285 4089446400 4194304 9819077 140735945495472 18446744073709551615 5734170 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/16916/statm: 55147 50285 682 1374 0 53768 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 220588

[startup+6.30035 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16917
/proc/meminfo: memFree=30632136/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=226476 CPUtime=6.28
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 80639 0 0 0 614 14 0 0 25 0 1 0 132613642 231911424 51549 4089446400 4194304 9819077 140735945495472 18446744073709551615 6391606 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16916/statm: 56619 51549 697 1374 0 55240 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 226476

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16918
/proc/meminfo: memFree=30624816/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=234588 CPUtime=12.68
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 91248 0 0 0 1251 17 0 0 25 0 1 0 132613642 240218112 53482 4089446400 4194304 9819077 140735945495472 18446744073709551615 7291092 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16916/statm: 58647 53482 697 1374 0 57268 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 234588

[startup+25.5008 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 16918
/proc/meminfo: memFree=30621444/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=247020 CPUtime=25.48
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 399935 0 0 0 2490 58 0 0 25 0 1 0 132613642 252948480 54565 4089446400 4194304 9819077 140735945495472 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/16916/statm: 61755 54565 724 1374 0 60376 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 247020

[startup+51.1012 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 16947
/proc/meminfo: memFree=30549232/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=239408 CPUtime=51.08
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 916450 0 0 0 4978 130 0 0 25 0 1 0 132613642 245153792 54727 4089446400 4194304 9819077 140735945495472 18446744073709551615 4427990 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/16916/statm: 59852 54727 727 1374 0 58473 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 239408

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 16948
/proc/meminfo: memFree=30521108/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=245316 CPUtime=102.28
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 1830630 0 0 0 9946 282 0 0 25 0 1 0 132613642 251203584 56600 4089446400 4194304 9819077 140735945495472 18446744073709551615 6391555 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 61329 56600 727 1374 0 59950 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 245316

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16950
/proc/meminfo: memFree=30426452/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=256452 CPUtime=162.27
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 2282350 0 0 0 15862 365 0 0 25 0 1 0 132613642 262606848 59392 4089446400 4194304 9819077 140735945495472 18446744073709551615 5507425 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 64113 59392 727 1374 0 62734 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 256452

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16951
/proc/meminfo: memFree=30402360/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=269508 CPUtime=222.28
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 2851017 0 0 0 21769 459 0 0 25 0 1 0 132613642 275976192 62407 4089446400 4194304 9819077 140735945495472 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 67377 62407 728 1374 0 65998 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 269508

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16953
/proc/meminfo: memFree=30370832/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=301684 CPUtime=282.28
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 3528444 0 0 0 27659 569 0 0 25 0 1 0 132613642 308924416 70743 4089446400 4194304 9819077 140735945495472 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 75421 70743 728 1374 0 74042 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 301684

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16955
/proc/meminfo: memFree=30357544/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=309520 CPUtime=342.28
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 4405966 0 0 0 33518 710 0 0 25 0 1 0 132613642 316948480 72839 4089446400 4194304 9819077 140735945495472 18446744073709551615 7263301 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 77380 72839 728 1374 0 76001 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 309520

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16956
/proc/meminfo: memFree=30352796/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=319936 CPUtime=402.29
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 5124935 0 0 0 39398 831 0 0 25 0 1 0 132613642 327614464 75189 4089446400 4194304 9819077 140735945495472 18446744073709551615 5893877 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 79984 75189 728 1374 0 78605 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 319936

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16958
/proc/meminfo: memFree=30332692/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=334716 CPUtime=462.29
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 5755108 0 0 0 45291 938 0 0 25 0 1 0 132613642 342749184 78704 4089446400 4194304 9819077 140735945495472 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 83679 78704 728 1374 0 82300 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 334716

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16968
/proc/meminfo: memFree=30324568/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=346672 CPUtime=522.29
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 6370060 0 0 0 51185 1044 0 0 25 0 1 0 132613642 354992128 81666 4089446400 4194304 9819077 140735945495472 18446744073709551615 6367259 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 86668 81666 728 1374 0 85289 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 346672

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16970
/proc/meminfo: memFree=30313384/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=358136 CPUtime=582.29
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 7050724 0 0 0 57073 1156 0 0 25 0 1 0 132613642 366731264 84611 4089446400 4194304 9819077 140735945495472 18446744073709551615 6688804 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 89534 84611 728 1374 0 88155 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 358136

[startup+642.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 16972
/proc/meminfo: memFree=30285832/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=378052 CPUtime=642.3
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 7473929 0 0 0 62992 1238 0 0 25 0 1 0 132613642 387125248 89542 4089446400 4194304 9819077 140735945495472 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 94513 89542 728 1374 0 93134 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 378052

[startup+702.3 s]

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

/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 18722038 0 0 0 97424 2806 0 0 25 0 1 0 132613642 529301504 124168 4089446400 4194304 9819077 140735945495472 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 129224 124168 729 1374 0 127845 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 516896

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16983
/proc/meminfo: memFree=30112740/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=543176 CPUtime=1062.31
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 21063822 0 0 0 103117 3114 0 0 25 0 1 0 132613642 556212224 130724 4089446400 4194304 9819077 140735945495472 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 135794 130724 729 1374 0 134415 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 543176

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 16984
/proc/meminfo: memFree=30083952/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=567080 CPUtime=1122.3
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 23642678 0 0 0 108770 3460 0 0 25 0 1 0 132613642 580689920 136743 4089446400 4194304 9819077 140735945495472 18446744073709551615 6004011 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 141770 136743 729 1374 0 140391 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 567080

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 16986
/proc/meminfo: memFree=30061972/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=592140 CPUtime=1182.31
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 26069658 0 0 0 114440 3791 0 0 25 0 1 0 132613642 606351360 142864 4089446400 4194304 9819077 140735945495472 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 148035 142864 729 1374 0 146656 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 592140

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 16988
/proc/meminfo: memFree=30019164/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=617324 CPUtime=1242.32
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 28346807 0 0 0 120133 4099 0 0 25 0 1 0 132613642 632139776 149250 4089446400 4194304 9819077 140735945495472 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 154331 149250 729 1374 0 152952 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 617324

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 16989
/proc/meminfo: memFree=29979708/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=641024 CPUtime=1302.32
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 30746663 0 0 0 125813 4419 0 0 25 0 1 0 132613642 656408576 155213 4089446400 4194304 9819077 140735945495472 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 160256 155213 729 1374 0 158877 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 641024

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 16991
/proc/meminfo: memFree=29935276/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=666672 CPUtime=1362.31
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 32832832 0 0 0 131522 4709 0 0 25 0 1 0 132613642 682672128 161625 4089446400 4194304 9819077 140735945495472 18446744073709551615 4827005 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 166668 161625 729 1374 0 165289 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 666672

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16992
/proc/meminfo: memFree=29899164/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=692100 CPUtime=1422.32
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 34925189 0 0 0 137236 4996 0 0 25 0 1 0 132613642 708710400 168037 4089446400 4194304 9819077 140735945495472 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 173025 168037 729 1374 0 171646 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 692100

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16994
/proc/meminfo: memFree=29867636/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=715624 CPUtime=1482.32
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 37460833 0 0 0 142891 5341 0 0 25 0 1 0 132613642 732798976 173890 4089446400 4194304 9819077 140735945495472 18446744073709551615 5507169 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 178906 173890 729 1374 0 177527 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 715624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16996
/proc/meminfo: memFree=29821596/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=751744 CPUtime=1542.32
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 39970535 0 0 0 148536 5696 0 0 25 0 1 0 132613642 769785856 180974 4089446400 4194304 9819077 140735945495472 18446744073709551615 6690546 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 187936 180974 729 1374 0 186557 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 751744

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 16997
/proc/meminfo: memFree=29790940/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=762900 CPUtime=1602.32
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 42253866 0 0 0 154221 6011 0 0 25 0 1 0 132613642 781209600 185788 4089446400 4194304 9819077 140735945495472 18446744073709551615 6372737 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 190725 185684 729 1374 0 189346 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 762900

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 16999
/proc/meminfo: memFree=29754452/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=786820 CPUtime=1662.33
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 44477033 0 0 0 159914 6319 0 0 25 0 1 0 132613642 805703680 191620 4089446400 4194304 9819077 140735945495472 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 196705 191620 729 1374 0 195326 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 786820

[startup+1722.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 17000
/proc/meminfo: memFree=29715984/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=809296 CPUtime=1722.33
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 46568564 0 0 0 165631 6602 0 0 25 0 1 0 132613642 828719104 197126 4089446400 4194304 9819077 140735945495472 18446744073709551615 5813729 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 202324 197126 729 1374 0 200945 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 809296

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 17002
/proc/meminfo: memFree=29667348/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=831548 CPUtime=1782.33
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 48242879 0 0 0 171400 6833 0 0 25 0 1 0 132613642 851505152 202895 4089446400 4194304 9819077 140735945495472 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 207887 202895 729 1374 0 206508 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 831548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 17002
/proc/meminfo: memFree=29659892/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=838920 CPUtime=1800.03
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 48700655 0 0 0 173106 6897 0 0 25 0 1 0 132613642 859054080 204601 4089446400 4194304 9819077 140735945495472 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/16916/statm: 209730 204601 729 1374 0 208351 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 838920

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -16916

Solver just ended. Dumping a history of the last processes samples

[startup+1801.4 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 17003
/proc/meminfo: memFree=29659636/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=838920 CPUtime=1801.42
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 48700655 0 0 0 173245 6897 0 0 25 0 1 0 132613642 859054080 204601 4089446400 4194304 9819077 140735945495472 18446744073709551615 4241129 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16916/statm: 209730 204601 729 1374 0 208351 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 838920

[startup+1801.81 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 17003
/proc/meminfo: memFree=29658892/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=838920 CPUtime=1801.83
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 48700655 0 0 0 173286 6897 0 0 25 0 1 0 132613642 859054080 204601 4089446400 4194304 9819077 140735945495472 18446744073709551615 8679144 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16916/statm: 209730 204601 729 1374 0 208351 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 838920

[startup+1802 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 17003
/proc/meminfo: memFree=29658892/32951124 swapFree=67111528/67111528
[pid=16916] ppid=16914 vsize=838920 CPUtime=1802.02
/proc/16916/stat : 16916 (pbscip.linux.x8) R 16914 16916 15584 0 -1 4202496 48700655 0 0 0 173305 6897 0 0 25 0 1 0 132613642 859054080 204601 4089446400 4194304 9819077 140735945495472 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16916/statm: 209730 204601 729 1374 0 208351 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 838920

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.08
CPU user time (s): 1733.07
CPU system time (s): 69.0105
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 848776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1733.07
system time used= 69.0105
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48700655
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= 1
involuntary context switches= 1948

runsolver used 2.88856 second user time and 6.47401 second system time

The end

Launcher Data

Begin job on node139 at 2010-06-30 17:53:02
IDJOB=2692976
IDBENCH=79010
IDSOLVER=1205
FILE ID=node139/2692976-1277913181
PBS_JOBID= 11197246
Free space on /tmp= 74124 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.2 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem.ucl--soft-33-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-2692976-1277913181/watcher-2692976-1277913181 -o /tmp/evaluation-result-2692976-1277913181/solver-2692976-1277913181 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692976-1277913181.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 5718f3653dc0b9ba0b2db26893fe4fdf
RANDOM SEED=1096144226

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.840
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.840
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.840
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.82
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.840
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.840
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.78
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.840
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.840
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.82
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.840
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:      30837648 kB
Buffers:        202320 kB
Cached:        1476184 kB
SwapCached:          0 kB
Active:         967844 kB
Inactive:       999244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30837648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7040 kB
Writeback:           0 kB
AnonPages:      288324 kB
Mapped:          20292 kB
Slab:            83492 kB
PageTables:       5132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1653400 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= 74108 MiB
End job on node139 at 2010-06-30 18:23:04