Trace number 3726363

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.13 901.93

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null50mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM8f97c77928b15936b90881f480455177
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6736
Best CPU time to get the best result obtained on this benchmark1801.43
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 842
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 750251
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 842
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 750251
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-3726363-1338667536.opb.
0.00/0.00	c Instance file HOME/instance-3726363-1338667536.opb
0.00/0.00	c File size is 28227228 bytes.
3.09/3.18	c Cost Offset: -750251
3.09/3.18	c Highest Coefficient sum: 69338
3.09/3.18	c ============================[ Problem Statistics ]=============================
3.09/3.18	c |                                                                             |
3.09/3.18	c |  Parsing time:          3.18         s                                      |
3.09/3.18	c |  Number Variables:      400896                                              |
3.09/3.18	c |  Number Clauses:        400785                                              |
3.09/3.18	c |  Number Cardinality:    1977                                                |
3.09/3.18	c |  Number PB Constraints: 1                                                   |
3.09/3.18	c |                                                                             |
3.71/3.53	c |  Problem Type:          Optimization                                        |
3.71/3.53	c |  Objective Function:    PB Constraint                                       |
3.71/3.53	c |                                                                             |
3.71/3.53	c ===============================================================================
1800.13/901.91	c ===============================================================================
1800.13/901.91	c Wall Clock Time: 901.91 s
1800.13/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-3726363-1338667536/watcher-3726363-1338667536 -o /tmp/evaluation-result-3726363-1338667536/solver-3726363-1338667536 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 HOME/instance-3726363-1338667536.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 3/173 23759
/proc/meminfo: memFree=28062068/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=32828 CPUtime=0 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) R 23756 23759 23718 0 -1 4202496 623 0 0 0 0 0 0 0 20 0 1 0 332820667 33615872 576 33554432000 4194304 5964478 140733357863904 140736392402552 4395406 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 8207 576 168 433 0 879 0

[startup+0.058834 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 23759
/proc/meminfo: memFree=28062068/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=44100 CPUtime=0.04 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) R 23756 23759 23718 0 -1 4202496 3228 0 0 0 4 0 0 0 20 0 1 0 332820667 45158400 3148 33554432000 4194304 5964478 140733357863904 140733357861960 4442009 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 11025 3149 319 433 0 3697 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44100

[startup+0.100328 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 23759
/proc/meminfo: memFree=28062068/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=50596 CPUtime=0.08 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) R 23756 23759 23718 0 -1 4202496 4726 0 0 0 8 0 0 0 20 0 1 0 332820667 51810304 4597 33554432000 4194304 5964478 140733357863904 140733357861960 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 12649 4598 433 433 0 5321 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50596

[startup+0.300289 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 23759
/proc/meminfo: memFree=28062068/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=69864 CPUtime=0.28 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) R 23756 23759 23718 0 -1 4202496 10635 0 0 0 27 1 0 0 20 0 1 0 332820667 71540736 10239 33554432000 4194304 5964478 140733357863904 140733357861960 4344768 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 17466 10241 977 433 0 10138 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69864

[startup+0.700288 s]
/proc/loadavg: 1.84 1.97 1.99 3/173 23759
/proc/meminfo: memFree=28062068/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=116328 CPUtime=0.69 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) R 23756 23759 23718 0 -1 4202496 23138 0 0 0 66 3 0 0 20 0 1 0 332820667 119119872 22212 33554432000 4194304 5964478 140733357863904 140733357861960 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 29082 22213 2004 433 0 21754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 116328

[startup+1.50029 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 23763
/proc/meminfo: memFree=27835384/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=212300 CPUtime=1.49 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) R 23756 23759 23718 0 -1 4202496 45308 0 0 0 143 6 0 0 20 0 1 0 332820667 217395200 45877 33554432000 4194304 5964478 140733357863904 140733357862408 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 53075 45878 3811 433 0 45747 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 212300

[startup+3.10028 s]
/proc/loadavg: 1.84 1.97 1.99 3/177 23763
/proc/meminfo: memFree=27533148/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=336708 CPUtime=3.09 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) R 23756 23759 23718 0 -1 4202496 74938 0 0 0 297 12 0 0 20 0 1 0 332820667 344788992 78002 33554432000 4194304 5964478 140733357863904 140733357862280 5136490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 84177 78002 6892 433 0 76849 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 336708

[startup+6.30036 s]
/proc/loadavg: 1.93 1.98 1.99 5/181 23767
/proc/meminfo: memFree=26654856/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=889672 CPUtime=9.26 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 163984 0 0 0 884 42 0 0 20 0 3 0 332820667 911024128 184673 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 222418 184673 196 433 0 221982 0
[pid=23759/tid=23764] ppid=23756 vsize=889672 CPUtime=3.05 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 65466 0 0 0 281 24 0 0 20 0 3 0 332820986 911024128 184673 33554432000 4194304 5964478 140733357863904 139999438535016 4394745 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=889672 CPUtime=3.03 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 21769 0 0 0 297 6 0 0 20 0 3 0 332820986 911024128 184673 33554432000 4194304 5964478 140733357863904 139999428045112 4392882 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.26
Current children cumulated vsize (KiB) 889672

[startup+12.7003 s]
/proc/loadavg: 2.10 2.02 2.01 5/181 23767
/proc/meminfo: memFree=26520200/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=955208 CPUtime=22.07 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 166116 0 0 0 2164 43 0 0 20 0 3 0 332820667 978132992 194470 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 238802 194470 197 433 0 238366 0
[pid=23759/tid=23764] ppid=23756 vsize=955208 CPUtime=9.44 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 66109 0 0 0 919 25 0 0 20 0 3 0 332820986 978132992 194470 33554432000 4194304 5964478 140733357863904 139999438534952 4406373 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=955208 CPUtime=9.42 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 23258 0 0 0 936 6 0 0 20 0 3 0 332820986 978132992 194470 33554432000 4194304 5964478 140733357863904 139999428045112 4399969 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 955208

[startup+25.5003 s]
/proc/loadavg: 2.52 2.11 2.04 5/181 23767
/proc/meminfo: memFree=26540996/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=889672 CPUtime=47.65 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 169174 0 0 0 4721 44 0 0 20 0 3 0 332820667 911024128 193877 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 222418 193877 197 433 0 221982 0
[pid=23759/tid=23764] ppid=23756 vsize=889672 CPUtime=22.2 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 68745 0 0 0 2195 25 0 0 20 0 3 0 332820986 911024128 193877 33554432000 4194304 5964478 140733357863904 139999438535192 4392863 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=889672 CPUtime=22.18 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 23680 0 0 0 2211 7 0 0 20 0 3 0 332820986 911024128 193877 33554432000 4194304 5964478 140733357863904 139999428045112 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 47.65
Current children cumulated vsize (KiB) 889672

[startup+51.1004 s]
/proc/loadavg: 3.02 2.26 2.09 5/181 23768
/proc/meminfo: memFree=26478720/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=955208 CPUtime=98.84 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 173051 0 0 0 9838 46 0 0 20 0 3 0 332820667 978132992 197574 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 238802 197574 197 433 0 238366 0
[pid=23759/tid=23764] ppid=23756 vsize=955208 CPUtime=47.73 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 72219 0 0 0 4748 25 0 0 20 0 3 0 332820986 978132992 197574 33554432000 4194304 5964478 140733357863904 139999438534952 4390878 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=955208 CPUtime=47.71 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 24083 0 0 0 4763 8 0 0 20 0 3 0 332820986 978132992 197574 33554432000 4194304 5964478 140733357863904 139999428045112 4390878 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 98.84
Current children cumulated vsize (KiB) 955208

[startup+102.3 s]
/proc/loadavg: 3.57 2.53 2.19 5/181 23768
/proc/meminfo: memFree=26466672/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=889796 CPUtime=201.22 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 186178 0 0 0 20068 54 0 0 20 0 3 0 332820667 911151104 196093 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 222449 196093 198 433 0 222013 0
[pid=23759/tid=23764] ppid=23756 vsize=889796 CPUtime=98.79 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 83896 0 0 0 9848 31 0 0 20 0 3 0 332820986 911151104 196093 33554432000 4194304 5964478 140733357863904 139999438535496 4387939 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=889796 CPUtime=98.78 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 25533 0 0 0 9866 12 0 0 20 0 3 0 332820986 911151104 196093 33554432000 4194304 5964478 140733357863904 139999428045112 4390868 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 201.22
Current children cumulated vsize (KiB) 889796

[startup+162.3 s]
/proc/loadavg: 3.84 2.80 2.30 5/180 23768
/proc/meminfo: memFree=26404216/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=955332 CPUtime=321.22 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 194065 0 0 0 32062 60 0 0 20 0 3 0 332820667 978259968 210138 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 238833 210138 198 433 0 238397 0
[pid=23759/tid=23764] ppid=23756 vsize=955332 CPUtime=158.65 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90014 0 0 0 15829 36 0 0 20 0 3 0 332820986 978259968 210138 33554432000 4194304 5964478 140733357863904 139999438535496 4388824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=955332 CPUtime=158.64 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 27302 0 0 0 15849 15 0 0 20 0 3 0 332820986 978259968 210138 33554432000 4194304 5964478 140733357863904 139999428045112 4392745 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 321.22
Current children cumulated vsize (KiB) 955332

[startup+222.3 s]
/proc/loadavg: 3.94 3.01 2.40 5/181 23769
/proc/meminfo: memFree=26393688/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=955332 CPUtime=441.18 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 195370 0 0 0 44054 64 0 0 20 0 3 0 332820667 978259968 211443 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 238833 211443 198 433 0 238397 0
[pid=23759/tid=23764] ppid=23756 vsize=955332 CPUtime=218.49 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90016 0 0 0 21812 37 0 0 20 0 3 0 332820986 978259968 211443 33554432000 4194304 5964478 140733357863904 139999438535496 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=955332 CPUtime=218.48 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 28605 0 0 0 21828 20 0 0 20 0 3 0 332820986 978259968 211443 33554432000 4194304 5964478 140733357863904 139999428045160 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 441.18
Current children cumulated vsize (KiB) 955332

[startup+282.307 s]
/proc/loadavg: 3.98 3.19 2.50 5/182 23772
/proc/meminfo: memFree=26401284/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1020868 CPUtime=561.18 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 196895 0 0 0 56051 67 0 0 20 0 3 0 332820667 1045368832 218589 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 255217 218589 198 433 0 254781 0
[pid=23759/tid=23764] ppid=23756 vsize=1020868 CPUtime=278.34 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90714 0 0 0 27795 39 0 0 20 0 3 0 332820986 1045368832 218589 33554432000 4194304 5964478 140733357863904 139999438534952 4392918 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1020868 CPUtime=278.33 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 29432 0 0 0 27810 23 0 0 20 0 3 0 332820986 1045368832 218589 33554432000 4194304 5964478 140733357863904 139999428045112 4392882 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 561.18
Current children cumulated vsize (KiB) 1020868

[startup+342.3 s]
/proc/loadavg: 3.99 3.33 2.59 5/180 23772
/proc/meminfo: memFree=26345744/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1020868 CPUtime=681.15 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 197551 0 0 0 68047 68 0 0 20 0 3 0 332820667 1045368832 219245 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 255217 219245 198 433 0 254781 0
[pid=23759/tid=23764] ppid=23756 vsize=1020868 CPUtime=338.18 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90714 0 0 0 33778 40 0 0 20 0 3 0 332820986 1045368832 219245 33554432000 4194304 5964478 140733357863904 139999438534952 4403500 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1020868 CPUtime=338.17 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 30088 0 0 0 33792 25 0 0 20 0 3 0 332820986 1045368832 219245 33554432000 4194304 5964478 140733357863904 139999428045112 4392805 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 681.15
Current children cumulated vsize (KiB) 1020868

[startup+402.3 s]
/proc/loadavg: 3.99 3.45 2.67 5/181 23773
/proc/meminfo: memFree=26331996/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1020868 CPUtime=801.13 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 198655 0 0 0 80043 70 0 0 20 0 3 0 332820667 1045368832 220349 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 255217 220349 198 433 0 254781 0
[pid=23759/tid=23764] ppid=23756 vsize=1020868 CPUtime=398.03 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90714 0 0 0 39762 41 0 0 20 0 3 0 332820986 1045368832 220349 33554432000 4194304 5964478 140733357863904 139999438534952 4403656 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1020868 CPUtime=398.02 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 31192 0 0 0 39773 29 0 0 20 0 3 0 332820986 1045368832 220349 33554432000 4194304 5964478 140733357863904 139999428045112 4403560 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 801.13
Current children cumulated vsize (KiB) 1020868

[startup+462.3 s]
/proc/loadavg: 3.99 3.55 2.75 5/181 23773
/proc/meminfo: memFree=26338572/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=955332 CPUtime=921.11 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 199671 0 0 0 92039 72 0 0 20 0 3 0 332820667 978259968 217780 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 238833 217780 198 433 0 238397 0
[pid=23759/tid=23764] ppid=23756 vsize=955332 CPUtime=457.87 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90714 0 0 0 45746 41 0 0 20 0 3 0 332820986 978259968 217780 33554432000 4194304 5964478 140733357863904 139999438535496 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=955332 CPUtime=457.86 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 32208 0 0 0 45755 31 0 0 20 0 3 0 332820986 978259968 217780 33554432000 4194304 5964478 140733357863904 139999428045112 4399854 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 921.11
Current children cumulated vsize (KiB) 955332

[startup+522.3 s]
/proc/loadavg: 3.99 3.63 2.83 5/181 23773
/proc/meminfo: memFree=26320172/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=955332 CPUtime=1041.09 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 201297 0 0 0 104034 75 0 0 20 0 3 0 332820667 978259968 219401 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 238833 219401 198 433 0 238397 0
[pid=23759/tid=23764] ppid=23756 vsize=955332 CPUtime=517.72 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90714 0 0 0 51730 42 0 0 20 0 3 0 332820986 978259968 219401 33554432000 4194304 5964478 140733357863904 139999438535496 4392863 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=955332 CPUtime=517.7 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 33834 0 0 0 51736 34 0 0 20 0 3 0 332820986 978259968 219401 33554432000 4194304 5964478 140733357863904 139999428045112 4399915 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1041.09
Current children cumulated vsize (KiB) 955332

[startup+582.3 s]
/proc/loadavg: 3.99 3.69 2.90 5/181 23773
/proc/meminfo: memFree=26296688/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1020868 CPUtime=1161.05 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 202193 0 0 0 116028 77 0 0 20 0 3 0 332820667 1045368832 224251 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 255217 224251 198 433 0 254781 0
[pid=23759/tid=23764] ppid=23756 vsize=1020868 CPUtime=577.57 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90722 0 0 0 57714 43 0 0 20 0 3 0 332820986 1045368832 224251 33554432000 4194304 5964478 140733357863904 139999438534952 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1020868 CPUtime=577.54 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 34722 0 0 0 57717 37 0 0 20 0 3 0 332820986 1045368832 224251 33554432000 4194304 5964478 140733357863904 139999428045112 4222416 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1161.05
Current children cumulated vsize (KiB) 1020868

[startup+642.3 s]
/proc/loadavg: 3.99 3.75 2.96 5/181 23773
/proc/meminfo: memFree=26285508/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1020868 CPUtime=1281.02 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 202939 0 0 0 128024 78 0 0 20 0 3 0 332820667 1045368832 226312 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 255217 226312 198 433 0 254781 0
[pid=23759/tid=23764] ppid=23756 vsize=1020868 CPUtime=637.41 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90722 0 0 0 63697 44 0 0 20 0 3 0 332820986 1045368832 226312 33554432000 4194304 5964478 140733357863904 139999438534952 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1020868 CPUtime=637.37 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 35468 0 0 0 63698 39 0 0 20 0 3 0 332820986 1045368832 226312 33554432000 4194304 5964478 140733357863904 139999428045112 4403560 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1281.02
Current children cumulated vsize (KiB) 1020868

[startup+702.3 s]
/proc/loadavg: 3.99 3.79 3.03 5/181 23774
/proc/meminfo: memFree=26265636/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1020868 CPUtime=1401.01 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 203676 0 0 0 140021 80 0 0 20 0 3 0 332820667 1045368832 227048 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 255217 227048 198 433 0 254781 0
[pid=23759/tid=23764] ppid=23756 vsize=1020868 CPUtime=697.26 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 90723 0 0 0 69681 45 0 0 20 0 3 0 332820986 1045368832 227048 33554432000 4194304 5964478 140733357863904 139999438534952 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1020868 CPUtime=697.22 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 36204 0 0 0 69680 42 0 0 20 0 3 0 332820986 1045368832 227048 33554432000 4194304 5964478 140733357863904 139999428045112 4403624 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1401.01
Current children cumulated vsize (KiB) 1020868

[startup+762.3 s]
/proc/loadavg: 3.99 3.83 3.09 5/181 23774
/proc/meminfo: memFree=26258476/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1048208 CPUtime=1520.98 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 205797 0 0 0 152016 82 0 0 20 0 3 0 332820667 1073364992 227734 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 262052 227734 198 433 0 261616 0
[pid=23759/tid=23764] ppid=23756 vsize=1048208 CPUtime=757.1 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 91747 0 0 0 75664 46 0 0 20 0 3 0 332820986 1073364992 227734 33554432000 4194304 5964478 140733357863904 139999438534952 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1048208 CPUtime=757.06 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 37301 0 0 0 75662 44 0 0 20 0 3 0 332820986 1073364992 227734 33554432000 4194304 5964478 140733357863904 139999428044920 4392882 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1520.98
Current children cumulated vsize (KiB) 1048208

[startup+822.3 s]
/proc/loadavg: 4.15 3.89 3.15 5/181 23774
/proc/meminfo: memFree=26236900/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1053676 CPUtime=1640.96 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 206599 0 0 0 164014 82 0 0 20 0 3 0 332820667 1078964224 232100 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 263419 232100 198 433 0 262983 0
[pid=23759/tid=23764] ppid=23756 vsize=1053676 CPUtime=816.94 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 92278 0 0 0 81647 47 0 0 20 0 3 0 332820986 1078964224 232100 33554432000 4194304 5964478 140733357863904 139999438534984 4399920 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1053676 CPUtime=816.92 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 37572 0 0 0 81646 46 0 0 20 0 3 0 332820986 1078964224 232100 33554432000 4194304 5964478 140733357863904 139999428044632 4389110 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.96
Current children cumulated vsize (KiB) 1053676

[startup+882.3 s]
/proc/loadavg: 4.06 3.91 3.20 5/182 23777
/proc/meminfo: memFree=26231528/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1053676 CPUtime=1760.93 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 207176 0 0 0 176009 84 0 0 20 0 3 0 332820667 1078964224 232735 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 263419 232735 198 433 0 262983 0
[pid=23759/tid=23764] ppid=23756 vsize=1053676 CPUtime=876.78 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 92278 0 0 0 87630 48 0 0 20 0 3 0 332820986 1078964224 232735 33554432000 4194304 5964478 140733357863904 139999438534984 4400010 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1053676 CPUtime=876.75 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 38149 0 0 0 87627 48 0 0 20 0 3 0 332820986 1078964224 232735 33554432000 4194304 5964478 140733357863904 139999428045112 4392797 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.93
Current children cumulated vsize (KiB) 1053676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.9 s]
/proc/loadavg: 4.04 3.91 3.22 5/182 23777
/proc/meminfo: memFree=26230504/32873844 swapFree=7128/7128
[pid=23759] ppid=23756 vsize=1053676 CPUtime=1800.13 cores=0,2,4,6
/proc/23759/stat : 23759 (pwbo2.02) S 23756 23759 23718 0 -1 4202496 207328 0 0 0 179929 84 0 0 20 0 3 0 332820667 1078964224 232879 33554432000 4194304 5964478 140733357863904 140733357863424 4546685 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23759/statm: 263419 232879 198 433 0 262983 0
[pid=23759/tid=23764] ppid=23756 vsize=1053676 CPUtime=896.33 cores=0,2,4,6
/proc/23759/task/23764/stat : 23764 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 92286 0 0 0 89585 48 0 0 20 0 3 0 332820986 1078964224 232879 33554432000 4194304 5964478 140733357863904 139999438534984 4399854 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23759/tid=23765] ppid=23756 vsize=1053676 CPUtime=896.31 cores=0,2,4,6
/proc/23759/task/23765/stat : 23765 (pwbo2.02) R 23756 23759 23718 0 -1 4202560 38293 0 0 0 89583 48 0 0 20 0 3 0 332820986 1078964224 232879 33554432000 4194304 5964478 140733357863904 139999428045160 4400010 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 1053676

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 23759 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=754155
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=124829
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.93
CPU time (s): 1800.13
CPU user time (s): 1799.29
CPU system time (s): 0.84
CPU usage (%): 199.587
Max. virtual memory (cumulated for all children) (KiB): 1053676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.12483
maximum resident set size= 931520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207329
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= 6471
involuntary context switches= 2232

runsolver used 1.78173 second user time and 5.52516 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-02 22:05:37
IDJOB=3726363
IDBENCH=91040
IDSOLVER=2309
FILE ID=node105/3726363-1338667536
RUNJOBID= node105-1338667536-23734
PBS_JOBID= 14636526
Free space on /tmp= 71224 MiB

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

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

MD5SUM BENCH= 8f97c77928b15936b90881f480455177
RANDOM SEED=1938717540

node105.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.882
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	: 5333.76
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.882
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.882
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.91
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.882
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.882
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	: 5438.54
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.882
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.882
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		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28062876 kB
Buffers:          529948 kB
Cached:          3397052 kB
SwapCached:         1700 kB
Active:           978940 kB
Inactive:        2953924 kB
Active(anon):       2440 kB
Inactive(anon):     4808 kB
Active(file):     976500 kB
Inactive(file):  2949116 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:             66024 kB
Writeback:             0 kB
AnonPages:         10220 kB
Mapped:             8104 kB
Shmem:                 0 kB
Slab:             738160 kB
SReclaimable:     179700 kB
SUnreclaim:       558460 kB
KernelStack:        1384 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71212 MiB
End job on node105 at 2012-06-02 22:20:41