Trace number 3726380

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.18 902.326

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM1534d9d93781c259bc7b88f8b451f924
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11801
Best CPU time to get the best result obtained on this benchmark626.328
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 1605
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 807160
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 807160
Number of bits of the biggest sum of numbers20
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-3726380-1338667520.opb.
0.00/0.00	c Instance file HOME/instance-3726380-1338667520.opb
0.00/0.00	c File size is 28235434 bytes.
3.29/3.30	c Cost Offset: -807160
3.29/3.30	c Highest Coefficient sum: 66107
3.29/3.30	c ============================[ Problem Statistics ]=============================
3.29/3.30	c |                                                                             |
3.29/3.30	c |  Parsing time:          3.31         s                                      |
3.29/3.30	c |  Number Variables:      400896                                              |
3.29/3.30	c |  Number Clauses:        400785                                              |
3.29/3.30	c |  Number Cardinality:    1977                                                |
3.29/3.30	c |  Number PB Constraints: 1                                                   |
3.29/3.30	c |                                                                             |
3.78/3.65	c |  Problem Type:          Optimization                                        |
3.78/3.65	c |  Objective Function:    PB Constraint                                       |
3.78/3.65	c |                                                                             |
3.78/3.65	c ===============================================================================
1800.18/902.21	c ===============================================================================
1800.18/902.21	c Wall Clock Time: 902.21 s
1800.18/902.21	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-3726380-1338667520/watcher-3726380-1338667520 -o /tmp/evaluation-result-3726380-1338667520/solver-3726380-1338667520 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726380-1338667520.opb 

running on 4 cores: 0,2,4,6

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.84 1.97 1.99 4/175 10647
/proc/meminfo: memFree=28098236/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=32864 CPUtime=0 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) R 10645 10647 10604 0 -1 4202496 638 0 0 0 0 0 0 0 20 0 1 0 332878920 33652736 590 33554432000 4194304 5964478 140736338218384 140735931140792 5179591 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 8216 590 168 433 0 886 0

[startup+0.00808295 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 10647
/proc/meminfo: memFree=28098236/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=33572 CPUtime=0 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) R 10645 10647 10604 0 -1 4202496 786 0 0 0 0 0 0 0 20 0 1 0 332878920 34377728 738 33554432000 4194304 5964478 140736338218384 140735931140792 4395649 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 8393 738 171 433 0 1063 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 33572

[startup+0.100192 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 10647
/proc/meminfo: memFree=28098236/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=48180 CPUtime=0.09 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) R 10645 10647 10604 0 -1 4202496 4629 0 0 0 9 0 0 0 20 0 1 0 332878920 49336320 4466 33554432000 4194304 5964478 140736338218384 140735931140792 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 12045 4466 421 433 0 4715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48180

[startup+0.300215 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 10647
/proc/meminfo: memFree=28098236/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=69176 CPUtime=0.29 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) R 10645 10647 10604 0 -1 4202496 10497 0 0 0 28 1 0 0 20 0 1 0 332878920 70836224 10067 33554432000 4194304 5964478 140736338218384 140735931140792 4339212 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 17294 10067 949 433 0 9964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69176

[startup+0.700212 s]
/proc/loadavg: 1.84 1.97 1.99 4/175 10647
/proc/meminfo: memFree=28098236/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=114708 CPUtime=0.69 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) R 10645 10647 10604 0 -1 4202496 22351 0 0 0 66 3 0 0 20 0 1 0 332878920 117460992 21391 33554432000 4194304 5964478 140736338218384 140736338216872 4419535 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 28710 21407 1932 433 0 21380 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 114708

[startup+1.50021 s]
/proc/loadavg: 1.84 1.97 1.99 4/177 10649
/proc/meminfo: memFree=27869996/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=209620 CPUtime=1.48 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) R 10645 10647 10604 0 -1 4202496 44749 0 0 0 141 7 0 0 20 0 1 0 332878920 214650880 44773 33554432000 4194304 5964478 140736338218384 140736338216984 5136490 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 52405 44773 3693 433 0 45075 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 209620

[startup+3.10021 s]
/proc/loadavg: 1.85 1.97 1.99 4/177 10649
/proc/meminfo: memFree=27651168/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=331072 CPUtime=3.09 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) R 10645 10647 10604 0 -1 4202496 74386 0 0 0 296 13 0 0 20 0 1 0 332878920 339017728 76905 33554432000 4194304 5964478 140736338218384 140736338216872 5156188 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 82768 76905 6693 433 0 75438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 331072

[startup+6.30035 s]
/proc/loadavg: 1.85 1.97 1.99 6/181 10653
/proc/meminfo: memFree=26697764/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=889660 CPUtime=9.13 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 167368 0 0 0 860 53 0 0 20 0 3 0 332878920 911011840 189600 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 222415 189600 196 433 0 221979 0
[pid=10647/tid=10652] ppid=10645 vsize=889660 CPUtime=2.95 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 68133 0 0 0 262 33 0 0 20 0 3 0 332879251 911011840 189600 33554432000 4194304 5964478 140736338218384 140515037456680 4221072 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=889660 CPUtime=2.91 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 21420 0 0 0 284 7 0 0 20 0 3 0 332879251 911011840 189600 33554432000 4194304 5964478 140736338218384 140515026966744 4392773 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 889660

[startup+12.7003 s]
/proc/loadavg: 2.18 2.03 2.01 6/181 10653
/proc/meminfo: memFree=26561356/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=889660 CPUtime=21.93 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 176151 0 0 0 2137 56 0 0 20 0 3 0 332878920 911011840 193551 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 222415 193551 197 433 0 221979 0
[pid=10647/tid=10652] ppid=10645 vsize=889660 CPUtime=9.33 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 76800 0 0 0 898 35 0 0 20 0 3 0 332879251 911011840 193551 33554432000 4194304 5964478 140736338218384 140515037456920 4429828 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=889660 CPUtime=9.29 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 21536 0 0 0 922 7 0 0 20 0 3 0 332879251 911011840 193551 33554432000 4194304 5964478 140736338218384 140515026966840 4389147 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 21.93
Current children cumulated vsize (KiB) 889660

[startup+25.5003 s]
/proc/loadavg: 2.46 2.10 2.03 6/181 10653
/proc/meminfo: memFree=26390524/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=1037256 CPUtime=47.52 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 191156 0 0 0 4690 62 0 0 20 0 3 0 332878920 1062150144 219811 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 259314 219811 197 433 0 258878 0
[pid=10647/tid=10652] ppid=10645 vsize=1037256 CPUtime=22.09 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 91289 0 0 0 2168 41 0 0 20 0 3 0 332879251 1062150144 219811 33554432000 4194304 5964478 140736338218384 140515037456728 5130901 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=1037256 CPUtime=22.06 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 22052 0 0 0 2199 7 0 0 20 0 3 0 332879251 1062150144 219811 33554432000 4194304 5964478 140736338218384 140515026966840 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.52
Current children cumulated vsize (KiB) 1037256

[startup+51.1003 s]
/proc/loadavg: 2.99 2.25 2.08 6/181 10653
/proc/meminfo: memFree=26022212/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=1282996 CPUtime=98.72 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 215923 0 0 0 9792 80 0 0 20 0 3 0 332878920 1313787904 266208 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 320749 266208 197 433 0 320313 0
[pid=10647/tid=10652] ppid=10645 vsize=1282996 CPUtime=47.63 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 115371 0 0 0 4706 57 0 0 20 0 3 0 332879251 1313787904 266208 33554432000 4194304 5964478 140736338218384 140515037456920 5133731 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=1282996 CPUtime=47.59 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 22737 0 0 0 4751 8 0 0 20 0 3 0 332879251 1313787904 266208 33554432000 4194304 5964478 140736338218384 140515026966840 4387951 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.72
Current children cumulated vsize (KiB) 1282996

[startup+102.307 s]
/proc/loadavg: 3.59 2.54 2.19 6/181 10653
/proc/meminfo: memFree=25430372/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=1635284 CPUtime=201.11 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 243298 0 0 0 20010 101 0 0 20 0 3 0 332878920 1674530816 338893 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 408821 338893 197 433 0 408385 0
[pid=10647/tid=10652] ppid=10645 vsize=1635284 CPUtime=98.7 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 142036 0 0 0 9791 79 0 0 20 0 3 0 332879251 1674530816 338893 33554432000 4194304 5964478 140736338218384 140515037456680 5142509 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=1635284 CPUtime=98.67 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 23447 0 0 0 9857 10 0 0 20 0 3 0 332879251 1674530816 338893 33554432000 4194304 5964478 140736338218384 140515026966840 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.11
Current children cumulated vsize (KiB) 1635284

[startup+162.3 s]
/proc/loadavg: 3.85 2.80 2.30 6/181 10653
/proc/meminfo: memFree=24680436/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=2094036 CPUtime=321.08 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 271702 0 0 0 31979 129 0 0 20 0 3 0 332878920 2144292864 427047 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 523509 427047 197 433 0 523073 0
[pid=10647/tid=10652] ppid=10645 vsize=2094036 CPUtime=158.54 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 169902 0 0 0 15747 107 0 0 20 0 3 0 332879251 2144292864 427047 33554432000 4194304 5964478 140736338218384 140515037456680 5130994 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=2094036 CPUtime=158.51 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 23985 0 0 0 15840 11 0 0 20 0 3 0 332879251 2144292864 427047 33554432000 4194304 5964478 140736338218384 140515026966776 4389164 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.08
Current children cumulated vsize (KiB) 2094036

[startup+222.3 s]
/proc/loadavg: 3.94 3.02 2.40 6/181 10653
/proc/meminfo: memFree=24062092/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=2376856 CPUtime=440.93 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 410810 0 0 0 43828 265 0 0 20 0 3 0 332878920 2433900544 507711 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 594214 507711 197 433 0 593778 0
[pid=10647/tid=10652] ppid=10645 vsize=2376856 CPUtime=218.38 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 307904 0 0 0 21595 243 0 0 20 0 3 0 332879251 2433900544 507711 33554432000 4194304 5964478 140736338218384 140515037456792 4407758 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=2376856 CPUtime=218.23 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 25091 0 0 0 21809 14 0 0 20 0 3 0 332879251 2433900544 507711 33554432000 4194304 5964478 140736338218384 140515026966840 4403282 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 440.93
Current children cumulated vsize (KiB) 2376856

[startup+282.3 s]
/proc/loadavg: 3.98 3.19 2.50 6/182 10657
/proc/meminfo: memFree=23453128/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=2779724 CPUtime=560.87 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 565503 0 0 0 55680 407 0 0 20 0 3 0 332878920 2846437376 601079 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 694931 601079 197 433 0 694495 0
[pid=10647/tid=10652] ppid=10645 vsize=2779724 CPUtime=278.22 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 461577 0 0 0 27438 384 0 0 20 0 3 0 332879251 2846437376 601079 33554432000 4194304 5964478 140736338218384 140515037456728 5142526 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=2779724 CPUtime=278.03 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 26111 0 0 0 27787 16 0 0 20 0 3 0 332879251 2846437376 601079 33554432000 4194304 5964478 140736338218384 140515026966840 4222419 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 560.87
Current children cumulated vsize (KiB) 2779724

[startup+342.3 s]
/proc/loadavg: 4.02 3.35 2.60 6/181 10657
/proc/meminfo: memFree=22784832/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=2983000 CPUtime=680.7 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 721089 0 0 0 67521 549 0 0 20 0 3 0 332878920 3054592000 651398 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 745750 651398 197 433 0 745314 0
[pid=10647/tid=10652] ppid=10645 vsize=2983000 CPUtime=338.06 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 615374 0 0 0 33282 524 0 0 20 0 3 0 332879251 3054592000 651398 33554432000 4194304 5964478 140736338218384 140515037457336 4376251 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=2983000 CPUtime=337.72 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 27900 0 0 0 33753 19 0 0 20 0 3 0 332879251 3054592000 651398 33554432000 4194304 5964478 140736338218384 140515026966888 4390856 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 680.7
Current children cumulated vsize (KiB) 2983000

[startup+402.3 s]

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

Current children cumulated CPU time (s) 1040.52
Current children cumulated vsize (KiB) 4146244

[startup+582.3 s]
/proc/loadavg: 4.00 3.72 2.92 6/181 10658
/proc/meminfo: memFree=20959228/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=4510836 CPUtime=1160.5 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1231114 0 0 0 114968 1082 0 0 20 0 3 0 332878920 4619096064 982814 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1127709 982814 197 433 0 1127273 0
[pid=10647/tid=10652] ppid=10645 vsize=4510836 CPUtime=577.44 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1122269 0 0 0 56689 1055 0 0 20 0 3 0 332879251 4619096064 982814 33554432000 4194304 5964478 140736338218384 140515037456792 5179957 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=4510836 CPUtime=576.97 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 31030 0 0 0 57670 27 0 0 20 0 3 0 332879251 4619096064 982814 33554432000 4194304 5964478 140736338218384 140515026966840 4389085 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1160.5
Current children cumulated vsize (KiB) 4510836

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 2.98 6/181 10658
/proc/meminfo: memFree=20576820/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=4699156 CPUtime=1280.48 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1301838 0 0 0 126881 1167 0 0 20 0 3 0 332878920 4811935744 1025588 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1174789 1025588 197 433 0 1174353 0
[pid=10647/tid=10652] ppid=10645 vsize=4699156 CPUtime=637.29 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1192439 0 0 0 62588 1141 0 0 20 0 3 0 332879251 4811935744 1025588 33554432000 4194304 5964478 140736338218384 140515037456792 4399975 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=4699156 CPUtime=636.82 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 31584 0 0 0 63654 28 0 0 20 0 3 0 332879251 4811935744 1025588 33554432000 4194304 5964478 140736338218384 140515026966840 4392707 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1280.48
Current children cumulated vsize (KiB) 4699156

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.04 6/181 10658
/proc/meminfo: memFree=20287596/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=4969588 CPUtime=1400.45 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1372938 0 0 0 138784 1261 0 0 20 0 3 0 332878920 5088858112 1089154 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1242397 1089154 197 433 0 1241961 0
[pid=10647/tid=10652] ppid=10645 vsize=4969588 CPUtime=697.12 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1263083 0 0 0 68478 1234 0 0 20 0 3 0 332879251 5088858112 1089154 33554432000 4194304 5964478 140736338218384 140515037456728 5130842 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=4969588 CPUtime=696.66 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 32040 0 0 0 69636 30 0 0 20 0 3 0 332879251 5088858112 1089154 33554432000 4194304 5964478 140736338218384 140515026966840 4403343 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1400.45
Current children cumulated vsize (KiB) 4969588

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.10 6/181 10658
/proc/meminfo: memFree=20039244/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=5157992 CPUtime=1520.43 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1449816 0 0 0 150691 1352 0 0 20 0 3 0 332878920 5281783808 1141368 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1289498 1141368 197 433 0 1289062 0
[pid=10647/tid=10652] ppid=10645 vsize=5157992 CPUtime=756.97 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1339350 0 0 0 74372 1325 0 0 20 0 3 0 332879251 5281783808 1141368 33554432000 4194304 5964478 140736338218384 140515037456728 4375259 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=5157992 CPUtime=756.5 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 32651 0 0 0 75618 32 0 0 20 0 3 0 332879251 5281783808 1141368 33554432000 4194304 5964478 140736338218384 140515026966888 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.43
Current children cumulated vsize (KiB) 5157992

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.15 6/181 10658
/proc/meminfo: memFree=19711640/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=5325892 CPUtime=1640.4 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1512991 0 0 0 162597 1443 0 0 20 0 3 0 332878920 5453713408 1180521 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1331473 1180521 197 433 0 1331037 0
[pid=10647/tid=10652] ppid=10645 vsize=5325892 CPUtime=816.81 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1401785 0 0 0 80266 1415 0 0 20 0 3 0 332879251 5453713408 1180521 33554432000 4194304 5964478 140736338218384 140515037456792 5179860 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=5325892 CPUtime=816.34 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 33391 0 0 0 81600 34 0 0 20 0 3 0 332879251 5453713408 1180521 33554432000 4194304 5964478 140736338218384 140515026966648 4390859 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.4
Current children cumulated vsize (KiB) 5325892

[startup+882.3 s]
/proc/loadavg: 4.07 3.90 3.21 6/182 10662
/proc/meminfo: memFree=19627400/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=5444660 CPUtime=1760.38 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1608210 0 0 0 174503 1535 0 0 20 0 3 0 332878920 5575331840 1209166 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1361165 1209166 197 433 0 1360729 0
[pid=10647/tid=10652] ppid=10645 vsize=5444660 CPUtime=876.65 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1496553 0 0 0 86157 1508 0 0 20 0 3 0 332879251 5575331840 1209166 33554432000 4194304 5964478 140736338218384 140515037456792 5179836 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=5444660 CPUtime=876.18 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 33842 0 0 0 87583 35 0 0 20 0 3 0 332879251 5575331840 1209166 33554432000 4194304 5964478 140736338218384 140515026966840 4389160 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.38
Current children cumulated vsize (KiB) 5444660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.2 s]
/proc/loadavg: 4.05 3.91 3.22 3/178 10663
/proc/meminfo: memFree=23214116/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=5514212 CPUtime=1800.18 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1628850 0 0 0 178456 1562 0 0 20 0 3 0 332878920 5646553088 1219172 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1378553 1219172 197 433 0 1378117 0
[pid=10647/tid=10652] ppid=10645 vsize=5514212 CPUtime=896.51 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1517005 0 0 0 88115 1536 0 0 20 0 3 0 332879251 5646553088 1219172 33554432000 4194304 5964478 140736338218384 140515037456792 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=5514212 CPUtime=896.04 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 34030 0 0 0 89569 35 0 0 20 0 3 0 332879251 5646553088 1219172 33554432000 4194304 5964478 140736338218384 140515026966840 4388867 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 5514212

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

############
# WARNING:
# current cumulated CPU time (1798.15 s) is less than in the last sample (1800.18 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (2.03015 s) to the 'lost time'.

[startup+902.2 s]
/proc/loadavg: 4.05 3.91 3.22 3/178 10663
/proc/meminfo: memFree=23214116/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=5514212 CPUtime=1800.18 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) S 10645 10647 10604 0 -1 4202496 1628850 0 0 0 178456 1562 0 0 20 0 3 0 332878920 5646553088 1219172 33554432000 4194304 5964478 140736338218384 140736338217904 4546685 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 1378553 1219172 197 433 0 1378117 0
[pid=10647/tid=10652] ppid=10645 vsize=5514212 CPUtime=896.51 cores=0,2,4,6
/proc/10647/task/10652/stat : 10652 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 1517005 0 0 0 88115 1536 0 0 20 0 3 0 332879251 5646553088 1219172 33554432000 4194304 5964478 140736338218384 140515037456792 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=5514212 CPUtime=896.04 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4202560 34030 0 0 0 89569 35 0 0 20 0 3 0 332879251 5646553088 1219172 33554432000 4194304 5964478 140736338218384 140515026966840 4388867 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 5514212

[startup+902.311 s]
/proc/loadavg: 4.05 3.91 3.22 3/178 10663
/proc/meminfo: memFree=23214116/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=0 CPUtime=1798.15 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) Z 10645 10647 10604 0 -1 4202508 1628851 0 0 0 178232 1583 0 0 20 0 2 0 332878920 0 0 33554432000 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 0 0 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=0 CPUtime=896.14 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4203588 34030 0 0 0 89569 45 0 0 20 0 2 0 332879251 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.15
Current children cumulated vsize (KiB) 0
#
############


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

[startup+902.311 s]
/proc/loadavg: 4.05 3.91 3.22 3/178 10663
/proc/meminfo: memFree=23214116/32873648 swapFree=6864/6864
[pid=10647] ppid=10645 vsize=0 CPUtime=1798.15 cores=0,2,4,6
/proc/10647/stat : 10647 (pwbo2.02) Z 10645 10647 10604 0 -1 4202508 1628851 0 0 0 178232 1583 0 0 20 0 2 0 332878920 0 0 33554432000 0 0 0 0 0 0 16384 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10647/statm: 0 0 0 0 0 0 0
[pid=10647/tid=10653] ppid=10645 vsize=0 CPUtime=896.14 cores=0,2,4,6
/proc/10647/task/10653/stat : 10653 (pwbo2.02) R 10645 10647 10604 0 -1 4203588 34030 0 0 0 89569 45 0 0 20 0 2 0 332879251 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.15
Current children cumulated vsize (KiB) 0

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10647 and gives
#  childrusage.ru_utime.tv_sec=1780
#  childrusage.ru_utime.tv_usec=27394
#  childrusage.ru_stime.tv_sec=15
#  childrusage.ru_stime.tv_usec=976571
# CPU time returned by wait4() is 1796
# while last known CPU time is 1798.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.03015
#  lost CPU user time (s): 2.24011
#  lost CPU system time (s): -0.21

Real time (s): 902.326
CPU time (s): 1800.18
CPU user time (s): 1784.56
CPU system time (s): 15.62
CPU usage (%): 199.505
Max. virtual memory (cumulated for all children) (KiB): 5653656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.03
system time used= 15.9766
maximum resident set size= 5005660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1628851
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= 8340
involuntary context switches= 1929

runsolver used 1.75073 second user time and 5.32619 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-02 22:05:21
IDJOB=3726380
IDBENCH=90952
IDSOLVER=2309
FILE ID=node113/3726380-1338667520
RUNJOBID= node113-1338667520-10620
PBS_JOBID= 14636517
Free space on /tmp= 70924 MiB

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

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

MD5SUM BENCH= 1534d9d93781c259bc7b88f8b451f924
RANDOM SEED=361048714

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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.54
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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:       32873648 kB
MemFree:        28099044 kB
Buffers:          497520 kB
Cached:          3380444 kB
SwapCached:         2020 kB
Active:          1723948 kB
Inactive:        2158484 kB
Active(anon):       4376 kB
Inactive(anon):     1800 kB
Active(file):    1719572 kB
Inactive(file):  2156684 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099596 kB
Dirty:             66044 kB
Writeback:             4 kB
AnonPages:          9956 kB
Mapped:            10304 kB
Shmem:                 0 kB
Slab:             753604 kB
SReclaimable:     194812 kB
SUnreclaim:       558792 kB
KernelStack:        1384 kB
PageTables:         3896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     105032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70940 MiB
End job on node113 at 2012-06-02 22:20:25