Trace number 2693080

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.rf8.ucl--soft-33-100-0.wbo
MD5SUM0f4cdf827473fd69202dfaa2ec82572c
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.32295
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables6832
Total number of constraints19477
Number of soft constraints13064
Number of constraints which are clauses18953
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints524
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 665815
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 665814
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-2693080-1277915294.wbo>
0.19/0.20	c original problem has 32960 variables (19896 bin, 0 int, 0 impl, 13064 cont) and 32542 constraints
0.19/0.20	c problem read
0.19/0.20	c presolving settings loaded
0.29/0.39	c presolving:
0.39/0.46	c (round 1) 43 del vars, 3 del conss, 0 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 29376 impls, 0 clqs
0.39/0.47	c (round 2) 44 del vars, 88 del conss, 0 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 29376 impls, 0 clqs
0.48/0.51	c (round 3) 45 del vars, 88 del conss, 13063 chg bounds, 262 chg sides, 524 chg coeffs, 0 upgd conss, 29376 impls, 0 clqs
0.59/0.60	c (round 4) 45 del vars, 88 del conss, 13063 chg bounds, 262 chg sides, 524 chg coeffs, 6329 upgd conss, 29376 impls, 0 clqs
1.39/1.43	c    (1.1s) probing: 215/19852 (1.1%) - 0 fixings, 1 aggregations, 4 implications, 0 bound changes
1.39/1.43	c    (1.1s) probing aborted: 100/100 successive totally useless probings
1.39/1.44	c presolving (5 rounds):
1.39/1.44	c  46 deleted vars, 88 deleted constraints, 13063 tightened bounds, 0 added holes, 262 changed sides, 524 changed coefficients
1.39/1.44	c  29419 implications, 0 cliques
1.39/1.44	c presolved problem has 32914 variables (19851 bin, 0 int, 0 impl, 13063 cont) and 32454 constraints
1.39/1.44	c   13063 constraints of type <indicator>
1.39/1.44	c       1 constraints of type <varbound>
1.39/1.44	c     179 constraints of type <knapsack>
1.39/1.44	c   13062 constraints of type <linear>
1.39/1.44	c    6149 constraints of type <logicor>
1.39/1.44	c transformed objective value is always integral (scale: 1)
1.39/1.44	c Presolving Time: 1.01
1.39/1.44	c - non default parameters ----------------------------------------------------------------------
1.39/1.44	c # SCIP version 1.2.1.2
1.39/1.44	c 
1.39/1.44	c # frequency for displaying node information lines
1.39/1.44	c # [type: int, range: [-1,2147483647], default: 100]
1.39/1.44	c display/freq = 10000
1.39/1.44	c 
1.39/1.44	c # maximal time in seconds to run
1.39/1.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.44	c limits/time = 1799.8
1.39/1.44	c 
1.39/1.44	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.39/1.44	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.39/1.44	c limits/memory = 3420
1.39/1.44	c 
1.39/1.44	c # should presolving try to simplify inequalities
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c constraints/linear/simplifyinequalities = TRUE
1.39/1.44	c 
1.39/1.44	c # should presolving try to simplify knapsacks
1.39/1.44	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.39/1.44	c constraints/knapsack/simplifyinequalities = TRUE
1.39/1.44	c 
1.39/1.44	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.39/1.44	c # [type: int, range: [-1,2147483647], default: -1]
1.39/1.44	c separating/rapidlearning/freq = 0
1.39/1.44	c 
1.39/1.44	c -----------------------------------------------------------------------------------------------
1.39/1.44	c start solving
1.39/1.44	c 
1.49/1.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.55	c   1.2s|     1 |     0 |   222 |     - | 111M|   0 |  95 |  32k|  32k|  32k|6326 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.98/3.06	c   2.6s|     1 |     0 |   492 |     - | 112M|   0 | 233 |  32k|  32k|  32k|6564 | 238 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.98/3.09	o 665768
2.98/3.09	c y 2.7s|     1 |     0 |   492 |     - | 113M|   0 | 233 |  32k|  32k|  32k|6564 | 238 |   0 |   0 | 0.000000e+00 | 6.657680e+05 |    Inf 
3.79/3.86	c   3.4s|     1 |     0 |   961 |     - | 113M|   0 | 199 |  32k|  32k|  32k|6916 | 590 |   0 |   0 | 0.000000e+00 | 6.657680e+05 |    Inf 
4.89/4.97	c   4.5s|     1 |     0 |  1898 |     - | 114M|   0 | 673 |  32k|  32k|  32k|7268 | 942 |   0 |   0 | 0.000000e+00 | 6.657680e+05 |    Inf 
5.79/5.86	c   5.4s|     1 |     0 |  2673 |     - | 114M|   0 | 817 |  32k|  32k|  32k|7631 |1305 |   0 |   0 | 0.000000e+00 | 6.657680e+05 |    Inf 
6.98/7.07	c   6.6s|     1 |     0 |  3574 |     - | 115M|   0 | 972 |  32k|  32k|  32k|7987 |1661 |   0 |   0 | 0.000000e+00 | 6.657680e+05 |    Inf 
8.38/8.46	c   8.0s|     1 |     0 |  4406 |     - | 116M|   0 |1015 |  32k|  32k|  32k|8324 |1998 |   0 |   0 | 0.000000e+00 | 6.657680e+05 |    Inf 
10.19/10.20	c   9.7s|     1 |     0 |  5566 |     - | 118M|   0 |1349 |  32k|  32k|  32k|8677 |2351 |   0 |   0 | 0.000000e+00 | 6.657680e+05 |    Inf 
14.19/14.26	c  13.7s|     1 |     2 |  5566 |     - | 119M|   0 |1349 |  32k|  32k|  32k|8677 |2351 |   0 |  20 | 0.000000e+00 | 6.657680e+05 |    Inf 
389.99/390.09	c   373s| 10000 |  9995 |193940 |  18.8 | 271M| 263 |  70 |  32k|  32k|  32k|8137 |  28k|  75 |4706 | 0.000000e+00 | 6.657680e+05 |    Inf 
657.17/657.20	c   627s| 20000 | 19995 |295036 |  14.5 | 381M| 389 |   0 |  32k|  32k|  32k|8700 |  61k|  76 |6924 | 0.000000e+00 | 6.657680e+05 |    Inf 
915.58/915.65	c   875s| 30000 | 29995 |378559 |  12.4 | 492M| 395 |   0 |  32k|  32k|  32k|8756 |  85k|  76 |8158 | 0.000000e+00 | 6.657680e+05 |    Inf 
1165.19/1165.29	c  1115s| 40000 | 39995 |459202 |  11.3 | 602M| 419 |  80 |  32k|  32k|  32k|8611 | 107k|  76 |9418 | 0.000000e+00 | 6.657680e+05 |    Inf 
1426.49/1426.55	c  1366s| 50000 | 49995 |504399 |  10.0 | 713M| 419 |   0 |  32k|  32k|  32k|8608 | 124k|  76 |  10k| 0.000000e+00 | 6.657680e+05 |    Inf 
1677.60/1677.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1677.60/1677.67	c  1608s| 60000 | 59991 |540574 |   8.9 | 823M| 449 |   0 |  32k|  32k|  32k|8621 | 134k|  78 |  11k| 0.000000e+00 | 6.657680e+05 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.00	c Solving Time (sec) : 1726.59
1800.02/1800.00	c Solving Nodes      : 65126
1800.02/1800.00	c Primal Bound       : +6.65768000000000e+05 (100 solutions)
1800.02/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.02/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-2693080-1277915294/watcher-2693080-1277915294 -o /tmp/evaluation-result-2693080-1277915294/solver-2693080-1277915294 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693080-1277915294.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.92 2.40 2.14 4/203 14780
/proc/meminfo: memFree=31121412/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=10872 CPUtime=0
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 1668 0 0 0 0 0 0 0 24 0 1 0 132825586 11132928 1589 4089446400 4194304 9819077 140737094776016 18446744073709551615 8656455 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14780/statm: 2718 1590 392 1374 0 1339 0

[startup+0.027665 s]
/proc/loadavg: 2.92 2.40 2.14 4/203 14780
/proc/meminfo: memFree=31121412/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=16928 CPUtime=0.02
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 3175 0 0 0 2 0 0 0 24 0 1 0 132825586 17334272 3096 4089446400 4194304 9819077 140737094776016 18446744073709551615 8718976 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14780/statm: 4232 3096 392 1374 0 2853 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16928

[startup+0.100683 s]
/proc/loadavg: 2.92 2.40 2.14 4/203 14780
/proc/meminfo: memFree=31121412/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=33168 CPUtime=0.09
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 7209 0 0 0 9 0 0 0 24 0 1 0 132825586 33964032 7130 4089446400 4194304 9819077 140737094776016 18446744073709551615 8675093 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14780/statm: 8292 7130 392 1374 0 6913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33168

[startup+0.300628 s]
/proc/loadavg: 2.92 2.40 2.14 4/203 14780
/proc/meminfo: memFree=31121412/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=109392 CPUtime=0.29
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 26616 0 0 0 26 3 0 0 25 0 1 0 132825586 112017408 26108 4089446400 4194304 9819077 140737094776016 18446744073709551615 6181123 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 27381 26129 441 1374 0 26002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 109392

[startup+0.700586 s]
/proc/loadavg: 2.92 2.40 2.14 4/203 14780
/proc/meminfo: memFree=31121412/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=135848 CPUtime=0.69
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 35833 0 0 0 55 14 0 0 25 0 1 0 132825586 139108352 31903 4089446400 4194304 9819077 140737094776016 18446744073709551615 5500505 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 33962 31903 546 1374 0 32583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 135848

[startup+1.50042 s]
/proc/loadavg: 2.92 2.40 2.14 4/204 14781
/proc/meminfo: memFree=30995708/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=139124 CPUtime=1.49
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 36951 0 0 0 134 15 0 0 25 0 1 0 132825586 142462976 32464 4089446400 4194304 9819077 140737094776016 18446744073709551615 4561060 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 34781 32464 556 1374 0 33402 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 139124

[startup+3.10111 s]
/proc/loadavg: 2.92 2.40 2.14 4/204 14782
/proc/meminfo: memFree=30967932/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=173212 CPUtime=3.08
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 57440 0 0 0 287 21 0 0 25 0 1 0 132825586 177369088 39198 4089446400 4194304 9819077 140737094776016 18446744073709551615 4965317 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 43303 39198 696 1374 0 41924 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 173212

[startup+6.30053 s]
/proc/loadavg: 2.93 2.41 2.15 4/204 14782
/proc/meminfo: memFree=30964464/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=177204 CPUtime=6.29
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 64821 0 0 0 603 26 0 0 25 0 1 0 132825586 181456896 40079 4089446400 4194304 9819077 140737094776016 18446744073709551615 5716611 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 44301 40079 697 1374 0 42922 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177204

[startup+12.7004 s]
/proc/loadavg: 2.94 2.42 2.15 4/204 14782
/proc/meminfo: memFree=30952072/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=196908 CPUtime=12.69
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 117284 0 0 0 1231 38 0 0 25 0 1 0 132825586 201633792 43048 4089446400 4194304 9819077 140737094776016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 49227 43048 723 1374 0 47848 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 196908

[startup+25.501 s]
/proc/loadavg: 2.95 2.45 2.16 4/204 14782
/proc/meminfo: memFree=30947512/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=192584 CPUtime=25.48
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 263664 0 0 0 2486 62 0 0 25 0 1 0 132825586 197206016 42709 4089446400 4194304 9819077 140737094776016 18446744073709551615 7226672 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 48146 42709 725 1374 0 46767 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 192584

[startup+51.1004 s]
/proc/loadavg: 2.97 2.49 2.19 4/204 14783
/proc/meminfo: memFree=30937876/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=199500 CPUtime=51.08
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 788761 0 0 0 4960 148 0 0 25 0 1 0 132825586 204288000 44081 4089446400 4194304 9819077 140737094776016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 49875 44081 728 1374 0 48496 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 199500

[startup+102.307 s]
/proc/loadavg: 3.01 2.57 2.22 4/204 14784
/proc/meminfo: memFree=30923648/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=199404 CPUtime=102.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 1592248 0 0 0 9943 285 0 0 25 0 1 0 132825586 204189696 46154 4089446400 4194304 9819077 140737094776016 18446744073709551615 7816565 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14780/statm: 49851 46154 728 1374 0 48472 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 199404

[startup+162.301 s]
/proc/loadavg: 3.00 2.65 2.27 4/204 14786
/proc/meminfo: memFree=30864092/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=245752 CPUtime=162.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 2454734 0 0 0 15794 434 0 0 25 0 1 0 132825586 251650048 57330 4089446400 4194304 9819077 140737094776016 18446744073709551615 5507169 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14780/statm: 61438 57330 729 1374 0 60059 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 245752

[startup+222.301 s]
/proc/loadavg: 3.04 2.72 2.32 4/204 14790
/proc/meminfo: memFree=30828476/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=269060 CPUtime=222.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 4114091 0 0 0 21545 683 0 0 25 0 1 0 132825586 275517440 62744 4089446400 4194304 9819077 140737094776016 18446744073709551615 6361859 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14780/statm: 67265 62744 730 1374 0 65886 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 269060

[startup+282.3 s]
/proc/loadavg: 3.33 2.86 2.39 4/204 14792
/proc/meminfo: memFree=30794740/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=290792 CPUtime=282.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 6526130 0 0 0 27206 1022 0 0 25 0 1 0 132825586 297771008 68823 4089446400 4194304 9819077 140737094776016 18446744073709551615 6371768 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14780/statm: 72698 68829 730 1374 0 71319 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 290792

[startup+342.3 s]
/proc/loadavg: 3.08 2.87 2.42 4/204 14794
/proc/meminfo: memFree=30761476/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=317104 CPUtime=342.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 9346721 0 0 0 32806 1422 0 0 25 0 1 0 132825586 324714496 74913 4089446400 4194304 9819077 140737094776016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14780/statm: 79276 74913 730 1374 0 77897 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 317104

[startup+402.3 s]
/proc/loadavg: 3.03 2.89 2.45 4/204 14795
/proc/meminfo: memFree=30729204/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=352640 CPUtime=402.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 11709481 0 0 0 38468 1760 0 0 25 0 1 0 132825586 361103360 82237 4089446400 4194304 9819077 140737094776016 18446744073709551615 6581318 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/14780/statm: 88160 82237 730 1374 0 86781 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 352640

[startup+462.3 s]
/proc/loadavg: 2.77 2.86 2.47 3/183 14882
/proc/meminfo: memFree=31074984/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=368720 CPUtime=462.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 13898372 0 0 0 44160 2068 0 0 25 0 1 0 132825586 377569280 87844 4089446400 4194304 9819077 140737094776016 18446744073709551615 6671044 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14780/statm: 92180 87844 730 1374 0 90801 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 368720

[startup+522.3 s]
/proc/loadavg: 2.28 2.70 2.44 3/183 14883
/proc/meminfo: memFree=30967056/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=393876 CPUtime=522.27
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 16522160 0 0 0 49820 2407 0 0 25 0 1 0 132825586 403329024 94000 4089446400 4194304 9819077 140737094776016 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14780/statm: 98469 94000 730 1374 0 97090 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 393876

[startup+582.3 s]
/proc/loadavg: 2.13 2.58 2.41 3/183 14885
/proc/meminfo: memFree=30847348/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=420668 CPUtime=582.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 18713674 0 0 0 55536 2692 0 0 25 0 1 0 132825586 430764032 100810 4089446400 4194304 9819077 140737094776016 18446744073709551615 6161966 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/14780/statm: 105167 100810 730 1374 0 103788 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 420668

[startup+642.3 s]
/proc/loadavg: 2.05 2.47 2.38 3/183 14887
/proc/meminfo: memFree=30731236/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=443760 CPUtime=642.28
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 20507659 0 0 0 61296 2932 0 0 25 0 1 0 132825586 454410240 106403 4089446400 4194304 9819077 140737094776016 18446744073709551615 6590687 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 110940 106412 730 1374 0 109561 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 443760

[startup+702.301 s]

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

/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 30855130 0 0 0 95885 4344 0 0 25 0 1 0 132825586 616665088 146159 4089446400 4194304 9819077 140737094776016 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 150553 146159 730 1374 0 149174 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 602212

[startup+1062.3 s]
/proc/loadavg: 2.00 2.11 2.23 3/183 14898
/proc/meminfo: memFree=29914940/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=625728 CPUtime=1062.29
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 32724046 0 0 0 101630 4599 0 0 25 0 1 0 132825586 640745472 152536 4089446400 4194304 9819077 140737094776016 18446744073709551615 7226212 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 156432 152536 730 1374 0 155053 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 625728

[startup+1122.3 s]
/proc/loadavg: 2.04 2.10 2.22 3/183 14899
/proc/meminfo: memFree=29802276/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=652500 CPUtime=1122.29
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 34724140 0 0 0 107364 4865 0 0 25 0 1 0 132825586 668160000 158784 4089446400 4194304 9819077 140737094776016 18446744073709551615 6004033 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 163125 158784 730 1374 0 161746 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 652500

[startup+1182.3 s]
/proc/loadavg: 2.06 2.09 2.20 3/183 14901
/proc/meminfo: memFree=29686524/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=678200 CPUtime=1182.29
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 36374151 0 0 0 113135 5094 0 0 25 0 1 0 132825586 694476800 165150 4089446400 4194304 9819077 140737094776016 18446744073709551615 6389797 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 169550 165158 730 1374 0 168171 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 678200

[startup+1242.3 s]
/proc/loadavg: 2.11 2.10 2.20 3/183 14903
/proc/meminfo: memFree=29570412/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=704056 CPUtime=1242.3
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 38226106 0 0 0 118895 5335 0 0 25 0 1 0 132825586 720953344 171740 4089446400 4194304 9819077 140737094776016 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 176014 171740 730 1374 0 174635 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 704056

[startup+1302.3 s]
/proc/loadavg: 2.10 2.09 2.18 3/183 14904
/proc/meminfo: memFree=29455396/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=728980 CPUtime=1302.3
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 40003735 0 0 0 124660 5570 0 0 25 0 1 0 132825586 746475520 177919 4089446400 4194304 9819077 140737094776016 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 182245 177919 730 1374 0 180866 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 728980

[startup+1362.3 s]
/proc/loadavg: 2.04 2.08 2.17 3/183 14906
/proc/meminfo: memFree=29340640/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=754816 CPUtime=1362.3
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 41776518 0 0 0 130425 5805 0 0 25 0 1 0 132825586 772931584 184397 4089446400 4194304 9819077 140737094776016 18446744073709551615 4965945 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 188704 184397 730 1374 0 187325 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 754816

[startup+1422.31 s]
/proc/loadavg: 2.01 2.06 2.16 3/183 14907
/proc/meminfo: memFree=29226392/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=778228 CPUtime=1422.31
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 43371262 0 0 0 136204 6027 0 0 25 0 1 0 132825586 796905472 190317 4089446400 4194304 9819077 140737094776016 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 194557 190317 730 1374 0 193178 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 778228

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.15 3/183 14909
/proc/meminfo: memFree=29113008/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=806848 CPUtime=1482.3
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 44883119 0 0 0 141990 6240 0 0 25 0 1 0 132825586 826212352 197460 4089446400 4194304 9819077 140737094776016 18446744073709551615 5893827 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 201712 197460 730 1374 0 200333 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 806848

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.14 3/183 14911
/proc/meminfo: memFree=28997132/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=830188 CPUtime=1542.3
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 46615884 0 0 0 147757 6473 0 0 25 0 1 0 132825586 850112512 203364 4089446400 4194304 9819077 140737094776016 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 207547 203364 730 1374 0 206168 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 830188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.13 3/183 14912
/proc/meminfo: memFree=28884316/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=855740 CPUtime=1602.3
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 48166312 0 0 0 153546 6684 0 0 25 0 1 0 132825586 876277760 209608 4089446400 4194304 9819077 140737094776016 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 213935 209608 730 1374 0 212556 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 855740

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.12 3/183 14914
/proc/meminfo: memFree=28765476/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=883336 CPUtime=1662.31
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 49692262 0 0 0 159347 6884 0 0 25 0 1 0 132825586 904536064 216657 4089446400 4194304 9819077 140737094776016 18446744073709551615 4436359 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 220834 216657 730 1374 0 219455 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 883336

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.11 3/183 14915
/proc/meminfo: memFree=28652460/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=910304 CPUtime=1722.31
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 50991264 0 0 0 165166 7065 0 0 25 0 1 0 132825586 932151296 223255 4089446400 4194304 9819077 140737094776016 18446744073709551615 4965872 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 227576 223255 730 1374 0 226197 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 910304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.10 3/183 14917
/proc/meminfo: memFree=28534604/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=936580 CPUtime=1782.31
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 52489130 0 0 0 170956 7275 0 0 25 0 1 0 132825586 959057920 229906 4089446400 4194304 9819077 140737094776016 18446744073709551615 6628310 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 234145 229906 730 1374 0 232766 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 936580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.09 3/183 14917
/proc/meminfo: memFree=28499256/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=942788 CPUtime=1800.02
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 52848919 0 0 0 172678 7324 0 0 25 0 1 0 132825586 965414912 231495 4089446400 4194304 9819077 140737094776016 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/14780/statm: 235697 231495 730 1374 0 234318 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 942788

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14780

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.02 2.09 3/184 14918
/proc/meminfo: memFree=28499488/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=942788 CPUtime=1801.41
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 52848919 0 0 0 172817 7324 0 0 25 0 1 0 132825586 965414912 231495 4089446400 4194304 9819077 140737094776016 18446744073709551615 8679030 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14780/statm: 235697 231495 730 1374 0 234318 0
Current children cumulated CPU time (s) 1801.41
Current children cumulated vsize (KiB) 942788

[startup+1801.81 s]
/proc/loadavg: 2.00 2.02 2.09 3/184 14919
/proc/meminfo: memFree=28498620/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=942788 CPUtime=1801.82
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 52848919 0 0 0 172858 7324 0 0 25 0 1 0 132825586 965414912 231495 4089446400 4194304 9819077 140737094776016 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14780/statm: 235697 231495 730 1374 0 234318 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 942788

[startup+1802 s]
/proc/loadavg: 2.00 2.02 2.09 3/184 14919
/proc/meminfo: memFree=28498620/32951124 swapFree=67111528/67111528
[pid=14780] ppid=14778 vsize=942788 CPUtime=1802.01
/proc/14780/stat : 14780 (pbscip.linux.x8) R 14778 14780 14355 0 -1 4202496 52848919 0 0 0 172877 7324 0 0 25 0 1 0 132825586 965414912 231495 4089446400 4194304 9819077 140737094776016 18446744073709551615 4241136 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14780/statm: 235697 231495 730 1374 0 234318 0
Current children cumulated CPU time (s) 1802.01
Current children cumulated vsize (KiB) 942788

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.06
CPU user time (s): 1728.78
CPU system time (s): 73.2759
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 942788

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

runsolver used 2.87056 second user time and 6.97194 second system time

The end

Launcher Data

Begin job on node134 at 2010-06-30 18:28:14
IDJOB=2693080
IDBENCH=79050
IDSOLVER=1205
FILE ID=node134/2693080-1277915294
PBS_JOBID= 11197284
Free space on /tmp= 74208 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-ooo.rf8.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-2693080-1277915294/watcher-2693080-1277915294 -o /tmp/evaluation-result-2693080-1277915294/solver-2693080-1277915294 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2693080-1277915294.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 0f4cdf827473fd69202dfaa2ec82572c
RANDOM SEED=19574761

node134.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.818
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.63
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.818
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.818
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.818
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	: 7397.66
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.818
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.67
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.818
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.84
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.818
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.74
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.818
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31122064 kB
Buffers:        201408 kB
Cached:        1097632 kB
SwapCached:          0 kB
Active:         985324 kB
Inactive:       699140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31122064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6668 kB
Writeback:           0 kB
AnonPages:      385788 kB
Mapped:          20444 kB
Slab:            79616 kB
PageTables:       6352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1655364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 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 node134 at 2010-06-30 18:58:16