Trace number 3727053

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 1396.62 1396.63

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
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 benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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-3727053-1338651576.opb.
0.00/0.00	c Instance file HOME/instance-3727053-1338651576.opb
0.00/0.00	c File size is 17269096 bytes.
1.19/1.24	c Highest Coefficient sum: 512
1.19/1.24	c ============================[ Problem Statistics ]=============================
1.19/1.24	c |                                                                             |
1.19/1.24	c |  Parsing time:          1.25         s                                      |
1.19/1.24	c |  Number Variables:      168111                                              |
1.19/1.24	c |  Number Clauses:        468727                                              |
1.19/1.24	c |  Number Cardinality:    0                                                   |
1.19/1.24	c |  Number PB Constraints: 18798                                               |
1.19/1.25	c |                                                                             |
1.49/1.54	c |  Problem Type:          Decision                                            |
1.49/1.54	c |  Objective Function:    None                                                |
1.49/1.54	c |                                                                             |
1.49/1.54	c ===============================================================================
1396.30/1396.62	c ===============================================================================
1396.30/1396.62	c Wall Clock Time: 1396.62 s
1396.30/1396.62	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-3727053-1338651576/watcher-3727053-1338651576 -o /tmp/evaluation-result-3727053-1338651576/solver-3727053-1338651576 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727053-1338651576.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: 0.92 1.03 1.37 3/177 6161
/proc/meminfo: memFree=27531324/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=20156 CPUtime=0 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) R 6159 6161 4467 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 331283699 20639744 313 33554432000 4194304 5964350 140735971375360 140734612552280 5133679 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 5039 313 170 433 0 386 0

[startup+0.104971 s]
/proc/loadavg: 0.92 1.03 1.37 3/177 6161
/proc/meminfo: memFree=27531324/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=28988 CPUtime=0.1 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) R 6159 6161 4467 0 -1 4202496 2788 0 0 0 10 0 0 0 20 0 1 0 331283699 29683712 2708 33554432000 4194304 5964350 140735971375360 140734612552280 4441929 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 7247 2708 519 433 0 2594 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28988

[startup+0.200327 s]
/proc/loadavg: 0.92 1.03 1.37 3/177 6161
/proc/meminfo: memFree=27531324/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=37432 CPUtime=0.19 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) R 6159 6161 4467 0 -1 4202496 5138 0 0 0 19 0 0 0 20 0 1 0 331283699 38330368 4878 33554432000 4194304 5964350 140735971375360 140734612552280 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 9358 4879 840 433 0 4705 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37432

[startup+0.300334 s]
/proc/loadavg: 0.92 1.03 1.37 3/177 6161
/proc/meminfo: memFree=27531324/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=45548 CPUtime=0.29 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) R 6159 6161 4467 0 -1 4202496 7539 0 0 0 29 0 0 0 20 0 1 0 331283699 46641152 7013 33554432000 4194304 5964350 140735971375360 140734612552280 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 11387 7014 1156 433 0 6734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45548

[startup+0.700158 s]
/proc/loadavg: 0.92 1.03 1.37 3/177 6161
/proc/meminfo: memFree=27531324/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=77284 CPUtime=0.69 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) R 6159 6161 4467 0 -1 4202496 16793 0 0 0 67 2 0 0 20 0 1 0 331283699 79138816 15609 33554432000 4194304 5964350 140735971375360 140735971373704 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 19321 15610 2473 433 0 14668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77284

[startup+1.50018 s]
/proc/loadavg: 1.01 1.05 1.37 3/178 6162
/proc/meminfo: memFree=27438952/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=201756 CPUtime=1.49 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 48539 0 0 0 142 7 0 0 20 0 2 0 331283699 206598144 43235 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 50439 43235 177 433 0 50003 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 201756

[startup+3.10027 s]
/proc/loadavg: 1.01 1.05 1.37 3/179 6163
/proc/meminfo: memFree=27298508/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=262488 CPUtime=3.09 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 68107 0 0 0 299 10 0 0 20 0 2 0 331283699 268787712 57809 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 65622 57809 187 433 0 65186 0
[pid=6161/tid=6163] ppid=6159 vsize=262488 CPUtime=1.84 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 38325 0 0 0 177 7 0 0 20 0 2 0 331283824 268787712 57809 33554432000 4194304 5964350 140735971375360 140390809872184 4399840 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) 262488

[startup+6.30027 s]
/proc/loadavg: 1.09 1.06 1.37 3/179 6163
/proc/meminfo: memFree=27294204/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=262488 CPUtime=6.29 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 68107 0 0 0 619 10 0 0 20 0 2 0 331283699 268787712 57809 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 65622 57809 187 433 0 65186 0
[pid=6161/tid=6163] ppid=6159 vsize=262488 CPUtime=5.04 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 38325 0 0 0 497 7 0 0 20 0 2 0 331283824 268787712 57809 33554432000 4194304 5964350 140735971375360 140390809872184 4399774 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) 262488

[startup+12.7002 s]
/proc/loadavg: 1.16 1.08 1.38 3/179 6163
/proc/meminfo: memFree=27289232/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=262488 CPUtime=12.68 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 68371 0 0 0 1258 10 0 0 20 0 2 0 331283699 268787712 58073 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 65622 58073 187 433 0 65186 0
[pid=6161/tid=6163] ppid=6159 vsize=262488 CPUtime=11.43 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 38589 0 0 0 1136 7 0 0 20 0 2 0 331283824 268787712 58073 33554432000 4194304 5964350 140735971375360 140390809872376 4403263 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 262488

[startup+25.5064 s]
/proc/loadavg: 1.29 1.11 1.38 3/180 6166
/proc/meminfo: memFree=27277128/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=262488 CPUtime=25.49 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 69032 0 0 0 2538 11 0 0 20 0 2 0 331283699 268787712 58734 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 65622 58734 187 433 0 65186 0
[pid=6161/tid=6163] ppid=6159 vsize=262488 CPUtime=24.24 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 39250 0 0 0 2416 8 0 0 20 0 2 0 331283824 268787712 58734 33554432000 4194304 5964350 140735971375360 140390809872376 4392681 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 262488

[startup+51.1002 s]
/proc/loadavg: 1.57 1.19 1.40 3/180 6166
/proc/meminfo: memFree=27261556/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=328024 CPUtime=51.08 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 70979 0 0 0 5095 13 0 0 20 0 2 0 331283699 335896576 60681 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 82006 60681 187 433 0 81570 0
[pid=6161/tid=6163] ppid=6159 vsize=328024 CPUtime=49.83 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 41197 0 0 0 4973 10 0 0 20 0 2 0 331283824 335896576 60681 33554432000 4194304 5964350 140735971375360 140390809872376 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 328024

[startup+102.3 s]
/proc/loadavg: 1.81 1.31 1.43 3/179 6166
/proc/meminfo: memFree=27234204/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=328024 CPUtime=102.26 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 74709 0 0 0 10209 17 0 0 20 0 2 0 331283699 335896576 65029 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 82006 65029 187 433 0 81570 0
[pid=6161/tid=6163] ppid=6159 vsize=328024 CPUtime=101.02 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 44927 0 0 0 10087 15 0 0 20 0 2 0 331283824 335896576 65029 33554432000 4194304 5964350 140735971375360 140390809872184 4381480 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 328024

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.46 3/179 6166
/proc/meminfo: memFree=27200260/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=328024 CPUtime=162.23 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 78291 0 0 0 16204 19 0 0 20 0 2 0 331283699 335896576 69184 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 82006 69184 187 433 0 81570 0
[pid=6161/tid=6163] ppid=6159 vsize=328024 CPUtime=161 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 48509 0 0 0 16082 18 0 0 20 0 2 0 331283824 335896576 69184 33554432000 4194304 5964350 140735971375360 140390809872184 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 328024

[startup+222.3 s]
/proc/loadavg: 1.97 1.54 1.49 3/179 6167
/proc/meminfo: memFree=27171716/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=328024 CPUtime=222.23 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 80852 0 0 0 22201 22 0 0 20 0 2 0 331283699 335896576 72290 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 82006 72290 187 433 0 81570 0
[pid=6161/tid=6163] ppid=6159 vsize=328024 CPUtime=221.01 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 51070 0 0 0 22079 22 0 0 20 0 2 0 331283824 335896576 72290 33554432000 4194304 5964350 140735971375360 140390809872424 4399866 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 328024

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.52 3/179 6167
/proc/meminfo: memFree=27156280/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=328024 CPUtime=282.21 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 82934 0 0 0 28197 24 0 0 20 0 2 0 331283699 335896576 74372 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 82006 74372 187 433 0 81570 0
[pid=6161/tid=6163] ppid=6159 vsize=328024 CPUtime=281.01 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 53152 0 0 0 28076 25 0 0 20 0 2 0 331283824 335896576 74372 33554432000 4194304 5964350 140735971375360 140390809872376 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 328024

[startup+342.306 s]
/proc/loadavg: 1.99 1.68 1.55 3/179 6167
/proc/meminfo: memFree=27135096/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=328024 CPUtime=342.19 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 84770 0 0 0 34193 26 0 0 20 0 2 0 331283699 335896576 76314 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 82006 76314 187 433 0 81570 0
[pid=6161/tid=6163] ppid=6159 vsize=328024 CPUtime=341 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 54988 0 0 0 34072 28 0 0 20 0 2 0 331283824 335896576 76314 33554432000 4194304 5964350 140735971375360 140390809872184 4403296 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 328024

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.57 3/179 6167
/proc/meminfo: memFree=27121548/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=393560 CPUtime=402.17 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 86484 0 0 0 40189 28 0 0 20 0 2 0 331283699 403005440 78028 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 98390 78028 187 433 0 97954 0
[pid=6161/tid=6163] ppid=6159 vsize=393560 CPUtime=400.99 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 56702 0 0 0 40068 31 0 0 20 0 2 0 331283824 403005440 78028 33554432000 4194304 5964350 140735971375360 140390809872376 4399774 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 393560

[startup+462.3 s]
/proc/loadavg: 1.99 1.78 1.60 3/179 6206
/proc/meminfo: memFree=27190008/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=393560 CPUtime=462.16 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 88389 0 0 0 46187 29 0 0 20 0 2 0 331283699 403005440 79933 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 98390 79933 187 433 0 97954 0

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

/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 67984 0 0 0 94054 47 0 0 20 0 2 0 331283824 403005440 90082 33554432000 4194304 5964350 140735971375360 140390809872392 4403200 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 393560

[startup+1002.31 s]
/proc/loadavg: 2.00 1.96 1.76 3/179 6211
/proc/meminfo: memFree=26591016/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=393560 CPUtime=1002.08 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 98693 0 0 0 100171 37 0 0 20 0 2 0 331283699 403005440 91009 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 98390 91009 187 433 0 97954 0
[pid=6161/tid=6163] ppid=6159 vsize=393560 CPUtime=1001.02 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 68911 0 0 0 100053 49 0 0 20 0 2 0 331283824 403005440 91009 33554432000 4194304 5964350 140735971375360 140390809872376 4399835 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1002.08
Current children cumulated vsize (KiB) 393560

[startup+1062.3 s]
/proc/loadavg: 2.00 1.96 1.77 3/179 6211
/proc/meminfo: memFree=26541600/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=393560 CPUtime=1062.07 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 99601 0 0 0 106169 38 0 0 20 0 2 0 331283699 403005440 91928 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 98390 91928 187 433 0 97954 0
[pid=6161/tid=6163] ppid=6159 vsize=393560 CPUtime=1061.02 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 69819 0 0 0 106051 51 0 0 20 0 2 0 331283824 403005440 91928 33554432000 4194304 5964350 140735971375360 140390809872184 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.07
Current children cumulated vsize (KiB) 393560

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.78 3/179 6212
/proc/meminfo: memFree=26518812/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=393560 CPUtime=1122.04 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 100599 0 0 0 112165 39 0 0 20 0 2 0 331283699 403005440 93225 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 98390 93225 187 433 0 97954 0
[pid=6161/tid=6163] ppid=6159 vsize=393560 CPUtime=1121.01 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 70817 0 0 0 112048 53 0 0 20 0 2 0 331283824 403005440 93225 33554432000 4194304 5964350 140735971375360 140390809872424 4403263 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1122.04
Current children cumulated vsize (KiB) 393560

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.79 3/179 6212
/proc/meminfo: memFree=26512240/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1182.03 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 101808 0 0 0 118163 40 0 0 20 0 2 0 331283699 470114304 94434 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 94434 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1181.01 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 72026 0 0 0 118047 54 0 0 20 0 2 0 331283824 470114304 94434 33554432000 4194304 5964350 140735971375360 140390809872184 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1182.03
Current children cumulated vsize (KiB) 459096

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.80 3/180 6215
/proc/meminfo: memFree=26484384/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1242.02 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 102607 0 0 0 124161 41 0 0 20 0 2 0 331283699 470114304 95233 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 95233 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1241.01 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 72825 0 0 0 124045 56 0 0 20 0 2 0 331283824 470114304 95233 33554432000 4194304 5964350 140735971375360 140390809872424 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.02
Current children cumulated vsize (KiB) 459096

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.82 3/180 6238
/proc/meminfo: memFree=26471808/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1302.01 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103528 0 0 0 130159 42 0 0 20 0 2 0 331283699 470114304 96154 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 96154 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1301.02 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 73746 0 0 0 130044 58 0 0 20 0 2 0 331283824 470114304 96154 33554432000 4194304 5964350 140735971375360 140390809871896 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.01
Current children cumulated vsize (KiB) 459096

[startup+1362.3 s]
/proc/loadavg: 2.06 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26451484/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1362.01 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103782 0 0 0 136158 43 0 0 20 0 2 0 331283699 470114304 97430 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97430 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1361.02 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74000 0 0 0 136042 60 0 0 20 0 2 0 331283824 470114304 97430 33554432000 4194304 5964350 140735971375360 140390809872312 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 459096

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

[startup+1382.5 s]
/proc/loadavg: 2.04 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26436104/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1382.21 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103805 0 0 0 138178 43 0 0 20 0 2 0 331283699 470114304 97453 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97453 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1381.22 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74023 0 0 0 138062 60 0 0 20 0 2 0 331283824 470114304 97453 33554432000 4194304 5964350 140735971375360 140390809872424 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1382.21
Current children cumulated vsize (KiB) 459096

[startup+1388.9 s]
/proc/loadavg: 2.04 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26431268/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1388.6 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103884 0 0 0 138817 43 0 0 20 0 2 0 331283699 470114304 97532 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97532 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1387.62 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74102 0 0 0 138701 61 0 0 20 0 2 0 331283824 470114304 97532 33554432000 4194304 5964350 140735971375360 140390809872424 4390798 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1388.6
Current children cumulated vsize (KiB) 459096

[startup+1392.1 s]
/proc/loadavg: 2.04 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26429408/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1391.8 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103921 0 0 0 139137 43 0 0 20 0 2 0 331283699 470114304 97569 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97569 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1390.82 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74139 0 0 0 139021 61 0 0 20 0 2 0 331283824 470114304 97569 33554432000 4194304 5964350 140735971375360 140390809872424 4399835 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1391.8
Current children cumulated vsize (KiB) 459096

[startup+1393.7 s]
/proc/loadavg: 2.04 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26428292/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1393.4 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103937 0 0 0 139297 43 0 0 20 0 2 0 331283699 470114304 97585 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97585 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1392.42 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74155 0 0 0 139181 61 0 0 20 0 2 0 331283824 470114304 97585 33554432000 4194304 5964350 140735971375360 140390809872424 4399872 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1393.4
Current children cumulated vsize (KiB) 459096

[startup+1395.3 s]
/proc/loadavg: 2.04 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26427424/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1395 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103958 0 0 0 139457 43 0 0 20 0 2 0 331283699 470114304 97606 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97606 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1394.02 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74176 0 0 0 139341 61 0 0 20 0 2 0 331283824 470114304 97606 33554432000 4194304 5964350 140735971375360 140390809872424 4222308 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1395
Current children cumulated vsize (KiB) 459096

[startup+1396.11 s]
/proc/loadavg: 2.03 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26426928/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1395.81 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103967 0 0 0 139538 43 0 0 20 0 2 0 331283699 470114304 97615 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97615 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1394.83 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74185 0 0 0 139422 61 0 0 20 0 2 0 331283824 470114304 97615 33554432000 4194304 5964350 140735971375360 140390809872376 4403290 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1395.81
Current children cumulated vsize (KiB) 459096

[startup+1396.5 s]
/proc/loadavg: 2.03 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26426928/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1396.2 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103970 0 0 0 139577 43 0 0 20 0 2 0 331283699 470114304 97618 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97618 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1395.22 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74188 0 0 0 139461 61 0 0 20 0 2 0 331283824 470114304 97618 33554432000 4194304 5964350 140735971375360 140390809872376 4392838 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1396.2
Current children cumulated vsize (KiB) 459096

[startup+1396.6 s]
/proc/loadavg: 2.03 1.99 1.83 3/179 6238
/proc/meminfo: memFree=26426928/32873648 swapFree=6860/6860
[pid=6161] ppid=6159 vsize=459096 CPUtime=1396.3 cores=0,2,4,6
/proc/6161/stat : 6161 (wbo1.72) S 6159 6161 4467 0 -1 4202496 103971 0 0 0 139587 43 0 0 20 0 2 0 331283699 470114304 97619 33554432000 4194304 5964350 140735971375360 140735971374880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6161/statm: 114774 97619 187 433 0 114338 0
[pid=6161/tid=6163] ppid=6159 vsize=459096 CPUtime=1395.32 cores=0,2,4,6
/proc/6161/task/6163/stat : 6163 (wbo1.72) R 6159 6161 4467 0 -1 4202560 74189 0 0 0 139471 61 0 0 20 0 2 0 331283824 470114304 97619 33554432000 4194304 5964350 140735971375360 140390809872376 4392802 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1396.3
Current children cumulated vsize (KiB) 459096

Child status: 255
Real time (s): 1396.63
CPU time (s): 1396.62
CPU user time (s): 1395.96
CPU system time (s): 0.663899
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 459096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1395.96
system time used= 0.663899
maximum resident set size= 390492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103975
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= 101
involuntary context switches= 1512

runsolver used 1.9767 second user time and 5.64514 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-02 17:39:36
IDJOB=3727053
IDBENCH=1447
IDSOLVER=2313
FILE ID=node116/3727053-1338651576
RUNJOBID= node116-1338651575-5898
PBS_JOBID= 14636464
Free space on /tmp= 71092 MiB

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

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=2031558351

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.92
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.556
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.90
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.556
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:       32873648 kB
MemFree:        27531860 kB
Buffers:          498740 kB
Cached:          3941600 kB
SwapCached:         3028 kB
Active:          2047084 kB
Inactive:        2411880 kB
Active(anon):       8472 kB
Inactive(anon):     8516 kB
Active(file):    2038612 kB
Inactive(file):  2403364 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             27864 kB
Writeback:             0 kB
AnonPages:         21708 kB
Mapped:            12816 kB
Shmem:                68 kB
Slab:             747504 kB
SReclaimable:     191016 kB
SUnreclaim:       556488 kB
KernelStack:        1432 kB
PageTables:         3984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     141036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71084 MiB
End job on node116 at 2012-06-02 18:02:53