Trace number 3713130

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.71? 1799.57 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_45_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6dc14d51c0879b2054c8b72501c6facc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.973851
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3600
Total number of constraints170
Number of soft constraints170
Number of constraints which are clauses90
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
Top cost 7974
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7973
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3713130-1338205883.wbo.
0.00/0.00	c Instance file HOME/instance-3713130-1338205883.wbo
0.00/0.00	c File size is 64947 bytes.
0.00/0.00	c Highest Coefficient sum: 46
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      3770                                                |
0.00/0.00	c |  Number Clauses:        90                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 80                                                  |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3713130-1338205883/watcher-3713130-1338205883 -o /tmp/evaluation-result-3713130-1338205883/solver-3713130-1338205883 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3713130-1338205883.wbo 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1140
/proc/meminfo: memFree=26792152/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=3932 CPUtime=0 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) R 1138 1140 32463 0 -1 4202496 458 0 0 0 0 0 0 0 20 0 1 0 286715594 4026368 411 33554432000 4194304 5964318 140735488402512 140735488400872 4395310 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 983 413 161 433 0 531 0

[startup+0.0415579 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1140
/proc/meminfo: memFree=26792152/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=84820 CPUtime=0.03 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 1592 0 0 0 3 0 0 0 20 0 2 0 286715594 86855680 1529 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21205 1529 194 433 0 20769 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84820

[startup+0.100166 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1140
/proc/meminfo: memFree=26792152/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=84820 CPUtime=0.09 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 1750 0 0 0 9 0 0 0 20 0 2 0 286715594 86855680 1687 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21205 1687 194 433 0 20769 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84820

[startup+0.300109 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1140
/proc/meminfo: memFree=26792152/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=84820 CPUtime=0.29 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 2237 0 0 0 29 0 0 0 20 0 2 0 286715594 86855680 2174 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21205 2174 194 433 0 20769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84820

[startup+0.700108 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1140
/proc/meminfo: memFree=26792152/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=84820 CPUtime=0.69 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 3111 0 0 0 69 0 0 0 20 0 2 0 286715594 86855680 3048 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21205 3048 194 433 0 20769 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84820

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1142
/proc/meminfo: memFree=26778132/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=84820 CPUtime=1.48 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 4718 0 0 0 148 0 0 0 20 0 2 0 286715594 86855680 4655 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21205 4655 194 433 0 20769 0
[pid=1140/tid=1142] ppid=1138 vsize=84820 CPUtime=1.47 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 3712 0 0 0 147 0 0 0 20 0 2 0 286715595 86855680 4655 33554432000 4194304 5964318 140735488402512 139852977362936 4400339 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) 84820

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1142
/proc/meminfo: memFree=26769824/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=84964 CPUtime=3.08 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 5878 0 0 0 307 1 0 0 20 0 2 0 286715594 87003136 5811 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21241 5811 194 433 0 20805 0
[pid=1140/tid=1142] ppid=1138 vsize=84964 CPUtime=3.06 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 4872 0 0 0 306 0 0 0 20 0 2 0 286715595 87003136 5811 33554432000 4194304 5964318 140735488402512 139852977362936 4399824 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84964

[startup+6.3002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1142
/proc/meminfo: memFree=26766524/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=84964 CPUtime=6.28 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 8192 0 0 0 627 1 0 0 20 0 2 0 286715594 87003136 8125 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21241 8125 194 433 0 20805 0
[pid=1140/tid=1142] ppid=1138 vsize=84964 CPUtime=6.25 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 7186 0 0 0 624 1 0 0 20 0 2 0 286715595 87003136 8125 33554432000 4194304 5964318 140735488402512 139852977362984 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84964

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1142
/proc/meminfo: memFree=26744948/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=85036 CPUtime=12.68 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 12859 0 0 0 1265 3 0 0 20 0 2 0 286715594 87076864 12792 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 21259 12792 194 433 0 20823 0
[pid=1140/tid=1142] ppid=1138 vsize=85036 CPUtime=12.63 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 11853 0 0 0 1260 3 0 0 20 0 2 0 286715595 87076864 12792 33554432000 4194304 5964318 140735488402512 139852977362984 4222416 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) 85036

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1142
/proc/meminfo: memFree=26716880/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=150680 CPUtime=25.46 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 19536 0 0 0 2540 6 0 0 20 0 2 0 286715594 154296320 19459 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 37670 19459 194 433 0 37234 0
[pid=1140/tid=1142] ppid=1138 vsize=150680 CPUtime=25.39 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 18530 0 0 0 2533 6 0 0 20 0 2 0 286715595 154296320 19459 33554432000 4194304 5964318 140735488402512 139852977362984 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 150680

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1142
/proc/meminfo: memFree=26687860/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=150840 CPUtime=51.05 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 26756 0 0 0 5096 9 0 0 20 0 2 0 286715594 154460160 26877 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 37710 26877 194 433 0 37274 0
[pid=1140/tid=1142] ppid=1138 vsize=150840 CPUtime=50.91 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 25750 0 0 0 5082 9 0 0 20 0 2 0 286715595 154460160 26877 33554432000 4194304 5964318 140735488402512 139852977362936 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 150840

[startup+102.307 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 1142
/proc/meminfo: memFree=26542236/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=216616 CPUtime=102.25 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 41042 0 0 0 10211 14 0 0 20 0 2 0 286715594 221814784 41163 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 54154 41163 194 433 0 53718 0
[pid=1140/tid=1142] ppid=1138 vsize=216616 CPUtime=101.99 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 40036 0 0 0 10184 15 0 0 20 0 2 0 286715595 221814784 41163 33554432000 4194304 5964318 140735488402512 139852977362936 4403621 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216616

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1142
/proc/meminfo: memFree=26503116/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=282152 CPUtime=162.24 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 50675 0 0 0 16206 18 0 0 20 0 2 0 286715594 288923648 50796 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 70538 50796 194 433 0 70102 0
[pid=1140/tid=1142] ppid=1138 vsize=282152 CPUtime=161.83 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 49669 0 0 0 16163 20 0 0 20 0 2 0 286715595 288923648 50796 33554432000 4194304 5964318 140735488402512 139852977362936 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 282152

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1142
/proc/meminfo: memFree=26418600/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=348336 CPUtime=222.22 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 71708 0 0 0 22198 24 0 0 20 0 2 0 286715594 356696064 71829 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 87084 71829 194 433 0 86648 0
[pid=1140/tid=1142] ppid=1138 vsize=348336 CPUtime=221.67 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 70702 0 0 0 22140 27 0 0 20 0 2 0 286715595 356696064 71829 33554432000 4194304 5964318 140735488402512 139852977362936 4399993 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 348336

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1143
/proc/meminfo: memFree=26417860/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=348336 CPUtime=282.21 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 71726 0 0 0 28197 24 0 0 20 0 2 0 286715594 356696064 71837 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 87084 71837 194 433 0 86648 0
[pid=1140/tid=1142] ppid=1138 vsize=348336 CPUtime=281.52 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 70720 0 0 0 28124 28 0 0 20 0 2 0 286715595 356696064 71837 33554432000 4194304 5964318 140735488402512 139852977362968 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 348336

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1143
/proc/meminfo: memFree=26352760/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=348912 CPUtime=342.2 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 76004 0 0 0 34194 26 0 0 20 0 2 0 286715594 357285888 76115 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 87228 76115 194 433 0 86792 0
[pid=1140/tid=1142] ppid=1138 vsize=348912 CPUtime=341.37 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 74998 0 0 0 34106 31 0 0 20 0 2 0 286715595 357285888 76115 33554432000 4194304 5964318 140735488402512 139852977362936 4381464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 348912

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1143
/proc/meminfo: memFree=26308468/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=414592 CPUtime=402.19 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 87162 0 0 0 40188 31 0 0 20 0 2 0 286715594 424542208 87310 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 103648 87310 194 433 0 103212 0
[pid=1140/tid=1142] ppid=1138 vsize=414592 CPUtime=401.2 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 86156 0 0 0 40083 37 0 0 20 0 2 0 286715595 424542208 87310 33554432000 4194304 5964318 140735488402512 139852977362936 5136324 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 414592

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1143
/proc/meminfo: memFree=26221696/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=415744 CPUtime=462.16 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1214
/proc/meminfo: memFree=26496920/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686060 CPUtime=1421.94 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163900 0 0 0 142125 69 0 0 20 0 2 0 286715594 702525440 164710 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171515 164710 194 433 0 171079 0
[pid=1140/tid=1142] ppid=1138 vsize=686060 CPUtime=1418.48 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162894 0 0 0 141759 89 0 0 20 0 2 0 286715595 702525440 164710 33554432000 4194304 5964318 140735488402512 139852977363112 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 686060

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1214
/proc/meminfo: memFree=26485972/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686060 CPUtime=1481.92 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163900 0 0 0 148123 69 0 0 20 0 2 0 286715594 702525440 164710 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171515 164710 194 433 0 171079 0
[pid=1140/tid=1142] ppid=1138 vsize=686060 CPUtime=1478.31 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162894 0 0 0 147741 90 0 0 20 0 2 0 286715595 702525440 164710 33554432000 4194304 5964318 140735488402512 139852977363112 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 686060

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1215
/proc/meminfo: memFree=26485636/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686060 CPUtime=1541.91 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163900 0 0 0 154122 69 0 0 20 0 2 0 286715594 702525440 164710 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171515 164710 194 433 0 171079 0
[pid=1140/tid=1142] ppid=1138 vsize=686060 CPUtime=1538.16 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162894 0 0 0 153725 91 0 0 20 0 2 0 286715595 702525440 164710 33554432000 4194304 5964318 140735488402512 139852977363112 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 686060

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1215
/proc/meminfo: memFree=26481544/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686060 CPUtime=1601.9 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163900 0 0 0 160121 69 0 0 20 0 2 0 286715594 702525440 164710 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171515 164710 194 433 0 171079 0
[pid=1140/tid=1142] ppid=1138 vsize=686060 CPUtime=1598.01 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162894 0 0 0 159709 92 0 0 20 0 2 0 286715595 702525440 164710 33554432000 4194304 5964318 140735488402512 139852977363112 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 686060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1215
/proc/meminfo: memFree=26461460/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686060 CPUtime=1661.89 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163900 0 0 0 166120 69 0 0 20 0 2 0 286715594 702525440 164710 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171515 164710 194 433 0 171079 0
[pid=1140/tid=1142] ppid=1138 vsize=686060 CPUtime=1657.86 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162894 0 0 0 165693 93 0 0 20 0 2 0 286715595 702525440 164710 33554432000 4194304 5964318 140735488402512 139852977363112 4399973 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 686060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1218
/proc/meminfo: memFree=26455500/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1721.88 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163934 0 0 0 172119 69 0 0 20 0 2 0 286715594 702746624 164744 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164744 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1717.7 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162928 0 0 0 171676 94 0 0 20 0 2 0 286715595 702746624 164744 33554432000 4194304 5964318 140735488402512 139852977362984 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 686276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1218
/proc/meminfo: memFree=26451056/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1781.87 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 178118 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1777.55 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 177660 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 686276

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1219
/proc/meminfo: memFree=26449816/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1791.48 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 179079 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1787.13 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 178618 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4399971 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 686276

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1219
/proc/meminfo: memFree=26449196/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1794.68 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 179399 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1790.32 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 178937 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4399995 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 686276

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1219
/proc/meminfo: memFree=26448824/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1797.87 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 179718 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1793.51 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 179256 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 686276

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1219
/proc/meminfo: memFree=26448700/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1798.67 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 179798 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1794.31 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 179336 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4399960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 686276

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1219
/proc/meminfo: memFree=26448328/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1799.08 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 179839 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1794.71 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 179376 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 686276

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1219
/proc/meminfo: memFree=26448328/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1799.47 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 179878 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1795.1 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 179415 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 686276

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1219
/proc/meminfo: memFree=26448328/32873648 swapFree=6336/6336
[pid=1140] ppid=1138 vsize=686276 CPUtime=1799.57 cores=0,2,4,6
/proc/1140/stat : 1140 (wbo1.71) S 1138 1140 32463 0 -1 4202496 163940 0 0 0 179888 69 0 0 20 0 2 0 286715594 702746624 164750 33554432000 4194304 5964318 140735488402512 140735488402032 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1140/statm: 171569 164750 194 433 0 171133 0
[pid=1140/tid=1142] ppid=1138 vsize=686276 CPUtime=1795.2 cores=0,2,4,6
/proc/1140/task/1142/stat : 1142 (wbo1.71) R 1138 1140 32463 0 -1 4202560 162934 0 0 0 179425 95 0 0 20 0 2 0 286715595 702746624 164750 33554432000 4194304 5964318 140735488402512 139852977362984 4381606 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 686276

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1140 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=263230
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=971852
# CPU time returned by wait4() is 1795.24
# while last known CPU time is 1799.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.57
CPU user time (s): 1798.88
CPU system time (s): 0.69
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 686276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 0.971852
maximum resident set size= 659424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163943
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= 238
involuntary context switches= 1945

runsolver used 2.79757 second user time and 8.87065 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-28 13:51:23
IDJOB=3713130
IDBENCH=79149
IDSOLVER=2293
FILE ID=node112/3713130-1338205883
RUNJOBID= node112-1338192203-32479
PBS_JOBID= 14624576
Free space on /tmp= 71588 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_45_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3713130-1338205883/watcher-3713130-1338205883 -o /tmp/evaluation-result-3713130-1338205883/solver-3713130-1338205883 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3713130-1338205883.wbo

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

MD5SUM BENCH= 6dc14d51c0879b2054c8b72501c6facc
RANDOM SEED=1345729948

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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.763
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.763
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.763
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.763
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.763
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:        26792308 kB
Buffers:          385852 kB
Cached:          4340640 kB
SwapCached:            0 kB
Active:          1339476 kB
Inactive:        3912288 kB
Active(anon):     527648 kB
Inactive(anon):        0 kB
Active(file):     811828 kB
Inactive(file):  3912288 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        652540 kB
Mapped:            15176 kB
Shmem:               200 kB
Slab:             688940 kB
SReclaimable:     132948 kB
SUnreclaim:       555992 kB
KernelStack:        1488 kB
PageTables:         4632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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= 71584 MiB
End job on node112 at 2012-05-28 14:21:23