Trace number 2705414

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1800.13 1800.24

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB10/oliveras/j90/
normalized-j903_10-unsat--soft-0-100-0.wbo
MD5SUM79706c02bb02b1a2f2bd4df3be7a3f2b
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark3.89341
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables11830
Total number of constraints36862
Number of soft constraints36862
Number of constraints which are clauses36606
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints256
Minimum length of a constraint1
Maximum length of a constraint29
Top cost 1867680
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1867679
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 203
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705414-1278576553.wbo>
0.29/0.39	c original problem has 85554 variables (48692 bin, 0 int, 36862 impl, 0 cont) and 73725 constraints
0.29/0.39	c problem read
0.29/0.40	c presolving settings loaded
17.09/17.17	o 1867679
17.09/17.17	c feasible solution found by trivial heuristic, objective value  1.867679e+06
17.09/17.17	c presolving:
27.19/27.26	c    (26.9s) probing: 1000/48692 (2.1%) - 0 fixings, 0 aggregations, 304 implications, 0 bound changes
37.19/37.20	c    (36.8s) probing: 2000/48692 (4.1%) - 0 fixings, 0 aggregations, 456 implications, 0 bound changes
37.19/37.21	c    (36.8s) probing: 2001/48692 (4.1%) - 0 fixings, 0 aggregations, 456 implications, 0 bound changes
37.19/37.21	c    (36.8s) probing aborted: 2000/2000 successive useless probings
37.19/37.21	c (round 1) 0 del vars, 1 del conss, 36862 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 912 impls, 0 clqs
37.29/37.35	c (round 2) 0 del vars, 1 del conss, 36862 chg bounds, 0 chg sides, 0 chg coeffs, 536 upgd conss, 912 impls, 0 clqs
37.88/37.97	c    (37.6s) probing: 2056/48692 (4.2%) - 0 fixings, 0 aggregations, 456 implications, 0 bound changes
37.88/37.97	c    (37.6s) probing aborted: 100/100 successive totally useless probings
37.88/37.97	c presolving (3 rounds):
37.88/37.97	c  0 deleted vars, 1 deleted constraints, 36862 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
37.88/37.97	c  75612 implications, 0 cliques
37.88/37.97	c presolved problem has 85554 variables (48692 bin, 0 int, 36862 impl, 0 cont) and 73724 constraints
37.88/37.97	c     536 constraints of type <varbound>
37.88/37.97	c   36326 constraints of type <linear>
37.88/37.97	c   36862 constraints of type <indicator>
37.88/37.97	c transformed objective value is always integral (scale: 1)
37.88/37.97	c Presolving Time: 37.34
37.88/37.97	c - non default parameters ----------------------------------------------------------------------
37.88/37.97	c # SCIP version 1.2.1.3
37.88/37.97	c 
37.88/37.97	c # frequency for displaying node information lines
37.88/37.97	c # [type: int, range: [-1,2147483647], default: 100]
37.88/37.97	c display/freq = 10000
37.88/37.97	c 
37.88/37.97	c # maximal time in seconds to run
37.88/37.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
37.88/37.97	c limits/time = 1789.61
37.88/37.97	c 
37.88/37.97	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
37.88/37.97	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
37.88/37.97	c limits/memory = 3420
37.88/37.97	c 
37.88/37.97	c # default clock type (1: CPU user seconds, 2: wall clock time)
37.88/37.97	c # [type: int, range: [1,2], default: 1]
37.88/37.97	c timing/clocktype = 2
37.88/37.97	c 
37.88/37.97	c # should presolving try to simplify inequalities
37.88/37.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
37.88/37.97	c constraints/linear/simplifyinequalities = TRUE
37.88/37.97	c 
37.88/37.97	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
37.88/37.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
37.88/37.97	c constraints/indicator/addCouplingCons = TRUE
37.88/37.97	c 
37.88/37.97	c # should presolving try to simplify knapsacks
37.88/37.97	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
37.88/37.97	c constraints/knapsack/simplifyinequalities = TRUE
37.88/37.97	c 
37.88/37.97	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
37.88/37.97	c # [type: int, range: [-1,2147483647], default: -1]
37.88/37.97	c separating/rapidlearning/freq = 0
37.88/37.97	c 
37.88/37.97	c -----------------------------------------------------------------------------------------------
37.88/37.97	c start solving
37.98/38.00	c 
38.08/38.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.08/38.19	c t37.8s|     1 |     0 |     0 |     - | 278M|   0 |   0 |  85k|  73k|  85k|   0 |   0 |   0 |   0 | 0.000000e+00 | 1.867679e+06 |    Inf 
38.18/38.23	c  37.8s|     1 |     0 |   181 |     - | 278M|   0 |   0 |  85k|  73k|  85k| 314 | 314 |   0 |   0 | 0.000000e+00 | 1.867679e+06 |    Inf 
38.18/38.27	c  37.9s|     1 |     0 |   381 |     - | 279M|   0 |   0 |  85k|  73k|  85k| 514 | 514 |   0 |   0 | 0.000000e+00 | 1.867679e+06 |    Inf 
38.28/38.31	c  37.9s|     1 |     0 |   581 |     - | 279M|   0 |   0 |  85k|  73k|  85k| 714 | 714 |   0 |   0 | 0.000000e+00 | 1.867679e+06 |    Inf 
38.28/38.35	c  38.0s|     1 |     0 |   689 |     - | 279M|   0 |   0 |  85k|  73k|  85k| 822 | 822 |   0 |   0 | 0.000000e+00 | 1.867679e+06 |    Inf 
38.28/38.40	c  38.0s|     1 |     2 |   689 |     - | 279M|   0 |   0 |  85k|  73k|  85k| 822 | 822 |   0 |   0 | 0.000000e+00 | 1.867679e+06 |    Inf 
104.28/104.30	o 1841161
104.28/104.30	c y 104s|  1395 |  1394 |   689 |   0.0 | 312M|1393 |   - |  85k|  73k|   0 |   0 | 822 |   0 |   0 | 0.000000e+00 | 1.841161e+06 |    Inf 
529.59/529.66	c   529s| 10000 | 10001 |   692 |   0.0 | 515M|1393 |   0 |  85k|  73k|  85k| 822 | 822 |   0 |   0 | 0.000000e+00 | 1.841161e+06 |    Inf 
1167.88/1167.98	c  1168s| 20000 | 20001 |   697 |   0.0 | 751M|1393 |   0 |  85k|  73k|  85k| 822 | 823 |   0 |   0 | 0.000000e+00 | 1.841161e+06 |    Inf 
1789.88/1790.01	c 
1789.88/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1789.88/1790.01	c Solving Time (sec) : 1789.61
1789.88/1790.01	c Solving Nodes      : 28358
1789.88/1790.01	c Primal Bound       : +1.84116100000000e+06 (34 solutions)
1789.88/1790.01	c Dual Bound         : +0.00000000000000e+00
1789.88/1790.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-2705414-1278576553/watcher-2705414-1278576553 -o /tmp/evaluation-result-2705414-1278576553/solver-2705414-1278576553 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705414-1278576553.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.15 2.03 1.92 4/176 22106
/proc/meminfo: memFree=29214060/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=12508 CPUtime=0
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 1975 0 0 0 0 0 0 0 24 0 1 0 25868717 12808192 1894 4089446400 4194304 10345943 140733885443040 18446744073709551615 9134653 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22106/statm: 3127 1894 429 1502 0 1620 0

[startup+0.0468409 s]
/proc/loadavg: 2.15 2.03 1.92 4/176 22106
/proc/meminfo: memFree=29214060/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=27780 CPUtime=0.04
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 5780 0 0 0 4 0 0 0 24 0 1 0 25868717 28446720 5699 4089446400 4194304 10345943 140733885443040 18446744073709551615 4222969 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22106/statm: 6945 5699 430 1502 0 5438 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27780

[startup+0.100832 s]
/proc/loadavg: 2.15 2.03 1.92 4/176 22106
/proc/meminfo: memFree=29214060/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=43264 CPUtime=0.09
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 9660 0 0 0 9 0 0 0 24 0 1 0 25868717 44302336 9579 4089446400 4194304 10345943 140733885443040 18446744073709551615 9255872 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22106/statm: 10816 9579 430 1502 0 9309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43264

[startup+0.300798 s]
/proc/loadavg: 2.15 2.03 1.92 4/176 22106
/proc/meminfo: memFree=29214060/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=97572 CPUtime=0.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 23176 0 0 0 27 2 0 0 25 0 1 0 25868717 99913728 23073 4089446400 4194304 10345943 140733885443040 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22106/statm: 24393 23106 430 1502 0 22886 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97572

[startup+0.700729 s]
/proc/loadavg: 2.15 2.03 1.92 4/176 22106
/proc/meminfo: memFree=29214060/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=262800 CPUtime=0.69
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 64711 0 0 0 62 7 0 0 25 0 1 0 25868717 269107200 64217 4089446400 4194304 10345943 140733885443040 18446744073709551615 4601776 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 65700 64217 494 1502 0 64193 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 262800

[startup+1.50058 s]
/proc/loadavg: 2.15 2.03 1.92 4/177 22108
/proc/meminfo: memFree=28937656/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=289580 CPUtime=1.48
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 69942 0 0 0 141 7 0 0 25 0 1 0 25868717 296529920 69448 4089446400 4194304 10345943 140733885443040 18446744073709551615 9138579 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 72395 69448 509 1502 0 70888 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 289580

[startup+3.1003 s]
/proc/loadavg: 2.15 2.03 1.92 3/177 22108
/proc/meminfo: memFree=28909936/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=289580 CPUtime=3.08
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 69942 0 0 0 301 7 0 0 25 0 1 0 25868717 296529920 69448 4089446400 4194304 10345943 140733885443040 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 72395 69448 509 1502 0 70888 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 289580

[startup+6.30075 s]
/proc/loadavg: 2.29 2.06 1.93 3/177 22108
/proc/meminfo: memFree=28889504/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=289580 CPUtime=6.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 69942 0 0 0 622 7 0 0 25 0 1 0 25868717 296529920 69448 4089446400 4194304 10345943 140733885443040 18446744073709551615 4246696 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 72395 69448 509 1502 0 70888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 289580

[startup+12.7007 s]
/proc/loadavg: 2.27 2.06 1.93 3/177 22108
/proc/meminfo: memFree=28879384/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=289580 CPUtime=12.69
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 69942 0 0 0 1262 7 0 0 25 0 1 0 25868717 296529920 69448 4089446400 4194304 10345943 140733885443040 18446744073709551615 9138377 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 72395 69448 509 1502 0 70888 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 289580

[startup+25.5005 s]
/proc/loadavg: 2.21 2.06 1.93 3/177 22108
/proc/meminfo: memFree=28862820/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=297468 CPUtime=25.49
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 73030 0 0 0 2541 8 0 0 25 0 1 0 25868717 304607232 71716 4089446400 4194304 10345943 140733885443040 18446744073709551615 5609185 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 74367 71716 573 1502 0 72860 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 297468

[startup+51.101 s]
/proc/loadavg: 2.14 2.05 1.93 3/177 22109
/proc/meminfo: memFree=28792768/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=371692 CPUtime=51.08
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 106929 0 0 0 5096 12 0 0 25 0 1 0 25868717 380612608 89766 4089446400 4194304 10345943 140733885443040 18446744073709551615 6805519 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 92923 89766 708 1502 0 91416 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 371692

[startup+102.306 s]
/proc/loadavg: 2.06 2.04 1.93 3/177 22110
/proc/meminfo: memFree=28764424/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=394476 CPUtime=102.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 128016 0 0 0 10214 15 0 0 25 0 1 0 25868717 403943424 95023 4089446400 4194304 10345943 140733885443040 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 98619 95023 708 1502 0 97112 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 394476

[startup+162.301 s]
/proc/loadavg: 2.02 2.03 1.93 3/177 22112
/proc/meminfo: memFree=28735884/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=427292 CPUtime=162.28
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 231181 0 0 0 16199 29 0 0 25 0 1 0 25868717 437547008 102416 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 106823 102416 717 1502 0 105316 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 427292

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/177 22113
/proc/meminfo: memFree=28706960/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=455144 CPUtime=222.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 318081 0 0 0 22188 41 0 0 25 0 1 0 25868717 466067456 109376 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 113786 109376 717 1502 0 112279 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 455144

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 1.93 3/177 22115
/proc/meminfo: memFree=28676188/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=483768 CPUtime=282.28
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 325258 0 0 0 28186 42 0 0 25 0 1 0 25868717 495378432 116553 4089446400 4194304 10345943 140733885443040 18446744073709551615 6119680 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 120942 116553 717 1502 0 119435 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 483768

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 22117
/proc/meminfo: memFree=28645528/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=511068 CPUtime=342.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 332030 0 0 0 34184 45 0 0 25 0 1 0 25868717 523333632 123325 4089446400 4194304 10345943 140733885443040 18446744073709551615 6002264 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 127767 123325 717 1502 0 126260 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 511068

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 22118
/proc/meminfo: memFree=28612008/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=539756 CPUtime=402.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 379073 0 0 0 40178 51 0 0 25 0 1 0 25868717 552710144 130400 4089446400 4194304 10345943 140733885443040 18446744073709551615 6119731 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 134939 130400 717 1502 0 133432 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 539756

[startup+462.301 s]
/proc/loadavg: 2.04 2.02 1.94 3/177 22120
/proc/meminfo: memFree=28577128/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=568124 CPUtime=462.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 386342 0 0 0 46176 53 0 0 25 0 1 0 25868717 581758976 137669 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 142031 137669 717 1502 0 140524 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 568124

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 22121
/proc/meminfo: memFree=28413412/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=721460 CPUtime=522.28
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 429993 0 0 0 52171 57 0 0 25 0 1 0 25868717 738775040 176189 4089446400 4194304 10345943 140733885443040 18446744073709551615 4469749 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 180365 176189 717 1502 0 178858 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 721460

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 22123
/proc/meminfo: memFree=28373076/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=753668 CPUtime=582.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 443249 0 0 0 58170 59 0 0 25 0 1 0 25868717 771756032 184275 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 188417 184275 717 1502 0 186910 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 753668

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22125
/proc/meminfo: memFree=28358540/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=759044 CPUtime=642.3
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 456361 0 0 0 64169 61 0 0 25 0 1 0 25868717 777261056 185881 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749687 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/22106/statm: 189761 185881 717 1502 0 188254 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 759044

[startup+702.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22132
/proc/meminfo: memFree=28327380/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=759044 CPUtime=822.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 456370 0 0 0 82166 63 0 0 25 0 1 0 25868717 777261056 185890 4089446400 4194304 10345943 140733885443040 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 189761 185890 717 1502 0 188254 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 759044

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22134
/proc/meminfo: memFree=28317052/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=759044 CPUtime=882.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 456374 0 0 0 88166 63 0 0 25 0 1 0 25868717 777261056 185894 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 189761 185894 717 1502 0 188254 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 759044

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22136
/proc/meminfo: memFree=28307600/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=759044 CPUtime=942.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 456441 0 0 0 94166 63 0 0 25 0 1 0 25868717 777261056 185961 4089446400 4194304 10345943 140733885443040 18446744073709551615 4999640 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 189761 185961 717 1502 0 188254 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 759044

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22137
/proc/meminfo: memFree=28280780/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=777312 CPUtime=1002.28
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 460533 0 0 0 100164 64 0 0 25 0 1 0 25868717 795967488 190053 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749694 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 194328 190053 720 1502 0 192821 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 777312

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22139
/proc/meminfo: memFree=28252600/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=797720 CPUtime=1062.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 465641 0 0 0 106164 65 0 0 25 0 1 0 25868717 816865280 195161 4089446400 4194304 10345943 140733885443040 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 199430 195161 720 1502 0 197923 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 797720

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22140
/proc/meminfo: memFree=28223180/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=816880 CPUtime=1122.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 470410 0 0 0 112162 67 0 0 25 0 1 0 25868717 836485120 199930 4089446400 4194304 10345943 140733885443040 18446744073709551615 6865005 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 204220 199930 720 1502 0 202713 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 816880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22142
/proc/meminfo: memFree=28057612/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=964140 CPUtime=1182.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 512853 0 0 0 118158 71 0 0 25 0 1 0 25868717 987279360 237243 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 241035 237243 721 1502 0 239528 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 964140

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22144
/proc/meminfo: memFree=28046560/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=964140 CPUtime=1242.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 512870 0 0 0 124157 72 0 0 25 0 1 0 25868717 987279360 237260 4089446400 4194304 10345943 140733885443040 18446744073709551615 5031115 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 241035 237260 721 1502 0 239528 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 964140

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 22145
/proc/meminfo: memFree=28036356/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=964140 CPUtime=1302.3
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 512873 0 0 0 130158 72 0 0 25 0 1 0 25868717 987279360 237263 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 241035 237263 721 1502 0 239528 0
Current children cumulated CPU time (s) 1302.3
Current children cumulated vsize (KiB) 964140

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 22147
/proc/meminfo: memFree=28023556/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=964140 CPUtime=1362.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 512877 0 0 0 136157 72 0 0 25 0 1 0 25868717 987279360 237267 4089446400 4194304 10345943 140733885443040 18446744073709551615 4688047 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 241035 237267 721 1502 0 239528 0
Current children cumulated CPU time (s) 1362.29
Current children cumulated vsize (KiB) 964140

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22148
/proc/meminfo: memFree=28011008/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=964140 CPUtime=1422.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 512908 0 0 0 142157 72 0 0 25 0 1 0 25868717 987279360 237298 4089446400 4194304 10345943 140733885443040 18446744073709551615 5926399 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 241035 237298 721 1502 0 239528 0
Current children cumulated CPU time (s) 1422.29
Current children cumulated vsize (KiB) 964140

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22150
/proc/meminfo: memFree=27998572/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=964140 CPUtime=1482.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 512912 0 0 0 148157 72 0 0 25 0 1 0 25868717 987279360 237302 4089446400 4194304 10345943 140733885443040 18446744073709551615 4476340 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 241035 237302 721 1502 0 239528 0
Current children cumulated CPU time (s) 1482.29
Current children cumulated vsize (KiB) 964140

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22152
/proc/meminfo: memFree=27983916/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=964140 CPUtime=1542.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 512916 0 0 0 154156 73 0 0 25 0 1 0 25868717 987279360 237306 4089446400 4194304 10345943 140733885443040 18446744073709551615 6517794 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 241035 237306 721 1502 0 239528 0
Current children cumulated CPU time (s) 1542.29
Current children cumulated vsize (KiB) 964140

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 22153
/proc/meminfo: memFree=27964532/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=972932 CPUtime=1602.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 514754 0 0 0 160156 73 0 0 25 0 1 0 25868717 996282368 239144 4089446400 4194304 10345943 140733885443040 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 243233 239144 721 1502 0 241726 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 972932

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/177 22155
/proc/meminfo: memFree=27936732/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=987592 CPUtime=1662.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 518511 0 0 0 166156 73 0 0 25 0 1 0 25868717 1011294208 242901 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749704 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 246898 242901 721 1502 0 245391 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 987592

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/177 22156
/proc/meminfo: memFree=27900004/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=1010380 CPUtime=1722.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 523700 0 0 0 172155 74 0 0 25 0 1 0 25868717 1034629120 248090 4089446400 4194304 10345943 140733885443040 18446744073709551615 4749665 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 252595 248090 721 1502 0 251088 0
Current children cumulated CPU time (s) 1722.29
Current children cumulated vsize (KiB) 1010380

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 22185
/proc/meminfo: memFree=28346352/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=1027752 CPUtime=1782.29
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 528151 0 0 0 178154 75 0 0 25 0 1 0 25868717 1052418048 252541 4089446400 4194304 10345943 140733885443040 18446744073709551615 4999606 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/22106/statm: 256938 252541 721 1502 0 255431 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 1027752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.2 s]
/proc/loadavg: 2.13 2.03 1.96 3/177 22186
/proc/meminfo: memFree=28326504/32951132 swapFree=67111528/67111528
[pid=22106] ppid=22104 vsize=1029800 CPUtime=1800.08
/proc/22106/stat : 22106 (pbscip.linux.x8) R 22104 22106 21701 0 -1 4202496 528912 0 0 0 179931 77 0 0 25 0 1 0 25868717 1054515200 253302 4089446400 4194304 10345943 140733885443040 18446744073709551615 9138519 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/22106/statm: 257450 253302 721 1502 0 255943 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1029800

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.24
CPU time (s): 1800.13
CPU user time (s): 1799.32
CPU system time (s): 0.812876
CPU usage (%): 99.9937
Max. virtual memory (cumulated for all children) (KiB): 1029800

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

runsolver used 2.93855 second user time and 5.9061 second system time

The end

Launcher Data

Begin job on node128 at 2010-07-08 10:09:13
IDJOB=2705414
IDBENCH=79137
IDSOLVER=1214
FILE ID=node128/2705414-1278576553
PBS_JOBID= 11240197
Free space on /tmp= 73124 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB10/oliveras/j90/normalized-j903_10-unsat--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705414-1278576553/watcher-2705414-1278576553 -o /tmp/evaluation-result-2705414-1278576553/solver-2705414-1278576553 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705414-1278576553.wbo -t 1800 -m 3800

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

MD5SUM BENCH= 79706c02bb02b1a2f2bd4df3be7a3f2b
RANDOM SEED=1419837013

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.816
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.816
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.816
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.75
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.816
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.75
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.816
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.816
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.816
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29214092 kB
Buffers:        147732 kB
Cached:        3148652 kB
SwapCached:          0 kB
Active:        1645188 kB
Inactive:      1914652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29214092 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28456 kB
Writeback:           0 kB
AnonPages:      262760 kB
Mapped:          17140 kB
Slab:           114684 kB
PageTables:       5036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   408024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73112 MiB
End job on node128 at 2010-07-08 10:39:15