Trace number 2692471

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-25s.smv--soft-0-100-0.wbo
MD5SUM241801650d5a008aecc3546be621c5b9
Bench CategorySOFT-SMALLINT-LIN (only soft 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.082986
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5072
Total number of constraints12829
Number of soft constraints12829
Number of constraints which are clauses11721
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1108
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 647371
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 647370
Biggest number in a constraint 165
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 546
Number of bits of the biggest sum of numbers10
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-2692471-1277931486.wbo>
0.09/0.15	c original problem has 30730 variables (17901 bin, 0 int, 0 impl, 12829 cont) and 25659 constraints
0.09/0.15	c problem read
0.09/0.15	c presolving settings loaded
2.09/2.19	o 647370
2.09/2.19	c feasible solution found by trivial heuristic, objective value  6.473700e+05
2.09/2.19	c presolving:
2.19/2.23	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 12829 impls, 0 clqs
2.19/2.26	c (round 2) 0 del vars, 1 del conss, 12829 chg bounds, 554 chg sides, 1108 chg coeffs, 0 upgd conss, 12829 impls, 0 clqs
2.49/2.59	c    (2.4s) probing: 101/17901 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.49/2.59	c    (2.4s) probing aborted: 100/100 successive totally useless probings
2.49/2.59	c presolving (3 rounds):
2.49/2.59	c  0 deleted vars, 1 deleted constraints, 12829 tightened bounds, 0 added holes, 554 changed sides, 1108 changed coefficients
2.49/2.59	c  12829 implications, 0 cliques
2.49/2.59	c presolved problem has 30730 variables (17901 bin, 0 int, 0 impl, 12829 cont) and 25658 constraints
2.49/2.59	c   12829 constraints of type <indicator>
2.49/2.59	c       1 constraints of type <varbound>
2.49/2.59	c   12828 constraints of type <linear>
2.49/2.59	c transformed objective value is always integral (scale: 1)
2.49/2.59	c Presolving Time: 2.33
2.49/2.59	c - non default parameters ----------------------------------------------------------------------
2.49/2.59	c # SCIP version 1.2.1.2
2.49/2.59	c 
2.49/2.59	c # frequency for displaying node information lines
2.49/2.59	c # [type: int, range: [-1,2147483647], default: 100]
2.49/2.59	c display/freq = 10000
2.49/2.59	c 
2.49/2.59	c # maximal time in seconds to run
2.49/2.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.59	c limits/time = 1799.85
2.49/2.59	c 
2.49/2.59	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
2.49/2.59	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
2.49/2.59	c limits/memory = 3420
2.49/2.59	c 
2.49/2.59	c # should presolving try to simplify inequalities
2.49/2.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.59	c constraints/linear/simplifyinequalities = TRUE
2.49/2.59	c 
2.49/2.59	c # should presolving try to simplify knapsacks
2.49/2.59	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
2.49/2.59	c constraints/knapsack/simplifyinequalities = TRUE
2.49/2.59	c 
2.49/2.59	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
2.49/2.59	c # [type: int, range: [-1,2147483647], default: -1]
2.49/2.59	c separating/rapidlearning/freq = 0
2.49/2.59	c 
2.49/2.59	c -----------------------------------------------------------------------------------------------
2.49/2.59	c start solving
2.49/2.60	c 
2.59/2.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.59/2.68	c t 2.5s|     1 |     0 |     0 |     - |  96M|   0 |   0 |  30k|  25k|  30k|   0 |   0 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
2.69/2.71	c   2.5s|     1 |     0 |   201 |     - |  96M|   0 |   0 |  30k|  25k|  30k| 201 | 201 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
2.69/2.73	c   2.5s|     1 |     0 |   362 |     - |  97M|   0 |   0 |  30k|  25k|  30k| 401 | 401 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
2.69/2.76	c   2.6s|     1 |     0 |   550 |     - |  97M|   0 |   0 |  30k|  25k|  30k| 601 | 601 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
2.69/2.79	c   2.6s|     1 |     0 |   742 |     - |  97M|   0 |  48 |  30k|  25k|  30k| 801 | 801 |   0 |   0 | 0.000000e+00 | 6.473700e+05 |    Inf 
2.79/2.81	o 647330
2.79/2.81	c y 2.6s|     1 |     0 |   742 |     - |  98M|   0 |  48 |  30k|  25k|  30k| 801 | 801 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
3.09/3.11	c   2.9s|     1 |     0 |   967 |     - |  98M|   0 |  99 |  30k|  25k|  30k|1049 |1049 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
3.59/3.68	c   3.5s|     1 |     0 |  1550 |     - |  98M|   0 | 194 |  30k|  25k|  30k|1314 |1314 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
4.19/4.27	c   4.1s|     1 |     0 |  1982 |     - |  99M|   0 | 472 |  30k|  25k|  30k|1621 |1621 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
4.79/4.86	c   4.7s|     1 |     0 |  2970 |     - | 100M|   0 | 740 |  30k|  25k|  30k|1969 |1969 |   0 |   0 | 0.000000e+00 | 6.473300e+05 |    Inf 
5.99/6.01	c   5.8s|     1 |     2 |  3946 |     - | 101M|   0 | 740 |  30k|  25k|  30k|1969 |1969 |   0 |  33 | 0.000000e+00 | 6.473300e+05 |    Inf 
505.11/505.11	c   499s| 10000 | 10001 |492594 |  49.0 | 222M| 249 |  23 |  30k|  25k|  30k|1775 |2556 |   0 |4893 | 0.000000e+00 | 6.473300e+05 |    Inf 
705.81/705.83	c   696s| 20000 | 20001 |575147 |  28.6 | 308M| 439 | 227 |  30k|  25k|  30k|2075 |  19k|   0 |6209 | 0.000000e+00 | 6.473300e+05 |    Inf 
842.72/842.78	c   831s| 30000 | 30001 |638857 |  21.2 | 394M| 543 | 178 |  30k|  25k|  30k|2081 |  34k|   0 |7520 | 0.000000e+00 | 6.473300e+05 |    Inf 
978.42/978.44	c   964s| 40000 | 40001 |708971 |  17.7 | 480M| 543 |  16 |  30k|  25k|  30k|2168 |  49k|   0 |8507 | 0.000000e+00 | 6.473300e+05 |    Inf 
1113.53/1113.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1113.53/1113.59	c  1097s| 50000 | 50001 |778496 |  15.5 | 566M| 543 |  94 |  30k|  25k|  30k|2081 |  64k|   0 |9541 | 0.000000e+00 | 6.473300e+05 |    Inf 
1246.24/1246.27	c  1227s| 60000 | 60001 |848227 |  14.1 | 652M| 543 | 230 |  30k|  25k|  30k|2081 |  81k|   0 |  10k| 0.000000e+00 | 6.473300e+05 |    Inf 
1383.44/1383.49	c  1362s| 70000 | 70001 |912793 |  13.0 | 738M| 543 |  18 |  30k|  25k|  30k|2081 |  96k|   0 |  11k| 0.000000e+00 | 6.473300e+05 |    Inf 
1509.05/1509.03	c  1485s| 80000 | 80001 |975170 |  12.2 | 825M| 543 | 122 |  30k|  25k|  30k|2081 | 112k|   0 |  11k| 0.000000e+00 | 6.473300e+05 |    Inf 
1627.55/1627.51	c  1602s| 90000 | 90001 |  1029k|  11.4 | 911M| 543 |   8 |  30k|  25k|  30k|2168 | 128k|   0 |  11k| 0.000000e+00 | 6.473300e+05 |    Inf 
1750.55/1750.58	c  1723s|100000 |100001 |  1093k|  10.9 | 997M| 543 |  55 |  30k|  25k|  30k|2080 | 143k|   0 |  12k| 0.000000e+00 | 6.473300e+05 |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.01	c 
1800.06/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.01	c Solving Time (sec) : 1771.67
1800.06/1800.01	c Solving Nodes      : 104140
1800.06/1800.01	c Primal Bound       : +6.47330000000000e+05 (102 solutions)
1800.06/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.01	c Gap                : infinite

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2692471-1277931486/watcher-2692471-1277931486 -o /tmp/evaluation-result-2692471-1277931486/solver-2692471-1277931486 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692471-1277931486.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.63 2.73 2.52 4/178 27581
/proc/meminfo: memFree=31565336/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=9408 CPUtime=0
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 1650 0 0 0 0 0 0 0 25 0 1 0 168751632 9633792 1569 4089446400 4194304 8223781 140737167721232 18446744073709551615 7235159 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27581/statm: 2388 1585 369 984 0 1401 0

[startup+0.077695 s]
/proc/loadavg: 2.63 2.73 2.52 4/178 27581
/proc/meminfo: memFree=31565336/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=31368 CPUtime=0.07
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 7164 0 0 0 7 0 0 0 25 0 1 0 168751632 32120832 7083 4089446400 4194304 8223781 140737167721232 18446744073709551615 7073921 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27581/statm: 7842 7083 369 984 0 6855 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31368

[startup+0.100687 s]
/proc/loadavg: 2.63 2.73 2.52 4/178 27581
/proc/meminfo: memFree=31565336/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=37888 CPUtime=0.09
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 8796 0 0 0 9 0 0 0 25 0 1 0 168751632 38797312 8715 4089446400 4194304 8223781 140737167721232 18446744073709551615 4680832 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/27581/statm: 9472 8715 369 984 0 8485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37888

[startup+0.300669 s]
/proc/loadavg: 2.63 2.73 2.52 4/178 27581
/proc/meminfo: memFree=31565336/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=113956 CPUtime=0.29
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 27279 0 0 0 27 2 0 0 25 0 1 0 168751632 116690944 26798 4089446400 4194304 8223781 140737167721232 18446744073709551615 4331504 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 28489 26798 422 984 0 27502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 113956

[startup+0.700578 s]
/proc/loadavg: 2.63 2.73 2.52 4/178 27581
/proc/meminfo: memFree=31565336/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=116000 CPUtime=0.69
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 27658 0 0 0 67 2 0 0 25 0 1 0 168751632 118784000 27177 4089446400 4194304 8223781 140737167721232 18446744073709551615 7257637 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 29000 27177 422 984 0 28013 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116000

[startup+1.50043 s]
/proc/loadavg: 2.58 2.72 2.52 3/179 27582
/proc/meminfo: memFree=31457696/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=116000 CPUtime=1.49
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 27658 0 0 0 147 2 0 0 25 0 1 0 168751632 118784000 27177 4089446400 4194304 8223781 140737167721232 18446744073709551615 7257495 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 29000 27177 422 984 0 28013 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116000

[startup+3.10113 s]
/proc/loadavg: 2.58 2.72 2.52 3/179 27582
/proc/meminfo: memFree=31457324/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=146472 CPUtime=3.09
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 37105 0 0 0 304 5 0 0 25 0 1 0 168751632 149987328 33835 4089446400 4194304 8223781 140737167721232 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 36618 33835 562 984 0 35631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146472

[startup+6.30052 s]
/proc/loadavg: 2.61 2.73 2.52 3/179 27582
/proc/meminfo: memFree=31421952/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=154860 CPUtime=6.29
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 56829 0 0 0 620 9 0 0 25 0 1 0 168751632 158576640 36136 4089446400 4194304 8223781 140737167721232 18446744073709551615 6445090 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 38715 36136 577 984 0 37728 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 154860

[startup+12.7003 s]
/proc/loadavg: 2.56 2.71 2.52 3/179 27582
/proc/meminfo: memFree=31422076/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=154860 CPUtime=12.69
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 56830 0 0 0 1258 11 0 0 25 0 1 0 168751632 158576640 36137 4089446400 4194304 8223781 140737167721232 18446744073709551615 6448679 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 38715 36137 578 984 0 37728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 154860

[startup+25.5009 s]
/proc/loadavg: 2.44 2.68 2.51 3/179 27582
/proc/meminfo: memFree=31422668/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=154860 CPUtime=25.49
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 56921 0 0 0 2532 17 0 0 25 0 1 0 168751632 158576640 36228 4089446400 4194304 8223781 140737167721232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 38715 36228 578 984 0 37728 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 154860

[startup+51.101 s]
/proc/loadavg: 2.29 2.62 2.50 3/179 27583
/proc/meminfo: memFree=31419860/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=157892 CPUtime=51.09
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 57634 0 0 0 5083 26 0 0 25 0 1 0 168751632 161681408 36941 4089446400 4194304 8223781 140737167721232 18446744073709551615 6446812 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 39473 36941 578 984 0 38486 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157892

[startup+102.306 s]
/proc/loadavg: 2.12 2.52 2.47 3/179 27585
/proc/meminfo: memFree=31403956/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=173680 CPUtime=102.3
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 78360 0 0 0 10187 43 0 0 25 0 1 0 168751632 177848320 40896 4089446400 4194304 8223781 140737167721232 18446744073709551615 6447019 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 43420 40896 581 984 0 42433 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 173680

[startup+162.301 s]
/proc/loadavg: 2.04 2.43 2.43 3/179 27586
/proc/meminfo: memFree=31376016/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=200036 CPUtime=162.29
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 179984 0 0 0 16159 70 0 0 25 0 1 0 168751632 204836864 47712 4089446400 4194304 8223781 140737167721232 18446744073709551615 6446774 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 50009 47712 581 984 0 49022 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 200036

[startup+222.3 s]
/proc/loadavg: 2.01 2.35 2.41 2/177 27598
/proc/meminfo: memFree=31386460/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=209128 CPUtime=222.3
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 652333 0 0 0 22098 132 0 0 25 0 1 0 168751632 214147072 49976 4089446400 4194304 8223781 140737167721232 18446744073709551615 6446812 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 52282 49976 581 984 0 51295 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 209128

[startup+282.301 s]
/proc/loadavg: 2.00 2.28 2.38 3/179 27626
/proc/meminfo: memFree=31278724/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=217984 CPUtime=282.3
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 1192169 0 0 0 28026 204 0 0 25 0 1 0 168751632 223215616 52198 4089446400 4194304 8223781 140737167721232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 54496 52198 581 984 0 53509 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 217984

[startup+342.301 s]
/proc/loadavg: 2.00 2.23 2.35 3/179 27628
/proc/meminfo: memFree=31220156/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=227200 CPUtime=342.3
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 1996417 0 0 0 33928 302 0 0 25 0 1 0 168751632 232652800 54484 4089446400 4194304 8223781 140737167721232 18446744073709551615 4983021 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 56800 54484 581 984 0 55813 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 227200

[startup+402.301 s]
/proc/loadavg: 2.05 2.20 2.33 3/179 27629
/proc/meminfo: memFree=31168416/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=234368 CPUtime=402.3
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 2752304 0 0 0 39831 399 0 0 25 0 1 0 168751632 239992832 56347 4089446400 4194304 8223781 140737167721232 18446744073709551615 6446826 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27581/statm: 58592 56347 581 984 0 57605 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 234368

[startup+462.301 s]
/proc/loadavg: 2.05 2.17 2.31 3/179 27631
/proc/meminfo: memFree=31109860/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=249912 CPUtime=462.31
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 3618098 0 0 0 45725 506 0 0 25 0 1 0 168751632 255909888 60198 4089446400 4194304 8223781 140737167721232 18446744073709551615 6455710 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 62478 60199 581 984 0 61491 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 249912

[startup+522.3 s]
/proc/loadavg: 2.02 2.14 2.29 3/179 27633
/proc/meminfo: memFree=31042992/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=274416 CPUtime=522.31
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 4657117 0 0 0 51605 626 0 0 25 0 1 0 168751632 281001984 66267 4089446400 4194304 8223781 140737167721232 18446744073709551615 5893815 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 68604 66267 583 984 0 67617 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 274416

[startup+582.301 s]
/proc/loadavg: 2.00 2.11 2.27 3/179 27634
/proc/meminfo: memFree=30977488/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=294536 CPUtime=582.31
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 5573196 0 0 0 57498 733 0 0 25 0 1 0 168751632 301604864 71284 4089446400 4194304 8223781 140737167721232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 73634 71284 583 984 0 72647 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 294536

[startup+642.301 s]
/proc/loadavg: 2.00 2.09 2.25 3/179 27636
/proc/meminfo: memFree=30907624/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=319432 CPUtime=642.32
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 6339628 0 0 0 63404 828 0 0 25 0 1 0 168751632 327098368 77568 4089446400 4194304 8223781 140737167721232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/27581/statm: 79858 77568 583 984 0 78871 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 319432

[startup+702.301 s]

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

/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 11761127 0 0 0 98765 1467 0 0 25 0 1 0 168751632 553791488 132962 4089446400 4194304 8223781 140737167721232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 135203 132962 583 984 0 134216 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 540812

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/179 27650
/proc/meminfo: memFree=30348280/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=578160 CPUtime=1062.33
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 12648779 0 0 0 104660 1573 0 0 25 0 1 0 168751632 592035840 142401 4089446400 4194304 8223781 140737167721232 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 144540 142401 583 984 0 143553 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 578160

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/179 27652
/proc/meminfo: memFree=30268024/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=616412 CPUtime=1122.33
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 13516131 0 0 0 110558 1675 0 0 25 0 1 0 168751632 631205888 151933 4089446400 4194304 8223781 140737167721232 18446744073709551615 6304431 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 154103 151933 583 984 0 153116 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 616412

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/179 27653
/proc/meminfo: memFree=30188744/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=653732 CPUtime=1182.34
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 14445515 0 0 0 116447 1787 0 0 25 0 1 0 168751632 669421568 161289 4089446400 4194304 8223781 140737167721232 18446744073709551615 6448683 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 163433 161289 583 984 0 162446 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 653732

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/179 27655
/proc/meminfo: memFree=30102792/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=692440 CPUtime=1242.33
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 15260454 0 0 0 122349 1884 0 0 25 0 1 0 168751632 709058560 170953 4089446400 4194304 8223781 140737167721232 18446744073709551615 6089682 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 173110 170953 583 984 0 172123 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 692440

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/179 27657
/proc/meminfo: memFree=30022272/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=728312 CPUtime=1302.34
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 16200273 0 0 0 128235 1999 0 0 25 0 1 0 168751632 745791488 180020 4089446400 4194304 8223781 140737167721232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 182078 180020 583 984 0 181091 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 728312

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/179 27658
/proc/meminfo: memFree=29935932/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=772252 CPUtime=1362.34
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 17096246 0 0 0 134130 2104 0 0 25 0 1 0 168751632 790786048 190419 4089446400 4194304 8223781 140737167721232 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 193063 190419 583 984 0 192076 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 772252

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/179 27660
/proc/meminfo: memFree=29854800/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=807780 CPUtime=1422.35
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 18041072 0 0 0 140021 2214 0 0 25 0 1 0 168751632 827166720 199352 4089446400 4194304 8223781 140737167721232 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 201908 199352 583 984 0 200921 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 807780

[startup+1482.3 s]
/proc/loadavg: 2.11 2.03 2.09 3/179 27661
/proc/meminfo: memFree=29767356/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=846452 CPUtime=1482.35
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 18908748 0 0 0 145918 2317 0 0 25 0 1 0 168751632 866766848 209067 4089446400 4194304 8223781 140737167721232 18446744073709551615 5893807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 211613 209067 583 984 0 210626 0
Current children cumulated CPU time (s) 1482.35
Current children cumulated vsize (KiB) 846452

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.08 3/179 27663
/proc/meminfo: memFree=29680280/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=890504 CPUtime=1542.34
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 19648540 0 0 0 151827 2407 0 0 25 0 1 0 168751632 911876096 220060 4089446400 4194304 8223781 140737167721232 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 222626 220060 583 984 0 221639 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 890504

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/179 27664
/proc/meminfo: memFree=29593084/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=934332 CPUtime=1602.35
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 20437661 0 0 0 157729 2506 0 0 25 0 1 0 168751632 956755968 231021 4089446400 4194304 8223781 140737167721232 18446744073709551615 6482738 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 233583 231021 583 984 0 232596 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 934332

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.07 3/179 27666
/proc/meminfo: memFree=29505388/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=976596 CPUtime=1662.35
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 21305985 0 0 0 163622 2613 0 0 25 0 1 0 168751632 1000034304 241662 4089446400 4194304 8223781 140737167721232 18446744073709551615 6482877 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 244149 241662 583 984 0 243162 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 976596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/179 27668
/proc/meminfo: memFree=29418432/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=1019148 CPUtime=1722.35
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 22034292 0 0 0 169537 2698 0 0 25 0 1 0 168751632 1043607552 252286 4089446400 4194304 8223781 140737167721232 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 254787 252286 583 984 0 253800 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 1019148

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 27669
/proc/meminfo: memFree=29332344/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=1058480 CPUtime=1782.35
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 22845993 0 0 0 175440 2795 0 0 25 0 1 0 168751632 1083883520 262194 4089446400 4194304 8223781 140737167721232 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 264559 262133 583 984 0 263572 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 1058480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 27670
/proc/meminfo: memFree=29308148/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=1070636 CPUtime=1800.06
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 23098372 0 0 0 177181 2825 0 0 25 0 1 0 168751632 1096331264 265170 4089446400 4194304 8223781 140737167721232 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/27581/statm: 267659 265170 583 984 0 266672 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1070636

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27581

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.06 3/180 27671
/proc/meminfo: memFree=29307768/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=1070636 CPUtime=1801.45
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 23098372 0 0 0 177320 2825 0 0 19 0 1 0 168751632 1096331264 265170 4089446400 4194304 8223781 140737167721232 18446744073709551615 7256940 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27581/statm: 267659 265170 583 984 0 266672 0
Current children cumulated CPU time (s) 1801.45
Current children cumulated vsize (KiB) 1070636

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.06 3/180 27671
/proc/meminfo: memFree=29306652/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=1070636 CPUtime=1801.86
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 23098372 0 0 0 177361 2825 0 0 20 0 1 0 168751632 1096331264 265170 4089446400 4194304 8223781 140737167721232 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27581/statm: 267659 265170 583 984 0 266672 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 1070636

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.06 3/180 27671
/proc/meminfo: memFree=29306652/32950928 swapFree=67111528/67111528
[pid=27581] ppid=27579 vsize=1070636 CPUtime=1802.05
/proc/27581/stat : 27581 (pbscip.linux.x8) R 27579 27581 26901 0 -1 4202496 23098372 0 0 0 177380 2825 0 0 21 0 1 0 168751632 1096331264 265170 4089446400 4194304 8223781 140737167721232 18446744073709551615 4240875 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/27581/statm: 267659 265170 583 984 0 266672 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 1070636

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.04
CPU time (s): 1802.11
CPU user time (s): 1773.81
CPU system time (s): 28.2947
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1116632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1773.81
system time used= 28.2947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23098372
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 8655

runsolver used 2.84057 second user time and 6.74297 second system time

The end

Launcher Data

Begin job on node115 at 2010-06-30 22:58:06
IDJOB=2692471
IDBENCH=79316
IDSOLVER=1204
FILE ID=node115/2692471-1277931486
PBS_JOBID= 11197362
Free space on /tmp= 74208 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/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-25s.smv--soft-0-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-2692471-1277931486/watcher-2692471-1277931486 -o /tmp/evaluation-result-2692471-1277931486/solver-2692471-1277931486 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692471-1277931486.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 241801650d5a008aecc3546be621c5b9
RANDOM SEED=305812331

node115.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.796
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.59
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.796
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.08
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.796
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.796
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.76
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.796
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.82
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.796
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.796
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.796
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31565864 kB
Buffers:        218132 kB
Cached:         938496 kB
SwapCached:          0 kB
Active:         552648 kB
Inactive:       690184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31565864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5152 kB
Writeback:           0 kB
AnonPages:       86292 kB
Mapped:          15396 kB
Slab:            79520 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   227400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node115 at 2010-06-30 23:28:08