Trace number 3726375

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 NameAnswerobjective functionCPU timeWall clock time
pwbo 2.02? (TO) 1800.55 902.084

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
MD5SUM6f3eb6421078a0de6a5b5f585e0aca61
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-5280
Best CPU time to get the best result obtained on this benchmark1781.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 367542
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 367542
Number of bits of the biggest sum of numbers19
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 ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726375-1338667500.opb.
0.00/0.00	c Instance file HOME/instance-3726375-1338667500.opb
0.00/0.00	c File size is 28226022 bytes.
3.38/3.45	c Cost Offset: -367542
3.38/3.45	c Highest Coefficient sum: 66266
3.38/3.45	c ============================[ Problem Statistics ]=============================
3.38/3.45	c |                                                                             |
3.38/3.45	c |  Parsing time:          3.45         s                                      |
3.38/3.45	c |  Number Variables:      400896                                              |
3.38/3.45	c |  Number Clauses:        400785                                              |
3.38/3.45	c |  Number Cardinality:    1977                                                |
3.38/3.45	c |  Number PB Constraints: 1                                                   |
3.38/3.45	c |                                                                             |
4.09/3.81	c |  Problem Type:          Optimization                                        |
4.09/3.81	c |  Objective Function:    PB Constraint                                       |
4.09/3.81	c |                                                                             |
4.09/3.81	c ===============================================================================
1800.13/902.01	c ===============================================================================
1800.13/902.01	c Wall Clock Time: 902.02 s
1800.13/902.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3726375-1338667500/watcher-3726375-1338667500 -o /tmp/evaluation-result-3726375-1338667500/solver-3726375-1338667500 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726375-1338667500.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=32996 CPUtime=0 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) R 17554 17559 17516 0 -1 4202496 686 0 0 0 0 0 0 0 20 0 1 0 332875982 33787904 639 33554432000 4194304 5964478 140734118350720 140733940229368 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 8297 639 170 433 0 969 0

[startup+0.0736909 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=45372 CPUtime=0.06 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) R 17554 17559 17516 0 -1 4202496 3827 0 0 0 6 0 0 0 20 0 1 0 332875982 46460928 3698 33554432000 4194304 5964478 140734118350720 140733940229368 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 11343 3699 353 433 0 4015 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 45372

[startup+0.100215 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=48436 CPUtime=0.09 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) R 17554 17559 17516 0 -1 4202496 4695 0 0 0 9 0 0 0 20 0 1 0 332875982 49598464 4566 33554432000 4194304 5964478 140734118350720 140733940229368 4395649 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 12470 4570 431 433 0 5142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48436

[startup+0.300315 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=69468 CPUtime=0.29 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) R 17554 17559 17516 0 -1 4202496 10500 0 0 0 28 1 0 0 20 0 1 0 332875982 71135232 10104 33554432000 4194304 5964478 140734118350720 140733940229368 4344768 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 17367 10105 959 433 0 10039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69468

[startup+0.700307 s]
/proc/loadavg: 1.85 2.01 1.99 4/172 17559
/proc/meminfo: memFree=27971144/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=114876 CPUtime=0.69 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) R 17554 17559 17516 0 -1 4202496 22378 0 0 0 66 3 0 0 20 0 1 0 332875982 117633024 21452 33554432000 4194304 5964478 140734118350720 140733940229368 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 28719 21453 1939 433 0 21391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114876

[startup+1.50032 s]
/proc/loadavg: 1.95 2.03 1.99 4/174 17561
/proc/meminfo: memFree=27745948/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=208076 CPUtime=1.48 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) R 17554 17559 17516 0 -1 4202496 44067 0 0 0 142 6 0 0 20 0 1 0 332875982 213069824 44636 33554432000 4194304 5964478 140734118350720 140734118348808 4395406 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 52019 44636 3596 433 0 44691 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 208076

[startup+3.10032 s]
/proc/loadavg: 1.95 2.03 1.99 4/174 17561
/proc/meminfo: memFree=27532300/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=324300 CPUtime=3.09 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) R 17554 17559 17516 0 -1 4202496 71457 0 0 0 298 11 0 0 20 0 1 0 332875982 332083200 74521 33554432000 4194304 5964478 140734118350720 140734118349128 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 81075 74525 6450 433 0 73747 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 324300

[startup+6.30041 s]
/proc/loadavg: 1.95 2.03 1.99 6/179 17566
/proc/meminfo: memFree=26569212/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=885568 CPUtime=9.08 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 159758 0 0 0 870 38 0 0 20 0 3 0 332875982 906821632 179790 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 221392 179790 194 433 0 220956 0
[pid=17559/tid=17565] ppid=17554 vsize=885568 CPUtime=2.8 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 62079 0 0 0 258 22 0 0 20 0 3 0 332876328 906821632 179790 33554432000 4194304 5964478 140734118350720 140025565059608 5142509 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=885568 CPUtime=2.82 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 20864 0 0 0 277 5 0 0 20 0 3 0 332876328 906821632 179790 33554432000 4194304 5964478 140734118350720 140025554569576 4389160 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 885568

[startup+12.7004 s]
/proc/loadavg: 2.26 2.09 2.02 6/179 17566
/proc/meminfo: memFree=26448840/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=885568 CPUtime=21.88 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 166078 0 0 0 2145 43 0 0 20 0 3 0 332875982 906821632 188824 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 221392 188824 196 433 0 220956 0
[pid=17559/tid=17565] ppid=17554 vsize=885568 CPUtime=9.2 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 67176 0 0 0 894 26 0 0 20 0 3 0 332876328 906821632 188824 33554432000 4194304 5964478 140734118350720 140025565059608 5139118 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=885568 CPUtime=9.22 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 22087 0 0 0 916 6 0 0 20 0 3 0 332876328 906821632 188824 33554432000 4194304 5964478 140734118350720 140025554569528 4399854 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.88
Current children cumulated vsize (KiB) 885568

[startup+25.5004 s]
/proc/loadavg: 2.69 2.19 2.05 6/179 17566
/proc/meminfo: memFree=26342968/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=951104 CPUtime=47.48 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 176768 0 0 0 4699 49 0 0 20 0 3 0 332875982 973930496 200812 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 237776 200812 196 433 0 237340 0
[pid=17559/tid=17565] ppid=17554 vsize=951104 CPUtime=22 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 77674 0 0 0 2169 31 0 0 20 0 3 0 332876328 973930496 200812 33554432000 4194304 5964478 140734118350720 140025565059416 5130994 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=951104 CPUtime=22.01 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 22279 0 0 0 2195 6 0 0 20 0 3 0 332876328 973930496 200812 33554432000 4194304 5964478 140734118350720 140025554569528 4392863 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 47.48
Current children cumulated vsize (KiB) 951104

[startup+51.1004 s]
/proc/loadavg: 3.14 2.33 2.10 6/179 17566
/proc/meminfo: memFree=26120040/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1082300 CPUtime=98.66 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 205370 0 0 0 9803 63 0 0 20 0 3 0 332875982 1108275200 223853 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 270575 223853 196 433 0 270139 0
[pid=17559/tid=17565] ppid=17554 vsize=1082300 CPUtime=47.6 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 105336 0 0 0 4715 45 0 0 20 0 3 0 332876328 1108275200 223853 33554432000 4194304 5964478 140734118350720 140025565059608 5139118 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1082300 CPUtime=47.6 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 23219 0 0 0 4753 7 0 0 20 0 3 0 332876328 1108275200 223853 33554432000 4194304 5964478 140734118350720 140025554569576 4389110 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 98.66
Current children cumulated vsize (KiB) 1082300

[startup+102.308 s]
/proc/loadavg: 3.65 2.61 2.20 6/179 17566
/proc/meminfo: memFree=25739572/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1147836 CPUtime=201.06 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 227107 0 0 0 20028 78 0 0 20 0 3 0 332875982 1175384064 240355 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 286959 240355 196 433 0 286523 0
[pid=17559/tid=17565] ppid=17554 vsize=1147836 CPUtime=98.8 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 126631 0 0 0 9821 59 0 0 20 0 3 0 332876328 1175384064 240355 33554432000 4194304 5964478 140734118350720 140025565059608 5130901 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1147836 CPUtime=98.81 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 23661 0 0 0 9872 9 0 0 20 0 3 0 332876328 1175384064 240355 33554432000 4194304 5964478 140734118350720 140025554569528 4389100 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 201.06
Current children cumulated vsize (KiB) 1147836

[startup+162.3 s]
/proc/loadavg: 3.87 2.86 2.31 6/179 17566
/proc/meminfo: memFree=25337516/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1278908 CPUtime=321.01 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 247243 0 0 0 32009 92 0 0 20 0 3 0 332875982 1309601792 269909 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 319727 269909 196 433 0 319291 0
[pid=17559/tid=17565] ppid=17554 vsize=1278908 CPUtime=158.79 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 146302 0 0 0 15805 74 0 0 20 0 3 0 332876328 1309601792 269909 33554432000 4194304 5964478 140734118350720 140025565059368 4389147 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1278908 CPUtime=158.8 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 24126 0 0 0 15869 11 0 0 20 0 3 0 332876328 1309601792 269909 33554432000 4194304 5964478 140734118350720 140025554569576 4389072 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 321.01
Current children cumulated vsize (KiB) 1278908

[startup+222.3 s]
/proc/loadavg: 3.95 3.06 2.42 6/179 17566
/proc/meminfo: memFree=25063720/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1344444 CPUtime=440.99 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 257968 0 0 0 44000 99 0 0 20 0 3 0 332875982 1376710656 285444 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 336111 285444 196 433 0 335675 0
[pid=17559/tid=17565] ppid=17554 vsize=1344444 CPUtime=218.79 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 156344 0 0 0 21799 80 0 0 20 0 3 0 332876328 1376710656 285444 33554432000 4194304 5964478 140734118350720 140025565059608 5135617 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1344444 CPUtime=218.8 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 24809 0 0 0 21866 14 0 0 20 0 3 0 332876328 1376710656 285444 33554432000 4194304 5964478 140734118350720 140025554569528 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 440.99
Current children cumulated vsize (KiB) 1344444

[startup+282.3 s]
/proc/loadavg: 3.98 3.23 2.51 6/179 17566
/proc/meminfo: memFree=24678336/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1344444 CPUtime=560.96 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 265630 0 0 0 55990 106 0 0 20 0 3 0 332875982 1376710656 291657 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 336111 291657 196 433 0 335675 0
[pid=17559/tid=17565] ppid=17554 vsize=1344444 CPUtime=278.78 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 163462 0 0 0 27791 87 0 0 20 0 3 0 332876328 1376710656 291657 33554432000 4194304 5964478 140734118350720 140025565059912 4387948 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1344444 CPUtime=278.81 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 25353 0 0 0 27865 16 0 0 20 0 3 0 332876328 1376710656 291657 33554432000 4194304 5964478 140734118350720 140025554569336 4392738 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 560.96
Current children cumulated vsize (KiB) 1344444

[startup+342.3 s]
/proc/loadavg: 3.99 3.37 2.60 6/180 17570
/proc/meminfo: memFree=24363648/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1409980 CPUtime=680.93 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 277236 0 0 0 67979 114 0 0 20 0 3 0 332875982 1443819520 308101 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 352495 308101 197 433 0 352059 0
[pid=17559/tid=17565] ppid=17554 vsize=1409980 CPUtime=338.78 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 174469 0 0 0 33783 95 0 0 20 0 3 0 332876328 1443819520 308101 33554432000 4194304 5964478 140734118350720 140025565059608 4389170 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1409980 CPUtime=338.81 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 25952 0 0 0 33863 18 0 0 20 0 3 0 332876328 1443819520 308101 33554432000 4194304 5964478 140734118350720 140025554569528 4400579 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 680.93
Current children cumulated vsize (KiB) 1409980

[startup+402.3 s]
/proc/loadavg: 4.06 3.50 2.69 6/179 17570
/proc/meminfo: memFree=24155328/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1409980 CPUtime=800.91 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 280683 0 0 0 79974 117 0 0 20 0 3 0 332875982 1443819520 313196 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 352495 313196 197 433 0 352059 0
[pid=17559/tid=17565] ppid=17554 vsize=1409980 CPUtime=398.77 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 177419 0 0 0 39778 99 0 0 20 0 3 0 332876328 1443819520 313196 33554432000 4194304 5964478 140734118350720 140025565059416 4392829 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1409980 CPUtime=398.81 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 26449 0 0 0 39861 20 0 0 20 0 3 0 332876328 1443819520 313196 33554432000 4194304 5964478 140734118350720 140025554569576 4388850 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 800.91
Current children cumulated vsize (KiB) 1409980

[startup+462.3 s]
/proc/loadavg: 4.08 3.60 2.78 6/179 17570
/proc/meminfo: memFree=24024168/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1409980 CPUtime=920.89 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 290294 0 0 0 91966 123 0 0 20 0 3 0 332875982 1443819520 311379 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 352495 311379 197 433 0 352059 0
[pid=17559/tid=17565] ppid=17554 vsize=1409980 CPUtime=458.77 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 186654 0 0 0 45774 103 0 0 20 0 3 0 332876328 1443819520 311379 33554432000 4194304 5964478 140734118350720 140025565059912 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1409980 CPUtime=458.81 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 26825 0 0 0 45861 20 0 0 20 0 3 0 332876328 1443819520 311379 33554432000 4194304 5964478 140734118350720 140025554569528 4389170 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 920.89
Current children cumulated vsize (KiB) 1409980

[startup+522.3 s]
/proc/loadavg: 4.03 3.67 2.85 6/179 17570
/proc/meminfo: memFree=23853572/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1475516 CPUtime=1040.86 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 298835 0 0 0 103958 128 0 0 20 0 3 0 332875982 1510928384 324210 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 368879 324210 197 433 0 368443 0
[pid=17559/tid=17565] ppid=17554 vsize=1475516 CPUtime=518.77 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 194626 0 0 0 51768 109 0 0 20 0 3 0 332876328 1510928384 324210 33554432000 4194304 5964478 140734118350720 140025565059608 4400712 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1475516 CPUtime=518.81 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 27394 0 0 0 51859 22 0 0 20 0 3 0 332876328 1510928384 324210 33554432000 4194304 5964478 140734118350720 140025554569528 4392918 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1040.86
Current children cumulated vsize (KiB) 1475516

[startup+582.3 s]
/proc/loadavg: 4.01 3.73 2.92 6/179 17570
/proc/meminfo: memFree=23627080/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1541052 CPUtime=1160.83 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 309690 0 0 0 115948 135 0 0 20 0 3 0 332875982 1578037248 336237 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 385263 336237 197 433 0 384827 0
[pid=17559/tid=17565] ppid=17554 vsize=1541052 CPUtime=578.76 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 204714 0 0 0 57760 116 0 0 20 0 3 0 332876328 1578037248 336237 33554432000 4194304 5964478 140734118350720 140025565059480 4403447 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1541052 CPUtime=578.82 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 28161 0 0 0 57857 25 0 0 20 0 3 0 332876328 1578037248 336237 33554432000 4194304 5964478 140734118350720 140025554569528 4389160 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1160.83
Current children cumulated vsize (KiB) 1541052

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 2.98 6/179 17571
/proc/meminfo: memFree=23489828/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1541052 CPUtime=1280.83 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 317559 0 0 0 127943 140 0 0 20 0 3 0 332875982 1578037248 343908 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 385263 343908 197 433 0 384827 0
[pid=17559/tid=17565] ppid=17554 vsize=1541052 CPUtime=638.76 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 211966 0 0 0 63756 120 0 0 20 0 3 0 332876328 1578037248 343908 33554432000 4194304 5964478 140734118350720 140025565059480 4403717 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1541052 CPUtime=638.82 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 28778 0 0 0 63855 27 0 0 20 0 3 0 332876328 1578037248 343908 33554432000 4194304 5964478 140734118350720 140025554569528 4403568 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1280.83
Current children cumulated vsize (KiB) 1541052

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.04 6/179 17571
/proc/meminfo: memFree=23306408/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1541052 CPUtime=1400.79 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 325156 0 0 0 139934 145 0 0 20 0 3 0 332875982 1578037248 350028 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 385263 350028 197 433 0 384827 0
[pid=17559/tid=17565] ppid=17554 vsize=1541052 CPUtime=698.75 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 218615 0 0 0 69751 124 0 0 20 0 3 0 332876328 1578037248 350028 33554432000 4194304 5964478 140734118350720 140025565059912 4399920 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1541052 CPUtime=698.82 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 29726 0 0 0 69852 30 0 0 20 0 3 0 332876328 1578037248 350028 33554432000 4194304 5964478 140734118350720 140025554569528 4222464 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1400.79
Current children cumulated vsize (KiB) 1541052

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.10 6/179 17571
/proc/meminfo: memFree=23110932/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1541052 CPUtime=1520.78 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 328733 0 0 0 151928 150 0 0 20 0 3 0 332875982 1578037248 351111 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 385263 351111 197 433 0 384827 0
[pid=17559/tid=17565] ppid=17554 vsize=1541052 CPUtime=758.75 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 221112 0 0 0 75747 128 0 0 20 0 3 0 332876328 1578037248 351111 33554432000 4194304 5964478 140734118350720 140025565059912 4392882 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1541052 CPUtime=758.83 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 30806 0 0 0 75850 33 0 0 20 0 3 0 332876328 1578037248 351111 33554432000 4194304 5964478 140734118350720 140025554569528 4409245 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1520.78
Current children cumulated vsize (KiB) 1541052

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.16 6/179 17571
/proc/meminfo: memFree=22939612/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1606588 CPUtime=1640.73 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 331386 0 0 0 163921 152 0 0 20 0 3 0 332875982 1645146112 363374 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 401647 363374 197 433 0 401211 0
[pid=17559/tid=17565] ppid=17554 vsize=1606588 CPUtime=818.74 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 223157 0 0 0 81744 130 0 0 20 0 3 0 332876328 1645146112 363374 33554432000 4194304 5964478 140734118350720 140025565059608 4222416 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1606588 CPUtime=818.82 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 31414 0 0 0 81847 35 0 0 20 0 3 0 332876328 1645146112 363374 33554432000 4194304 5964478 140734118350720 140025554569576 4389164 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1640.73
Current children cumulated vsize (KiB) 1606588

[startup+882.3 s]
/proc/loadavg: 4.00 3.89 3.21 6/179 17571
/proc/meminfo: memFree=22803500/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1672124 CPUtime=1760.71 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 341149 0 0 0 175912 159 0 0 20 0 3 0 332875982 1712254976 372123 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 418031 372123 197 433 0 417595 0
[pid=17559/tid=17565] ppid=17554 vsize=1672124 CPUtime=878.74 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 231979 0 0 0 87738 136 0 0 20 0 3 0 332876328 1712254976 372123 33554432000 4194304 5964478 140734118350720 140025565059368 5122358 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1672124 CPUtime=878.83 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 32355 0 0 0 87844 39 0 0 20 0 3 0 332876328 1712254976 372123 33554432000 4194304 5964478 140734118350720 140025554569528 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1760.71
Current children cumulated vsize (KiB) 1672124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.007 s]
/proc/loadavg: 4.00 3.90 3.22 3/177 17575
/proc/meminfo: memFree=26480804/32873852 swapFree=6856/6856
[pid=17559] ppid=17554 vsize=1672124 CPUtime=1800.13 cores=1,3,5,7
/proc/17559/stat : 17559 (pwbo2.02) S 17554 17559 17516 0 -1 4202496 344490 0 0 0 179852 161 0 0 20 0 3 0 332875982 1712254976 372164 33554432000 4194304 5964478 140734118350720 140734118350240 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17559/statm: 418031 372164 197 433 0 417595 0
[pid=17559/tid=17565] ppid=17554 vsize=1672124 CPUtime=898.45 cores=1,3,5,7
/proc/17559/task/17565/stat : 17565 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 235055 0 0 0 89708 137 0 0 20 0 3 0 332876328 1712254976 372164 33554432000 4194304 5964478 140734118350720 140025565059368 4389072 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=17559/tid=17566] ppid=17554 vsize=1672124 CPUtime=898.54 cores=1,3,5,7
/proc/17559/task/17566/stat : 17566 (pwbo2.02) R 17554 17559 17516 0 -1 4202560 32620 0 0 0 89815 39 0 0 20 0 3 0 332876328 1712254976 372164 33554432000 4194304 5964478 140734118350720 140025554569528 4222416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1672124

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

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

Child status: 0
Real time (s): 902.084
CPU time (s): 1800.55
CPU user time (s): 1798.58
CPU system time (s): 1.9727
CPU usage (%): 199.599
Max. virtual memory (cumulated for all children) (KiB): 1672124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.9727
maximum resident set size= 1500772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344491
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= 7848
involuntary context switches= 2365

runsolver used 1.91071 second user time and 5.67714 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-02 22:05:01
IDJOB=3726375
IDBENCH=90934
IDSOLVER=2309
FILE ID=node128/3726375-1338667500
RUNJOBID= node128-1338667500-17533
PBS_JOBID= 14636502
Free space on /tmp= 70384 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null20mast_rapportOE2.0_TMAX60_K192_cod2.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726375-1338667500/watcher-3726375-1338667500 -o /tmp/evaluation-result-3726375-1338667500/solver-3726375-1338667500 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726375-1338667500.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6f3eb6421078a0de6a5b5f585e0aca61
RANDOM SEED=1086942701

node128.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        27972588 kB
Buffers:          524376 kB
Cached:          3471008 kB
SwapCached:          784 kB
Active:          1860456 kB
Inactive:        2145752 kB
Active(anon):       2428 kB
Inactive(anon):    11368 kB
Active(file):    1858028 kB
Inactive(file):  2134384 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106552 kB
Dirty:             66052 kB
Writeback:             0 kB
AnonPages:         17580 kB
Mapped:            13396 kB
Shmem:               200 kB
Slab:             757156 kB
SReclaimable:     196300 kB
SUnreclaim:       560856 kB
KernelStack:        1376 kB
PageTables:         4004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     104692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70408 MiB
End job on node128 at 2012-06-02 22:20:05