Trace number 2692974

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.ucl--soft-33-100-0.wbo
MD5SUM835b153aeac9652072cec4414ff34af5
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.142977
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6392
Total number of constraints18058
Number of soft constraints12226
Number of constraints which are clauses17278
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints780
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 617866
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 617865
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-2692974-1277913140.wbo>
0.09/0.19	c original problem has 30844 variables (18618 bin, 0 int, 0 impl, 12226 cont) and 30285 constraints
0.09/0.19	c problem read
0.09/0.19	c presolving settings loaded
0.29/0.35	c presolving:
0.39/0.42	c (round 1) 33 del vars, 3 del conss, 0 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 30446 impls, 0 clqs
0.39/0.43	c (round 2) 34 del vars, 68 del conss, 0 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 30446 impls, 0 clqs
0.39/0.47	c (round 3) 35 del vars, 68 del conss, 12225 chg bounds, 390 chg sides, 780 chg coeffs, 0 upgd conss, 30446 impls, 0 clqs
0.49/0.54	c (round 4) 35 del vars, 68 del conss, 12225 chg bounds, 390 chg sides, 780 chg coeffs, 5768 upgd conss, 30446 impls, 0 clqs
0.99/1.02	c    (0.7s) probing: 148/18584 (0.8%) - 0 fixings, 1 aggregations, 9 implications, 0 bound changes
0.99/1.02	c    (0.7s) probing aborted: 100/100 successive totally useless probings
0.99/1.02	c presolving (5 rounds):
0.99/1.02	c  36 deleted vars, 68 deleted constraints, 12225 tightened bounds, 0 added holes, 390 changed sides, 780 changed coefficients
0.99/1.02	c  30561 implications, 0 cliques
0.99/1.02	c presolved problem has 30808 variables (18583 bin, 0 int, 0 impl, 12225 cont) and 30217 constraints
0.99/1.02	c   12225 constraints of type <indicator>
0.99/1.02	c       1 constraints of type <varbound>
0.99/1.02	c     253 constraints of type <knapsack>
0.99/1.02	c   12224 constraints of type <linear>
0.99/1.02	c    5514 constraints of type <logicor>
0.99/1.02	c transformed objective value is always integral (scale: 1)
0.99/1.02	c Presolving Time: 0.66
0.99/1.02	c - non default parameters ----------------------------------------------------------------------
0.99/1.02	c # SCIP version 1.2.1.2
0.99/1.02	c 
0.99/1.02	c # frequency for displaying node information lines
0.99/1.02	c # [type: int, range: [-1,2147483647], default: 100]
0.99/1.02	c display/freq = 10000
0.99/1.02	c 
0.99/1.02	c # maximal time in seconds to run
0.99/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.02	c limits/time = 1799.82
0.99/1.02	c 
0.99/1.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.99/1.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.99/1.02	c limits/memory = 3420
0.99/1.02	c 
0.99/1.02	c # should presolving try to simplify inequalities
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c constraints/linear/simplifyinequalities = TRUE
0.99/1.02	c 
0.99/1.02	c # should presolving try to simplify knapsacks
0.99/1.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.99/1.02	c constraints/knapsack/simplifyinequalities = TRUE
0.99/1.02	c 
0.99/1.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.99/1.02	c # [type: int, range: [-1,2147483647], default: -1]
0.99/1.02	c separating/rapidlearning/freq = 0
0.99/1.02	c 
0.99/1.02	c -----------------------------------------------------------------------------------------------
0.99/1.02	c start solving
0.99/1.03	c 
1.09/1.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.09/1.13	c   0.8s|     1 |     0 |   245 |     - | 104M|   0 | 117 |  30k|  30k|  30k|5765 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.78/1.81	c   1.5s|     1 |     0 |   513 |     - | 105M|   0 | 269 |  30k|  30k|  30k|6005 | 240 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.78/1.84	o 617753
1.78/1.84	c y 1.5s|     1 |     0 |   513 |     - | 106M|   0 | 269 |  30k|  30k|  30k|6005 | 240 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
2.48/2.54	c   2.2s|     1 |     0 |   910 |     - | 106M|   0 | 347 |  30k|  30k|  30k|6356 | 591 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
3.68/3.74	c   3.4s|     1 |     0 |  2020 |     - | 106M|   0 | 661 |  30k|  30k|  30k|6692 | 927 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
4.58/4.66	c   4.3s|     1 |     0 |  2769 |     - | 107M|   0 | 893 |  30k|  30k|  30k|7124 |1359 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
5.88/5.98	c   5.6s|     1 |     0 |  3863 |     - | 108M|   0 |1029 |  30k|  30k|  30k|7506 |1741 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
7.69/7.78	c   7.4s|     1 |     0 |  5077 |     - | 109M|   0 |1321 |  30k|  30k|  30k|7864 |2099 |   0 |   0 | 0.000000e+00 | 6.177530e+05 |    Inf 
10.78/10.84	c  10.4s|     1 |     2 |  5077 |     - | 110M|   0 |1321 |  30k|  30k|  30k|7864 |2099 |   0 |  17 | 0.000000e+00 | 6.177530e+05 |    Inf 
426.99/427.05	c   419s| 10000 |  9961 |346806 |  34.2 | 247M| 253 |  24 |  30k|  30k|  30k|7395 |6370 | 143 |3588 | 0.000000e+00 | 6.177530e+05 |    Inf 
647.00/647.06	c   631s| 20000 | 19953 |449375 |  22.2 | 350M| 371 |  32 |  30k|  30k|  30k|7962 |  39k| 149 |4908 | 0.000000e+00 | 6.177530e+05 |    Inf 
866.61/866.67	c   844s| 30000 | 29949 |544718 |  18.0 | 452M| 401 | 102 |  30k|  30k|  30k|7395 |  61k| 151 |6961 | 0.000000e+00 | 6.177530e+05 |    Inf 
1076.61/1076.62	c  1046s| 40000 | 39931 |648867 |  16.1 | 554M| 401 | 118 |  30k|  30k|  30k|7395 |  82k| 161 |8005 | 0.000000e+00 | 6.177530e+05 |    Inf 
1284.61/1284.64	c  1246s| 50000 | 49931 |732274 |  14.5 | 656M| 401 | 117 |  30k|  30k|  30k|7395 | 103k| 161 |9354 | 0.000000e+00 | 6.177530e+05 |    Inf 
1493.92/1493.94	c  1445s| 60000 | 59925 |827701 |  13.7 | 757M| 401 |  36 |  30k|  30k|  30k|7395 | 124k| 164 |  10k| 0.000000e+00 | 6.177530e+05 |    Inf 
1684.63/1684.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1684.63/1684.69	c  1628s| 70000 | 69923 |912662 |  13.0 | 859M| 401 |   0 |  30k|  30k|  30k|7903 | 146k| 167 |  11k| 0.000000e+00 | 6.177530e+05 |    Inf 
1800.04/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.04/1800.01	c 
1800.04/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.04/1800.01	c Solving Time (sec) : 1737.53
1800.04/1800.01	c Solving Nodes      : 75361
1800.04/1800.01	c Primal Bound       : +6.17753000000000e+05 (100 solutions)
1800.04/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.04/1800.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-2692974-1277913140/watcher-2692974-1277913140 -o /tmp/evaluation-result-2692974-1277913140/solver-2692974-1277913140 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692974-1277913140.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.94 2.03 2.01 3/196 24485
/proc/meminfo: memFree=31022976/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=10984 CPUtime=0
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 1669 0 0 0 0 0 0 0 21 0 1 0 164905794 11247616 1590 4089446400 4194304 9819077 140736872612896 18446744073709551615 5650969 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24485/statm: 2746 1591 392 1374 0 1367 0

[startup+0.0508979 s]
/proc/loadavg: 1.94 2.03 2.01 3/196 24485
/proc/meminfo: memFree=31022976/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=22976 CPUtime=0.04
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 4664 0 0 0 4 0 0 0 21 0 1 0 164905794 23527424 4585 4089446400 4194304 9819077 140736872612896 18446744073709551615 8655879 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24485/statm: 5744 4585 392 1374 0 4365 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22976

[startup+0.100887 s]
/proc/loadavg: 1.94 2.03 2.01 3/196 24485
/proc/meminfo: memFree=31022976/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=33136 CPUtime=0.09
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 7214 0 0 0 9 0 0 0 21 0 1 0 164905794 33931264 7135 4089446400 4194304 9819077 140736872612896 18446744073709551615 5656286 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24485/statm: 8284 7135 392 1374 0 6905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33136

[startup+0.300858 s]
/proc/loadavg: 1.94 2.03 2.01 3/196 24485
/proc/meminfo: memFree=31022976/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=104864 CPUtime=0.29
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 25511 0 0 0 26 3 0 0 21 0 1 0 164905794 107380736 25021 4089446400 4194304 9819077 140736872612896 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/24485/statm: 26216 25021 452 1374 0 24837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104864

[startup+0.700783 s]
/proc/loadavg: 1.94 2.03 2.01 3/196 24485
/proc/meminfo: memFree=31022976/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=128260 CPUtime=0.69
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 33255 0 0 0 58 11 0 0 22 0 1 0 164905794 131338240 30146 4089446400 4194304 9819077 140736872612896 18446744073709551615 4661061 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 32065 30146 552 1374 0 30686 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128260

[startup+1.50063 s]
/proc/loadavg: 1.94 2.03 2.01 3/197 24486
/proc/meminfo: memFree=30903928/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=160176 CPUtime=1.48
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 51605 0 0 0 135 13 0 0 25 0 1 0 164905794 164020224 36481 4089446400 4194304 9819077 140736872612896 18446744073709551615 5719158 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 40044 36481 677 1374 0 38665 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 160176

[startup+3.10034 s]
/proc/loadavg: 1.94 2.03 2.01 3/197 24486
/proc/meminfo: memFree=30876152/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=165180 CPUtime=3.08
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 56902 0 0 0 290 18 0 0 25 0 1 0 164905794 169144320 37556 4089446400 4194304 9819077 140736872612896 18446744073709551615 4424295 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 41295 37556 697 1374 0 39916 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 165180

[startup+6.30075 s]
/proc/loadavg: 1.94 2.03 2.01 3/197 24487
/proc/meminfo: memFree=30869096/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=172520 CPUtime=6.28
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 64518 0 0 0 607 21 0 0 25 0 1 0 164905794 176660480 38922 4089446400 4194304 9819077 140736872612896 18446744073709551615 8675301 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 43130 38922 697 1374 0 41751 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 172520

[startup+12.7006 s]
/proc/loadavg: 1.95 2.03 2.00 3/197 24487
/proc/meminfo: memFree=30862524/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=183532 CPUtime=12.68
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 123955 0 0 0 1236 32 0 0 25 0 1 0 164905794 187936768 40719 4089446400 4194304 9819077 140736872612896 18446744073709551615 7292323 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 45883 40719 724 1374 0 44504 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 183532

[startup+25.5002 s]
/proc/loadavg: 1.96 2.03 2.00 3/197 24487
/proc/meminfo: memFree=30855792/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=184072 CPUtime=25.48
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 233586 0 0 0 2500 48 0 0 25 0 1 0 164905794 188489728 40533 4089446400 4194304 9819077 140736872612896 18446744073709551615 6391606 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 46018 40533 724 1374 0 44639 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 184072

[startup+51.1006 s]
/proc/loadavg: 1.97 2.03 2.00 3/197 24487
/proc/meminfo: memFree=30847892/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=184100 CPUtime=51.08
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 398723 0 0 0 5033 75 0 0 25 0 1 0 164905794 188518400 41174 4089446400 4194304 9819077 140736872612896 18446744073709551615 6567608 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 46025 41174 724 1374 0 44646 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 184100

[startup+102.306 s]
/proc/loadavg: 1.99 2.02 2.00 3/197 24489
/proc/meminfo: memFree=30824312/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=194480 CPUtime=102.29
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 797703 0 0 0 10082 147 0 0 25 0 1 0 164905794 199147520 43537 4089446400 4194304 9819077 140736872612896 18446744073709551615 6191119 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 48620 43537 727 1374 0 47241 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 194480

[startup+162.3 s]
/proc/loadavg: 1.99 2.02 2.00 3/197 24491
/proc/meminfo: memFree=30799360/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=197368 CPUtime=162.28
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 1367530 0 0 0 15982 246 0 0 25 0 1 0 164905794 202104832 45514 4089446400 4194304 9819077 140736872612896 18446744073709551615 5507241 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 49342 45514 728 1374 0 47963 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 197368

[startup+222.3 s]
/proc/loadavg: 1.99 2.01 2.00 3/197 24492
/proc/meminfo: memFree=30768936/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=223060 CPUtime=222.28
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 2071185 0 0 0 21868 360 0 0 25 0 1 0 164905794 228413440 52089 4089446400 4194304 9819077 140736872612896 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 55765 52089 728 1374 0 54386 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 223060

[startup+282.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 24494
/proc/meminfo: memFree=30744352/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=254208 CPUtime=282.29
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 2949669 0 0 0 27726 503 0 0 25 0 1 0 164905794 260308992 58220 4089446400 4194304 9819077 140736872612896 18446744073709551615 8723783 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 63552 58220 729 1374 0 62173 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 254208

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/197 24495
/proc/meminfo: memFree=30724368/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=274640 CPUtime=342.29
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 3701418 0 0 0 33600 629 0 0 25 0 1 0 164905794 281231360 64245 4089446400 4194304 9819077 140736872612896 18446744073709551615 6197188 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 68660 64245 729 1374 0 67281 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 274640

[startup+402.3 s]
/proc/loadavg: 2.20 2.05 2.02 3/179 24730
/proc/meminfo: memFree=31237212/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=300068 CPUtime=402.29
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 4339845 0 0 0 39484 745 0 0 25 0 1 0 164905794 307269632 71361 4089446400 4194304 9819077 140736872612896 18446744073709551615 6590493 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 75017 71361 729 1374 0 73638 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 300068

[startup+462.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/179 24732
/proc/meminfo: memFree=31106772/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=324320 CPUtime=462.29
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 5844691 0 0 0 45261 968 0 0 25 0 1 0 164905794 332103680 77347 4089446400 4194304 9819077 140736872612896 18446744073709551615 6003327 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 81080 77347 729 1374 0 79701 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 324320

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 24742
/proc/meminfo: memFree=30960088/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=350460 CPUtime=522.29
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 7509512 0 0 0 51032 1197 0 0 25 0 1 0 164905794 358871040 83781 4089446400 4194304 9819077 140736872612896 18446744073709551615 6589094 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 87615 83781 729 1374 0 86236 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 350460

[startup+582.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 24744
/proc/meminfo: memFree=30806468/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=381792 CPUtime=582.3
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 9135113 0 0 0 56807 1423 0 0 25 0 1 0 164905794 390955008 91727 4089446400 4194304 9819077 140736872612896 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 95448 91727 729 1374 0 94069 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 381792

[startup+642.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 24745
/proc/meminfo: memFree=30650420/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=412192 CPUtime=642.31
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 10387078 0 0 0 62627 1604 0 0 25 0 1 0 164905794 422084608 99263 4089446400 4194304 9819077 140736872612896 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 103048 99263 729 1374 0 101669 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 412192

[startup+702.3 s]

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

/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 18256556 0 0 0 97478 2753 0 0 25 0 1 0 164905794 597606400 142188 4089446400 4194304 9819077 140736872612896 18446744073709551615 6512998 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 145900 142188 729 1374 0 144521 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 583600

[startup+1062.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24784
/proc/meminfo: memFree=30795888/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=610752 CPUtime=1062.31
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 19954232 0 0 0 103249 2982 0 0 25 0 1 0 164905794 625410048 148932 4089446400 4194304 9819077 140736872612896 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 152688 148932 729 1374 0 151309 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 610752

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24785
/proc/meminfo: memFree=30748364/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=642288 CPUtime=1122.31
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 21635119 0 0 0 109020 3211 0 0 25 0 1 0 164905794 657702912 156860 4089446400 4194304 9819077 140736872612896 18446744073709551615 5813304 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 160572 156860 729 1374 0 159193 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 642288

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24787
/proc/meminfo: memFree=30701588/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=671664 CPUtime=1182.31
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 23500322 0 0 0 114757 3474 0 0 25 0 1 0 164905794 687783936 164292 4089446400 4194304 9819077 140736872612896 18446744073709551615 6504064 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 167916 164292 729 1374 0 166537 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 671664

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24788
/proc/meminfo: memFree=30657656/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=699404 CPUtime=1242.31
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 25291459 0 0 0 120511 3720 0 0 25 0 1 0 164905794 716189696 171080 4089446400 4194304 9819077 140736872612896 18446744073709551615 6004111 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 174851 171080 729 1374 0 173472 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 699404

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24790
/proc/meminfo: memFree=30611180/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=726264 CPUtime=1302.33
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 27094606 0 0 0 126265 3968 0 0 25 0 1 0 164905794 743694336 177832 4089446400 4194304 9819077 140736872612896 18446744073709551615 4407939 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 181566 177832 729 1374 0 180187 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 726264

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24792
/proc/meminfo: memFree=30565012/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=753980 CPUtime=1362.32
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 29115942 0 0 0 131992 4240 0 0 25 0 1 0 164905794 772075520 184715 4089446400 4194304 9819077 140736872612896 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 188495 184726 729 1374 0 187116 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 753980

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24793
/proc/meminfo: memFree=30524068/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=780148 CPUtime=1422.33
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 31128130 0 0 0 137728 4505 0 0 25 0 1 0 164905794 798871552 191357 4089446400 4194304 9819077 140736872612896 18446744073709551615 6690546 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 195037 191383 729 1374 0 193658 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 780148

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 24795
/proc/meminfo: memFree=30474928/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=813592 CPUtime=1482.32
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 33245248 0 0 0 143448 4784 0 0 25 0 1 0 164905794 833118208 199752 4089446400 4194304 9819077 140736872612896 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 203398 199752 729 1374 0 202019 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 813592

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24796
/proc/meminfo: memFree=30429024/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=843112 CPUtime=1542.32
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 35257436 0 0 0 149176 5056 0 0 25 0 1 0 164905794 863346688 207149 4089446400 4194304 9819077 140736872612896 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 210778 207149 729 1374 0 209399 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 843112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24798
/proc/meminfo: memFree=30377532/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=879204 CPUtime=1602.33
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 37346477 0 0 0 154895 5338 0 0 25 0 1 0 164905794 900304896 215568 4089446400 4194304 9819077 140736872612896 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 219801 215568 729 1374 0 218422 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 879204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24800
/proc/meminfo: memFree=30329140/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=908820 CPUtime=1662.33
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 39210871 0 0 0 160625 5608 0 0 25 0 1 0 164905794 930631680 223047 4089446400 4194304 9819077 140736872612896 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 227205 223047 729 1374 0 225826 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 908820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24801
/proc/meminfo: memFree=30285576/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=938884 CPUtime=1722.33
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 41255464 0 0 0 166352 5881 0 0 25 0 1 0 164905794 961417216 230682 4089446400 4194304 9819077 140736872612896 18446744073709551615 4697625 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 234721 230682 729 1374 0 233342 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 938884

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24803
/proc/meminfo: memFree=30235576/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=968072 CPUtime=1782.34
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 43296084 0 0 0 172077 6157 0 0 25 0 1 0 164905794 991305728 237955 4089446400 4194304 9819077 140736872612896 18446744073709551615 6567593 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 242018 237955 729 1374 0 240639 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 968072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24803
/proc/meminfo: memFree=30222784/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=976724 CPUtime=1800.04
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 43888356 0 0 0 173769 6235 0 0 25 0 1 0 164905794 1000165376 240074 4089446400 4194304 9819077 140736872612896 18446744073709551615 4561249 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24485/statm: 244181 240074 729 1374 0 242802 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 976724

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -24485

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 24804
/proc/meminfo: memFree=30222776/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=976724 CPUtime=1801.44
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 43888356 0 0 0 173909 6235 0 0 25 0 1 0 164905794 1000165376 240074 4089446400 4194304 9819077 140736872612896 18446744073709551615 8679215 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24485/statm: 244181 240074 729 1374 0 242802 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 976724

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24804
/proc/meminfo: memFree=30222652/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=976724 CPUtime=1801.84
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 43888356 0 0 0 173949 6235 0 0 25 0 1 0 164905794 1000165376 240074 4089446400 4194304 9819077 140736872612896 18446744073709551615 8679171 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24485/statm: 244181 240074 729 1374 0 242802 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 976724

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24804
/proc/meminfo: memFree=30222652/32950928 swapFree=67111528/67111528
[pid=24485] ppid=24483 vsize=976724 CPUtime=1802.04
/proc/24485/stat : 24485 (pbscip.linux.x8) R 24483 24485 24460 0 -1 4202496 43888356 0 0 0 173969 6235 0 0 25 0 1 0 164905794 1000165376 240074 4089446400 4194304 9819077 140736872612896 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/24485/statm: 244181 240074 729 1374 0 242802 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 976724

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.09
CPU user time (s): 1739.7
CPU system time (s): 62.3885
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 982108

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

runsolver used 2.87556 second user time and 5.65314 second system time

The end

Launcher Data

Begin job on node116 at 2010-06-30 17:52:21
IDJOB=2692974
IDBENCH=79009
IDSOLVER=1205
FILE ID=node116/2692974-1277913140
PBS_JOBID= 11197307
Free space on /tmp= 74212 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.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-2692974-1277913140/watcher-2692974-1277913140 -o /tmp/evaluation-result-2692974-1277913140/solver-2692974-1277913140 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692974-1277913140.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 835b153aeac9652072cec4414ff34af5
RANDOM SEED=2132896245

node116.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.838
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.67
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.838
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	: 5381.00
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.838
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.838
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.838
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.76
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.838
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.77
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.838
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.838
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:     32950928 kB
MemFree:      31023628 kB
Buffers:        196080 kB
Cached:        1006892 kB
SwapCached:          0 kB
Active:        1068376 kB
Inactive:       716088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31023628 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6780 kB
Writeback:           0 kB
AnonPages:      581540 kB
Mapped:          20500 kB
Slab:            78760 kB
PageTables:       5780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1660916 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= 74200 MiB
End job on node116 at 2010-06-30 18:22:23