Trace number 3704355

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
pwbo 2.0? 1799.45 1800.05

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
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 variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 2458
Number of bits of the biggest sum of numbers12
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-3704355-1338096101.opb.
0.00/0.00	c Instance file HOME/instance-3704355-1338096101.opb
0.00/0.00	c File size is 315937781 bytes.
21.28/21.34	c Highest Coefficient sum: 2458
21.28/21.34	c ============================[ Problem Statistics ]=============================
21.28/21.34	c |                                                                             |
21.28/21.34	c |  Parsing time:          21.34        s                                      |
21.28/21.34	c |  Number Variables:      288080                                              |
21.28/21.34	c |  Number Clauses:        5771829                                             |
21.28/21.34	c |  Number Cardinality:    22887                                               |
21.28/21.34	c |  Number PB Constraints: 651187                                              |
21.28/21.34	c |                                                                             |
25.09/25.14	c |  Problem Type:          Decision                                            |
25.09/25.14	c |  Objective Function:    None                                                |
25.09/25.14	c |                                                                             |
25.09/25.14	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3704355-1338096101/watcher-3704355-1338096101 -o /tmp/evaluation-result-3704355-1338096101/solver-3704355-1338096101 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704355-1338096101.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.00 2.00 2.00 3/177 8163
/proc/meminfo: memFree=27811516/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=311680 CPUtime=0 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 314 0 0 0 0 0 0 0 20 0 1 0 275739408 319160320 267 33554432000 4194304 5965102 140733622439440 140736315643016 4348521 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 77920 267 173 433 0 350 0

[startup+0.081252 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8163
/proc/meminfo: memFree=27811516/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=315160 CPUtime=0.07 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 1441 0 0 0 7 0 0 0 20 0 1 0 275739408 322723840 1394 33554432000 4194304 5965102 140733622439440 140736315643016 4224403 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 78790 1395 449 433 0 1220 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 315160

[startup+0.100334 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8163
/proc/meminfo: memFree=27811516/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=316116 CPUtime=0.09 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 1770 0 0 0 9 0 0 0 20 0 1 0 275739408 323702784 1690 33554432000 4194304 5965102 140733622439440 140736315643016 4351027 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 79029 1690 523 433 0 1459 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 316116

[startup+0.300299 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8163
/proc/meminfo: memFree=27811516/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=324820 CPUtime=0.29 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 4708 0 0 0 29 0 0 0 20 0 1 0 275739408 332615680 4563 33554432000 4194304 5965102 140733622439440 140736315643016 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 81205 4564 1259 433 0 3635 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 324820

[startup+0.700259 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 8163
/proc/meminfo: memFree=27811516/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=342316 CPUtime=0.69 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 10574 0 0 0 68 1 0 0 20 0 1 0 275739408 350531584 10300 33554432000 4194304 5965102 140733622439440 140733622437416 4345096 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 85579 10303 2732 433 0 8009 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 342316

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 8164
/proc/meminfo: memFree=27752676/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=376504 CPUtime=1.49 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 22077 0 0 0 147 2 0 0 20 0 1 0 275739408 385540096 21546 33554432000 4194304 5965102 140733622439440 140733622437528 4420575 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 94126 21546 5785 433 0 16556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 376504

[startup+3.10031 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 8164
/proc/meminfo: memFree=27708768/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=440460 CPUtime=3.09 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 43466 0 0 0 303 6 0 0 20 0 1 0 275739408 451031040 43444 33554432000 4194304 5965102 140733622439440 140733622437528 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 110115 43445 11754 433 0 32545 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 440460

[startup+6.3003 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 8164
/proc/meminfo: memFree=27585620/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=566564 CPUtime=6.29 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 84381 0 0 0 615 14 0 0 20 0 1 0 275739408 580161536 85889 33554432000 4194304 5965102 140733622439440 140733622437528 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 141641 85889 23349 433 0 64071 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 566564

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 8164
/proc/meminfo: memFree=27333392/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=823640 CPUtime=12.68 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) R 8161 8163 6880 0 -1 4202496 165133 0 0 0 1243 25 0 0 20 0 1 0 275739408 843407360 171746 33554432000 4194304 5965102 140733622439440 140733622437384 5137146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 205910 171747 47833 433 0 128340 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 823640

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/178 8165
/proc/meminfo: memFree=26675552/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=1227476 CPUtime=25.49 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 334490 0 0 0 2496 53 0 0 20 0 2 0 275739408 1256935424 283886 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 306869 283887 178 433 0 306433 0
[pid=8163/tid=8165] ppid=8161 vsize=1227476 CPUtime=4.13 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 75547 0 0 0 400 13 0 0 20 0 2 0 275741543 1256935424 283888 33554432000 4194304 5965102 140733622439440 139780878608776 5244967 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1227476

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 8166
/proc/meminfo: memFree=26065672/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=1795420 CPUtime=51.08 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 483865 0 0 0 5022 86 0 0 20 0 2 0 275739408 1838510080 431328 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 448855 431328 191 433 0 448419 0
[pid=8163/tid=8165] ppid=8161 vsize=1795420 CPUtime=29.66 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 224920 0 0 0 2920 46 0 0 20 0 2 0 275741543 1838510080 431328 33554432000 4194304 5965102 140733622439440 139780878608424 4410295 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1795420

[startup+102.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 8166
/proc/meminfo: memFree=25987536/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=1860956 CPUtime=102.28 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 496077 0 0 0 10133 95 0 0 20 0 2 0 275739408 1905618944 443540 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 465239 443540 191 433 0 464803 0
[pid=8163/tid=8165] ppid=8161 vsize=1860956 CPUtime=80.73 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 237132 0 0 0 8018 55 0 0 20 0 2 0 275741543 1905618944 443540 33554432000 4194304 5965102 140733622439440 139780878608184 4401056 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1860956

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8166
/proc/meminfo: memFree=25899744/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=1926492 CPUtime=162.27 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 509298 0 0 0 16122 105 0 0 20 0 2 0 275739408 1972727808 456761 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 481623 456761 191 433 0 481187 0
[pid=8163/tid=8165] ppid=8161 vsize=1926492 CPUtime=140.58 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 250353 0 0 0 13992 66 0 0 20 0 2 0 275741543 1972727808 456761 33554432000 4194304 5965102 140733622439440 139780878608376 4404383 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1926492

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8166
/proc/meminfo: memFree=25836668/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=1992028 CPUtime=222.25 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 522603 0 0 0 22111 114 0 0 20 0 2 0 275739408 2039836672 470066 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 498007 470066 191 433 0 497571 0
[pid=8163/tid=8165] ppid=8161 vsize=1992028 CPUtime=200.42 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 263658 0 0 0 19965 77 0 0 20 0 2 0 275741543 2039836672 470066 33554432000 4194304 5965102 140733622439440 139780878608184 4404383 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1992028

[startup+282.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 8166
/proc/meminfo: memFree=25790568/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=1992028 CPUtime=282.24 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 534004 0 0 0 28100 124 0 0 20 0 2 0 275739408 2039836672 481507 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 498007 481507 191 433 0 497571 0
[pid=8163/tid=8165] ppid=8161 vsize=1992028 CPUtime=260.27 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 275059 0 0 0 25940 87 0 0 20 0 2 0 275741543 2039836672 481507 33554432000 4194304 5965102 140733622439440 139780878608376 4401752 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1992028

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 8167
/proc/meminfo: memFree=25747320/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2057564 CPUtime=342.24 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 544547 0 0 0 34092 132 0 0 20 0 2 0 275739408 2106945536 492125 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 514391 492125 191 433 0 513955 0
[pid=8163/tid=8165] ppid=8161 vsize=2057564 CPUtime=320.12 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 285602 0 0 0 31916 96 0 0 20 0 2 0 275741543 2106945536 492125 33554432000 4194304 5965102 140733622439440 139780878608184 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2057564

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 8167
/proc/meminfo: memFree=25679520/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2123100 CPUtime=402.22 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 554214 0 0 0 40082 140 0 0 20 0 2 0 275739408 2174054400 501876 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 530775 501876 191 433 0 530339 0
[pid=8163/tid=8165] ppid=8161 vsize=2123100 CPUtime=379.96 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 295269 0 0 0 37891 105 0 0 20 0 2 0 275741543 2174054400 501876 33554432000 4194304 5965102 140733622439440 139780878608376 4401462 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 2123100

[startup+462.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8167
/proc/meminfo: memFree=25619904/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2123100 CPUtime=462.21 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 563111 0 0 0 46075 146 0 0 20 0 2 0 275739408 2174054400 510973 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 530775 510973 191 433 0 530339 0
[pid=8163/tid=8165] ppid=8161 vsize=2123100 CPUtime=439.81 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 304166 0 0 0 43869 112 0 0 20 0 2 0 275741543 2174054400 510973 33554432000 4194304 5965102 140733622439440 139780878608376 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 2123100

[startup+522.3 s]

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8216
/proc/meminfo: memFree=25430648/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2581852 CPUtime=1361.83 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 672426 0 0 0 135950 233 0 0 20 0 2 0 275739408 2643816448 625845 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 645463 625845 191 433 0 645027 0
[pid=8163/tid=8165] ppid=8161 vsize=2581852 CPUtime=1337.26 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 413481 0 0 0 133513 213 0 0 20 0 2 0 275741543 2643816448 625845 33554432000 4194304 5965102 140733622439440 139780878608376 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 2581852

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8216
/proc/meminfo: memFree=25375588/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2581852 CPUtime=1421.81 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 677650 0 0 0 141945 236 0 0 20 0 2 0 275739408 2643816448 631802 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 645463 631802 191 433 0 645027 0
[pid=8163/tid=8165] ppid=8161 vsize=2581852 CPUtime=1397.1 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 418705 0 0 0 139494 216 0 0 20 0 2 0 275741543 2643816448 631802 33554432000 4194304 5965102 140733622439440 139780878608184 4400894 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 2581852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8216
/proc/meminfo: memFree=25327688/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2647388 CPUtime=1481.8 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 683710 0 0 0 147940 240 0 0 20 0 2 0 275739408 2710925312 638373 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 661847 638373 191 433 0 661411 0
[pid=8163/tid=8165] ppid=8161 vsize=2647388 CPUtime=1456.94 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 424765 0 0 0 145472 222 0 0 20 0 2 0 275741543 2710925312 638373 33554432000 4194304 5965102 140733622439440 139780878608376 4401046 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 2647388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 8216
/proc/meminfo: memFree=25287428/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2647388 CPUtime=1541.79 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 690519 0 0 0 153932 247 0 0 20 0 2 0 275739408 2710925312 645181 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 661847 645181 191 433 0 661411 0
[pid=8163/tid=8165] ppid=8161 vsize=2647388 CPUtime=1516.79 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 431574 0 0 0 151449 230 0 0 20 0 2 0 275741543 2710925312 645181 33554432000 4194304 5965102 140733622439440 139780878608184 4401096 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 2647388

[startup+1602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 8217
/proc/meminfo: memFree=25259640/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2712924 CPUtime=1601.77 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 695909 0 0 0 159924 253 0 0 20 0 2 0 275739408 2778034176 651078 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 678231 651078 191 433 0 677795 0
[pid=8163/tid=8165] ppid=8161 vsize=2712924 CPUtime=1576.64 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 436964 0 0 0 157428 236 0 0 20 0 2 0 275741543 2778034176 651078 33554432000 4194304 5965102 140733622439440 139780878608376 4393903 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 2712924

[startup+1662.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 8217
/proc/meminfo: memFree=25232636/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2712924 CPUtime=1661.78 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 701862 0 0 0 165919 259 0 0 20 0 2 0 275739408 2778034176 657031 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 678231 657031 191 433 0 677795 0
[pid=8163/tid=8165] ppid=8161 vsize=2712924 CPUtime=1636.49 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 442917 0 0 0 163406 243 0 0 20 0 2 0 275741543 2778034176 657031 33554432000 4194304 5965102 140733622439440 139780878608184 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 2712924

[startup+1722.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/180 8220
/proc/meminfo: memFree=25205376/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2712924 CPUtime=1721.76 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 707165 0 0 0 171912 264 0 0 20 0 2 0 275739408 2778034176 662334 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 678231 662334 191 433 0 677795 0
[pid=8163/tid=8165] ppid=8161 vsize=2712924 CPUtime=1696.33 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 448220 0 0 0 169384 249 0 0 20 0 2 0 275741543 2778034176 662334 33554432000 4194304 5965102 140733622439440 139780878608424 4401127 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 2712924

[startup+1782.31 s]
/proc/loadavg: 2.08 2.06 2.01 3/179 8220
/proc/meminfo: memFree=25151612/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2778460 CPUtime=1781.76 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 712733 0 0 0 177906 270 0 0 20 0 2 0 275739408 2845143040 667902 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 694615 667902 191 433 0 694179 0
[pid=8163/tid=8165] ppid=8161 vsize=2778460 CPUtime=1756.18 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 453788 0 0 0 175362 256 0 0 20 0 2 0 275741543 2845143040 667902 33554432000 4194304 5965102 140733622439440 139780878608376 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.76
Current children cumulated vsize (KiB) 2778460

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

[startup+1792.21 s]
/proc/loadavg: 2.15 2.07 2.01 3/179 8220
/proc/meminfo: memFree=25141568/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2778460 CPUtime=1791.65 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 713628 0 0 0 178895 270 0 0 20 0 2 0 275739408 2845143040 668797 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 694615 668797 191 433 0 694179 0
[pid=8163/tid=8165] ppid=8161 vsize=2778460 CPUtime=1766.06 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 454683 0 0 0 176350 256 0 0 20 0 2 0 275741543 2845143040 668797 33554432000 4194304 5965102 140733622439440 139780878608184 4382783 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (KiB) 2778460

[startup+1795.4 s]
/proc/loadavg: 2.14 2.07 2.01 3/179 8220
/proc/meminfo: memFree=25138964/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2778460 CPUtime=1794.86 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 713770 0 0 0 179215 271 0 0 20 0 2 0 275739408 2845143040 668939 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 694615 668939 191 433 0 694179 0
[pid=8163/tid=8165] ppid=8161 vsize=2778460 CPUtime=1769.25 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 454825 0 0 0 176669 256 0 0 20 0 2 0 275741543 2845143040 668939 33554432000 4194304 5965102 140733622439440 139780878608184 4400981 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.86
Current children cumulated vsize (KiB) 2778460

[startup+1798.6 s]
/proc/loadavg: 2.14 2.07 2.01 3/179 8220
/proc/meminfo: memFree=25137228/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2778460 CPUtime=1798.05 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 714160 0 0 0 179534 271 0 0 20 0 2 0 275739408 2845143040 669329 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 694615 669329 191 433 0 694179 0
[pid=8163/tid=8165] ppid=8161 vsize=2778460 CPUtime=1772.43 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 455215 0 0 0 176986 257 0 0 20 0 2 0 275741543 2845143040 669329 33554432000 4194304 5965102 140733622439440 139780878608376 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.05
Current children cumulated vsize (KiB) 2778460

[startup+1799.4 s]
/proc/loadavg: 2.13 2.07 2.01 3/179 8220
/proc/meminfo: memFree=25136484/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2778460 CPUtime=1798.85 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 714246 0 0 0 179614 271 0 0 20 0 2 0 275739408 2845143040 669415 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 694615 669415 191 433 0 694179 0
[pid=8163/tid=8165] ppid=8161 vsize=2778460 CPUtime=1773.23 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 455301 0 0 0 177066 257 0 0 20 0 2 0 275741543 2845143040 669415 33554432000 4194304 5965102 140733622439440 139780878608184 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.85
Current children cumulated vsize (KiB) 2778460

[startup+1799.8 s]
/proc/loadavg: 2.13 2.07 2.01 3/179 8220
/proc/meminfo: memFree=25135492/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2778460 CPUtime=1799.26 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 714393 0 0 0 179655 271 0 0 20 0 2 0 275739408 2845143040 669562 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 694615 669562 191 433 0 694179 0
[pid=8163/tid=8165] ppid=8161 vsize=2778460 CPUtime=1773.64 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 455448 0 0 0 177107 257 0 0 20 0 2 0 275741543 2845143040 669562 33554432000 4194304 5965102 140733622439440 139780878608184 4400960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.26
Current children cumulated vsize (KiB) 2778460

[startup+1800 s]
/proc/loadavg: 2.13 2.07 2.01 3/179 8220
/proc/meminfo: memFree=25135492/32873844 swapFree=7620/7620
[pid=8163] ppid=8161 vsize=2778460 CPUtime=1799.45 cores=0,2,4,6
/proc/8163/stat : 8163 (pwbo2.0) S 8161 8163 6880 0 -1 4202496 714396 0 0 0 179674 271 0 0 20 0 2 0 275739408 2845143040 669565 33554432000 4194304 5965102 140733622439440 140733622438960 4547341 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8163/statm: 694615 669565 191 433 0 694179 0
[pid=8163/tid=8165] ppid=8161 vsize=2778460 CPUtime=1773.83 cores=0,2,4,6
/proc/8163/task/8165/stat : 8165 (pwbo2.0) R 8161 8163 6880 0 -1 4202560 455451 0 0 0 177126 257 0 0 20 0 2 0 275741543 2845143040 669565 33554432000 4194304 5965102 140733622439440 139780878608184 4401078 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 2778460

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8163 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=202543
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=24540
# CPU time returned by wait4() is 1795.23
# while last known CPU time is 1799.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.05
CPU time (s): 1799.45
CPU user time (s): 1796.74
CPU system time (s): 2.71
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 2778460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.2
system time used= 3.02454
maximum resident set size= 2678272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 714399
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= 421
involuntary context switches= 1827

runsolver used 2.72458 second user time and 14.7108 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 07:21:49
IDJOB=3704355
IDBENCH=89646
IDSOLVER=2280
FILE ID=node107/3704355-1338096101
RUNJOBID= node107-1338087019-6896
PBS_JOBID= 14624432
Free space on /tmp= 71276 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-172.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704355-1338096101/watcher-3704355-1338096101 -o /tmp/evaluation-result-3704355-1338096101/solver-3704355-1338096101 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704355-1338096101.opb

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=322292764

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.760
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.86
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.760
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:        27811780 kB
Buffers:          290428 kB
Cached:          3609916 kB
SwapCached:            0 kB
Active:          1393304 kB
Inactive:        2871932 kB
Active(anon):     367644 kB
Inactive(anon):        0 kB
Active(file):    1025660 kB
Inactive(file):  2871932 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            314164 kB
Writeback:             0 kB
AnonPages:        372664 kB
Mapped:            15068 kB
Shmem:               200 kB
Slab:             656132 kB
SReclaimable:      97796 kB
SUnreclaim:       558336 kB
KernelStack:        1440 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     161216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 71264 MiB
End job on node107 at 2012-05-27 07:51:49