Trace number 3704871

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.7? 1799.49 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-47.opb
MD5SUM17efc5fe25abdce41d8265867254d297
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10052
Total number of constraints226117
Number of constraints which are clauses203168
Number of constraints which are cardinality constraints (but not clauses)731
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                    1.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704871-1338110274.opb.
0.00/0.00	c Instance file HOME/instance-3704871-1338110274.opb
0.00/0.00	c File size is 9516230 bytes.
0.59/0.60	c Highest Coefficient sum: 232
0.59/0.60	c ============================[ Problem Statistics ]=============================
0.59/0.60	c |                                                                             |
0.59/0.60	c |  Parsing time:          0.61         s                                      |
0.59/0.60	c |  Number Variables:      10052                                               |
0.59/0.60	c |  Number Clauses:        203545                                              |
0.59/0.60	c |  Number Cardinality:    721                                                 |
0.59/0.60	c |  Number PB Constraints: 22218                                               |
0.59/0.60	c |                                                                             |
0.59/0.63	c |  Problem Type:          Decision                                            |
0.59/0.63	c |  Objective Function:    None                                                |
0.59/0.63	c |                                                                             |
0.59/0.63	c ===============================================================================
1799.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/1800.00	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-3704871-1338110274/watcher-3704871-1338110274 -o /tmp/evaluation-result-3704871-1338110274/solver-3704871-1338110274 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704871-1338110274.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: 2.05 2.01 2.00 2/175 11689
/proc/meminfo: memFree=31166980/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=12432 CPUtime=0 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) R 11687 11689 8971 0 -1 4202496 321 0 0 0 0 0 0 0 20 0 1 0 277155817 12730368 273 33554432000 4194304 5963574 140736644501312 140733283351016 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 3108 273 174 432 0 349 0

[startup+0.091246 s]
/proc/loadavg: 2.05 2.01 2.00 2/175 11689
/proc/meminfo: memFree=31166980/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=16740 CPUtime=0.08 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) R 11687 11689 8971 0 -1 4202496 1681 0 0 0 8 0 0 0 20 0 1 0 277155817 17141760 1633 33554432000 4194304 5963574 140736644501312 140733283351016 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 4185 1634 506 432 0 1426 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16740

[startup+0.100292 s]
/proc/loadavg: 2.05 2.01 2.00 2/175 11689
/proc/meminfo: memFree=31166980/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=17184 CPUtime=0.09 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) R 11687 11689 8971 0 -1 4202496 1828 0 0 0 9 0 0 0 20 0 1 0 277155817 17596416 1780 33554432000 4194304 5963574 140736644501312 140733283351016 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 4296 1780 543 432 0 1537 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17184

[startup+0.300257 s]
/proc/loadavg: 2.05 2.01 2.00 2/175 11689
/proc/meminfo: memFree=31166980/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=26392 CPUtime=0.29 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) R 11687 11689 8971 0 -1 4202496 4936 0 0 0 29 0 0 0 20 0 1 0 277155817 27025408 4823 33554432000 4194304 5963574 140736644501312 140733283351016 5135642 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 6598 4823 1321 432 0 3839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26392

[startup+0.700123 s]
/proc/loadavg: 2.05 2.01 2.00 2/175 11689
/proc/meminfo: memFree=31166980/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=113012 CPUtime=0.69 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 15807 0 0 0 67 2 0 0 20 0 2 0 277155817 115724288 13240 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 28253 13240 179 432 0 27818 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113012

[startup+1.50026 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 11691
/proc/meminfo: memFree=31104196/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=111928 CPUtime=1.49 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 19072 0 0 0 146 3 0 0 20 0 2 0 277155817 114614272 16062 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 27982 16062 187 432 0 27547 0
[pid=11689/tid=11691] ppid=11687 vsize=111928 CPUtime=0.88 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 9026 0 0 0 86 2 0 0 20 0 2 0 277155878 114614272 16062 33554432000 4194304 5963574 140736644501312 139934614804280 4372989 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111928

[startup+3.10026 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11691
/proc/meminfo: memFree=31102708/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=111928 CPUtime=3.09 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 19458 0 0 0 306 3 0 0 20 0 2 0 277155817 114614272 16448 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 27982 16448 187 432 0 27547 0
[pid=11689/tid=11691] ppid=11687 vsize=111928 CPUtime=2.48 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 9412 0 0 0 246 2 0 0 20 0 2 0 277155878 114614272 16448 33554432000 4194304 5963574 140736644501312 139934614804280 18446744073699066235 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111928

[startup+6.30025 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11691
/proc/meminfo: memFree=31098732/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=111928 CPUtime=6.29 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 20400 0 0 0 625 4 0 0 20 0 2 0 277155817 114614272 17390 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 27982 17390 187 432 0 27547 0
[pid=11689/tid=11691] ppid=11687 vsize=111928 CPUtime=5.66 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 10354 0 0 0 564 2 0 0 20 0 2 0 277155878 114614272 17390 33554432000 4194304 5963574 140736644501312 139934614804280 4408768 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111928

[startup+12.7003 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11691
/proc/meminfo: memFree=31090572/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=111928 CPUtime=12.69 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 22318 0 0 0 1264 5 0 0 20 0 2 0 277155817 114614272 19308 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 27982 19308 187 432 0 27547 0
[pid=11689/tid=11691] ppid=11687 vsize=111928 CPUtime=12.04 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 12272 0 0 0 1201 3 0 0 20 0 2 0 277155878 114614272 19308 33554432000 4194304 5963574 140736644501312 139934614804472 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111928

[startup+25.5002 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11691
/proc/meminfo: memFree=31078668/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=111928 CPUtime=25.48 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 25148 0 0 0 2543 5 0 0 20 0 2 0 277155817 114614272 22138 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 27982 22138 187 432 0 27547 0
[pid=11689/tid=11691] ppid=11687 vsize=111928 CPUtime=24.81 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 15102 0 0 0 2478 3 0 0 20 0 2 0 277155878 114614272 22138 33554432000 4194304 5963574 140736644501312 139934614804280 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 111928

[startup+51.1003 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11691
/proc/meminfo: memFree=31059380/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=177464 CPUtime=51.08 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 29820 0 0 0 5101 7 0 0 20 0 2 0 277155817 181723136 26809 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 44366 26809 187 432 0 43931 0
[pid=11689/tid=11691] ppid=11687 vsize=177464 CPUtime=50.34 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 19774 0 0 0 5029 5 0 0 20 0 2 0 277155878 181723136 26809 33554432000 4194304 5963574 140736644501312 139934614804280 4399468 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 177464

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11691
/proc/meminfo: memFree=31028256/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=177464 CPUtime=102.28 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 37292 0 0 0 10217 11 0 0 20 0 2 0 277155817 181723136 34280 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 44366 34280 187 432 0 43931 0
[pid=11689/tid=11691] ppid=11687 vsize=177464 CPUtime=101.41 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 27246 0 0 0 10131 10 0 0 20 0 2 0 277155878 181723136 34280 33554432000 4194304 5963574 140736644501312 139934614804472 4400078 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 177464

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 11694
/proc/meminfo: memFree=30992152/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=243000 CPUtime=162.26 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 46257 0 0 0 16210 16 0 0 20 0 2 0 277155817 248832000 43245 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 60750 43245 187 432 0 60315 0
[pid=11689/tid=11691] ppid=11687 vsize=243000 CPUtime=161.24 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 36211 0 0 0 16107 17 0 0 20 0 2 0 277155878 248832000 43245 33554432000 4194304 5963574 140736644501312 139934614804520 4399546 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 243000

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11733
/proc/meminfo: memFree=31244984/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=246648 CPUtime=222.24 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 53601 0 0 0 22201 23 0 0 20 0 2 0 277155817 252567552 51991 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 61662 51991 187 432 0 61227 0
[pid=11689/tid=11691] ppid=11687 vsize=246648 CPUtime=221.06 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 43555 0 0 0 22082 24 0 0 20 0 2 0 277155878 252567552 51991 33554432000 4194304 5963574 140736644501312 139934614804472 4399605 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 246648

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11734
/proc/meminfo: memFree=31195100/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=246648 CPUtime=282.18 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 54172 0 0 0 28195 23 0 0 20 0 2 0 277155817 252567552 52830 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 61662 52830 187 432 0 61227 0
[pid=11689/tid=11691] ppid=11687 vsize=246648 CPUtime=280.86 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 44126 0 0 0 28061 25 0 0 20 0 2 0 277155878 252567552 52830 33554432000 4194304 5963574 140736644501312 139934614804280 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 246648

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11734
/proc/meminfo: memFree=31175672/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=246648 CPUtime=342.15 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 58007 0 0 0 34189 26 0 0 20 0 2 0 277155817 252567552 56684 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 61662 56684 187 432 0 61227 0
[pid=11689/tid=11691] ppid=11687 vsize=246648 CPUtime=340.68 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 47961 0 0 0 34039 29 0 0 20 0 2 0 277155878 252567552 56684 33554432000 4194304 5963574 140736644501312 139934614804520 4403263 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 246648

[startup+402.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 11773
/proc/meminfo: memFree=31132280/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=312184 CPUtime=402.14 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 65249 0 0 0 40181 33 0 0 20 0 2 0 277155817 319676416 63926 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 78046 63926 187 432 0 77611 0
[pid=11689/tid=11691] ppid=11687 vsize=312184 CPUtime=400.52 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 55203 0 0 0 40015 37 0 0 20 0 2 0 277155878 319676416 63926 33554432000 4194304 5963574 140736644501312 139934614804520 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 312184

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11773
/proc/meminfo: memFree=31091768/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=314008 CPUtime=462.13 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11822
/proc/meminfo: memFree=30701168/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=578884 CPUtime=1421.86 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 128325 0 0 0 142099 87 0 0 20 0 2 0 277155817 592777216 128455 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 144721 128455 187 432 0 144286 0
[pid=11689/tid=11691] ppid=11687 vsize=578884 CPUtime=1417.68 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 118279 0 0 0 141662 106 0 0 20 0 2 0 277155878 592777216 128455 33554432000 4194304 5963574 140736644501312 139934614804280 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 578884

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11823
/proc/meminfo: memFree=30669920/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=578884 CPUtime=1481.84 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 132406 0 0 0 148093 91 0 0 20 0 2 0 277155817 592777216 132536 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 144721 132536 187 432 0 144286 0
[pid=11689/tid=11691] ppid=11687 vsize=578884 CPUtime=1477.52 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 122360 0 0 0 147641 111 0 0 20 0 2 0 277155878 592777216 132536 33554432000 4194304 5963574 140736644501312 139934614804472 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 578884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11823
/proc/meminfo: memFree=30642200/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=578884 CPUtime=1541.83 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 136518 0 0 0 154089 94 0 0 20 0 2 0 277155817 592777216 137130 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 144721 137130 187 432 0 144286 0
[pid=11689/tid=11691] ppid=11687 vsize=578884 CPUtime=1537.36 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 126472 0 0 0 153621 115 0 0 20 0 2 0 277155878 592777216 137130 33554432000 4194304 5963574 140736644501312 139934614804472 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 578884

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11823
/proc/meminfo: memFree=30601156/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=644420 CPUtime=1601.81 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 143605 0 0 0 160081 100 0 0 20 0 2 0 277155817 659886080 144217 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 161105 144217 187 432 0 160670 0
[pid=11689/tid=11691] ppid=11687 vsize=644420 CPUtime=1597.2 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 133559 0 0 0 159597 123 0 0 20 0 2 0 277155878 659886080 144217 33554432000 4194304 5963574 140736644501312 139934614804520 4399968 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 644420

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11823
/proc/meminfo: memFree=30562280/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=644420 CPUtime=1661.81 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 149294 0 0 0 166076 105 0 0 20 0 2 0 277155817 659886080 149906 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 161105 149906 187 432 0 160670 0
[pid=11689/tid=11691] ppid=11687 vsize=644420 CPUtime=1657.04 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 139248 0 0 0 165575 129 0 0 20 0 2 0 277155878 659886080 149906 33554432000 4194304 5963574 140736644501312 139934614804520 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.81
Current children cumulated vsize (KiB) 644420

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11823
/proc/meminfo: memFree=30534504/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=644420 CPUtime=1721.8 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 152757 0 0 0 172071 109 0 0 20 0 2 0 277155817 659886080 153369 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 161105 153369 187 432 0 160670 0
[pid=11689/tid=11691] ppid=11687 vsize=644420 CPUtime=1716.88 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 142711 0 0 0 171555 133 0 0 20 0 2 0 277155878 659886080 153369 33554432000 4194304 5963574 140736644501312 139934614804472 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 644420

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11823
/proc/meminfo: memFree=30505124/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1781.8 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 156886 0 0 0 178066 114 0 0 20 0 2 0 277155817 726994944 157498 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 157498 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1776.72 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 146840 0 0 0 177534 138 0 0 20 0 2 0 277155878 726994944 157498 33554432000 4194304 5963574 140736644501312 139934614804472 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 709956

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=30501148/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1791.4 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 157564 0 0 0 179026 114 0 0 20 0 2 0 277155817 726994944 158176 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 158176 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1786.3 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 147518 0 0 0 178491 139 0 0 20 0 2 0 277155878 726994944 158176 33554432000 4194304 5963574 140736644501312 139934614804472 4222304 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 709956

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=30497612/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1794.59 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 157795 0 0 0 179345 114 0 0 20 0 2 0 277155817 726994944 158407 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 158407 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1789.49 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 147749 0 0 0 178810 139 0 0 20 0 2 0 277155878 726994944 158407 33554432000 4194304 5963574 140736644501312 139934614804472 4402906 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 709956

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=30496372/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1797.79 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 158013 0 0 0 179664 115 0 0 20 0 2 0 277155817 726994944 158625 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 158625 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1792.68 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 147967 0 0 0 179128 140 0 0 20 0 2 0 277155878 726994944 158625 33554432000 4194304 5963574 140736644501312 139934614804472 4402912 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.79
Current children cumulated vsize (KiB) 709956

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=30496124/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1798.59 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 158069 0 0 0 179744 115 0 0 20 0 2 0 277155817 726994944 158681 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 158681 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1793.48 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 148023 0 0 0 179208 140 0 0 20 0 2 0 277155878 726994944 158681 33554432000 4194304 5963574 140736644501312 139934614804472 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (KiB) 709956

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=30495504/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1799 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 158097 0 0 0 179785 115 0 0 20 0 2 0 277155817 726994944 158709 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 158709 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1793.88 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 148051 0 0 0 179248 140 0 0 20 0 2 0 277155878 726994944 158709 33554432000 4194304 5963574 140736644501312 139934614804472 4399456 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 709956

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=30495504/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1799.39 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 158130 0 0 0 179824 115 0 0 20 0 2 0 277155817 726994944 158742 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 158742 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1794.27 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 148084 0 0 0 179287 140 0 0 20 0 2 0 277155878 726994944 158742 33554432000 4194304 5963574 140736644501312 139934614804520 4399968 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 709956

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11824
/proc/meminfo: memFree=30495504/32873844 swapFree=6088/6088
[pid=11689] ppid=11687 vsize=709956 CPUtime=1799.49 cores=0,2,4,6
/proc/11689/stat : 11689 (wbo1.7) S 11687 11689 8971 0 -1 4202496 158140 0 0 0 179834 115 0 0 20 0 2 0 277155817 726994944 158752 33554432000 4194304 5963574 140736644501312 140736644500832 4545837 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11689/statm: 177489 158752 187 432 0 177054 0
[pid=11689/tid=11691] ppid=11687 vsize=709956 CPUtime=1794.37 cores=0,2,4,6
/proc/11689/task/11691/stat : 11691 (wbo1.7) R 11687 11689 8971 0 -1 4202560 148094 0 0 0 179297 140 0 0 20 0 2 0 277155878 726994944 158752 33554432000 4194304 5963574 140736644501312 139934614804520 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 709956

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11689 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=566336
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=439781
# CPU time returned by wait4() is 1795.01
# while last known CPU time is 1799.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.49
CPU user time (s): 1798.34
CPU system time (s): 1.15
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 709956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 1.43978
maximum resident set size= 635020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158143
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= 221
involuntary context switches= 2427

runsolver used 3.69044 second user time and 7.56385 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 11:17:54
IDJOB=3704871
IDBENCH=89714
IDSOLVER=2283
FILE ID=node110/3704871-1338110274
RUNJOBID= node110-1338085012-8987
PBS_JOBID= 14624425
Free space on /tmp= 71660 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-47.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704871-1338110274/watcher-3704871-1338110274 -o /tmp/evaluation-result-3704871-1338110274/solver-3704871-1338110274 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704871-1338110274.opb

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

MD5SUM BENCH= 17efc5fe25abdce41d8265867254d297
RANDOM SEED=1313009944

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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:       32873844 kB
MemFree:        31166980 kB
Buffers:          228180 kB
Cached:           294252 kB
SwapCached:          148 kB
Active:           847836 kB
Inactive:          71440 kB
Active(anon):     386716 kB
Inactive(anon):    12496 kB
Active(file):     461120 kB
Inactive(file):    58944 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             14764 kB
Writeback:             0 kB
AnonPages:        496504 kB
Mapped:            14964 kB
Shmem:               196 kB
Slab:             644860 kB
SReclaimable:      87340 kB
SUnreclaim:       557520 kB
KernelStack:        1472 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 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= 71652 MiB
End job on node110 at 2012-05-27 11:47:54