Trace number 3727052

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.72UNSAT 1188.46 1188.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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-3727052-1338651659.opb.
0.00/0.00	c Instance file HOME/instance-3727052-1338651659.opb
0.00/0.00	c File size is 1957543 bytes.
0.09/0.13	c Highest Coefficient sum: 262
0.09/0.14	c ============================[ Problem Statistics ]=============================
0.09/0.14	c |                                                                             |
0.09/0.14	c |  Parsing time:          0.14         s                                      |
0.09/0.14	c |  Number Variables:      21380                                               |
0.09/0.14	c |  Number Clauses:        58828                                               |
0.09/0.14	c |  Number Cardinality:    0                                                   |
0.09/0.14	c |  Number PB Constraints: 2156                                                |
0.09/0.14	c |                                                                             |
0.09/0.17	c |  Problem Type:          Decision                                            |
0.09/0.17	c |  Objective Function:    None                                                |
0.09/0.17	c |                                                                             |
0.09/0.17	c ===============================================================================
1188.46/1188.83	c ===============================================================================
1188.46/1188.83	c Wall Clock Time: 1188.84 s
1188.46/1188.83	s UNSATISFIABLE

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-3727052-1338651659/watcher-3727052-1338651659 -o /tmp/evaluation-result-3727052-1338651659/solver-3727052-1338651659 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727052-1338651659.opb 

running on 4 cores: 1,3,5,7

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: 0.92 1.00 1.25 3/176 2856
/proc/meminfo: memFree=27165796/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=5184 CPUtime=0 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) R 2854 2856 1111 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 331291370 5308416 313 33554432000 4194304 5964350 140735177223152 140735925900472 4395119 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 1296 313 170 433 0 382 0

[startup+0.090744 s]
/proc/loadavg: 0.92 1.00 1.25 3/176 2856
/proc/meminfo: memFree=27165796/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=12812 CPUtime=0.08 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) R 2854 2856 1111 0 -1 4202496 2456 0 0 0 8 0 0 0 20 0 1 0 331291370 13119488 2376 33554432000 4194304 5964350 140735177223152 140735925900472 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 3203 2376 466 433 0 2289 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12812

[startup+0.100258 s]
/proc/loadavg: 0.92 1.00 1.25 3/176 2856
/proc/meminfo: memFree=27165796/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=13468 CPUtime=0.09 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) R 2854 2856 1111 0 -1 4202496 2700 0 0 0 9 0 0 0 20 0 1 0 331291370 13791232 2587 33554432000 4194304 5964350 140735177223152 140735925900472 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 3367 2587 501 433 0 2453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13468

[startup+0.300165 s]
/proc/loadavg: 0.92 1.00 1.25 3/176 2856
/proc/meminfo: memFree=27165796/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=98024 CPUtime=0.29 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 9194 0 0 0 28 1 0 0 20 0 2 0 331291370 100376576 7966 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 24506 7966 186 433 0 24070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98024

[startup+0.700155 s]
/proc/loadavg: 0.92 1.00 1.25 3/176 2856
/proc/meminfo: memFree=27165796/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=98024 CPUtime=0.69 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 9281 0 0 0 68 1 0 0 20 0 2 0 331291370 100376576 8053 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 24506 8053 187 433 0 24070 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98024

[startup+1.50029 s]
/proc/loadavg: 0.92 1.00 1.25 3/178 2936
/proc/meminfo: memFree=27125340/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=98024 CPUtime=1.49 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 9688 0 0 0 148 1 0 0 20 0 2 0 331291370 100376576 8460 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 24506 8460 187 433 0 24070 0
[pid=2856/tid=2882] ppid=2854 vsize=98024 CPUtime=1.34 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 5571 0 0 0 134 0 0 0 20 0 2 0 331291384 100376576 8460 33554432000 4194304 5964350 140735177223152 140284513019944 4392802 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98024

[startup+3.1003 s]
/proc/loadavg: 0.92 1.00 1.25 3/178 2975
/proc/meminfo: memFree=27106700/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=98024 CPUtime=3.08 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 10432 0 0 0 307 1 0 0 20 0 2 0 331291370 100376576 9204 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 24506 9204 187 433 0 24070 0
[pid=2856/tid=2882] ppid=2854 vsize=98024 CPUtime=2.93 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 6315 0 0 0 292 1 0 0 20 0 2 0 331291384 100376576 9204 33554432000 4194304 5964350 140735177223152 140284513019944 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 98024

[startup+6.30024 s]
/proc/loadavg: 1.01 1.01 1.25 3/177 2975
/proc/meminfo: memFree=27096960/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=98024 CPUtime=6.28 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 11898 0 0 0 627 1 0 0 20 0 2 0 331291370 100376576 10670 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 24506 10670 187 433 0 24070 0
[pid=2856/tid=2882] ppid=2854 vsize=98024 CPUtime=6.13 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 7781 0 0 0 612 1 0 0 20 0 2 0 331291384 100376576 10670 33554432000 4194304 5964350 140735177223152 140284513019944 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 98024

[startup+12.7003 s]
/proc/loadavg: 1.09 1.03 1.26 3/177 3092
/proc/meminfo: memFree=27095424/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=98024 CPUtime=12.69 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 14287 0 0 0 1266 3 0 0 20 0 2 0 331291370 100376576 13059 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 24506 13059 187 433 0 24070 0
[pid=2856/tid=2882] ppid=2854 vsize=98024 CPUtime=12.51 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 10170 0 0 0 1249 2 0 0 20 0 2 0 331291384 100376576 13059 33554432000 4194304 5964350 140735177223152 140284513019896 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 98024

[startup+25.5003 s]
/proc/loadavg: 1.29 1.08 1.27 3/177 3092
/proc/meminfo: memFree=27040852/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=98024 CPUtime=25.47 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 16505 0 0 0 2544 3 0 0 20 0 2 0 331291370 100376576 15398 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 24506 15398 187 433 0 24070 0
[pid=2856/tid=2882] ppid=2854 vsize=98024 CPUtime=25.27 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 12388 0 0 0 2524 3 0 0 20 0 2 0 331291384 100376576 15398 33554432000 4194304 5964350 140735177223152 140284513019704 4399964 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 98024

[startup+51.1003 s]
/proc/loadavg: 1.53 1.15 1.29 3/177 3092
/proc/meminfo: memFree=26966932/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=164644 CPUtime=51.05 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 23970 0 0 0 5098 7 0 0 20 0 2 0 331291370 168595456 22938 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 41161 22938 187 433 0 40725 0
[pid=2856/tid=2882] ppid=2854 vsize=164644 CPUtime=50.79 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 19853 0 0 0 5073 6 0 0 20 0 2 0 331291384 168595456 22938 33554432000 4194304 5964350 140735177223152 140284513019896 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 164644

[startup+102.3 s]
/proc/loadavg: 1.79 1.28 1.32 3/177 3093
/proc/meminfo: memFree=26852188/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=164644 CPUtime=102.25 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 28686 0 0 0 10216 9 0 0 20 0 2 0 331291370 168595456 27669 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 41161 27669 187 433 0 40725 0
[pid=2856/tid=2882] ppid=2854 vsize=164644 CPUtime=101.86 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 24569 0 0 0 10176 10 0 0 20 0 2 0 331291384 168595456 27669 33554432000 4194304 5964350 140735177223152 140284513019896 4403606 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 164644

[startup+162.3 s]
/proc/loadavg: 2.00 1.42 1.37 3/177 3093
/proc/meminfo: memFree=26764920/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=165184 CPUtime=162.23 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 36424 0 0 0 16210 13 0 0 20 0 2 0 331291370 169148416 35406 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 41296 35406 187 433 0 40860 0
[pid=2856/tid=2882] ppid=2854 vsize=165184 CPUtime=161.7 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 32307 0 0 0 16156 14 0 0 20 0 2 0 331291384 169148416 35406 33554432000 4194304 5964350 140735177223152 140284513019944 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 165184

[startup+222.306 s]
/proc/loadavg: 2.00 1.52 1.40 3/177 3093
/proc/meminfo: memFree=26705584/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=231528 CPUtime=222.21 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 41102 0 0 0 22206 15 0 0 20 0 2 0 331291370 237084672 40167 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 57882 40167 187 433 0 57446 0
[pid=2856/tid=2882] ppid=2854 vsize=231528 CPUtime=221.54 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 36985 0 0 0 22136 18 0 0 20 0 2 0 331291384 237084672 40167 33554432000 4194304 5964350 140735177223152 140284513019704 4399889 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 231528

[startup+282.3 s]
/proc/loadavg: 2.00 1.61 1.44 3/177 3093
/proc/meminfo: memFree=26546136/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=232612 CPUtime=282.18 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 51577 0 0 0 28195 23 0 0 20 0 2 0 331291370 238194688 50743 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 58153 50743 187 433 0 57717 0
[pid=2856/tid=2882] ppid=2854 vsize=232612 CPUtime=281.36 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 47460 0 0 0 28110 26 0 0 20 0 2 0 331291384 238194688 50743 33554432000 4194304 5964350 140735177223152 140284513019896 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 232612

[startup+342.3 s]
/proc/loadavg: 2.03 1.69 1.47 3/177 3093
/proc/meminfo: memFree=26524468/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=299232 CPUtime=342.17 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 56250 0 0 0 34191 26 0 0 20 0 2 0 331291370 306413568 55303 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 74808 55303 187 433 0 74372 0
[pid=2856/tid=2882] ppid=2854 vsize=299232 CPUtime=341.21 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 52133 0 0 0 34090 31 0 0 20 0 2 0 331291384 306413568 55303 33554432000 4194304 5964350 140735177223152 140284513019704 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 299232

[startup+402.3 s]
/proc/loadavg: 2.01 1.74 1.50 3/177 3094
/proc/meminfo: memFree=26512220/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=300316 CPUtime=402.16 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 56864 0 0 0 40189 27 0 0 20 0 2 0 331291370 307523584 55767 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 75079 55767 187 433 0 74643 0
[pid=2856/tid=2882] ppid=2854 vsize=300316 CPUtime=401.05 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 52747 0 0 0 40073 32 0 0 20 0 2 0 331291384 307523584 55767 33554432000 4194304 5964350 140735177223152 140284513019768 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 300316

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.53 3/177 3094
/proc/meminfo: memFree=26474052/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=303156 CPUtime=462.16 cores=1,3,5,7

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


[startup+702.3 s]
/proc/loadavg: 2.00 1.91 1.63 3/177 3098
/proc/meminfo: memFree=26353696/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=369772 CPUtime=702.05 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 77594 0 0 0 70162 43 0 0 20 0 2 0 331291370 378646528 76586 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 92443 76586 187 433 0 92007 0
[pid=2856/tid=2882] ppid=2854 vsize=369772 CPUtime=700.23 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 73477 0 0 0 69970 53 0 0 20 0 2 0 331291384 378646528 76586 33554432000 4194304 5964350 140735177223152 140284513019768 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 369772

[startup+762.3 s]
/proc/loadavg: 2.03 1.94 1.66 3/177 3098
/proc/meminfo: memFree=26320260/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=369772 CPUtime=762.05 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 83148 0 0 0 76155 50 0 0 20 0 2 0 331291370 378646528 82140 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 92443 82140 187 433 0 92007 0
[pid=2856/tid=2882] ppid=2854 vsize=369772 CPUtime=760.08 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 79031 0 0 0 75947 61 0 0 20 0 2 0 331291384 378646528 82140 33554432000 4194304 5964350 140735177223152 140284513019944 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 369772

[startup+822.3 s]
/proc/loadavg: 2.05 1.96 1.68 3/177 3098
/proc/meminfo: memFree=26281804/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=369772 CPUtime=822.04 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 87703 0 0 0 82148 56 0 0 20 0 2 0 331291370 378646528 86695 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 92443 86695 187 433 0 92007 0
[pid=2856/tid=2882] ppid=2854 vsize=369772 CPUtime=819.92 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 83586 0 0 0 81925 67 0 0 20 0 2 0 331291384 378646528 86695 33554432000 4194304 5964350 140735177223152 140284513019896 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 369772

[startup+882.306 s]
/proc/loadavg: 2.02 1.96 1.70 3/177 3098
/proc/meminfo: memFree=26205312/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=438216 CPUtime=882.04 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 93542 0 0 0 88142 62 0 0 20 0 2 0 331291370 448733184 92534 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 109554 92534 187 433 0 109118 0
[pid=2856/tid=2882] ppid=2854 vsize=438216 CPUtime=879.77 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 89425 0 0 0 87903 74 0 0 20 0 2 0 331291384 448733184 92534 33554432000 4194304 5964350 140735177223152 140284513019944 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 438216

[startup+942.3 s]
/proc/loadavg: 2.04 1.98 1.72 3/177 3098
/proc/meminfo: memFree=26149516/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=440924 CPUtime=942.02 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 99614 0 0 0 94134 68 0 0 20 0 2 0 331291370 451506176 98606 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 110231 98606 187 433 0 109795 0
[pid=2856/tid=2882] ppid=2854 vsize=440924 CPUtime=939.61 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 95497 0 0 0 93880 81 0 0 20 0 2 0 331291384 451506176 98606 33554432000 4194304 5964350 140735177223152 140284513019896 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 440924

[startup+1002.3 s]
/proc/loadavg: 2.01 1.98 1.74 3/177 3099
/proc/meminfo: memFree=26123476/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=440924 CPUtime=1002.01 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 106003 0 0 0 100127 74 0 0 20 0 2 0 331291370 451506176 104995 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 110231 104995 187 433 0 109795 0
[pid=2856/tid=2882] ppid=2854 vsize=440924 CPUtime=999.46 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 101886 0 0 0 99858 88 0 0 20 0 2 0 331291384 451506176 104995 33554432000 4194304 5964350 140735177223152 140284513019896 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 440924

[startup+1062.3 s]
/proc/loadavg: 2.04 2.00 1.75 3/177 3099
/proc/meminfo: memFree=26105372/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1062 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 110651 0 0 0 106121 79 0 0 20 0 2 0 331291370 519725056 109643 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 109643 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1059.31 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 106534 0 0 0 105836 95 0 0 20 0 2 0 331291384 519725056 109643 33554432000 4194304 5964350 140735177223152 140284513019896 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 507544

[startup+1122.3 s]
/proc/loadavg: 2.05 2.01 1.77 3/177 3099
/proc/meminfo: memFree=26096500/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1121.99 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 111327 0 0 0 112118 81 0 0 20 0 2 0 331291370 519725056 110467 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 110467 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1119.15 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 107210 0 0 0 111819 96 0 0 20 0 2 0 331291384 519725056 110467 33554432000 4194304 5964350 140735177223152 140284513019944 4382171 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 507544

[startup+1182.3 s]
/proc/loadavg: 2.06 2.02 1.79 3/178 3102
/proc/meminfo: memFree=26070748/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1181.97 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 111538 0 0 0 118116 81 0 0 20 0 2 0 331291370 519725056 110704 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 110704 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1178.99 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 107421 0 0 0 117802 97 0 0 20 0 2 0 331291384 519725056 110704 33554432000 4194304 5964350 140735177223152 140284513019704 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 507544

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

[startup+1184 s]
/proc/loadavg: 2.06 2.02 1.79 3/178 3102
/proc/meminfo: memFree=26070004/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1183.67 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 111538 0 0 0 118286 81 0 0 20 0 2 0 331291370 519725056 110704 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 110704 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1180.68 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 107421 0 0 0 117971 97 0 0 20 0 2 0 331291384 519725056 110704 33554432000 4194304 5964350 140735177223152 140284513019704 4400352 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1183.67
Current children cumulated vsize (KiB) 507544

[startup+1187.2 s]
/proc/loadavg: 2.05 2.02 1.79 3/178 3102
/proc/meminfo: memFree=26067632/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1186.86 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 111546 0 0 0 118605 81 0 0 20 0 2 0 331291370 519725056 110767 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 110767 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1183.87 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 107429 0 0 0 118290 97 0 0 20 0 2 0 331291384 519725056 110767 33554432000 4194304 5964350 140735177223152 140284513019704 4382181 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1186.86
Current children cumulated vsize (KiB) 507544

[startup+1188 s]
/proc/loadavg: 2.05 2.02 1.79 3/178 3102
/proc/meminfo: memFree=26067508/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1187.67 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 111546 0 0 0 118686 81 0 0 20 0 2 0 331291370 519725056 110767 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 110767 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1184.67 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 107429 0 0 0 118370 97 0 0 20 0 2 0 331291384 519725056 110767 33554432000 4194304 5964350 140735177223152 140284513019704 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1187.67
Current children cumulated vsize (KiB) 507544

[startup+1188.4 s]
/proc/loadavg: 2.05 2.02 1.79 3/178 3102
/proc/meminfo: memFree=26067508/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1188.06 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 111546 0 0 0 118725 81 0 0 20 0 2 0 331291370 519725056 110767 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 110767 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1185.06 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 107429 0 0 0 118408 98 0 0 20 0 2 0 331291384 519725056 110767 33554432000 4194304 5964350 140735177223152 140284513019704 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1188.06
Current children cumulated vsize (KiB) 507544

[startup+1188.8 s]
/proc/loadavg: 2.05 2.02 1.79 3/178 3102
/proc/meminfo: memFree=26067508/32873624 swapFree=7112/7112
[pid=2856] ppid=2854 vsize=507544 CPUtime=1188.46 cores=1,3,5,7
/proc/2856/stat : 2856 (wbo1.72) S 2854 2856 1111 0 -1 4202496 111546 0 0 0 118765 81 0 0 20 0 2 0 331291370 519725056 110767 33554432000 4194304 5964350 140735177223152 140735177222672 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2856/statm: 126886 110767 187 433 0 126450 0
[pid=2856/tid=2882] ppid=2854 vsize=507544 CPUtime=1185.46 cores=1,3,5,7
/proc/2856/task/2882/stat : 2882 (wbo1.72) R 2854 2856 1111 0 -1 4202560 107429 0 0 0 118448 98 0 0 20 0 2 0 331291384 519725056 110767 33554432000 4194304 5964350 140735177223152 140284513019704 4399774 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1188.46
Current children cumulated vsize (KiB) 507544

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2856 and gives
#  childrusage.ru_utime.tv_sec=1184
#  childrusage.ru_utime.tv_usec=661904
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=847
# CPU time returned by wait4() is 1185.66
# while last known CPU time is 1188.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1188.84
CPU time (s): 1188.46
CPU user time (s): 1187.65
CPU system time (s): 0.81
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 507544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1184.66
system time used= 1.00085
maximum resident set size= 443088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111551
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= 159
involuntary context switches= 1230

runsolver used 1.66975 second user time and 4.90025 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-02 17:40:59
IDJOB=3727052
IDBENCH=1488
IDSOLVER=2313
FILE ID=node121/3727052-1338651659
RUNJOBID= node121-1338651658-2672
PBS_JOBID= 14636459
Free space on /tmp= 71312 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727052-1338651659/watcher-3727052-1338651659 -o /tmp/evaluation-result-3727052-1338651659/solver-3727052-1338651659 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727052-1338651659.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=1408733066

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        27169440 kB
Buffers:          594620 kB
Cached:          4224800 kB
SwapCached:            0 kB
Active:          1608660 kB
Inactive:        3226644 kB
Active(anon):       3028 kB
Inactive(anon):    10776 kB
Active(file):    1605632 kB
Inactive(file):  3215868 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12816 kB
Writeback:             0 kB
AnonPages:         17844 kB
Mapped:            14424 kB
Shmem:               200 kB
Slab:             732500 kB
SReclaimable:     176488 kB
SUnreclaim:       556012 kB
KernelStack:        1368 kB
PageTables:         3196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     113960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71304 MiB
End job on node121 at 2012-06-02 18:00:48