Trace number 2692982

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-ooo.tag10.ucl--soft-33-100-0.wbo
MD5SUMd8e7fa9590f436b33ef13e9171ac617f
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 benchmark10.3994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables9071
Total number of constraints25914
Number of soft constraints17208
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 857979
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 857978
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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-2692982-1277913300.wbo>
0.19/0.26	c original problem has 43487 variables (26279 bin, 0 int, 0 impl, 17208 cont) and 43123 constraints
0.19/0.26	c problem read
0.19/0.26	c presolving settings loaded
0.39/0.49	c presolving:
0.49/0.58	c (round 1) 38 del vars, 3 del conss, 0 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.49/0.59	c (round 2) 39 del vars, 78 del conss, 0 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.59/0.64	c (round 3) 40 del vars, 78 del conss, 17207 chg bounds, 362 chg sides, 724 chg coeffs, 0 upgd conss, 39242 impls, 0 clqs
0.69/0.75	c (round 4) 40 del vars, 78 del conss, 17207 chg bounds, 362 chg sides, 724 chg coeffs, 8632 upgd conss, 39242 impls, 0 clqs
2.59/2.62	c    (2.3s) probing: 391/26240 (1.5%) - 0 fixings, 1 aggregations, 14 implications, 0 bound changes
2.59/2.62	c    (2.3s) probing aborted: 100/100 successive totally useless probings
2.59/2.62	c presolving (5 rounds):
2.59/2.62	c  41 deleted vars, 78 deleted constraints, 17207 tightened bounds, 0 added holes, 362 changed sides, 724 changed coefficients
2.59/2.62	c  39401 implications, 0 cliques
2.59/2.62	c presolved problem has 43446 variables (26239 bin, 0 int, 0 impl, 17207 cont) and 43045 constraints
2.59/2.62	c   17207 constraints of type <indicator>
2.59/2.62	c       1 constraints of type <varbound>
2.59/2.62	c     272 constraints of type <knapsack>
2.59/2.62	c   17206 constraints of type <linear>
2.59/2.62	c    8359 constraints of type <logicor>
2.59/2.62	c transformed objective value is always integral (scale: 1)
2.59/2.62	c Presolving Time: 2.17
2.59/2.62	c - non default parameters ----------------------------------------------------------------------
2.59/2.62	c # SCIP version 1.2.1.2
2.59/2.62	c 
2.59/2.62	c # frequency for displaying node information lines
2.59/2.62	c # [type: int, range: [-1,2147483647], default: 100]
2.59/2.62	c display/freq = 10000
2.59/2.62	c 
2.59/2.62	c # maximal time in seconds to run
2.59/2.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.62	c limits/time = 1799.75
2.59/2.62	c 
2.59/2.62	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.59/2.62	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.59/2.62	c limits/memory = 3420
2.59/2.62	c 
2.59/2.62	c # should presolving try to simplify inequalities
2.59/2.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.62	c constraints/linear/simplifyinequalities = TRUE
2.59/2.62	c 
2.59/2.62	c # should presolving try to simplify knapsacks
2.59/2.62	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.59/2.62	c constraints/knapsack/simplifyinequalities = TRUE
2.59/2.62	c 
2.59/2.62	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.59/2.62	c # [type: int, range: [-1,2147483647], default: -1]
2.59/2.62	c separating/rapidlearning/freq = 0
2.59/2.62	c 
2.59/2.62	c -----------------------------------------------------------------------------------------------
2.59/2.62	c start solving
2.59/2.63	c 
2.69/2.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.69/2.78	c   2.4s|     1 |     0 |   277 |     - | 148M|   0 | 117 |  43k|  43k|  43k|8629 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.85	c   3.5s|     1 |     0 |   557 |     - | 148M|   0 | 274 |  43k|  43k|  43k|8877 | 248 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.89	o 857832
3.79/3.89	c y 3.5s|     1 |     0 |   557 |     - | 149M|   0 | 274 |  43k|  43k|  43k|8877 | 248 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
5.09/5.15	c   4.8s|     1 |     0 |  1156 |     - | 150M|   0 | 511 |  43k|  43k|  43k|9242 | 613 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
6.49/6.55	c   6.1s|     1 |     0 |  2368 |     - | 150M|   0 | 791 |  43k|  43k|  43k|9644 |1015 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
7.99/8.03	c   7.6s|     1 |     0 |  3296 |     - | 151M|   0 | 951 |  43k|  43k|  43k|  10k|1408 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
9.80/9.89	c   9.5s|     1 |     0 |  4422 |     - | 152M|   0 |1077 |  43k|  43k|  43k|  10k|1781 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
12.19/12.23	c  11.8s|     1 |     0 |  5342 |     - | 153M|   0 |1295 |  43k|  43k|  43k|  10k|2122 |   0 |   0 | 0.000000e+00 | 8.578320e+05 |    Inf 
13.99/14.01	c  13.5s|     1 |     2 |  5342 |     - | 154M|   0 |1295 |  43k|  43k|  43k|  10k|2122 |   0 |  20 | 0.000000e+00 | 8.578320e+05 |    Inf 
526.81/526.84	c   491s| 10000 |  9983 |214420 |  20.9 | 347M| 335 |   0 |  43k|  43k|  43k|  10k|  22k| 120 |4255 | 0.000000e+00 | 8.578320e+05 |    Inf 
834.31/834.32	c   785s| 20000 | 19981 |288267 |  14.1 | 489M| 449 |   0 |  43k|  43k|  43k|  10k|  52k| 122 |5488 | 0.000000e+00 | 8.578320e+05 |    Inf 
1168.63/1168.61	c  1106s| 30000 | 29981 |340322 |  11.2 | 633M| 501 |   0 |  43k|  43k|  43k|  10k|  78k| 122 |6600 | 0.000000e+00 | 8.578320e+05 |    Inf 
1496.33/1496.37	c  1423s| 40000 | 39979 |383032 |   9.4 | 776M| 501 |   0 |  43k|  43k|  43k|  10k| 105k| 123 |6815 | 0.000000e+00 | 8.578320e+05 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.00	c 
1800.05/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.00	c Solving Time (sec) : 1714.62
1800.05/1800.00	c Solving Nodes      : 48867
1800.05/1800.00	c Primal Bound       : +8.57832000000000e+05 (100 solutions)
1800.05/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.05/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-2692982-1277913300/watcher-2692982-1277913300 -o /tmp/evaluation-result-2692982-1277913300/solver-2692982-1277913300 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692982-1277913300.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.01 2.02 2.00 4/182 14571
/proc/meminfo: memFree=31434376/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=11020 CPUtime=0
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 1677 0 0 0 0 0 0 0 25 0 1 0 132626141 11284480 1598 4089446400 4194304 9819077 140736540420672 18446744073709551615 6179008 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14571/statm: 2755 1599 392 1374 0 1376 0

[startup+0.0805061 s]
/proc/loadavg: 2.01 2.02 2.00 4/182 14571
/proc/meminfo: memFree=31434376/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=30480 CPUtime=0.07
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 6568 0 0 0 7 0 0 0 25 0 1 0 132626141 31211520 6489 4089446400 4194304 9819077 140736540420672 18446744073709551615 5648950 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14571/statm: 7620 6489 392 1374 0 6241 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30480

[startup+0.100492 s]
/proc/loadavg: 2.01 2.02 2.00 4/182 14571
/proc/meminfo: memFree=31434376/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=34268 CPUtime=0.09
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 7533 0 0 0 9 0 0 0 25 0 1 0 132626141 35090432 7436 4089446400 4194304 9819077 140736540420672 18446744073709551615 4681567 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/14571/statm: 8567 7436 392 1374 0 7188 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34268

[startup+0.300452 s]
/proc/loadavg: 2.01 2.02 2.00 4/182 14571
/proc/meminfo: memFree=31434376/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=101204 CPUtime=0.29
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 24546 0 0 0 27 2 0 0 25 0 1 0 132626141 103632896 24058 4089446400 4194304 9819077 140736540420672 18446744073709551615 6180700 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14571/statm: 25301 24058 431 1374 0 23922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101204

[startup+0.700382 s]
/proc/loadavg: 2.01 2.02 2.00 4/182 14571
/proc/meminfo: memFree=31434376/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=163844 CPUtime=0.69
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 41617 0 0 0 62 7 0 0 25 0 1 0 132626141 167776256 38823 4089446400 4194304 9819077 140736540420672 18446744073709551615 8494827 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/14571/statm: 40961 38823 520 1374 0 39582 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 163844

[startup+1.50025 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14572
/proc/meminfo: memFree=31270068/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=174808 CPUtime=1.49
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 45319 0 0 0 140 9 0 0 25 0 1 0 132626141 179003392 41383 4089446400 4194304 9819077 140736540420672 18446744073709551615 5501677 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 43702 41383 535 1374 0 42323 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 174808

[startup+3.10094 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14572
/proc/meminfo: memFree=31269200/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=215424 CPUtime=3.09
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 70926 0 0 0 296 13 0 0 25 0 1 0 132626141 220594176 49795 4089446400 4194304 9819077 140736540420672 18446744073709551615 5721528 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 53856 49795 676 1374 0 52477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 215424

[startup+6.30037 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14572
/proc/meminfo: memFree=31230768/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=227248 CPUtime=6.29
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 79570 0 0 0 613 16 0 0 25 0 1 0 132626141 232701952 51949 4089446400 4194304 9819077 140736540420672 18446744073709551615 5734260 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 56812 51949 697 1374 0 55433 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 227248

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14572
/proc/meminfo: memFree=31223600/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=267688 CPUtime=12.69
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 100308 0 0 0 1248 21 0 0 25 0 1 0 132626141 274112512 61616 4089446400 4194304 9819077 140736540420672 18446744073709551615 4685027 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 66922 61616 700 1374 0 65543 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 267688

[startup+25.5009 s]
/proc/loadavg: 2.07 2.03 2.00 3/183 14572
/proc/meminfo: memFree=31219928/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=245292 CPUtime=25.49
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 518561 0 0 0 2471 78 0 0 25 0 1 0 132626141 251179008 54069 4089446400 4194304 9819077 140736540420672 18446744073709551615 7291968 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 61323 54069 725 1374 0 59944 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 245292

[startup+51.1002 s]
/proc/loadavg: 2.11 2.04 2.01 3/183 14573
/proc/meminfo: memFree=31218820/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=239144 CPUtime=51.09
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 1616373 0 0 0 4889 220 0 0 25 0 1 0 132626141 244883456 54587 4089446400 4194304 9819077 140736540420672 18446744073709551615 6161955 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 59786 54587 728 1374 0 58407 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 239144

[startup+102.306 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 14574
/proc/meminfo: memFree=31209628/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=246504 CPUtime=102.3
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 4359681 0 0 0 9683 547 0 0 25 0 1 0 132626141 252420096 56579 4089446400 4194304 9819077 140736540420672 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 61626 56579 728 1374 0 60247 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 246504

[startup+162.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 14576
/proc/meminfo: memFree=31194724/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=261056 CPUtime=162.29
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 7971456 0 0 0 15241 988 0 0 25 0 1 0 132626141 267321344 60117 4089446400 4194304 9819077 140736540420672 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 65264 60128 729 1374 0 63885 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 261056

[startup+222.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 14605
/proc/meminfo: memFree=31097164/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=300200 CPUtime=222.29
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 11685165 0 0 0 20795 1434 0 0 25 0 1 0 132626141 307404800 70086 4089446400 4194304 9819077 140736540420672 18446744073709551615 5507431 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 75050 70086 729 1374 0 73671 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 300200

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 14606
/proc/meminfo: memFree=30985812/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=322320 CPUtime=282.3
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 15609181 0 0 0 26318 1912 0 0 25 0 1 0 132626141 330055680 75349 4089446400 4194304 9819077 140736540420672 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 80580 75349 729 1374 0 79201 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 322320

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 14607
/proc/meminfo: memFree=30887288/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=340636 CPUtime=342.3
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 19531540 0 0 0 31843 2387 0 0 25 0 1 0 132626141 348811264 80025 4089446400 4194304 9819077 140736540420672 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 85159 80025 729 1374 0 83780 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 340636

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14618
/proc/meminfo: memFree=30777624/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=368120 CPUtime=402.3
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 23157916 0 0 0 37396 2834 0 0 25 0 1 0 132626141 376954880 86498 4089446400 4194304 9819077 140736540420672 18446744073709551615 6590607 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 92030 86508 730 1374 0 90651 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 368120

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 14620
/proc/meminfo: memFree=30669828/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=394832 CPUtime=462.31
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 26285508 0 0 0 43006 3225 0 0 25 0 1 0 132626141 404307968 93502 4089446400 4194304 9819077 140736540420672 18446744073709551615 8716122 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 98708 93502 730 1374 0 97329 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 394832

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14621
/proc/meminfo: memFree=30560048/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=423428 CPUtime=522.31
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 28950399 0 0 0 48669 3562 0 0 25 0 1 0 132626141 433590272 100748 4089446400 4194304 9819077 140736540420672 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 105857 100748 730 1374 0 104478 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 423428

[startup+582.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 14623
/proc/meminfo: memFree=30447524/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=455824 CPUtime=582.31
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 30953678 0 0 0 54415 3816 0 0 25 0 1 0 132626141 466763776 108610 4089446400 4194304 9819077 140736540420672 18446744073709551615 7816459 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 113956 108610 730 1374 0 112577 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 455824

[startup+642.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 14624
/proc/meminfo: memFree=30338716/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=484028 CPUtime=642.32
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 32873456 0 0 0 60162 4070 0 0 25 0 1 0 132626141 495644672 115901 4089446400 4194304 9819077 140736540420672 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 121007 115901 730 1374 0 119628 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 484028

[startup+702.301 s]

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

/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 44456991 0 0 0 94662 5570 0 0 25 0 1 0 132626141 658210816 155488 4089446400 4194304 9819077 140736540420672 18446744073709551615 4697631 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 160696 155488 730 1374 0 159317 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 642784

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14636
/proc/meminfo: memFree=29612452/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=666064 CPUtime=1062.32
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 46652415 0 0 0 100381 5851 0 0 25 0 1 0 132626141 682049536 161293 4089446400 4194304 9819077 140736540420672 18446744073709551615 6591421 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 166516 161303 730 1374 0 165137 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 666064

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14637
/proc/meminfo: memFree=29506624/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=691808 CPUtime=1122.32
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 48151811 0 0 0 106189 6043 0 0 25 0 1 0 132626141 708411392 167717 4089446400 4194304 9819077 140736540420672 18446744073709551615 4965333 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 172952 167717 730 1374 0 171573 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 691808

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 14639
/proc/meminfo: memFree=29405148/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=718288 CPUtime=1182.32
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 49900224 0 0 0 111965 6267 0 0 25 0 1 0 132626141 735526912 174315 4089446400 4194304 9819077 140736540420672 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 179572 174315 730 1374 0 178193 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 718288

[startup+1242.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 14640
/proc/meminfo: memFree=29302920/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=742336 CPUtime=1242.33
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 51638799 0 0 0 117739 6494 0 0 25 0 1 0 132626141 760152064 180328 4089446400 4194304 9819077 140736540420672 18446744073709551615 5506871 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 185584 180328 730 1374 0 184205 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 742336

[startup+1302.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/183 14642
/proc/meminfo: memFree=29202924/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=766600 CPUtime=1302.33
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 53181523 0 0 0 123539 6694 0 0 25 0 1 0 132626141 784998400 186378 4089446400 4194304 9819077 140736540420672 18446744073709551615 7291108 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 191650 186378 730 1374 0 190271 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 766600

[startup+1362.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/183 14644
/proc/meminfo: memFree=29097840/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=794684 CPUtime=1362.33
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 54650354 0 0 0 129342 6891 0 0 25 0 1 0 132626141 813756416 193509 4089446400 4194304 9819077 140736540420672 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 198671 193509 730 1374 0 197292 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 794684

[startup+1422.31 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 14646
/proc/meminfo: memFree=28994996/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=823088 CPUtime=1422.33
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 56115250 0 0 0 135151 7082 0 0 25 0 1 0 132626141 842842112 200647 4089446400 4194304 9819077 140736540420672 18446744073709551615 4826977 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 205772 200647 730 1374 0 204393 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 823088

[startup+1482.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/183 14647
/proc/meminfo: memFree=28898084/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=846444 CPUtime=1482.33
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 57600591 0 0 0 140956 7277 0 0 25 0 1 0 132626141 866758656 206398 4089446400 4194304 9819077 140736540420672 18446744073709551615 5813729 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 211611 206398 730 1374 0 210232 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 846444

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 14648
/proc/meminfo: memFree=28796856/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=873032 CPUtime=1542.33
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 59172663 0 0 0 146751 7482 0 0 25 0 1 0 132626141 893984768 212969 4089446400 4194304 9819077 140736540420672 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 218258 212969 730 1374 0 216879 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 873032

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 14650
/proc/meminfo: memFree=28696504/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=897368 CPUtime=1602.34
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 61028238 0 0 0 152516 7718 0 0 25 0 1 0 132626141 918904832 219118 4089446400 4194304 9819077 140736540420672 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 224342 219118 730 1374 0 222963 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 897368

[startup+1662.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 14652
/proc/meminfo: memFree=28601588/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=920636 CPUtime=1662.34
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 63026504 0 0 0 158248 7986 0 0 25 0 1 0 132626141 942731264 224902 4089446400 4194304 9819077 140736540420672 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 230159 224902 730 1374 0 228780 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 920636

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 14653
/proc/meminfo: memFree=28502212/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=945520 CPUtime=1722.34
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 64940349 0 0 0 164004 8230 0 0 25 0 1 0 132626141 968212480 231323 4089446400 4194304 9819077 140736540420672 18446744073709551615 8720183 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 236380 231323 730 1374 0 235001 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 945520

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 14655
/proc/meminfo: memFree=28399736/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=970176 CPUtime=1782.34
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 66759965 0 0 0 169772 8462 0 0 25 0 1 0 132626141 993460224 237343 4089446400 4194304 9819077 140736540420672 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 242544 237343 730 1374 0 241165 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 970176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 14656
/proc/meminfo: memFree=28369824/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=977284 CPUtime=1800.05
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 67180005 0 0 0 171485 8520 0 0 25 0 1 0 132626141 1000738816 239260 4089446400 4194304 9819077 140736540420672 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14571/statm: 244321 239260 730 1374 0 242942 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 977284

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14571

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 14657
/proc/meminfo: memFree=28369816/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=977284 CPUtime=1801.45
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 67180005 0 0 0 171625 8520 0 0 25 0 1 0 132626141 1000738816 239260 4089446400 4194304 9819077 140736540420672 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14571/statm: 244321 239260 730 1374 0 242942 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 977284

[startup+1801.81 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 14657
/proc/meminfo: memFree=28368700/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=977284 CPUtime=1801.85
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 67180005 0 0 0 171665 8520 0 0 25 0 1 0 132626141 1000738816 239260 4089446400 4194304 9819077 140736540420672 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14571/statm: 244321 239260 730 1374 0 242942 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 977284

[startup+1802 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 14657
/proc/meminfo: memFree=28368700/32951124 swapFree=67111528/67111528
[pid=14571] ppid=14569 vsize=977284 CPUtime=1802.05
/proc/14571/stat : 14571 (pbscip.linux.x8) R 14569 14571 14291 0 -1 4202496 67180005 0 0 0 171685 8520 0 0 25 0 1 0 132626141 1000738816 239260 4089446400 4194304 9819077 140736540420672 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14571/statm: 244321 239260 730 1374 0 242942 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 977284

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1716.86
system time used= 85.235
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67180005
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= 4
involuntary context switches= 947

runsolver used 2.46762 second user time and 5.81912 second system time

The end

Launcher Data

Begin job on node134 at 2010-06-30 17:55:00
IDJOB=2692982
IDBENCH=79013
IDSOLVER=1205
FILE ID=node134/2692982-1277913300
PBS_JOBID= 11197275
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.tag10.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-2692982-1277913300/watcher-2692982-1277913300 -o /tmp/evaluation-result-2692982-1277913300/solver-2692982-1277913300 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2692982-1277913300.wbo -t 1800 -m 3800

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

MD5SUM BENCH= d8e7fa9590f436b33ef13e9171ac617f
RANDOM SEED=489645925

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:      31434904 kB
Buffers:        199176 kB
Cached:        1097036 kB
SwapCached:          0 kB
Active:         677548 kB
Inactive:       696544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31434904 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7008 kB
Writeback:           0 kB
AnonPages:       78000 kB
Mapped:          15656 kB
Slab:            79432 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   224564 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:25:02