Trace number 2693020

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.1 1802.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem1.ucl--soft-33-100-0.wbo
MD5SUM6d82afa4a3cb51b65db40c85a755382b
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.254961
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 constraints14255
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 718356
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 718355
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-2693020-1277914473.wbo>
0.19/0.23	c original problem has 36088 variables (21833 bin, 0 int, 0 impl, 14255 cont) and 35657 constraints
0.19/0.23	c problem read
0.19/0.23	c presolving settings loaded
0.39/0.45	c presolving:
0.49/0.53	c (round 1) 40 del vars, 3 del conss, 0 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 35611 impls, 0 clqs
0.49/0.54	c (round 2) 40 del vars, 81 del conss, 0 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 35611 impls, 0 clqs
0.49/0.59	c (round 3) 40 del vars, 81 del conss, 14255 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 35611 impls, 0 clqs
0.59/0.69	c (round 4) 40 del vars, 81 del conss, 14255 chg bounds, 450 chg sides, 900 chg coeffs, 7067 upgd conss, 35611 impls, 0 clqs
1.19/1.24	c    (0.9s) probing: 125/21793 (0.6%) - 0 fixings, 1 aggregations, 1 implications, 0 bound changes
1.19/1.24	c    (0.9s) probing aborted: 100/100 successive totally useless probings
1.19/1.24	c presolving (5 rounds):
1.19/1.24	c  41 deleted vars, 81 deleted constraints, 14255 tightened bounds, 0 added holes, 450 changed sides, 900 changed coefficients
1.19/1.24	c  35676 implications, 0 cliques
1.19/1.24	c presolved problem has 36047 variables (21792 bin, 0 int, 0 impl, 14255 cont) and 35576 constraints
1.19/1.24	c   14255 constraints of type <indicator>
1.19/1.24	c       1 constraints of type <varbound>
1.19/1.24	c     314 constraints of type <knapsack>
1.19/1.24	c   14254 constraints of type <linear>
1.19/1.24	c    6752 constraints of type <logicor>
1.19/1.24	c transformed objective value is always integral (scale: 1)
1.19/1.24	c Presolving Time: 0.85
1.19/1.24	c - non default parameters ----------------------------------------------------------------------
1.19/1.24	c # SCIP version 1.2.1.2
1.19/1.24	c 
1.19/1.24	c # frequency for displaying node information lines
1.19/1.24	c # [type: int, range: [-1,2147483647], default: 100]
1.19/1.24	c display/freq = 10000
1.19/1.24	c 
1.19/1.24	c # maximal time in seconds to run
1.19/1.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.24	c limits/time = 1799.77
1.19/1.24	c 
1.19/1.24	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.19/1.24	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.24	c limits/memory = 3420
1.19/1.24	c 
1.19/1.24	c # should presolving try to simplify inequalities
1.19/1.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.24	c constraints/linear/simplifyinequalities = TRUE
1.19/1.24	c 
1.19/1.24	c # should presolving try to simplify knapsacks
1.19/1.24	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.24	c constraints/knapsack/simplifyinequalities = TRUE
1.19/1.24	c 
1.19/1.24	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.19/1.24	c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.24	c separating/rapidlearning/freq = 0
1.19/1.24	c 
1.19/1.24	c -----------------------------------------------------------------------------------------------
1.19/1.24	c start solving
1.19/1.25	c 
1.28/1.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.28/1.38	c   1.1s|     1 |     0 |   290 |     - | 122M|   0 | 139 |  36k|  35k|  36k|7064 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.34	c   2.0s|     1 |     0 |   571 |     - | 123M|   0 | 314 |  36k|  35k|  36k|7322 | 258 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.29/2.38	o 718344
2.29/2.38	c y 2.0s|     1 |     0 |   571 |     - | 124M|   0 | 314 |  36k|  35k|  36k|7322 | 258 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
3.39/3.41	c   3.1s|     1 |     0 |  1050 |     - | 124M|   0 | 550 |  36k|  35k|  36k|7694 | 630 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
4.49/4.56	c   4.2s|     1 |     0 |  2338 |     - | 125M|   0 | 673 |  36k|  35k|  36k|8145 |1081 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
5.79/5.87	c   5.5s|     1 |     0 |  3093 |     - | 126M|   0 | 734 |  36k|  35k|  36k|8559 |1495 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
7.60/7.63	c   7.3s|     1 |     0 |  4051 |     - | 126M|   0 | 905 |  36k|  35k|  36k|8945 |1881 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
9.59/9.65	c   9.3s|     1 |     0 |  5068 |     - | 127M|   0 |1016 |  36k|  35k|  36k|9318 |2254 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
15.49/15.50	c  15.0s|     1 |     2 |  5068 |     - | 128M|   0 |1016 |  36k|  35k|  36k|9318 |2254 |   0 |  22 | 0.000000e+00 | 7.183440e+05 |    Inf 
470.41/470.42	c   440s| 10000 |  9991 |207843 |  20.3 | 290M| 349 |  76 |  36k|  35k|  36k|8735 |9819 | 106 |4015 | 0.000000e+00 | 7.183440e+05 |    Inf 
719.62/719.64	c   677s| 20000 | 19991 |251481 |  12.3 | 408M| 393 |   0 |  36k|  35k|  36k|9128 |  30k| 106 |4996 | 0.000000e+00 | 7.183440e+05 |    Inf 
980.03/980.08	c   927s| 30000 | 29989 |299519 |   9.8 | 527M| 445 |  83 |  36k|  35k|  36k|8735 |  48k| 108 |5930 | 0.000000e+00 | 7.183440e+05 |    Inf 
1249.64/1249.63	c  1184s| 40000 | 39987 |361303 |   8.9 | 646M| 445 |   0 |  36k|  35k|  36k|9200 |  67k| 111 |7326 | 0.000000e+00 | 7.183440e+05 |    Inf 
1504.04/1504.08	c  1428s| 50000 | 49985 |407673 |   8.1 | 765M| 447 | 316 |  36k|  35k|  36k|8735 |  87k| 112 |7648 | 0.000000e+00 | 7.183440e+05 |    Inf 
1781.34/1781.35	c  1695s| 60000 | 59985 |443186 |   7.3 | 884M| 547 |   0 |  36k|  35k|  36k|9189 | 105k| 113 |8476 | 0.000000e+00 | 7.183440e+05 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.02	c 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time (sec) : 1712.63
1800.05/1800.02	c Solving Nodes      : 60669
1800.05/1800.02	c Primal Bound       : +7.18344000000000e+05 (100 solutions)
1800.05/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.02	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2693020-1277914473/watcher-2693020-1277914473 -o /tmp/evaluation-result-2693020-1277914473/solver-2693020-1277914473 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693020-1277914473.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.95 1.99 2.04 5/178 18135
/proc/meminfo: memFree=30846792/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=10872 CPUtime=0
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 1670 0 0 0 0 0 0 0 25 0 1 0 132742389 11132928 1590 4089446400 4194304 9819077 140736521763344 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18135/statm: 2718 1590 392 1374 0 1339 0

[startup+0.0614811 s]
/proc/loadavg: 1.95 1.99 2.04 5/178 18135
/proc/meminfo: memFree=30846792/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=25056 CPUtime=0.05
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 5204 0 0 0 5 0 0 0 25 0 1 0 132742389 25657344 5124 4089446400 4194304 9819077 140736521763344 18446744073709551615 5655069 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18135/statm: 6264 5124 392 1374 0 4885 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25056

[startup+0.100458 s]
/proc/loadavg: 1.95 1.99 2.04 5/178 18135
/proc/meminfo: memFree=30846792/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=33168 CPUtime=0.09
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 7209 0 0 0 9 0 0 0 25 0 1 0 132742389 33964032 7129 4089446400 4194304 9819077 140736521763344 18446744073709551615 8588224 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18135/statm: 8292 7129 392 1374 0 6913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33168

[startup+0.300422 s]
/proc/loadavg: 1.95 1.99 2.04 5/178 18135
/proc/meminfo: memFree=30846792/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=101404 CPUtime=0.29
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 24650 0 0 0 27 2 0 0 25 0 1 0 132742389 103837696 24141 4089446400 4194304 9819077 140736521763344 18446744073709551615 4433267 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18135/statm: 25351 24141 435 1374 0 23972 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101404

[startup+0.700348 s]
/proc/loadavg: 1.95 1.99 2.04 5/178 18135
/proc/meminfo: memFree=30846792/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=147192 CPUtime=0.69
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 37334 0 0 0 64 5 0 0 25 0 1 0 132742389 150724608 34785 4089446400 4194304 9819077 140736521763344 18446744073709551615 5489894 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18135/statm: 36798 34785 507 1374 0 35419 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147192

[startup+1.5002 s]
/proc/loadavg: 1.95 1.99 2.04 3/179 18136
/proc/meminfo: memFree=30707036/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=183076 CPUtime=1.49
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 52351 0 0 0 141 8 0 0 25 0 1 0 132742389 187469824 42128 4089446400 4194304 9819077 140736521763344 18446744073709551615 6528080 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18135/statm: 45769 42128 662 1374 0 44390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183076

[startup+3.10092 s]
/proc/loadavg: 1.96 1.99 2.04 3/179 18136
/proc/meminfo: memFree=30676424/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=190956 CPUtime=3.09
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 62670 0 0 0 297 12 0 0 25 0 1 0 132742389 195538944 43467 4089446400 4194304 9819077 140736521763344 18446744073709551615 5743101 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18135/statm: 47739 43467 694 1374 0 46360 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190956

[startup+6.30032 s]
/proc/loadavg: 1.96 1.99 2.04 3/179 18137
/proc/meminfo: memFree=30672952/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=194816 CPUtime=6.29
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 70911 0 0 0 615 14 0 0 25 0 1 0 132742389 199491584 44098 4089446400 4194304 9819077 140736521763344 18446744073709551615 5716525 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18135/statm: 48704 44098 696 1374 0 47325 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 194816

[startup+12.7001 s]
/proc/loadavg: 1.96 1.99 2.03 3/179 18137
/proc/meminfo: memFree=30668064/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=210048 CPUtime=12.69
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 137414 0 0 0 1244 25 0 0 25 0 1 0 132742389 215089152 45593 4089446400 4194304 9819077 140736521763344 18446744073709551615 7291968 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18135/statm: 52512 45593 723 1374 0 51133 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 210048

[startup+25.5008 s]
/proc/loadavg: 1.97 1.99 2.03 3/179 18138
/proc/meminfo: memFree=30668408/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=207848 CPUtime=25.5
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 615170 0 0 0 2467 83 0 0 25 0 1 0 132742389 212836352 45548 4089446400 4194304 9819077 140736521763344 18446744073709551615 6391483 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 51962 45548 725 1374 0 50583 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 207848

[startup+51.1011 s]
/proc/loadavg: 1.98 1.99 2.03 3/179 18138
/proc/meminfo: memFree=30659204/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=205876 CPUtime=51.09
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 1875877 0 0 0 4872 237 0 0 25 0 1 0 132742389 210817024 46765 4089446400 4194304 9819077 140736521763344 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 51469 46780 728 1374 0 50090 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 205876

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 2.03 3/179 18140
/proc/meminfo: memFree=30649396/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=210852 CPUtime=102.3
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 4720657 0 0 0 9656 574 0 0 25 0 1 0 132742389 215912448 48034 4089446400 4194304 9819077 140736521763344 18446744073709551615 6211700 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 52713 48034 728 1374 0 51334 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 210852

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 2.02 3/179 18141
/proc/meminfo: memFree=30597160/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=251992 CPUtime=162.29
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 8057077 0 0 0 15260 969 0 0 25 0 1 0 132742389 258039808 58526 4089446400 4194304 9819077 140736521763344 18446744073709551615 6690546 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 62998 58546 729 1374 0 61619 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 251992

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 2.01 3/179 18142
/proc/meminfo: memFree=30576288/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=265496 CPUtime=222.3
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 11781153 0 0 0 20823 1407 0 0 25 0 1 0 132742389 271867904 62042 4089446400 4194304 9819077 140736521763344 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 66374 62042 729 1374 0 64995 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 265496

[startup+282.3 s]
/proc/loadavg: 2.11 2.02 2.02 3/179 18144
/proc/meminfo: memFree=30541776/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=278708 CPUtime=282.3
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 15547331 0 0 0 26376 1854 0 0 25 0 1 0 132742389 285396992 65303 4089446400 4194304 9819077 140736521763344 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 69677 65303 729 1374 0 68298 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 278708

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 2.01 3/179 18146
/proc/meminfo: memFree=30511364/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=295076 CPUtime=342.3
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 19095101 0 0 0 31956 2274 0 0 25 0 1 0 132742389 302157824 69416 4089446400 4194304 9819077 140736521763344 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 73769 69416 729 1374 0 72390 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 295076

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.01 3/179 18148
/proc/meminfo: memFree=30472152/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=323248 CPUtime=402.3
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 22250882 0 0 0 37583 2647 0 0 25 0 1 0 132742389 331005952 76503 4089446400 4194304 9819077 140736521763344 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 80812 76503 730 1374 0 79433 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 323248

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 18149
/proc/meminfo: memFree=30425248/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=352420 CPUtime=462.31
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 24996649 0 0 0 43242 2989 0 0 25 0 1 0 132742389 360878080 83784 4089446400 4194304 9819077 140736521763344 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 88105 83784 730 1374 0 86726 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 352420

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18150
/proc/meminfo: memFree=30371644/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=384940 CPUtime=522.31
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 27095497 0 0 0 48968 3263 0 0 25 0 1 0 132742389 394178560 91939 4089446400 4194304 9819077 140736521763344 18446744073709551615 6628174 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 96235 91939 730 1374 0 94856 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 384940

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18152
/proc/meminfo: memFree=30319912/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=411004 CPUtime=582.31
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 29562610 0 0 0 54659 3572 0 0 25 0 1 0 132742389 420868096 98390 4089446400 4194304 9819077 140736521763344 18446744073709551615 4966043 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 102751 98390 730 1374 0 101372 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 411004

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18154
/proc/meminfo: memFree=30270164/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=439932 CPUtime=642.31
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 31779906 0 0 0 60376 3855 0 0 25 0 1 0 132742389 450490368 105804 4089446400 4194304 9819077 140736521763344 18446744073709551615 5813304 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 109983 105804 730 1374 0 108604 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 439932

[startup+702.301 s]

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

/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 44529357 0 0 0 94755 5477 0 0 25 0 1 0 132742389 615903232 146162 4089446400 4194304 9819077 140736521763344 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 150367 146162 730 1374 0 148988 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 601468

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18168
/proc/meminfo: memFree=29927972/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=635216 CPUtime=1062.32
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 46798922 0 0 0 100464 5768 0 0 25 0 1 0 132742389 650461184 152881 4089446400 4194304 9819077 140736521763344 18446744073709551615 7304364 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 158804 152881 730 1374 0 157425 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 635216

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18169
/proc/meminfo: memFree=29885500/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=653404 CPUtime=1122.33
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 48991376 0 0 0 106192 6041 0 0 25 0 1 0 132742389 669085696 159060 4089446400 4194304 9819077 140736521763344 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 163351 159060 730 1374 0 161972 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 653404

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18171
/proc/meminfo: memFree=29840460/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=680272 CPUtime=1182.33
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 50846398 0 0 0 111951 6282 0 0 25 0 1 0 132742389 696598528 165820 4089446400 4194304 9819077 140736521763344 18446744073709551615 6003349 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 170068 165820 730 1374 0 168689 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 680272

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18173
/proc/meminfo: memFree=29786608/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=710324 CPUtime=1242.33
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 52684998 0 0 0 117703 6530 0 0 25 0 1 0 132742389 727371776 173255 4089446400 4194304 9819077 140736521763344 18446744073709551615 5893851 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 177581 173255 730 1374 0 176202 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 710324

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18175
/proc/meminfo: memFree=29736608/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=738640 CPUtime=1302.34
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 54620417 0 0 0 123444 6790 0 0 25 0 1 0 132742389 756367360 180394 4089446400 4194304 9819077 140736521763344 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 184660 180394 730 1374 0 183281 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 738640

[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 18176
/proc/meminfo: memFree=29687088/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=766372 CPUtime=1362.33
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 56480852 0 0 0 129200 7033 0 0 25 0 1 0 132742389 784764928 187126 4089446400 4194304 9819077 140736521763344 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 191593 187136 730 1374 0 190214 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 766372

[startup+1422.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 18177
/proc/meminfo: memFree=29636352/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=792892 CPUtime=1422.34
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 58212112 0 0 0 134967 7267 0 0 25 0 1 0 132742389 811921408 194013 4089446400 4194304 9819077 140736521763344 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 198223 194013 730 1374 0 196844 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 792892

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 18179
/proc/meminfo: memFree=29584488/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=823452 CPUtime=1482.33
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 59911894 0 0 0 140746 7487 0 0 25 0 1 0 132742389 843214848 201703 4089446400 4194304 9819077 140736521763344 18446744073709551615 5507728 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 205863 201703 730 1374 0 204484 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 823452

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 18181
/proc/meminfo: memFree=29535832/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=848400 CPUtime=1542.34
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 61849574 0 0 0 146488 7746 0 0 25 0 1 0 132742389 868761600 207826 4089446400 4194304 9819077 140736521763344 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 212100 207826 730 1374 0 210721 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 848400

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18183
/proc/meminfo: memFree=29491672/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=873980 CPUtime=1602.34
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 63731979 0 0 0 152245 7989 0 0 25 0 1 0 132742389 894955520 214269 4089446400 4194304 9819077 140736521763344 18446744073709551615 5893820 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 218495 214269 730 1374 0 217116 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 873980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18184
/proc/meminfo: memFree=29446872/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=897856 CPUtime=1662.34
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 65500288 0 0 0 158009 8225 0 0 25 0 1 0 132742389 919404544 220265 4089446400 4194304 9819077 140736521763344 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 224464 220265 730 1374 0 223085 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 897856

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18185
/proc/meminfo: memFree=29397116/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=924520 CPUtime=1722.35
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 67270235 0 0 0 163775 8460 0 0 25 0 1 0 132742389 946708480 226911 4089446400 4194304 9819077 140736521763344 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 231130 226911 730 1374 0 229751 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 924520

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18187
/proc/meminfo: memFree=29349348/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=947648 CPUtime=1782.35
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 68823707 0 0 0 169574 8661 0 0 25 0 1 0 132742389 970391552 232791 4089446400 4194304 9819077 140736521763344 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 236912 232791 730 1374 0 235533 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 947648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18215
/proc/meminfo: memFree=30038080/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=956668 CPUtime=1800.05
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 69294929 0 0 0 171284 8721 0 0 25 0 1 0 132742389 979628032 234963 4089446400 4194304 9819077 140736521763344 18446744073709551615 6003003 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/18135/statm: 239167 234963 730 1374 0 237788 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 956668

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18135

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18216
/proc/meminfo: memFree=30035840/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=956668 CPUtime=1801.44
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 69294929 0 0 0 171423 8721 0 0 25 0 1 0 132742389 979628032 234963 4089446400 4194304 9819077 140736521763344 18446744073709551615 8679118 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18135/statm: 239167 234963 730 1374 0 237788 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 956668

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18216
/proc/meminfo: memFree=30034980/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=956668 CPUtime=1801.85
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 69294929 0 0 0 171464 8721 0 0 25 0 1 0 132742389 979628032 234963 4089446400 4194304 9819077 140736521763344 18446744073709551615 4241139 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18135/statm: 239167 234963 730 1374 0 237788 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 956668

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18216
/proc/meminfo: memFree=30034980/32951124 swapFree=67111528/67111528
[pid=18135] ppid=18133 vsize=956668 CPUtime=1802.04
/proc/18135/stat : 18135 (pbscip.linux.x8) R 18133 18135 17674 0 -1 4202496 69294929 0 0 0 171483 8721 0 0 25 0 1 0 132742389 979628032 234963 4089446400 4194304 9819077 140736521763344 18446744073709551615 8679243 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/18135/statm: 239167 234963 730 1374 0 237788 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 956668

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.1
CPU user time (s): 1714.85
CPU system time (s): 87.2537
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 963444

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

runsolver used 2.74058 second user time and 6.92595 second system time

The end

Launcher Data

Begin job on node147 at 2010-06-30 18:14:33
IDJOB=2693020
IDBENCH=79032
IDSOLVER=1205
FILE ID=node147/2693020-1277914473
PBS_JOBID= 11197261
Free space on /tmp= 74192 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.rwmem1.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-2693020-1277914473/watcher-2693020-1277914473 -o /tmp/evaluation-result-2693020-1277914473/solver-2693020-1277914473 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693020-1277914473.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6d82afa4a3cb51b65db40c85a755382b
RANDOM SEED=1434848351

node147.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.822
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.64
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.822
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	: 5226.15
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.822
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.822
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.84
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.822
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.74
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.822
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.822
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.822
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:      30847072 kB
Buffers:        202456 kB
Cached:        1508508 kB
SwapCached:          0 kB
Active:         737112 kB
Inactive:      1220196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30847072 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12360 kB
Writeback:           0 kB
AnonPages:      246924 kB
Mapped:          16872 kB
Slab:            81484 kB
PageTables:       5696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   406072 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= 74188 MiB
End job on node147 at 2010-06-30 18:44:35