Trace number 3727060

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.72? 1799.42 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727060-1338651678.opb.
0.00/0.00	c Instance file HOME/instance-3727060-1338651678.opb
0.00/0.00	c File size is 1076689 bytes.
0.02/0.07	c Highest Coefficient sum: 103
0.02/0.07	c ============================[ Problem Statistics ]=============================
0.02/0.07	c |                                                                             |
0.02/0.07	c |  Parsing time:          0.07         s                                      |
0.02/0.07	c |  Number Variables:      4602                                                |
0.02/0.07	c |  Number Clauses:        29334                                               |
0.02/0.07	c |  Number Cardinality:    941                                                 |
0.02/0.07	c |  Number PB Constraints: 78                                                  |
0.02/0.07	c |                                                                             |
0.02/0.08	c |  Problem Type:          Decision                                            |
0.02/0.08	c |  Objective Function:    None                                                |
0.02/0.08	c |                                                                             |
0.02/0.08	c ===============================================================================
1799.42/1800.00	c ===============================================================================
1799.42/1800.00	c Wall Clock Time: 1800.00 s
1799.42/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-3727060-1338651678/watcher-3727060-1338651678 -o /tmp/evaluation-result-3727060-1338651678/solver-3727060-1338651678 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727060-1338651678.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.99 1.92 1.93 3/175 21018
/proc/meminfo: memFree=29053636/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=4772 CPUtime=0 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) R 21016 21018 18556 0 -1 4202496 466 0 0 0 0 0 0 0 20 0 1 0 331296221 4886528 418 33554432000 4194304 5964350 140737391029056 140733925181320 4344195 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 1193 418 167 433 0 494 0

[startup+0.0270749 s]
/proc/loadavg: 1.99 1.92 1.93 3/175 21018
/proc/meminfo: memFree=29053636/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=6344 CPUtime=0.02 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) R 21016 21018 18556 0 -1 4202496 875 0 0 0 2 0 0 0 20 0 1 0 331296221 6496256 827 33554432000 4194304 5964350 140737391029056 140733925181320 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 1586 827 239 433 0 887 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6344

[startup+0.100158 s]
/proc/loadavg: 1.99 1.92 1.93 3/175 21018
/proc/meminfo: memFree=29053636/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=87716 CPUtime=0.09 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 3187 0 0 0 9 0 0 0 20 0 2 0 331296221 89821184 2741 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 21929 2741 183 433 0 21493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87716

[startup+0.30012 s]
/proc/loadavg: 1.99 1.92 1.93 3/175 21018
/proc/meminfo: memFree=29053636/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=87716 CPUtime=0.29 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 3756 0 0 0 29 0 0 0 20 0 2 0 331296221 89821184 3310 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 21929 3310 184 433 0 21493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87716

[startup+0.700117 s]
/proc/loadavg: 1.99 1.92 1.93 3/175 21018
/proc/meminfo: memFree=29053636/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=87716 CPUtime=0.68 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 4749 0 0 0 68 0 0 0 20 0 2 0 331296221 89821184 4303 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 21929 4303 184 433 0 21493 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87716

[startup+1.5002 s]
/proc/loadavg: 2.07 1.94 1.94 3/177 21020
/proc/meminfo: memFree=29034408/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=87716 CPUtime=1.48 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 6339 0 0 0 147 1 0 0 20 0 2 0 331296221 89821184 5893 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 21929 5893 184 433 0 21493 0
[pid=21018/tid=21020] ppid=21016 vsize=87716 CPUtime=1.4 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 4360 0 0 0 139 1 0 0 20 0 2 0 331296228 89821184 5893 33554432000 4194304 5964350 140737391029056 139853370914856 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 87716

[startup+3.1002 s]
/proc/loadavg: 2.07 1.94 1.94 3/177 21020
/proc/meminfo: memFree=29027340/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=87716 CPUtime=3.09 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 7431 0 0 0 307 2 0 0 20 0 2 0 331296221 89821184 6985 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 21929 6985 184 433 0 21493 0
[pid=21018/tid=21020] ppid=21016 vsize=87716 CPUtime=3.01 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 5452 0 0 0 299 2 0 0 20 0 2 0 331296228 89821184 6985 33554432000 4194304 5964350 140737391029056 139853370914616 4400321 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) 87716

[startup+6.30021 s]
/proc/loadavg: 2.07 1.94 1.94 3/177 21020
/proc/meminfo: memFree=29013336/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=88200 CPUtime=6.29 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 10824 0 0 0 626 3 0 0 20 0 2 0 331296221 90316800 10378 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 22050 10378 184 433 0 21614 0
[pid=21018/tid=21020] ppid=21016 vsize=88200 CPUtime=6.19 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 8845 0 0 0 616 3 0 0 20 0 2 0 331296228 90316800 10378 33554432000 4194304 5964350 140737391029056 139853370914808 4381943 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) 88200

[startup+12.7002 s]
/proc/loadavg: 2.06 1.94 1.94 3/177 21020
/proc/meminfo: memFree=29004440/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=88200 CPUtime=12.69 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 12842 0 0 0 1265 4 0 0 20 0 2 0 331296221 90316800 12396 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 22050 12396 184 433 0 21614 0
[pid=21018/tid=21020] ppid=21016 vsize=88200 CPUtime=12.57 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 10863 0 0 0 1253 4 0 0 20 0 2 0 331296228 90316800 12396 33554432000 4194304 5964350 140737391029056 139853370914808 4221120 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) 88200

[startup+25.5002 s]
/proc/loadavg: 2.05 1.94 1.94 3/177 21020
/proc/meminfo: memFree=28969672/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=153976 CPUtime=25.48 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 19517 0 0 0 2542 6 0 0 20 0 2 0 331296221 157671424 19071 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 38494 19071 184 433 0 38058 0
[pid=21018/tid=21020] ppid=21016 vsize=153976 CPUtime=25.34 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 17538 0 0 0 2529 5 0 0 20 0 2 0 331296228 157671424 19071 33554432000 4194304 5964350 140737391029056 139853370914808 4400462 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) 153976

[startup+51.1002 s]
/proc/loadavg: 2.03 1.94 1.94 3/177 21020
/proc/meminfo: memFree=28908368/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=154336 CPUtime=51.05 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 32365 0 0 0 5095 10 0 0 20 0 2 0 331296221 158040064 32024 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 38584 32024 184 433 0 38148 0
[pid=21018/tid=21020] ppid=21016 vsize=154336 CPUtime=50.84 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 30386 0 0 0 5074 10 0 0 20 0 2 0 331296228 158040064 32024 33554432000 4194304 5964350 140737391029056 139853370914808 4399840 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 154336

[startup+102.306 s]
/proc/loadavg: 2.01 1.95 1.94 3/177 21020
/proc/meminfo: memFree=28803420/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=285948 CPUtime=102.23 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 53076 0 0 0 10205 18 0 0 20 0 2 0 331296221 292810752 53264 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 71487 53264 184 433 0 71051 0
[pid=21018/tid=21020] ppid=21016 vsize=285948 CPUtime=101.89 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 51097 0 0 0 10170 19 0 0 20 0 2 0 331296228 292810752 53264 33554432000 4194304 5964350 140737391029056 139853370914808 4400003 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 285948

[startup+162.3 s]
/proc/loadavg: 2.00 1.95 1.94 3/177 21020
/proc/meminfo: memFree=28735152/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=286756 CPUtime=162.21 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 64944 0 0 0 16198 23 0 0 20 0 2 0 331296221 293638144 65132 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 71689 65132 184 433 0 71253 0
[pid=21018/tid=21020] ppid=21016 vsize=286756 CPUtime=161.72 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 62965 0 0 0 16148 24 0 0 20 0 2 0 331296228 293638144 65132 33554432000 4194304 5964350 140737391029056 139853370914808 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 286756

[startup+222.3 s]
/proc/loadavg: 2.00 1.96 1.94 3/177 21020
/proc/meminfo: memFree=28676368/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=352292 CPUtime=222.19 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 74151 0 0 0 22193 26 0 0 20 0 2 0 331296221 360747008 74338 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 88073 74338 184 433 0 87637 0
[pid=21018/tid=21020] ppid=21016 vsize=352292 CPUtime=221.56 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 72172 0 0 0 22127 29 0 0 20 0 2 0 331296228 360747008 74338 33554432000 4194304 5964350 140737391029056 139853370914616 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 352292

[startup+282.3 s]
/proc/loadavg: 2.04 1.98 1.94 3/177 21020
/proc/meminfo: memFree=28571936/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=417828 CPUtime=282.17 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 94388 0 0 0 28184 33 0 0 20 0 2 0 331296221 427855872 94769 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 104457 94770 184 433 0 104021 0
[pid=21018/tid=21020] ppid=21016 vsize=417828 CPUtime=281.39 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 92410 0 0 0 28102 37 0 0 20 0 2 0 331296228 427855872 94770 33554432000 4194304 5964350 140737391029056 139853370914808 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 417828

[startup+342.3 s]
/proc/loadavg: 2.01 1.98 1.94 3/177 21021
/proc/meminfo: memFree=28520760/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=483364 CPUtime=342.13 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 101997 0 0 0 34178 35 0 0 20 0 2 0 331296221 494964736 102789 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 120841 102789 184 433 0 120405 0
[pid=21018/tid=21020] ppid=21016 vsize=483364 CPUtime=341.2 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 100018 0 0 0 34080 40 0 0 20 0 2 0 331296228 494964736 102789 33554432000 4194304 5964350 140737391029056 139853370914856 4381372 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 483364

[startup+402.3 s]
/proc/loadavg: 2.00 1.98 1.94 3/177 21021
/proc/meminfo: memFree=28486156/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=483364 CPUtime=402.09 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 106036 0 0 0 40173 36 0 0 20 0 2 0 331296221 494964736 106958 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 120841 106958 184 433 0 120405 0
[pid=21018/tid=21020] ppid=21016 vsize=483364 CPUtime=401.01 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 104057 0 0 0 40059 42 0 0 20 0 2 0 331296228 494964736 106958 33554432000 4194304 5964350 140737391029056 139853370914616 4399840 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 483364

[startup+462.3 s]
/proc/loadavg: 2.00 1.98 1.94 3/177 21021
/proc/meminfo: memFree=28394972/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=550116 CPUtime=462.06 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 21092
/proc/meminfo: memFree=28093276/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=879248 CPUtime=1421.78 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 206690 0 0 0 142098 80 0 0 20 0 2 0 331296221 900349952 209011 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 219812 209011 184 433 0 219376 0
[pid=21018/tid=21020] ppid=21016 vsize=879248 CPUtime=1418.23 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 204711 0 0 0 141722 101 0 0 20 0 2 0 331296228 900349952 209011 33554432000 4194304 5964350 140737391029056 139853370914808 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 879248

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 21092
/proc/meminfo: memFree=27978700/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1012144 CPUtime=1481.77 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 234785 0 0 0 148088 89 0 0 20 0 2 0 331296221 1036435456 237106 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 253036 237106 184 433 0 252600 0
[pid=21018/tid=21020] ppid=21016 vsize=1012144 CPUtime=1478.07 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 232806 0 0 0 147696 111 0 0 20 0 2 0 331296228 1036435456 237106 33554432000 4194304 5964350 140737391029056 139853370914808 4221123 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 1012144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 21093
/proc/meminfo: memFree=27934556/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1012628 CPUtime=1541.76 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 245453 0 0 0 154083 93 0 0 20 0 2 0 331296221 1036931072 247773 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 253157 247773 184 433 0 252721 0
[pid=21018/tid=21020] ppid=21016 vsize=1012628 CPUtime=1537.92 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 243474 0 0 0 153676 116 0 0 20 0 2 0 331296228 1036931072 247773 33554432000 4194304 5964350 140737391029056 139853370914808 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 1012628

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/177 21093
/proc/meminfo: memFree=27929968/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1012628 CPUtime=1601.75 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 245458 0 0 0 160082 93 0 0 20 0 2 0 331296221 1036931072 247778 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 253157 247778 184 433 0 252721 0
[pid=21018/tid=21020] ppid=21016 vsize=1012628 CPUtime=1597.77 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 243479 0 0 0 159660 117 0 0 20 0 2 0 331296228 1036931072 247778 33554432000 4194304 5964350 140737391029056 139853370914808 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 1012628

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/177 21093
/proc/meminfo: memFree=27904672/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1012628 CPUtime=1661.73 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 246466 0 0 0 166080 93 0 0 20 0 2 0 331296221 1036931072 248786 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 253157 248786 184 433 0 252721 0
[pid=21018/tid=21020] ppid=21016 vsize=1012628 CPUtime=1657.61 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 244487 0 0 0 165643 118 0 0 20 0 2 0 331296228 1036931072 248786 33554432000 4194304 5964350 140737391029056 139853370914808 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.73
Current children cumulated vsize (KiB) 1012628

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/177 21093
/proc/meminfo: memFree=27829516/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1078164 CPUtime=1721.73 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 260573 0 0 0 172073 100 0 0 20 0 2 0 331296221 1104039936 262929 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 269541 262929 184 433 0 269105 0
[pid=21018/tid=21020] ppid=21016 vsize=1078164 CPUtime=1717.46 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 258594 0 0 0 171620 126 0 0 20 0 2 0 331296228 1104039936 262929 33554432000 4194304 5964350 140737391029056 139853370914616 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 1078164

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.97 3/178 21096
/proc/meminfo: memFree=27782604/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1781.72 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 268113 0 0 0 178068 104 0 0 20 0 2 0 331296221 1173131264 270469 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 270469 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1777.31 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 266134 0 0 0 177601 130 0 0 20 0 2 0 331296228 1173131264 270469 33554432000 4194304 5964350 140737391029056 139853370914808 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 1145636

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 21096
/proc/meminfo: memFree=27778072/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1791.33 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 269068 0 0 0 179028 105 0 0 20 0 2 0 331296221 1173131264 271423 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 271423 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1786.89 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 267089 0 0 0 178558 131 0 0 20 0 2 0 331296228 1173131264 271423 33554432000 4194304 5964350 140737391029056 139853370914616 4399930 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.33
Current children cumulated vsize (KiB) 1145636

[startup+1795.1 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 21096
/proc/meminfo: memFree=27777452/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1794.53 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 269255 0 0 0 179348 105 0 0 20 0 2 0 331296221 1173131264 271610 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 271610 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1790.08 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 267276 0 0 0 178877 131 0 0 20 0 2 0 331296228 1173131264 271610 33554432000 4194304 5964350 140737391029056 139853370914616 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.53
Current children cumulated vsize (KiB) 1145636

[startup+1798.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 21096
/proc/meminfo: memFree=27776832/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1797.72 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 269555 0 0 0 179667 105 0 0 20 0 2 0 331296221 1173131264 271910 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 271910 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1793.26 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 267576 0 0 0 179194 132 0 0 20 0 2 0 331296228 1173131264 271910 33554432000 4194304 5964350 140737391029056 139853370914856 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (KiB) 1145636

[startup+1799.1 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 21096
/proc/meminfo: memFree=27776088/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1798.52 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 269640 0 0 0 179747 105 0 0 20 0 2 0 331296221 1173131264 271995 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 271995 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1794.06 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 267661 0 0 0 179274 132 0 0 20 0 2 0 331296228 1173131264 271995 33554432000 4194304 5964350 140737391029056 139853370914808 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.52
Current children cumulated vsize (KiB) 1145636

[startup+1799.5 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 21096
/proc/meminfo: memFree=27775468/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1798.92 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 269722 0 0 0 179787 105 0 0 20 0 2 0 331296221 1173131264 272077 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 272077 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1794.47 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 267743 0 0 0 179315 132 0 0 20 0 2 0 331296228 1173131264 272077 33554432000 4194304 5964350 140737391029056 139853370914616 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.92
Current children cumulated vsize (KiB) 1145636

[startup+1799.9 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 21096
/proc/meminfo: memFree=27775468/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1799.32 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 269725 0 0 0 179827 105 0 0 20 0 2 0 331296221 1173131264 272080 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 272080 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1794.86 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 267746 0 0 0 179354 132 0 0 20 0 2 0 331296228 1173131264 272080 33554432000 4194304 5964350 140737391029056 139853370914616 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.32
Current children cumulated vsize (KiB) 1145636

[startup+1800 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 21096
/proc/meminfo: memFree=27775468/32873844 swapFree=6088/6088
[pid=21018] ppid=21016 vsize=1145636 CPUtime=1799.42 cores=0,2,4,6
/proc/21018/stat : 21018 (wbo1.72) S 21016 21018 18556 0 -1 4202496 269728 0 0 0 179837 105 0 0 20 0 2 0 331296221 1173131264 272083 33554432000 4194304 5964350 140737391029056 140737391028576 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21018/statm: 286409 272083 184 433 0 285973 0
[pid=21018/tid=21020] ppid=21016 vsize=1145636 CPUtime=1794.96 cores=0,2,4,6
/proc/21018/task/21020/stat : 21020 (wbo1.72) R 21016 21018 18556 0 -1 4202560 267749 0 0 0 179364 132 0 0 20 0 2 0 331296228 1173131264 272083 33554432000 4194304 5964350 140737391029056 139853370914616 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 1145636

Child status: 255

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

Real time (s): 1800.02
CPU time (s): 1799.42
CPU user time (s): 1798.37
CPU system time (s): 1.05
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 1145636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.72
system time used= 1.35279
maximum resident set size= 1088344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269731
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= 332
involuntary context switches= 2214

runsolver used 4.5873 second user time and 10.4764 second system time

The end

Launcher Data

Begin job on node110 at 2012-06-02 17:41:18
IDJOB=3727060
IDBENCH=1500
IDSOLVER=2313
FILE ID=node110/3727060-1338651678
RUNJOBID= node110-1338651355-20282
PBS_JOBID= 14636470
Free space on /tmp= 71128 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727060-1338651678/watcher-3727060-1338651678 -o /tmp/evaluation-result-3727060-1338651678/solver-3727060-1338651678 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727060-1338651678.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=664087013

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:        29054172 kB
Buffers:          392120 kB
Cached:          2383444 kB
SwapCached:          604 kB
Active:          1444360 kB
Inactive:        1530780 kB
Active(anon):     189840 kB
Inactive(anon):    12328 kB
Active(file):    1254520 kB
Inactive(file):  1518452 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107364 kB
Dirty:              6920 kB
Writeback:             0 kB
AnonPages:        205268 kB
Mapped:            12264 kB
Shmem:                40 kB
Slab:             706008 kB
SReclaimable:     147980 kB
SUnreclaim:       558028 kB
KernelStack:        1472 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     141248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71124 MiB
End job on node110 at 2012-06-02 18:11:18