Trace number 2692648

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB10/oliveras/j30/
normalized-j309_10-unsat--soft-0-100-0.wbo
MD5SUM264893132be4acdbf364be50ace73d69
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.262959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5456
Total number of constraints17015
Number of soft constraints17015
Number of constraints which are clauses16667
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints348
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 855983
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 855982
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 177
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: 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-2692648-1277932464.wbo>
0.19/0.21	c original problem has 39486 variables (22471 bin, 0 int, 0 impl, 17015 cont) and 34031 constraints
0.19/0.21	c problem read
0.19/0.21	c presolving settings loaded
3.99/4.07	o 855982
3.99/4.07	c feasible solution found by trivial heuristic, objective value  8.559820e+05
3.99/4.07	c presolving:
8.09/8.10	c    (7.8s) probing: 1000/22471 (4.5%) - 0 fixings, 0 aggregations, 154 implications, 0 bound changes
8.79/8.85	c    (8.6s) probing: 1196/22471 (5.3%) - 0 fixings, 0 aggregations, 166 implications, 0 bound changes
8.79/8.85	c    (8.6s) probing aborted: 100/100 successive totally useless probings
8.79/8.85	c (round 1) 0 del vars, 1 del conss, 17015 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 17264 impls, 0 clqs
8.89/8.91	c (round 2) 0 del vars, 1 del conss, 17015 chg bounds, 0 chg sides, 0 chg coeffs, 176 upgd conss, 17264 impls, 0 clqs
9.29/9.39	c    (9.1s) probing: 1316/22471 (5.9%) - 0 fixings, 0 aggregations, 203 implications, 0 bound changes
9.29/9.39	c    (9.1s) probing aborted: 100/100 successive totally useless probings
9.29/9.39	c presolving (3 rounds):
9.29/9.39	c  0 deleted vars, 1 deleted constraints, 17015 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.29/9.39	c  17431 implications, 0 cliques
9.29/9.39	c presolved problem has 39486 variables (22471 bin, 0 int, 0 impl, 17015 cont) and 34030 constraints
9.29/9.39	c   17015 constraints of type <indicator>
9.29/9.39	c     176 constraints of type <varbound>
9.29/9.39	c   16839 constraints of type <linear>
9.29/9.39	c transformed objective value is always integral (scale: 1)
9.29/9.39	c Presolving Time: 9.02
9.29/9.39	c - non default parameters ----------------------------------------------------------------------
9.29/9.39	c # SCIP version 1.2.1.2
9.29/9.39	c 
9.29/9.39	c # frequency for displaying node information lines
9.29/9.39	c # [type: int, range: [-1,2147483647], default: 100]
9.29/9.39	c display/freq = 10000
9.29/9.39	c 
9.29/9.39	c # maximal time in seconds to run
9.29/9.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.29/9.39	c limits/time = 1799.8
9.29/9.39	c 
9.29/9.39	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.29/9.39	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.29/9.39	c limits/memory = 3420
9.29/9.39	c 
9.29/9.39	c # should presolving try to simplify inequalities
9.29/9.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.29/9.39	c constraints/linear/simplifyinequalities = TRUE
9.29/9.39	c 
9.29/9.39	c # should presolving try to simplify knapsacks
9.29/9.39	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.29/9.39	c constraints/knapsack/simplifyinequalities = TRUE
9.29/9.39	c 
9.29/9.39	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.29/9.39	c # [type: int, range: [-1,2147483647], default: -1]
9.29/9.39	c separating/rapidlearning/freq = 0
9.29/9.39	c 
9.29/9.39	c -----------------------------------------------------------------------------------------------
9.29/9.39	c start solving
9.39/9.40	c 
9.48/9.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.48/9.52	c t 9.2s|     1 |     0 |     0 |     - | 125M|   0 |   0 |  39k|  34k|  39k|   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.48/9.55	c   9.3s|     1 |     0 |    61 |     - | 125M|   0 |   0 |  39k|  34k|  39k| 104 | 104 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.48/9.58	c   9.3s|     1 |     0 |   213 |     - | 125M|   0 |   0 |  39k|  34k|  39k| 275 | 275 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.59/9.61	c   9.3s|     1 |     0 |   370 |     - | 126M|   0 |   0 |  39k|  34k|  39k| 475 | 475 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.59/9.64	c   9.4s|     1 |     0 |   515 |     - | 126M|   0 |   0 |  39k|  34k|  39k| 675 | 675 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.59/9.68	c   9.4s|     1 |     0 |   672 |     - | 126M|   0 |   0 |  39k|  34k|  39k| 875 | 875 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.69/9.71	c   9.4s|     1 |     0 |   817 |     - | 126M|   0 |   0 |  39k|  34k|  39k|1075 |1075 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.69/9.75	c   9.5s|     1 |     0 |   960 |     - | 126M|   0 |   0 |  39k|  34k|  39k|1275 |1275 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.69/9.78	c   9.5s|     1 |     0 |  1100 |     - | 126M|   0 |   0 |  39k|  34k|  39k|1475 |1475 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.79/9.82	c   9.5s|     1 |     0 |  1248 |     - | 126M|   0 |   0 |  39k|  34k|  39k|1675 |1675 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.79/9.86	c   9.6s|     1 |     0 |  1413 |     - | 126M|   0 |   0 |  39k|  34k|  39k|1875 |1875 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.79/9.89	c   9.6s|     1 |     0 |  1571 |     - | 126M|   0 |   0 |  39k|  34k|  39k|2078 |2078 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
9.89/9.94	c   9.7s|     1 |     0 |  1816 |     - | 127M|   0 | 204 |  39k|  34k|  39k|2276 |2276 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
10.59/10.65	c  10.4s|     1 |     0 |  2061 |     - | 127M|   0 | 222 |  39k|  34k|  39k|2489 |2489 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
11.29/11.39	c  11.1s|     1 |     0 |  2526 |     - | 128M|   0 | 164 |  39k|  34k|  39k|2712 |2712 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
12.19/12.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.19/12.24	c  11.9s|     1 |     0 |  3326 |     - | 128M|   0 | 232 |  39k|  34k|  39k|2929 |2929 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
13.09/13.11	c  12.8s|     1 |     0 |  4404 |     - | 128M|   0 |1082 |  39k|  34k|  39k|3146 |3146 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
16.39/16.43	c  16.1s|     1 |     2 |  7316 |     - | 129M|   0 |1082 |  39k|  34k|  39k|3146 |3146 |   0 |  21 | 0.000000e+00 | 8.559820e+05 |    Inf 
557.70/557.73	c   544s| 10000 | 10001 |378054 |  37.4 | 246M| 143 |  17 |  39k|  34k|  39k|4280 | 174k|   0 |  10k| 0.000000e+00 | 8.559820e+05 |    Inf 
1015.80/1015.85	c   990s| 20000 | 20001 |704135 |  35.0 | 360M| 179 |  77 |  39k|  34k|  39k|4311 | 344k|   0 |  17k| 0.000000e+00 | 8.559820e+05 |    Inf 
1459.41/1459.40	c  1422s| 30000 | 30001 |  1044k|  34.7 | 475M| 183 |   7 |  39k|  34k|  39k|4644 | 513k|   0 |  23k| 0.000000e+00 | 8.559820e+05 |    Inf 
1800.02/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.02/1800.01	c 
1800.02/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.02/1800.01	c Solving Time (sec) : 1753.77
1800.02/1800.01	c Solving Nodes      : 37309
1800.02/1800.01	c Primal Bound       : +8.55982000000000e+05 (2 solutions)
1800.02/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.02/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-2692648-1277932464/watcher-2692648-1277932464 -o /tmp/evaluation-result-2692648-1277932464/solver-2692648-1277932464 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692648-1277932464.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.00 2.00 2.00 3/178 15579
/proc/meminfo: memFree=31015756/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=9408 CPUtime=0
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 1650 0 0 0 0 0 0 0 25 0 1 0 134542478 9633792 1569 4089446400 4194304 8223781 140737319491968 18446744073709551615 7238062 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15579/statm: 2352 1569 369 984 0 1365 0

[startup+0.08605 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15579
/proc/meminfo: memFree=31015756/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=32548 CPUtime=0.07
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 7457 0 0 0 7 0 0 0 25 0 1 0 134542478 33329152 7376 4089446400 4194304 8223781 140737319491968 18446744073709551615 6207733 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15579/statm: 8137 7376 369 984 0 7150 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32548

[startup+0.10105 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15579
/proc/meminfo: memFree=31015756/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=35016 CPUtime=0.09
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 8072 0 0 0 8 1 0 0 25 0 1 0 134542478 35856384 7991 4089446400 4194304 8223781 140737319491968 18446744073709551615 7256630 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15579/statm: 8754 7991 369 984 0 7767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35016

[startup+0.301014 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15579
/proc/meminfo: memFree=31015756/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=118356 CPUtime=0.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 29093 0 0 0 25 4 0 0 25 0 1 0 134542478 121196544 28590 4089446400 4194304 8223781 140737319491968 18446744073709551615 4681958 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15579/statm: 29589 28590 387 984 0 28602 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 118356

[startup+0.700949 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 15579
/proc/meminfo: memFree=31015756/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=143156 CPUtime=0.69
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 34129 0 0 0 65 4 0 0 25 0 1 0 134542478 146591744 33626 4089446400 4194304 8223781 140737319491968 18446744073709551615 4241129 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/15579/statm: 35789 33626 422 984 0 34802 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143156

[startup+1.50081 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15580
/proc/meminfo: memFree=30880964/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=143156 CPUtime=1.49
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 34129 0 0 0 145 4 0 0 25 0 1 0 134542478 146591744 33626 4089446400 4194304 8223781 140737319491968 18446744073709551615 4241142 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 35789 33626 422 984 0 34802 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143156

[startup+3.10054 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15580
/proc/meminfo: memFree=30879104/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=143156 CPUtime=3.09
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 34129 0 0 0 305 4 0 0 25 0 1 0 134542478 146591744 33626 4089446400 4194304 8223781 140737319491968 18446744073709551615 7257617 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 35789 33626 422 984 0 34802 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143156

[startup+6.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15580
/proc/meminfo: memFree=30869804/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=150808 CPUtime=6.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 36496 0 0 0 623 6 0 0 25 0 1 0 134542478 154427392 35621 4089446400 4194304 8223781 140737319491968 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 37702 35621 469 984 0 36715 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 150808

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15580
/proc/meminfo: memFree=30834836/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=185700 CPUtime=12.69
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 50962 0 0 0 1258 11 0 0 25 0 1 0 134542478 190156800 43330 4089446400 4194304 8223781 140737319491968 18446744073709551615 5744299 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 46425 43330 567 984 0 45438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 185700

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15580
/proc/meminfo: memFree=30822544/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=187180 CPUtime=25.49
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 171740 0 0 0 2521 28 0 0 25 0 1 0 134542478 191672320 43802 4089446400 4194304 8223781 140737319491968 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 46795 43802 581 984 0 45808 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 187180

[startup+51.1005 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15580
/proc/meminfo: memFree=30793704/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=189492 CPUtime=51.08
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 578883 0 0 0 5035 73 0 0 25 0 1 0 134542478 194039808 44287 4089446400 4194304 8223781 140737319491968 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 47373 44287 581 984 0 46386 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 189492

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15582
/proc/meminfo: memFree=30744792/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=194664 CPUtime=102.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 1565036 0 0 0 10044 185 0 0 25 0 1 0 134542478 199335936 45623 4089446400 4194304 8223781 140737319491968 18446744073709551615 4561370 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 48666 45623 583 984 0 47679 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 194664

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15584
/proc/meminfo: memFree=30711656/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=209232 CPUtime=162.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 3022216 0 0 0 15878 351 0 0 25 0 1 0 134542478 214253568 49153 4089446400 4194304 8223781 140737319491968 18446744073709551615 6003313 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 52308 49153 583 984 0 51321 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 209232

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15586
/proc/meminfo: memFree=30664388/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=224212 CPUtime=222.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 4166683 0 0 0 21751 478 0 0 25 0 1 0 134542478 229593088 52974 4089446400 4194304 8223781 140737319491968 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 56053 52975 583 984 0 55066 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 224212

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15586
/proc/meminfo: memFree=30615880/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=245764 CPUtime=282.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 5428282 0 0 0 27608 621 0 0 25 0 1 0 134542478 251662336 58300 4089446400 4194304 8223781 140737319491968 18446744073709551615 6482702 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 61441 58300 583 984 0 60454 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 245764

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15588
/proc/meminfo: memFree=30580496/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=256968 CPUtime=342.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 6960117 0 0 0 33440 789 0 0 25 0 1 0 134542478 263135232 61134 4089446400 4194304 8223781 140737319491968 18446744073709551615 6326828 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 64242 61134 583 984 0 63255 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 256968

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15590
/proc/meminfo: memFree=30551812/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=275316 CPUtime=402.3
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 8077543 0 0 0 39313 917 0 0 25 0 1 0 134542478 281923584 65733 4089446400 4194304 8223781 140737319491968 18446744073709551615 6203104 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/15579/statm: 68829 65733 583 984 0 67842 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 275316

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 15619
/proc/meminfo: memFree=31187524/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=289432 CPUtime=462.3
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 9145752 0 0 0 45163 1067 0 0 25 0 1 0 134542478 296378368 69220 4089446400 4194304 8223781 140737319491968 18446744073709551615 7257391 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 72358 69220 583 984 0 71371 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 289432

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 15621
/proc/meminfo: memFree=31167576/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=300552 CPUtime=522.3
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 10425259 0 0 0 50986 1244 0 0 25 0 1 0 134542478 307765248 72015 4089446400 4194304 8223781 140737319491968 18446744073709551615 5893827 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 75138 72015 583 984 0 74151 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 300552

[startup+582.301 s]
/proc/loadavg: 2.06 2.01 2.00 4/179 15621
/proc/meminfo: memFree=31145416/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=314824 CPUtime=582.29
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 11507877 0 0 0 56832 1397 0 0 25 0 1 0 134542478 322379776 75654 4089446400 4194304 8223781 140737319491968 18446744073709551615 6524042 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 78706 75654 583 984 0 77719 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 314824

[startup+642.301 s]
/proc/loadavg: 2.02 2.01 2.00 4/179 15623
/proc/meminfo: memFree=31121212/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=331908 CPUtime=642.3
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 12411641 0 0 0 62694 1536 0 0 25 0 1 0 134542478 339873792 79995 4089446400 4194304 8223781 140737319491968 18446744073709551615 6003412 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 82977 79995 583 984 0 81990 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 331908

[startup+702.301 s]

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

/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 18784590 0 0 0 97708 2523 0 0 25 0 1 0 134542478 434622464 102952 4089446400 4194304 8223781 140737319491968 18446744073709551615 6372002 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 106109 102952 583 984 0 105122 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 424436

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/179 15638
/proc/meminfo: memFree=30952096/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=439860 CPUtime=1062.3
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 19892080 0 0 0 103543 2687 0 0 25 0 1 0 134542478 450416640 106837 4089446400 4194304 8223781 140737319491968 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 109965 106837 583 984 0 108978 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 439860

[startup+1122.3 s]
/proc/loadavg: 2.08 2.02 2.01 4/179 15640
/proc/meminfo: memFree=30927560/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=453744 CPUtime=1122.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 20911072 0 0 0 109377 2854 0 0 25 0 1 0 134542478 464633856 110351 4089446400 4194304 8223781 140737319491968 18446744073709551615 6520484 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 113436 110351 583 984 0 112449 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 453744

[startup+1182.3 s]
/proc/loadavg: 1.95 1.99 1.99 2/171 15661
/proc/meminfo: memFree=31096856/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=470284 CPUtime=1182.3
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 21733251 0 0 0 115237 2993 0 0 25 0 1 0 134542478 481570816 114523 4089446400 4194304 8223781 140737319491968 18446744073709551615 6445449 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 117571 114523 583 984 0 116584 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 470284

[startup+1242.3 s]
/proc/loadavg: 1.35 1.81 1.93 2/171 15663
/proc/meminfo: memFree=31079904/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=488024 CPUtime=1242.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 22706494 0 0 0 121091 3140 0 0 25 0 1 0 134542478 499736576 118916 4089446400 4194304 8223781 140737319491968 18446744073709551615 6482892 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 122006 118916 583 984 0 121019 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 488024

[startup+1302.3 s]
/proc/loadavg: 1.12 1.66 1.87 2/171 15665
/proc/meminfo: memFree=31064264/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=503616 CPUtime=1302.32
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 23926546 0 0 0 126914 3318 0 0 25 0 1 0 134542478 515702784 122756 4089446400 4194304 8223781 140737319491968 18446744073709551615 7302071 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 125904 122756 583 984 0 124917 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 503616

[startup+1362.3 s]
/proc/loadavg: 1.04 1.54 1.81 2/171 15667
/proc/meminfo: memFree=31049604/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=517668 CPUtime=1362.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 24998970 0 0 0 132751 3480 0 0 25 0 1 0 134542478 530092032 126377 4089446400 4194304 8223781 140737319491968 18446744073709551615 5893835 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 129417 126377 583 984 0 128430 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 517668

[startup+1422.31 s]
/proc/loadavg: 1.01 1.44 1.76 2/171 15669
/proc/meminfo: memFree=31034588/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=532656 CPUtime=1422.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 26106190 0 0 0 138577 3654 0 0 25 0 1 0 134542478 545439744 130177 4089446400 4194304 8223781 140737319491968 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 133164 130177 583 984 0 132177 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 532656

[startup+1482.3 s]
/proc/loadavg: 1.00 1.35 1.71 2/171 15669
/proc/meminfo: memFree=31018944/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=549108 CPUtime=1482.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 26906917 0 0 0 144443 3788 0 0 25 0 1 0 134542478 562286592 134200 4089446400 4194304 8223781 140737319491968 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 137277 134200 583 984 0 136290 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 549108

[startup+1542.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/171 15671
/proc/meminfo: memFree=31000568/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=566836 CPUtime=1542.32
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 27741376 0 0 0 150305 3927 0 0 25 0 1 0 134542478 580440064 138648 4089446400 4194304 8223781 140737319491968 18446744073709551615 6482603 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 141709 138648 587 984 0 140722 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 566836

[startup+1602.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/171 15673
/proc/meminfo: memFree=30988268/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=579132 CPUtime=1602.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 28816277 0 0 0 156130 4101 0 0 25 0 1 0 134542478 593031168 141763 4089446400 4194304 8223781 140737319491968 18446744073709551615 7236399 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 144783 141771 583 984 0 143796 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 579132

[startup+1662.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/171 15675
/proc/meminfo: memFree=30975112/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=591532 CPUtime=1662.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 29894160 0 0 0 161961 4270 0 0 25 0 1 0 134542478 605728768 144980 4089446400 4194304 8223781 140737319491968 18446744073709551615 6328754 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 147883 144980 583 984 0 146896 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 591532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/171 15677
/proc/meminfo: memFree=30961080/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=606236 CPUtime=1722.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 30927572 0 0 0 167804 4427 0 0 25 0 1 0 134542478 620785664 148556 4089446400 4194304 8223781 140737319491968 18446744073709551615 5813322 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 151559 148556 583 984 0 150572 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 606236

[startup+1782.3 s]
/proc/loadavg: 1.04 1.13 1.51 2/171 15677
/proc/meminfo: memFree=30944192/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=622572 CPUtime=1782.31
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 31794340 0 0 0 173665 4566 0 0 25 0 1 0 134542478 637513728 152762 4089446400 4194304 8223781 140737319491968 18446744073709551615 4697577 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 155643 152762 583 984 0 154656 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 622572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 1.02 1.12 1.49 2/171 15679
/proc/meminfo: memFree=30938840/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=628608 CPUtime=1800.02
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 32016266 0 0 0 175394 4608 0 0 25 0 1 0 134542478 643694592 154131 4089446400 4194304 8223781 140737319491968 18446744073709551615 7257391 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15579/statm: 157152 154131 583 984 0 156165 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 628608

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15579

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

[startup+1801.4 s]
/proc/loadavg: 1.02 1.12 1.49 2/172 15680
/proc/meminfo: memFree=30938832/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=628420 CPUtime=1801.42
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 32016422 0 0 0 175534 4608 0 0 25 0 1 0 134542478 643502080 154092 4089446400 4194304 8223781 140737319491968 18446744073709551615 7257502 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15579/statm: 157105 154092 583 984 0 156118 0
Current children cumulated CPU time (s) 1801.42
Current children cumulated vsize (KiB) 628420

[startup+1801.81 s]
/proc/loadavg: 1.02 1.12 1.49 2/172 15680
/proc/meminfo: memFree=30938832/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=628420 CPUtime=1801.82
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 32016422 0 0 0 175574 4608 0 0 25 0 1 0 134542478 643502080 154092 4089446400 4194304 8223781 140737319491968 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15579/statm: 157105 154092 583 984 0 156118 0
Current children cumulated CPU time (s) 1801.82
Current children cumulated vsize (KiB) 628420

[startup+1802 s]
/proc/loadavg: 1.02 1.12 1.49 2/172 15680
/proc/meminfo: memFree=30938832/32951124 swapFree=67111528/67111528
[pid=15579] ppid=15577 vsize=628420 CPUtime=1802.02
/proc/15579/stat : 15579 (pbscip.linux.x8) R 15577 15579 14982 0 -1 4202496 32016422 0 0 0 175594 4608 0 0 25 0 1 0 134542478 643502080 154092 4089446400 4194304 8223781 140737319491968 18446744073709551615 7257540 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/15579/statm: 157105 154092 583 984 0 156118 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 628420

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.03
CPU time (s): 1802.06
CPU user time (s): 1755.95
CPU system time (s): 46.11
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 628868

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

runsolver used 2.57761 second user time and 6.39103 second system time

The end

Launcher Data

Begin job on node130 at 2010-06-30 23:14:24
IDJOB=2692648
IDBENCH=79341
IDSOLVER=1204
FILE ID=node130/2692648-1277932464
PBS_JOBID= 11197384
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/PB10/oliveras/j30/normalized-j309_10-unsat--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-2692648-1277932464/watcher-2692648-1277932464 -o /tmp/evaluation-result-2692648-1277932464/solver-2692648-1277932464 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2692648-1277932464.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 264893132be4acdbf364be50ace73d69
RANDOM SEED=880521924

node130.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	: 5332.67
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.82
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.72
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.63
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.82
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	: 5237.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31016284 kB
Buffers:        220836 kB
Cached:         971772 kB
SwapCached:          0 kB
Active:        1073356 kB
Inactive:       718552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31016284 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5064 kB
Writeback:           0 kB
AnonPages:      599384 kB
Mapped:          16360 kB
Slab:            79724 kB
PageTables:       5648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   767884 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= 74208 MiB
End job on node130 at 2010-06-30 23:44:26