Trace number 3704077

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.0? (TO) 1800.02 901.934

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM187352532546cdf6dd143df196fcb0ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8192
Best CPU time to get the best result obtained on this benchmark1800.93
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 912385
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 912385
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.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704077-1338100467.opb.
0.00/0.00	c Instance file HOME/instance-3704077-1338100467.opb
0.00/0.00	c File size is 28228118 bytes.
3.18/3.21	c Cost Offset: -912385
3.18/3.21	c Highest Coefficient sum: 69334
3.18/3.21	c ============================[ Problem Statistics ]=============================
3.18/3.21	c |                                                                             |
3.18/3.21	c |  Parsing time:          3.21         s                                      |
3.18/3.21	c |  Number Variables:      400896                                              |
3.18/3.21	c |  Number Clauses:        400785                                              |
3.18/3.21	c |  Number Cardinality:    1977                                                |
3.18/3.21	c |  Number PB Constraints: 1                                                   |
3.18/3.21	c |                                                                             |
3.60/3.55	c |  Problem Type:          Optimization                                        |
3.60/3.55	c |  Objective Function:    PB Constraint                                       |
3.60/3.55	c |                                                                             |
3.60/3.55	c ===============================================================================
1800.02/901.91	c ===============================================================================
1800.02/901.91	c Wall Clock Time: 901.91 s
1800.02/901.91	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-3704077-1338100467/watcher-3704077-1338100467 -o /tmp/evaluation-result-3704077-1338100467/solver-3704077-1338100467 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704077-1338100467.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: 3.91 3.98 3.99 4/178 27054
/proc/meminfo: memFree=27703884/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=32828 CPUtime=0 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) R 27052 27054 25163 0 -1 4202496 635 0 0 0 0 0 0 0 20 0 1 0 276172280 33615872 588 33554432000 4194304 5965102 140736969532336 140734226846408 5179915 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 8207 598 170 433 0 879 0

[startup+0.0684991 s]
/proc/loadavg: 3.91 3.98 3.99 4/178 27054
/proc/meminfo: memFree=27703884/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=44976 CPUtime=0.06 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) R 27052 27054 25163 0 -1 4202496 3616 0 0 0 6 0 0 0 20 0 1 0 276172280 46055424 3487 33554432000 4194304 5965102 140736969532336 140734226846408 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 11244 3490 332 433 0 3916 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 44976

[startup+0.100293 s]
/proc/loadavg: 3.91 3.98 3.99 4/178 27054
/proc/meminfo: memFree=27703884/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=48172 CPUtime=0.09 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) R 27052 27054 25163 0 -1 4202496 4548 0 0 0 9 0 0 0 20 0 1 0 276172280 49328128 4419 33554432000 4194304 5965102 140736969532336 140734226846408 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 12043 4419 425 433 0 4715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48172

[startup+0.300233 s]
/proc/loadavg: 3.91 3.98 3.99 4/178 27054
/proc/meminfo: memFree=27703884/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=69468 CPUtime=0.29 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) R 27052 27054 25163 0 -1 4202496 10515 0 0 0 28 1 0 0 20 0 1 0 276172280 71135232 10119 33554432000 4194304 5965102 140736969532336 140734226846408 4430968 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 17367 10120 963 433 0 10039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69468

[startup+0.700227 s]
/proc/loadavg: 3.91 3.98 3.99 4/178 27054
/proc/meminfo: memFree=27703884/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=115800 CPUtime=0.69 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) R 27052 27054 25163 0 -1 4202496 22863 0 0 0 66 3 0 0 20 0 1 0 276172280 118579200 21937 33554432000 4194304 5965102 140736969532336 140736969530280 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 28950 21938 1982 433 0 21622 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115800

[startup+1.50024 s]
/proc/loadavg: 3.91 3.98 3.99 4/179 27055
/proc/meminfo: memFree=27591324/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=211904 CPUtime=1.49 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) R 27052 27054 25163 0 -1 4202496 46218 0 0 0 142 7 0 0 20 0 1 0 276172280 216989696 45765 33554432000 4194304 5965102 140736969532336 140736969530424 5137146 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 52976 45765 3794 433 0 45648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211904

[startup+3.10023 s]
/proc/loadavg: 3.91 3.98 3.99 4/179 27055
/proc/meminfo: memFree=27469828/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=335520 CPUtime=3.08 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) R 27052 27054 25163 0 -1 4202496 76620 0 0 0 295 13 0 0 20 0 1 0 276172280 343572480 76618 33554432000 4194304 5965102 140736969532336 140736969530312 5160536 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 83880 76619 6852 433 0 76552 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 335520

[startup+6.30032 s]
/proc/loadavg: 3.92 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26926220/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=889804 CPUtime=9.12 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 165006 0 0 0 859 53 0 0 20 0 3 0 276172280 911159296 180346 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 222451 180346 198 433 0 222015 0
[pid=27054/tid=27056] ppid=27052 vsize=889804 CPUtime=3.04 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 65452 0 0 0 273 31 0 0 20 0 3 0 276172601 911159296 180346 33554432000 4194304 5965102 140736969532336 139937695488360 5122922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=889804 CPUtime=3 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 20774 0 0 0 288 12 0 0 20 0 3 0 276172601 911159296 180346 33554432000 4194304 5965102 140736969532336 139937684998376 4393955 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 889804

[startup+12.7003 s]
/proc/loadavg: 3.93 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26961788/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=889804 CPUtime=21.91 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 166309 0 0 0 2137 54 0 0 20 0 3 0 276172280 911159296 185300 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 222451 185300 199 433 0 222015 0
[pid=27054/tid=27056] ppid=27052 vsize=889804 CPUtime=9.43 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 66409 0 0 0 911 32 0 0 20 0 3 0 276172601 911159296 185300 33554432000 4194304 5965102 140736969532336 139937695488840 5143165 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=889804 CPUtime=9.38 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 21120 0 0 0 926 12 0 0 20 0 3 0 276172601 911159296 185300 33554432000 4194304 5965102 140736969532336 139937684997976 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.91
Current children cumulated vsize (KiB) 889804

[startup+25.5004 s]
/proc/loadavg: 3.94 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26867544/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=889804 CPUtime=47.51 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 167011 0 0 0 4696 55 0 0 20 0 3 0 276172280 911159296 185564 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 222451 185564 199 433 0 222015 0
[pid=27054/tid=27056] ppid=27052 vsize=889804 CPUtime=22.19 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 66847 0 0 0 2187 32 0 0 20 0 3 0 276172601 911159296 185564 33554432000 4194304 5965102 140736969532336 139937695488408 4400955 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=889804 CPUtime=22.15 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 21384 0 0 0 2203 12 0 0 20 0 3 0 276172601 911159296 185564 33554432000 4194304 5965102 140736969532336 139937684997976 4390169 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 47.51
Current children cumulated vsize (KiB) 889804

[startup+51.1004 s]
/proc/loadavg: 3.96 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26704912/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=906220 CPUtime=98.7 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 171729 0 0 0 9812 58 0 0 20 0 3 0 276172280 927969280 191908 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 226555 191909 199 433 0 226119 0
[pid=27054/tid=27056] ppid=27052 vsize=906220 CPUtime=47.72 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 69297 0 0 0 4739 33 0 0 20 0 3 0 276172601 927969280 191909 33554432000 4194304 5965102 140736969532336 139937695488840 4390112 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=906220 CPUtime=47.68 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 23653 0 0 0 4756 12 0 0 20 0 3 0 276172601 927969280 191909 33554432000 4194304 5965102 140736969532336 139937684998504 5137076 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.7
Current children cumulated vsize (KiB) 906220

[startup+102.3 s]
/proc/loadavg: 3.98 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26429804/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=201.1 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 175357 0 0 0 20049 61 0 0 20 0 3 0 276172280 995078144 196681 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 196681 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=98.8 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 71774 0 0 0 9844 36 0 0 20 0 3 0 276172601 995078144 196681 33554432000 4194304 5965102 140736969532336 139937695488840 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=98.74 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 24803 0 0 0 9861 13 0 0 20 0 3 0 276172601 995078144 196681 33554432000 4194304 5965102 140736969532336 139937684998456 4393958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 201.1
Current children cumulated vsize (KiB) 971756

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26267000/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=321.08 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 177155 0 0 0 32044 64 0 0 20 0 3 0 276172280 995078144 201545 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 201545 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=158.63 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 72255 0 0 0 15826 37 0 0 20 0 3 0 276172601 995078144 201545 33554432000 4194304 5965102 140736969532336 139937695488536 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=158.58 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 26120 0 0 0 15842 16 0 0 20 0 3 0 276172601 995078144 201545 33554432000 4194304 5965102 140736969532336 139937684998456 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 321.08
Current children cumulated vsize (KiB) 971756

[startup+222.307 s]
/proc/loadavg: 3.99 3.98 3.99 5/181 27057
/proc/meminfo: memFree=26253624/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=441.07 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 178062 0 0 0 44042 65 0 0 20 0 3 0 276172280 995078144 198905 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 198905 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=218.48 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 72256 0 0 0 21810 38 0 0 20 0 3 0 276172601 995078144 198905 33554432000 4194304 5965102 140736969532336 139937695488840 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=218.43 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 27026 0 0 0 21825 18 0 0 20 0 3 0 276172601 995078144 198905 33554432000 4194304 5965102 140736969532336 139937684998456 4391905 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 441.07
Current children cumulated vsize (KiB) 971756

[startup+282.3 s]
/proc/loadavg: 3.99 3.98 3.99 5/181 27058
/proc/meminfo: memFree=26118308/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=1037292 CPUtime=561.04 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 180372 0 0 0 56037 67 0 0 20 0 3 0 276172280 1062187008 212457 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 259323 212457 199 433 0 258887 0
[pid=27054/tid=27056] ppid=27052 vsize=1037292 CPUtime=278.32 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 73779 0 0 0 27792 40 0 0 20 0 3 0 276172601 1062187008 212457 33554432000 4194304 5965102 140736969532336 139937695488296 4400955 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=1037292 CPUtime=278.27 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 27813 0 0 0 27807 20 0 0 20 0 3 0 276172601 1062187008 212457 33554432000 4194304 5965102 140736969532336 139937684998456 4393958 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 561.04
Current children cumulated vsize (KiB) 1037292

[startup+342.3 s]
/proc/loadavg: 4.06 4.00 3.99 5/182 27061
/proc/meminfo: memFree=26025676/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=681.02 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 181259 0 0 0 68034 68 0 0 20 0 3 0 276172280 995078144 200580 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 200580 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=338.16 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 73779 0 0 0 33775 41 0 0 20 0 3 0 276172601 995078144 200580 33554432000 4194304 5965102 140736969532336 139937695488840 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=338.12 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 28700 0 0 0 33789 23 0 0 20 0 3 0 276172601 995078144 200580 33554432000 4194304 5965102 140736969532336 139937684998264 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 681.02
Current children cumulated vsize (KiB) 971756

[startup+402.3 s]
/proc/loadavg: 4.02 4.00 3.99 5/181 27061
/proc/meminfo: memFree=25957464/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=801 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 181944 0 0 0 80031 69 0 0 20 0 3 0 276172280 995078144 201265 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 201265 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=398 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 73779 0 0 0 39758 42 0 0 20 0 3 0 276172601 995078144 201265 33554432000 4194304 5965102 140736969532336 139937695488840 4390200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=397.96 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 29385 0 0 0 39771 25 0 0 20 0 3 0 276172601 995078144 201265 33554432000 4194304 5965102 140736969532336 139937684998456 4390150 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 801
Current children cumulated vsize (KiB) 971756

[startup+462.3 s]
/proc/loadavg: 4.08 4.02 4.00 5/181 27061
/proc/meminfo: memFree=25795960/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=920.98 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 182631 0 0 0 92027 71 0 0 20 0 3 0 276172280 995078144 201952 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 201952 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=457.85 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 73779 0 0 0 45743 42 0 0 20 0 3 0 276172601 995078144 201952 33554432000 4194304 5965102 140736969532336 139937695488840 4393922 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=457.81 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 30072 0 0 0 45755 26 0 0 20 0 3 0 276172601 995078144 201952 33554432000 4194304 5965102 140736969532336 139937684998456 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 920.98
Current children cumulated vsize (KiB) 971756

[startup+522.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/181 27061
/proc/meminfo: memFree=25793944/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=1040.96 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 184706 0 0 0 104023 73 0 0 20 0 3 0 276172280 995078144 202505 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 202505 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=517.69 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 75303 0 0 0 51725 44 0 0 20 0 3 0 276172601 995078144 202505 33554432000 4194304 5965102 140736969532336 139937695488840 4393903 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=517.66 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 30623 0 0 0 51738 28 0 0 20 0 3 0 276172601 995078144 202505 33554432000 4194304 5965102 140736969532336 139937684998504 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1040.96
Current children cumulated vsize (KiB) 971756

[startup+582.3 s]
/proc/loadavg: 3.33 3.84 3.95 3/173 27087
/proc/meminfo: memFree=29522436/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=1037292 CPUtime=1160.94 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 186836 0 0 0 116020 74 0 0 20 0 3 0 276172280 1062187008 215871 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 259323 215871 199 433 0 258887 0
[pid=27054/tid=27056] ppid=27052 vsize=1037292 CPUtime=577.53 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 76874 0 0 0 57708 45 0 0 20 0 3 0 276172601 1062187008 215871 33554432000 4194304 5965102 140736969532336 139937695488296 4404604 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=1037292 CPUtime=577.5 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 31182 0 0 0 57720 30 0 0 20 0 3 0 276172601 1062187008 215871 33554432000 4194304 5965102 140736969532336 139937684998264 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1160.94
Current children cumulated vsize (KiB) 1037292

[startup+642.3 s]
/proc/loadavg: 2.48 3.51 3.82 3/173 27087
/proc/meminfo: memFree=29519752/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=1037292 CPUtime=1280.91 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 187172 0 0 0 128017 74 0 0 20 0 3 0 276172280 1062187008 216649 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 259323 216649 199 433 0 258887 0
[pid=27054/tid=27056] ppid=27052 vsize=1037292 CPUtime=637.37 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 76874 0 0 0 63691 46 0 0 20 0 3 0 276172601 1062187008 216649 33554432000 4194304 5965102 140736969532336 139937695488296 4390210 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=1037292 CPUtime=637.33 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 31518 0 0 0 63702 31 0 0 20 0 3 0 276172601 1062187008 216649 33554432000 4194304 5965102 140736969532336 139937684997976 4390200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1280.91
Current children cumulated vsize (KiB) 1037292

[startup+702.3 s]
/proc/loadavg: 2.18 3.23 3.70 3/173 27087
/proc/meminfo: memFree=29512996/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=1037292 CPUtime=1400.89 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 187471 0 0 0 140014 75 0 0 20 0 3 0 276172280 1062187008 218218 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 259323 218218 199 433 0 258887 0
[pid=27054/tid=27056] ppid=27052 vsize=1037292 CPUtime=697.22 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 76874 0 0 0 69675 47 0 0 20 0 3 0 276172601 1062187008 218218 33554432000 4194304 5965102 140736969532336 139937695488296 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=1037292 CPUtime=697.18 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 31817 0 0 0 69685 33 0 0 20 0 3 0 276172601 1062187008 218218 33554432000 4194304 5965102 140736969532336 139937684998456 4390150 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1400.89
Current children cumulated vsize (KiB) 1037292

[startup+762.3 s]
/proc/loadavg: 2.06 3.00 3.60 3/173 27087
/proc/meminfo: memFree=29558648/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=1520.87 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 188738 0 0 0 152011 76 0 0 20 0 3 0 276172280 995078144 206729 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 206729 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=757.07 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 76874 0 0 0 75659 48 0 0 20 0 3 0 276172601 995078144 206729 33554432000 4194304 5965102 140736969532336 139937695488840 4393933 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=757.03 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 33084 0 0 0 75668 35 0 0 20 0 3 0 276172601 995078144 206729 33554432000 4194304 5965102 140736969532336 139937684998456 4390210 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1520.87
Current children cumulated vsize (KiB) 971756

[startup+822.3 s]
/proc/loadavg: 2.09 2.83 3.50 3/173 27087
/proc/meminfo: memFree=29504292/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=1037292 CPUtime=1640.84 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 190237 0 0 0 164006 78 0 0 20 0 3 0 276172280 1062187008 220433 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 259323 220433 199 433 0 258887 0
[pid=27054/tid=27056] ppid=27052 vsize=1037292 CPUtime=816.9 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 77890 0 0 0 81639 51 0 0 20 0 3 0 276172601 1062187008 220433 33554432000 4194304 5965102 140736969532336 139937695488296 4404383 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=1037292 CPUtime=816.86 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 33567 0 0 0 81649 37 0 0 20 0 3 0 276172601 1062187008 220433 33554432000 4194304 5965102 140736969532336 139937684998456 4390150 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1640.84
Current children cumulated vsize (KiB) 1037292

[startup+882.307 s]
/proc/loadavg: 2.03 2.68 3.40 3/173 27088
/proc/meminfo: memFree=29548260/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=1760.84 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 191875 0 0 0 176003 81 0 0 20 0 3 0 276172280 995078144 209296 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 209296 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=876.74 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 77901 0 0 0 87622 52 0 0 20 0 3 0 276172601 995078144 209296 33554432000 4194304 5965102 140736969532336 139937695488840 4390204 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=876.72 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 35194 0 0 0 87632 40 0 0 20 0 3 0 276172601 995078144 209296 33554432000 4194304 5965102 140736969532336 139937684998456 4222416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1760.84
Current children cumulated vsize (KiB) 971756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 2.02 2.64 3.37 3/173 27088
/proc/meminfo: memFree=29542536/32873648 swapFree=7108/7108
[pid=27054] ppid=27052 vsize=971756 CPUtime=1800.02 cores=0,2,4,6
/proc/27054/stat : 27054 (pwbo2.0) S 27052 27054 25163 0 -1 4202496 193296 0 0 0 179920 82 0 0 20 0 3 0 276172280 995078144 210710 33554432000 4194304 5965102 140736969532336 140736969531856 4547341 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27054/statm: 242939 210710 199 433 0 242503 0
[pid=27054/tid=27056] ppid=27052 vsize=971756 CPUtime=896.28 cores=0,2,4,6
/proc/27054/task/27056/stat : 27056 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 77908 0 0 0 89576 52 0 0 20 0 3 0 276172601 995078144 210710 33554432000 4194304 5965102 140736969532336 139937695488840 4394045 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=27054/tid=27057] ppid=27052 vsize=971756 CPUtime=896.27 cores=0,2,4,6
/proc/27054/task/27057/stat : 27057 (pwbo2.0) R 27052 27054 25163 0 -1 4202560 36608 0 0 0 89585 42 0 0 20 0 3 0 276172601 995078144 210710 33554432000 4194304 5965102 140736969532336 139937684998456 4390169 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 971756

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27054 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=693165
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=123829
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.934
CPU time (s): 1800.02
CPU user time (s): 1799.2
CPU system time (s): 0.82
CPU usage (%): 199.573
Max. virtual memory (cumulated for all children) (KiB): 1037292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 1.12383
maximum resident set size= 884968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193297
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= 7102
involuntary context switches= 1900

runsolver used 1.76273 second user time and 5.2532 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 08:34:28
IDJOB=3704077
IDBENCH=91052
IDSOLVER=2279
FILE ID=node123/3704077-1338100467
RUNJOBID= node123-1338088025-25179
PBS_JOBID= 14624452
Free space on /tmp= 71632 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704077-1338100467/watcher-3704077-1338100467 -o /tmp/evaluation-result-3704077-1338100467/solver-3704077-1338100467 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 HOME/instance-3704077-1338100467.opb

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

MD5SUM BENCH= 187352532546cdf6dd143df196fcb0ac
RANDOM SEED=961610035

node123.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.217
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.43
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.217
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		: 2667.217
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	: 5331.92
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.217
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.217
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.217
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.217
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		: 2667.217
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:        27673312 kB
Buffers:          277112 kB
Cached:          1433500 kB
SwapCached:         1808 kB
Active:          3401332 kB
Inactive:         981552 kB
Active(anon):    2663304 kB
Inactive(anon):    10968 kB
Active(file):     738028 kB
Inactive(file):   970584 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104820 kB
Dirty:             32988 kB
Writeback:             0 kB
AnonPages:       2689664 kB
Mapped:            14992 kB
Shmem:               100 kB
Slab:             659216 kB
SReclaimable:     103336 kB
SUnreclaim:       555880 kB
KernelStack:        1464 kB
PageTables:         9328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     663876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1652736 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= 71660 MiB
End job on node123 at 2012-05-27 08:49:32