Trace number 2693928

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.06 1802.02

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: NONE] [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-2693928-1277932473.wbo>
0.09/0.19	c original problem has 39486 variables (22471 bin, 0 int, 0 impl, 17015 cont) and 34031 constraints
0.09/0.19	c problem read
0.09/0.19	c presolving settings loaded
0.09/0.19	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
3.89/3.98	o 855982
3.89/3.98	c feasible solution found by trivial heuristic, objective value  8.559820e+05
3.89/3.98	c presolving:
7.89/7.95	c    (7.7s) probing: 1000/22471 (4.5%) - 0 fixings, 0 aggregations, 154 implications, 0 bound changes
8.70/8.71	c    (8.5s) probing: 1196/22471 (5.3%) - 0 fixings, 0 aggregations, 166 implications, 0 bound changes
8.70/8.71	c    (8.5s) probing aborted: 100/100 successive totally useless probings
8.70/8.71	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.70/8.77	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.19/9.26	c    (9.0s) probing: 1316/22471 (5.9%) - 0 fixings, 0 aggregations, 203 implications, 0 bound changes
9.19/9.26	c    (9.0s) probing aborted: 100/100 successive totally useless probings
9.19/9.26	c presolving (3 rounds):
9.19/9.26	c  0 deleted vars, 1 deleted constraints, 17015 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
9.19/9.26	c  17431 implications, 0 cliques
9.19/9.26	c presolved problem has 39486 variables (22471 bin, 0 int, 0 impl, 17015 cont) and 34030 constraints
9.19/9.26	c   17015 constraints of type <indicator>
9.19/9.26	c     176 constraints of type <varbound>
9.19/9.26	c   16839 constraints of type <linear>
9.19/9.26	c transformed objective value is always integral (scale: 1)
9.19/9.26	c Presolving Time: 8.92
9.19/9.26	c - non default parameters ----------------------------------------------------------------------
9.19/9.26	c # SCIP version 1.2.1.2
9.19/9.26	c 
9.19/9.26	c # frequency for displaying node information lines
9.19/9.26	c # [type: int, range: [-1,2147483647], default: 100]
9.19/9.26	c display/freq = 10000
9.19/9.26	c 
9.19/9.26	c # maximal time in seconds to run
9.19/9.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.19/9.26	c limits/time = 1799.81
9.19/9.26	c 
9.19/9.26	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
9.19/9.26	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
9.19/9.26	c limits/memory = 3420
9.19/9.26	c 
9.19/9.26	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
9.19/9.26	c # [type: int, range: [-1,2147483647], default: 1]
9.19/9.26	c lp/solvefreq = -1
9.19/9.26	c 
9.19/9.26	c # should presolving try to simplify inequalities
9.19/9.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.19/9.26	c constraints/linear/simplifyinequalities = TRUE
9.19/9.26	c 
9.19/9.26	c # should presolving try to simplify knapsacks
9.19/9.26	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
9.19/9.26	c constraints/knapsack/simplifyinequalities = TRUE
9.19/9.26	c 
9.19/9.26	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
9.19/9.26	c # [type: int, range: [-1,2147483647], default: -1]
9.19/9.26	c separating/rapidlearning/freq = 0
9.19/9.26	c 
9.19/9.26	c -----------------------------------------------------------------------------------------------
9.19/9.26	c start solving
9.19/9.27	c 
9.29/9.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.29/9.37	c t 9.1s|     1 |     2 |     0 |     - | 115M|   0 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
76.09/76.11	c  75.7s| 10000 | 10001 |     0 |   0.0 | 120M|1277 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
160.49/160.60	c   160s| 20000 | 20001 |     0 |   0.0 | 124M|1279 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
258.09/258.19	c   257s| 30000 | 30001 |     0 |   0.0 | 129M|1279 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
365.40/365.40	c   364s| 40000 | 40001 |     0 |   0.0 | 133M|1283 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
473.10/473.15	c   471s| 50000 | 50001 |     0 |   0.0 | 137M|1293 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
580.50/580.54	c   579s| 60000 | 60001 |     0 |   0.0 | 141M|1293 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
688.91/688.93	c   687s| 70000 | 70001 |     0 |   0.0 | 145M|1295 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
799.01/799.02	c   796s| 80000 | 80001 |     0 |   0.0 | 149M|1295 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
906.90/906.90	c   904s| 90000 | 90001 |     0 |   0.0 | 153M|1299 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1015.31/1015.35	c  1012s|100000 |100001 |     0 |   0.0 | 157M|1303 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1122.11/1122.10	c  1118s|110000 |110001 |     0 |   0.0 | 161M|1303 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1230.62/1230.60	c  1226s|120000 |120001 |     0 |   0.0 | 165M|1305 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1338.62/1338.60	c  1334s|130000 |130001 |     0 |   0.0 | 169M|1305 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1444.82/1444.82	c  1440s|140000 |140001 |     0 |   0.0 | 173M|1309 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1553.63/1553.62	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1553.63/1553.62	c  1548s|150000 |150001 |     0 |   0.0 | 177M|1309 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1663.53/1663.51	c  1658s|160000 |160001 |     0 |   0.0 | 181M|1309 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1773.44/1773.47	c  1768s|170000 |170001 |     0 |   0.0 | 185M|1311 |   - |  39k|  34k|   0 |   0 |   0 |   0 |   0 | 0.000000e+00 | 8.559820e+05 |    Inf 
1800.05/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.01	c Solving Time (sec) : 1794.04
1800.05/1800.01	c Solving Nodes      : 172436
1800.05/1800.01	c Primal Bound       : +8.55982000000000e+05 (2 solutions)
1800.05/1800.01	c Dual Bound         : +0.00000000000000e+00
1800.05/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-2693928-1277932473/watcher-2693928-1277932473 -o /tmp/evaluation-result-2693928-1277932473/solver-2693928-1277932473 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693928-1277932473.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.01 2.00 4/182 15449
/proc/meminfo: memFree=30951084/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=8604 CPUtime=0
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 1654 0 0 0 0 0 0 0 25 0 1 0 134542915 8810496 1577 4089446400 4194304 7136930 140736846030688 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15449/statm: 2151 1578 275 719 0 1430 0

[startup+0.0086109 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15449
/proc/meminfo: memFree=30951084/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=9576 CPUtime=0
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 1874 0 0 0 0 0 0 0 25 0 1 0 134542915 9805824 1797 4089446400 4194304 7136930 140736846030688 18446744073709551615 6350076 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15449/statm: 2394 1797 275 719 0 1673 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9576

[startup+0.100597 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15449
/proc/meminfo: memFree=30951084/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=36760 CPUtime=0.09
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 8691 0 0 0 9 0 0 0 25 0 1 0 134542915 37642240 8614 4089446400 4194304 7136930 140736846030688 18446744073709551615 4361567 0 0 4096 0 0 0 0 17 6 0 0 0
/proc/15449/statm: 9190 8614 275 719 0 8469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36760

[startup+0.300561 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15449
/proc/meminfo: memFree=30951084/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=123944 CPUtime=0.29
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 30771 0 0 0 26 3 0 0 25 0 1 0 134542915 126918656 30255 4089446400 4194304 7136930 140736846030688 18446744073709551615 4906434 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15449/statm: 30986 30255 295 719 0 30265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123944

[startup+0.700487 s]
/proc/loadavg: 2.00 2.01 2.00 4/182 15449
/proc/meminfo: memFree=30951084/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=141680 CPUtime=0.69
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 34025 0 0 0 66 3 0 0 25 0 1 0 134542915 145080320 33509 4089446400 4194304 7136930 140736846030688 18446744073709551615 4241122 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/15449/statm: 35420 33509 323 719 0 34699 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 141680

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15450
/proc/meminfo: memFree=30818352/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=141680 CPUtime=1.49
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 34025 0 0 0 146 3 0 0 25 0 1 0 134542915 145080320 33509 4089446400 4194304 7136930 140736846030688 18446744073709551615 4240882 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15449/statm: 35420 33509 323 719 0 34699 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 141680

[startup+3.10105 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15450
/proc/meminfo: memFree=30817732/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=141680 CPUtime=3.09
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 34025 0 0 0 306 3 0 0 25 0 1 0 134542915 145080320 33509 4089446400 4194304 7136930 140736846030688 18446744073709551615 4240875 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15449/statm: 35420 33509 323 719 0 34699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141680

[startup+6.30047 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15450
/proc/meminfo: memFree=30810488/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=149332 CPUtime=6.3
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 36394 0 0 0 625 5 0 0 25 0 1 0 134542915 152915968 35506 4089446400 4194304 7136930 140736846030688 18446744073709551615 4827522 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15449/statm: 37333 35506 370 719 0 36612 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 149332

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15450
/proc/meminfo: memFree=30807168/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=153380 CPUtime=12.69
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 38359 0 0 0 1263 6 0 0 25 0 1 0 134542915 157061120 36268 4089446400 4194304 7136930 140736846030688 18446744073709551615 4740310 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15449/statm: 38345 36268 389 719 0 37624 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 153380

[startup+25.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15451
/proc/meminfo: memFree=30802860/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=155504 CPUtime=25.49
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 38929 0 0 0 2539 10 0 0 25 0 1 0 134542915 159236096 36838 4089446400 4194304 7136930 140736846030688 18446744073709551615 4697655 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15449/statm: 38876 36838 389 719 0 38155 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 155504

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15451
/proc/meminfo: memFree=30800404/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=157004 CPUtime=51.09
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 39318 0 0 0 5093 16 0 0 25 0 1 0 134542915 160772096 37227 4089446400 4194304 7136930 140736846030688 18446744073709551615 4983090 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/15449/statm: 39251 37227 389 719 0 38530 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157004

[startup+102.307 s]
/proc/loadavg: 1.93 1.98 1.99 3/201 15550
/proc/meminfo: memFree=31239276/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=159336 CPUtime=102.29
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 39929 0 0 0 10202 27 0 0 25 0 1 0 134542915 163160064 37838 4089446400 4194304 7136930 140736846030688 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/15449/statm: 39834 37838 389 719 0 39113 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 159336

[startup+162.301 s]
/proc/loadavg: 1.97 1.98 1.99 3/183 15579
/proc/meminfo: memFree=31214860/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=161688 CPUtime=162.28
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 40520 0 0 0 16179 49 0 0 25 0 1 0 134542915 165568512 38429 4089446400 4194304 7136930 140736846030688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 40422 38429 389 719 0 39701 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 161688

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 15581
/proc/meminfo: memFree=31203672/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=165300 CPUtime=222.29
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 41459 0 0 0 22158 71 0 0 25 0 1 0 134542915 169267200 39368 4089446400 4194304 7136930 140736846030688 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 41325 39368 389 719 0 40604 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 165300

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/183 15582
/proc/meminfo: memFree=31192612/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=167272 CPUtime=282.28
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 41953 0 0 0 28138 90 0 0 25 0 1 0 134542915 171286528 39862 4089446400 4194304 7136930 140736846030688 18446744073709551615 4834569 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 41818 39862 389 719 0 41097 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 167272

[startup+342.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/183 15584
/proc/meminfo: memFree=31179940/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=170688 CPUtime=342.29
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 42829 0 0 0 34119 110 0 0 25 0 1 0 134542915 174784512 40738 4089446400 4194304 7136930 140736846030688 18446744073709551615 4697599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 42672 40738 389 719 0 41951 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 170688

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/183 15586
/proc/meminfo: memFree=31170112/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=171984 CPUtime=402.29
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 43185 0 0 0 40100 129 0 0 25 0 1 0 134542915 176111616 41094 4089446400 4194304 7136930 140736846030688 18446744073709551615 5892288 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 42996 41094 389 719 0 42275 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 171984

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 15587
/proc/meminfo: memFree=31158308/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=174372 CPUtime=462.29
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 43797 0 0 0 46082 147 0 0 25 0 1 0 134542915 178556928 41706 4089446400 4194304 7136930 140736846030688 18446744073709551615 5507425 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 43593 41706 389 719 0 42872 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 174372

[startup+522.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 15589
/proc/meminfo: memFree=31149840/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=176056 CPUtime=522.3
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 44258 0 0 0 52063 167 0 0 25 0 1 0 134542915 180281344 42167 4089446400 4194304 7136930 140736846030688 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 44014 42167 389 719 0 43293 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 176056

[startup+582.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 15590
/proc/meminfo: memFree=31137292/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=178524 CPUtime=582.3
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 44895 0 0 0 58046 184 0 0 25 0 1 0 134542915 182808576 42804 4089446400 4194304 7136930 140736846030688 18446744073709551615 4697120 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 44631 42804 389 719 0 43910 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 178524

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15592
/proc/meminfo: memFree=31125736/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=182660 CPUtime=642.31
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 45418 0 0 0 64026 205 0 0 25 0 1 0 134542915 187043840 43327 4089446400 4194304 7136930 140736846030688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 45665 43327 389 719 0 44944 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 182660

[startup+702.301 s]

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

/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 49307 0 0 0 99910 321 0 0 25 0 1 0 134542915 202424320 47216 4089446400 4194304 7136930 140736846030688 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 49420 47216 389 719 0 48699 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 197680

[startup+1062.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 15606
/proc/meminfo: memFree=31046268/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=199748 CPUtime=1062.31
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 49848 0 0 0 105891 340 0 0 25 0 1 0 134542915 204541952 47757 4089446400 4194304 7136930 140736846030688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 49937 47757 389 719 0 49216 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 199748

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15608
/proc/meminfo: memFree=31035520/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=201304 CPUtime=1122.31
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 50280 0 0 0 111870 361 0 0 25 0 1 0 134542915 206135296 48189 4089446400 4194304 7136930 140736846030688 18446744073709551615 4827092 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 50326 48189 389 719 0 49605 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 201304

[startup+1182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 15609
/proc/meminfo: memFree=31024448/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=203764 CPUtime=1182.32
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 50886 0 0 0 117848 384 0 0 25 0 1 0 134542915 208654336 48795 4089446400 4194304 7136930 140736846030688 18446744073709551615 4643315 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 50941 48795 389 719 0 50220 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 203764

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 15611
/proc/meminfo: memFree=31015732/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=205576 CPUtime=1242.31
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 51375 0 0 0 123830 401 0 0 25 0 1 0 134542915 210509824 49284 4089446400 4194304 7136930 140736846030688 18446744073709551615 4414774 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 51394 49284 389 719 0 50673 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 205576

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15613
/proc/meminfo: memFree=31004916/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=208412 CPUtime=1302.33
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 52120 0 0 0 129813 420 0 0 25 0 1 0 134542915 213413888 50029 4089446400 4194304 7136930 140736846030688 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 52103 50029 389 719 0 51382 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 208412

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15614
/proc/meminfo: memFree=30992488/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=210472 CPUtime=1362.32
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 52630 0 0 0 135793 439 0 0 25 0 1 0 134542915 215523328 50539 4089446400 4194304 7136930 140736846030688 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 52618 50539 389 719 0 51897 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 210472

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15616
/proc/meminfo: memFree=30981540/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=213056 CPUtime=1422.33
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 53313 0 0 0 141775 458 0 0 25 0 1 0 134542915 218169344 51222 4089446400 4194304 7136930 140736846030688 18446744073709551615 4436406 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 53264 51222 389 719 0 52543 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 213056

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 15617
/proc/meminfo: memFree=30970352/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=214096 CPUtime=1482.32
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 53601 0 0 0 147753 479 0 0 25 0 1 0 134542915 219234304 51510 4089446400 4194304 7136930 140736846030688 18446744073709551615 4643217 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 53524 51510 389 719 0 52803 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 214096

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 15619
/proc/meminfo: memFree=30959780/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=215924 CPUtime=1542.32
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 54087 0 0 0 153734 498 0 0 25 0 1 0 134542915 221106176 51996 4089446400 4194304 7136930 140736846030688 18446744073709551615 4827501 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 53981 51996 389 719 0 53260 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 215924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15621
/proc/meminfo: memFree=30946356/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=219276 CPUtime=1602.33
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 54945 0 0 0 159716 517 0 0 25 0 1 0 134542915 224538624 52854 4089446400 4194304 7136930 140736846030688 18446744073709551615 4643150 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 54819 52854 389 719 0 54098 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 219276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/183 15622
/proc/meminfo: memFree=30934680/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=220976 CPUtime=1662.34
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 55361 0 0 0 165696 538 0 0 25 0 1 0 134542915 226279424 53270 4089446400 4194304 7136930 140736846030688 18446744073709551615 4436415 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 55244 53270 389 719 0 54523 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 220976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15624
/proc/meminfo: memFree=30923732/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=223756 CPUtime=1722.33
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 56108 0 0 0 171674 559 0 0 25 0 1 0 134542915 229126144 54017 4089446400 4194304 7136930 140736846030688 18446744073709551615 4643170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 55939 54017 389 719 0 55218 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 223756

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15625
/proc/meminfo: memFree=30911304/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=225052 CPUtime=1782.34
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 56453 0 0 0 177658 576 0 0 25 0 1 0 134542915 230453248 54362 4089446400 4194304 7136930 140736846030688 18446744073709551615 4834565 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 56263 54362 389 719 0 55542 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 225052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 15626
/proc/meminfo: memFree=30907452/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=225960 CPUtime=1800.05
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 56687 0 0 0 179422 583 0 0 25 0 1 0 134542915 231383040 54596 4089446400 4194304 7136930 140736846030688 18446744073709551615 4697127 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/15449/statm: 56490 54596 389 719 0 55769 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 225960

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15449

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15627
/proc/meminfo: memFree=30907444/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=225960 CPUtime=1801.44
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 56687 0 0 0 179561 583 0 0 25 0 1 0 134542915 231383040 54596 4089446400 4194304 7136930 140736846030688 18446744073709551615 4241142 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15449/statm: 56490 54596 389 719 0 55769 0
Current children cumulated CPU time (s) 1801.44
Current children cumulated vsize (KiB) 225960

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15627
/proc/meminfo: memFree=30907196/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=225960 CPUtime=1801.84
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 56687 0 0 0 179601 583 0 0 25 0 1 0 134542915 231383040 54596 4089446400 4194304 7136930 140736846030688 18446744073709551615 6350676 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15449/statm: 56490 54596 389 719 0 55769 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 225960

[startup+1802 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 15627
/proc/meminfo: memFree=30907196/32951124 swapFree=67111528/67111528
[pid=15449] ppid=15447 vsize=225960 CPUtime=1802.04
/proc/15449/stat : 15449 (pbscip.linux.x8) R 15447 15449 15177 0 -1 4202496 56687 0 0 0 179621 583 0 0 25 0 1 0 134542915 231383040 54596 4089446400 4194304 7136930 140736846030688 18446744073709551615 4240882 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/15449/statm: 56490 54596 389 719 0 55769 0
Current children cumulated CPU time (s) 1802.04
Current children cumulated vsize (KiB) 225960

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.02
CPU time (s): 1802.06
CPU user time (s): 1796.22
CPU system time (s): 5.84011
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 225960

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

runsolver used 2.84957 second user time and 6.98894 second system time

The end

Launcher Data

Begin job on node133 at 2010-06-30 23:14:33
IDJOB=2693928
IDBENCH=79341
IDSOLVER=1206
FILE ID=node133/2693928-1277932473
PBS_JOBID= 11197438
Free space on /tmp= 74204 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any 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.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2693928-1277932473/watcher-2693928-1277932473 -o /tmp/evaluation-result-2693928-1277932473/solver-2693928-1277932473 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693928-1277932473.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 264893132be4acdbf364be50ace73d69
RANDOM SEED=2112937703

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.821
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:      30951612 kB
Buffers:        212576 kB
Cached:         987068 kB
SwapCached:          0 kB
Active:        1190048 kB
Inactive:       665888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30951612 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3916 kB
Writeback:           0 kB
AnonPages:      656252 kB
Mapped:          17468 kB
Slab:            80056 kB
PageTables:       6140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   829192 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74204 MiB
End job on node133 at 2010-06-30 23:44:35