Trace number 2692380

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (TO) 1802.1 1802.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-dlx1c.rwmem1.ucl--soft-33-100-0.wbo
MD5SUM6d82afa4a3cb51b65db40c85a755382b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.254961
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7578
Total number of constraints21401
Number of soft constraints14255
Number of constraints which are clauses20501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 718356
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 718355
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [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-2692380-1277914459.wbo>
0.19/0.23	c original problem has 36088 variables (21833 bin, 0 int, 0 impl, 14255 cont) and 35657 constraints
0.19/0.23	c problem read
0.19/0.23	c presolving settings loaded
0.39/0.44	c presolving:
0.49/0.52	c (round 1) 40 del vars, 3 del conss, 0 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 35611 impls, 0 clqs
0.49/0.54	c (round 2) 40 del vars, 81 del conss, 0 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 35611 impls, 0 clqs
0.49/0.59	c (round 3) 40 del vars, 81 del conss, 14255 chg bounds, 450 chg sides, 900 chg coeffs, 0 upgd conss, 35611 impls, 0 clqs
0.59/0.69	c (round 4) 40 del vars, 81 del conss, 14255 chg bounds, 450 chg sides, 900 chg coeffs, 7067 upgd conss, 35611 impls, 0 clqs
1.19/1.23	c    (0.9s) probing: 125/21793 (0.6%) - 0 fixings, 1 aggregations, 1 implications, 0 bound changes
1.19/1.23	c    (0.9s) probing aborted: 100/100 successive totally useless probings
1.19/1.23	c presolving (5 rounds):
1.19/1.23	c  41 deleted vars, 81 deleted constraints, 14255 tightened bounds, 0 added holes, 450 changed sides, 900 changed coefficients
1.19/1.23	c  35676 implications, 0 cliques
1.19/1.23	c presolved problem has 36047 variables (21792 bin, 0 int, 0 impl, 14255 cont) and 35576 constraints
1.19/1.23	c   14255 constraints of type <indicator>
1.19/1.23	c       1 constraints of type <varbound>
1.19/1.23	c     314 constraints of type <knapsack>
1.19/1.23	c   14254 constraints of type <linear>
1.19/1.23	c    6752 constraints of type <logicor>
1.19/1.23	c transformed objective value is always integral (scale: 1)
1.19/1.23	c Presolving Time: 0.84
1.19/1.23	c - non default parameters ----------------------------------------------------------------------
1.19/1.23	c # SCIP version 1.2.1.2
1.19/1.23	c 
1.19/1.23	c # frequency for displaying node information lines
1.19/1.23	c # [type: int, range: [-1,2147483647], default: 100]
1.19/1.23	c display/freq = 10000
1.19/1.23	c 
1.19/1.23	c # maximal time in seconds to run
1.19/1.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.23	c limits/time = 1799.77
1.19/1.23	c 
1.19/1.23	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.19/1.23	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
1.19/1.23	c limits/memory = 3420
1.19/1.23	c 
1.19/1.23	c # should presolving try to simplify inequalities
1.19/1.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.23	c constraints/linear/simplifyinequalities = TRUE
1.19/1.23	c 
1.19/1.23	c # should presolving try to simplify knapsacks
1.19/1.23	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
1.19/1.23	c constraints/knapsack/simplifyinequalities = TRUE
1.19/1.23	c 
1.19/1.23	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
1.19/1.23	c # [type: int, range: [-1,2147483647], default: -1]
1.19/1.23	c separating/rapidlearning/freq = 0
1.19/1.23	c 
1.19/1.23	c -----------------------------------------------------------------------------------------------
1.19/1.23	c start solving
1.19/1.24	c 
1.28/1.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.28/1.39	c   1.1s|     1 |     0 |   303 |     - | 122M|   0 | 142 |  36k|  35k|  36k|7064 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.68	c   2.4s|     1 |     0 |  1122 |     - | 123M|   0 | 310 |  36k|  35k|  36k|7327 | 263 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
2.69/2.71	o 718344
2.69/2.71	c y 2.4s|     1 |     0 |  1122 |     - | 124M|   0 | 310 |  36k|  35k|  36k|7327 | 263 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
3.79/3.83	c   3.5s|     1 |     0 |  1689 |     - | 124M|   0 | 394 |  36k|  35k|  36k|7726 | 662 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
5.59/5.66	c   5.3s|     1 |     0 |  3153 |     - | 125M|   0 | 510 |  36k|  35k|  36k|8269 |1205 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
8.09/8.17	c   7.8s|     1 |     0 |  4510 |     - | 126M|   0 | 651 |  36k|  35k|  36k|8782 |1718 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
9.99/10.03	c   9.7s|     1 |     0 |  5810 |     - | 127M|   0 | 836 |  36k|  35k|  36k|9194 |2130 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
12.38/12.41	c  12.0s|     1 |     0 |  7606 |     - | 128M|   0 | 755 |  36k|  35k|  36k|9596 |2532 |   0 |   0 | 0.000000e+00 | 7.183440e+05 |    Inf 
13.39/13.42	c  13.0s|     1 |     2 |  7606 |     - | 129M|   0 | 755 |  36k|  35k|  36k|9596 |2532 |   0 |  17 | 0.000000e+00 | 7.183440e+05 |    Inf 
663.61/663.62	c   650s| 10000 |  9982 |352773 |  34.5 | 290M| 319 |   3 |  36k|  35k|  36k|8813 |  14k| 155 |3774 | 0.000000e+00 | 7.183440e+05 |    Inf 
992.92/992.94	c   973s| 20000 | 19974 |474140 |  23.3 | 408M| 333 |   6 |  36k|  35k|  36k|8813 |  50k| 160 |6780 | 0.000000e+00 | 7.183440e+05 |    Inf 
1328.93/1328.93	c  1302s| 30000 | 29960 |622516 |  20.5 | 526M| 359 |  40 |  36k|  35k|  36k|8813 |  82k| 169 |9440 | 0.000000e+00 | 7.183440e+05 |    Inf 
1650.95/1650.99	c  1617s| 40000 | 39944 |754026 |  18.7 | 644M| 371 |   1 |  36k|  35k|  36k|8813 | 106k| 182 |  11k| 0.000000e+00 | 7.183440e+05 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.02	c 
1800.05/1800.02	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.02	c Solving Time (sec) : 1763.51
1800.05/1800.02	c Solving Nodes      : 45039
1800.05/1800.02	c Primal Bound       : +7.18344000000000e+05 (100 solutions)
1800.05/1800.02	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.02	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692380-1277914459/watcher-2692380-1277914459 -o /tmp/evaluation-result-2692380-1277914459/solver-2692380-1277914459 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692380-1277914459.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 1.99 2.04 4/178 18107
/proc/meminfo: memFree=30929216/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=9300 CPUtime=0
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 1645 0 0 0 0 0 0 0 25 0 1 0 132741078 9523200 1565 4089446400 4194304 8223781 140735867022688 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18107/statm: 2325 1565 369 984 0 1338 0

[startup+0.0585931 s]
/proc/loadavg: 1.94 1.99 2.04 4/178 18107
/proc/meminfo: memFree=30929216/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=22460 CPUtime=0.05
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 4908 0 0 0 5 0 0 0 25 0 1 0 132741078 22999040 4828 4089446400 4194304 8223781 140735867022688 18446744073709551615 5650942 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18107/statm: 5615 4828 369 984 0 4628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22460

[startup+0.100583 s]
/proc/loadavg: 1.94 1.99 2.04 4/178 18107
/proc/meminfo: memFree=30929216/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=31596 CPUtime=0.09
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 7188 0 0 0 9 0 0 0 25 0 1 0 132741078 32354304 7108 4089446400 4194304 8223781 140735867022688 18446744073709551615 5648995 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18107/statm: 7899 7108 369 984 0 6912 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31596

[startup+0.300544 s]
/proc/loadavg: 1.94 1.99 2.04 4/178 18107
/proc/meminfo: memFree=30929216/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=100416 CPUtime=0.29
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 24689 0 0 0 27 2 0 0 25 0 1 0 132741078 102825984 24162 4089446400 4194304 8223781 140735867022688 18446744073709551615 6207466 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18107/statm: 25104 24162 387 984 0 24117 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100416

[startup+0.700468 s]
/proc/loadavg: 1.94 1.99 2.04 4/178 18107
/proc/meminfo: memFree=30929216/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=147104 CPUtime=0.69
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 37598 0 0 0 63 6 0 0 25 0 1 0 132741078 150634496 34775 4089446400 4194304 8223781 140735867022688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18107/statm: 36776 34775 476 984 0 35789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147104

[startup+1.50032 s]
/proc/loadavg: 1.94 1.99 2.04 3/179 18108
/proc/meminfo: memFree=30789460/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=176784 CPUtime=1.49
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 47968 0 0 0 142 7 0 0 25 0 1 0 132741078 181026816 41634 4089446400 4194304 8223781 140735867022688 18446744073709551615 6003398 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18107/statm: 44196 41634 563 984 0 43209 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 176784

[startup+3.10103 s]
/proc/loadavg: 1.94 1.99 2.04 3/179 18108
/proc/meminfo: memFree=30761560/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=185700 CPUtime=3.09
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 54913 0 0 0 299 10 0 0 25 0 1 0 132741078 190156800 43089 4089446400 4194304 8223781 140735867022688 18446744073709551615 4424283 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18107/statm: 46425 43089 597 984 0 45438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 185700

[startup+6.30045 s]
/proc/loadavg: 1.95 1.99 2.04 3/179 18108
/proc/meminfo: memFree=30756984/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=188268 CPUtime=6.29
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 57473 0 0 0 617 12 0 0 25 0 1 0 132741078 192786432 43788 4089446400 4194304 8223781 140735867022688 18446744073709551615 5716623 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18107/statm: 47067 43788 588 984 0 46080 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 188268

[startup+12.7003 s]
/proc/loadavg: 1.95 1.99 2.04 2/177 18109
/proc/meminfo: memFree=30850404/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=227712 CPUtime=12.69
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 72578 0 0 0 1252 17 0 0 25 0 1 0 132741078 233177088 53504 4089446400 4194304 8223781 140735867022688 18446744073709551615 4466600 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/18107/statm: 56928 53504 592 984 0 55941 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 227712

[startup+25.5009 s]
/proc/loadavg: 1.96 1.99 2.03 3/179 18137
/proc/meminfo: memFree=30667072/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=198088 CPUtime=25.49
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 214425 0 0 0 2511 38 0 0 25 0 1 0 132741078 202842112 46169 4089446400 4194304 8223781 140735867022688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 49522 46169 604 984 0 48535 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 198088

[startup+51.1002 s]
/proc/loadavg: 1.97 1.99 2.03 3/179 18138
/proc/meminfo: memFree=30663796/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=198364 CPUtime=51.09
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 385111 0 0 0 5023 86 0 0 25 0 1 0 132741078 203124736 46326 4089446400 4194304 8223781 140735867022688 18446744073709551615 6592563 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 49591 46326 604 984 0 48604 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198364

[startup+102.307 s]
/proc/loadavg: 1.99 1.99 2.03 3/179 18139
/proc/meminfo: memFree=30651260/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=204392 CPUtime=102.3
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 812902 0 0 0 10055 175 0 0 25 0 1 0 132741078 209297408 47775 4089446400 4194304 8223781 140735867022688 18446744073709551615 6456389 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 51098 47775 615 984 0 50111 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 204392

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 2.02 3/179 18140
/proc/meminfo: memFree=30612548/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=215296 CPUtime=162.3
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 1341546 0 0 0 15948 282 0 0 25 0 1 0 132741078 220463104 50494 4089446400 4194304 8223781 140735867022688 18446744073709551615 6448670 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 53824 50494 607 984 0 52837 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 215296

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 2.02 3/179 18142
/proc/meminfo: memFree=30578532/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=223696 CPUtime=222.3
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 1866444 0 0 0 21832 398 0 0 25 0 1 0 132741078 229064704 52529 4089446400 4194304 8223781 140735867022688 18446744073709551615 6568243 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 55924 52532 608 984 0 54937 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 223696

[startup+282.301 s]
/proc/loadavg: 2.14 2.03 2.02 3/179 18144
/proc/meminfo: memFree=30552076/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=236960 CPUtime=282.3
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 2377353 0 0 0 27722 508 0 0 25 0 1 0 132741078 242647040 55811 4089446400 4194304 8223781 140735867022688 18446744073709551615 6592975 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 59240 55811 608 984 0 58253 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 236960

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 2.01 3/179 18146
/proc/meminfo: memFree=30517700/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=256696 CPUtime=342.3
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 3056942 0 0 0 33599 631 0 0 25 0 1 0 132741078 262856704 60938 4089446400 4194304 8223781 140735867022688 18446744073709551615 6448564 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 64174 60938 608 984 0 63187 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 256696

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.01 3/179 18147
/proc/meminfo: memFree=30479608/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=267840 CPUtime=402.3
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 3731304 0 0 0 39473 757 0 0 25 0 1 0 132741078 274268160 63681 4089446400 4194304 8223781 140735867022688 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 66960 63681 608 984 0 65973 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 267840

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 18148
/proc/meminfo: memFree=30438160/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=281312 CPUtime=462.31
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 4401928 0 0 0 45359 872 0 0 25 0 1 0 132741078 288063488 67083 4089446400 4194304 8223781 140735867022688 18446744073709551615 6446826 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 70328 67083 608 984 0 69341 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 281312

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18150
/proc/meminfo: memFree=30380204/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=307648 CPUtime=522.31
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 5090889 0 0 0 51245 986 0 0 25 0 1 0 132741078 315031552 73712 4089446400 4194304 8223781 140735867022688 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 76912 73712 615 984 0 75925 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 307648

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18152
/proc/meminfo: memFree=30332572/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=328100 CPUtime=582.31
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 5833360 0 0 0 57119 1112 0 0 25 0 1 0 132741078 335974400 78814 4089446400 4194304 8223781 140735867022688 18446744073709551615 6520475 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 82025 78814 609 984 0 81038 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 328100

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18154
/proc/meminfo: memFree=30279848/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=350624 CPUtime=642.32
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 6903023 0 0 0 62954 1278 0 0 25 0 1 0 132741078 359038976 84322 4089446400 4194304 8223781 140735867022688 18446744073709551615 6089671 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 87656 84322 609 984 0 86669 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 350624

[startup+702.301 s]

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

/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 11533476 0 0 0 98198 2034 0 0 25 0 1 0 132741078 491917312 116841 4089446400 4194304 8223781 140735867022688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 120097 116841 611 984 0 119110 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 480388

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18167
/proc/meminfo: memFree=29939564/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=505168 CPUtime=1062.32
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 12106264 0 0 0 104092 2140 0 0 25 0 1 0 132741078 517292032 122973 4089446400 4194304 8223781 140735867022688 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 126292 122973 610 984 0 125305 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 505168

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18169
/proc/meminfo: memFree=29896420/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=521332 CPUtime=1122.33
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 12928618 0 0 0 109953 2280 0 0 25 0 1 0 132741078 533843968 127082 4089446400 4194304 8223781 140735867022688 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 130333 127082 616 984 0 129346 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 521332

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18171
/proc/meminfo: memFree=29849900/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=539620 CPUtime=1182.32
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 13703051 0 0 0 115819 2413 0 0 25 0 1 0 132741078 552570880 131643 4089446400 4194304 8223781 140735867022688 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 134905 131643 615 984 0 133918 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 539620

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18173
/proc/meminfo: memFree=29795924/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=564916 CPUtime=1242.33
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 14480730 0 0 0 121698 2535 0 0 25 0 1 0 132741078 578473984 137998 4089446400 4194304 8223781 140735867022688 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 141229 137998 609 984 0 140242 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 564916

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18174
/proc/meminfo: memFree=29748764/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=581836 CPUtime=1302.34
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 15211827 0 0 0 127572 2662 0 0 25 0 1 0 132741078 595800064 142247 4089446400 4194304 8223781 140735867022688 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 145459 142247 609 984 0 144472 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 581836

[startup+1362.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 18175
/proc/meminfo: memFree=29698628/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=604260 CPUtime=1362.33
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 15993911 0 0 0 133450 2783 0 0 25 0 1 0 132741078 618762240 147861 4089446400 4194304 8223781 140735867022688 18446744073709551615 7304922 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 151065 147861 609 984 0 150078 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 604260

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 18177
/proc/meminfo: memFree=29648512/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=627440 CPUtime=1422.34
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 16660321 0 0 0 139334 2900 0 0 25 0 1 0 132741078 642498560 153663 4089446400 4194304 8223781 140735867022688 18446744073709551615 6520517 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 156860 153663 609 984 0 155873 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 627440

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 18179
/proc/meminfo: memFree=29593924/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=651620 CPUtime=1482.34
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 17242622 0 0 0 145226 3008 0 0 25 0 1 0 132741078 667258880 159570 4089446400 4194304 8223781 140735867022688 18446744073709551615 6520529 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 162905 159570 609 984 0 161918 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 651620

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 18181
/proc/meminfo: memFree=29547988/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=672644 CPUtime=1542.34
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 18053775 0 0 0 151095 3139 0 0 25 0 1 0 132741078 688787456 165034 4089446400 4194304 8223781 140735867022688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 168161 165034 609 984 0 167174 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 672644

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 18182
/proc/meminfo: memFree=29502092/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=694244 CPUtime=1602.34
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 18787884 0 0 0 156970 3264 0 0 25 0 1 0 132741078 710905856 170357 4089446400 4194304 8223781 140735867022688 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 173561 170357 609 984 0 172574 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 694244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18183
/proc/meminfo: memFree=29457544/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=712944 CPUtime=1662.35
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 19538873 0 0 0 162840 3395 0 0 25 0 1 0 132741078 730054656 174957 4089446400 4194304 8223781 140735867022688 18446744073709551615 5507419 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 178236 174957 609 984 0 177249 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 712944

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18185
/proc/meminfo: memFree=29408536/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=735180 CPUtime=1722.35
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 20104397 0 0 0 168740 3495 0 0 25 0 1 0 132741078 752824320 180674 4089446400 4194304 8223781 140735867022688 18446744073709551615 6440532 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 183795 180674 609 984 0 182808 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 735180

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18187
/proc/meminfo: memFree=29359520/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=759764 CPUtime=1782.35
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 20737963 0 0 0 174632 3603 0 0 25 0 1 0 132741078 777998336 186833 4089446400 4194304 8223781 140735867022688 18446744073709551615 6162695 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 189941 186833 609 984 0 188954 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 759764



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 18187
/proc/meminfo: memFree=29345132/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=768064 CPUtime=1800.05
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 20937205 0 0 0 176371 3634 0 0 25 0 1 0 132741078 786497536 188776 4089446400 4194304 8223781 140735867022688 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/18107/statm: 192016 188776 609 984 0 191029 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 768064

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18107

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 18188
/proc/meminfo: memFree=29344504/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=768064 CPUtime=1801.44
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 20937383 0 0 0 176510 3634 0 0 25 0 1 0 132741078 786497536 188776 4089446400 4194304 8223781 140735867022688 18446744073709551615 4241129 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18107/statm: 192016 188776 609 984 0 191029 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 768064

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18188
/proc/meminfo: memFree=29344256/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=768064 CPUtime=1801.85
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 20937383 0 0 0 176551 3634 0 0 25 0 1 0 132741078 786497536 188776 4089446400 4194304 8223781 140735867022688 18446744073709551615 7257488 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18107/statm: 192016 188776 609 984 0 191029 0
Current children cumulated CPU time (s) 1801.85
Current children cumulated vsize (KiB) 768064

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 18188
/proc/meminfo: memFree=29344256/32951124 swapFree=67111528/67111528
[pid=18107] ppid=18105 vsize=768064 CPUtime=1802.04
/proc/18107/stat : 18107 (pbscip.linux.x8) R 18105 18107 17705 0 -1 4202496 20937383 0 0 0 176570 3634 0 0 25 0 1 0 132741078 786497536 188776 4089446400 4194304 8223781 140735867022688 18446744073709551615 4241122 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/18107/statm: 192016 188776 609 984 0 191029 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 768064

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

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

runsolver used 2.76858 second user time and 7.01793 second system time

The end

Launcher Data

Begin job on node147 at 2010-06-30 18:14:20
IDJOB=2692380
IDBENCH=79032
IDSOLVER=1204
FILE ID=node147/2692380-1277914459
PBS_JOBID= 11197262
Free space on /tmp= 74192 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-dlx1c.rwmem1.ucl--soft-33-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2692380-1277914459/watcher-2692380-1277914459 -o /tmp/evaluation-result-2692380-1277914459/solver-2692380-1277914459 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692380-1277914459.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 6d82afa4a3cb51b65db40c85a755382b
RANDOM SEED=1558624303

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.822
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30929744 kB
Buffers:        202404 kB
Cached:        1506156 kB
SwapCached:          0 kB
Active:         657004 kB
Inactive:      1220276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30929744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5136 kB
Writeback:           0 kB
AnonPages:      168968 kB
Mapped:          16924 kB
Slab:            81388 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   321032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74188 MiB
End job on node147 at 2010-06-30 18:44:22