Trace number 3726902

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 461.196 461.223

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
MD5SUM2ca83d15931a383b90d8a7a08c6c1d9a
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 benchmark0.003999
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-3726902-1338651575.opb.
0.00/0.00	c Instance file HOME/instance-3726902-1338651575.opb
0.00/0.00	c File size is 6824 bytes.
0.00/0.00	c Highest Coefficient sum: 21
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      400                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
0.00/0.00	c |  Number Cardinality:    20                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
461.08/461.21	c ===============================================================================
461.08/461.21	c Wall Clock Time: 461.22 s
461.08/461.21	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-3726902-1338651575/watcher-3726902-1338651575 -o /tmp/evaluation-result-3726902-1338651575/solver-3726902-1338651575 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3726902-1338651575.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.03 1.37 3/173 6051
/proc/meminfo: memFree=27557072/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 807 0 0 0 0 0 0 0 20 0 2 0 331283596 85684224 758 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20919 758 183 433 0 20483 0
[pid=6051/tid=6052] ppid=6049 vsize=83676 CPUtime=0 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 2 0 331283596 85684224 759 33554432000 4194304 5964350 140733370516944 140735718949864 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0691151 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 6051
/proc/meminfo: memFree=27557072/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83676 CPUtime=0.06 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 965 0 0 0 6 0 0 0 20 0 2 0 331283596 85684224 916 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20919 917 184 433 0 20483 0
[pid=6051/tid=6052] ppid=6049 vsize=83676 CPUtime=0.05 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 241 0 0 0 5 0 0 0 20 0 2 0 331283596 85684224 917 33554432000 4194304 5964350 140733370516944 140735718949864 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 83676

[startup+0.100239 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 6051
/proc/meminfo: memFree=27557072/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83676 CPUtime=0.09 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 1012 0 0 0 9 0 0 0 20 0 2 0 331283596 85684224 963 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20919 963 184 433 0 20483 0
[pid=6051/tid=6052] ppid=6049 vsize=83676 CPUtime=0.08 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 287 0 0 0 8 0 0 0 20 0 2 0 331283596 85684224 963 33554432000 4194304 5964350 140733370516944 140735718949864 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83676

[startup+0.300205 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 6051
/proc/meminfo: memFree=27557072/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83676 CPUtime=0.29 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 1222 0 0 0 29 0 0 0 20 0 2 0 331283596 85684224 1173 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20919 1173 184 433 0 20483 0
[pid=6051/tid=6052] ppid=6049 vsize=83676 CPUtime=0.28 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 497 0 0 0 28 0 0 0 20 0 2 0 331283596 85684224 1173 33554432000 4194304 5964350 140733370516944 140735718949864 4388148 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83676

[startup+0.700204 s]
/proc/loadavg: 0.92 1.03 1.37 3/173 6051
/proc/meminfo: memFree=27557072/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83676 CPUtime=0.69 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 1498 0 0 0 69 0 0 0 20 0 2 0 331283596 85684224 1449 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20919 1449 184 433 0 20483 0
[pid=6051/tid=6052] ppid=6049 vsize=83676 CPUtime=0.68 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 773 0 0 0 68 0 0 0 20 0 2 0 331283596 85684224 1449 33554432000 4194304 5964350 140733370516944 140735718949864 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83676

[startup+1.50025 s]
/proc/loadavg: 0.92 1.03 1.37 3/174 6153
/proc/meminfo: memFree=27536696/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83676 CPUtime=1.49 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 1879 0 0 0 149 0 0 0 20 0 2 0 331283596 85684224 1830 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20919 1830 184 433 0 20483 0
[pid=6051/tid=6052] ppid=6049 vsize=83676 CPUtime=1.48 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 1154 0 0 0 148 0 0 0 20 0 2 0 331283596 85684224 1830 33554432000 4194304 5964350 140733370516944 139933884696376 4400011 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) 83676

[startup+3.10021 s]
/proc/loadavg: 1.01 1.05 1.37 3/178 6162
/proc/meminfo: memFree=27450484/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83820 CPUtime=3.09 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 2211 0 0 0 309 0 0 0 20 0 2 0 331283596 85831680 2162 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20955 2162 184 433 0 20519 0
[pid=6051/tid=6052] ppid=6049 vsize=83820 CPUtime=3.08 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 1486 0 0 0 308 0 0 0 20 0 2 0 331283596 85831680 2162 33554432000 4194304 5964350 140733370516944 139933884696376 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83820

[startup+6.3002 s]
/proc/loadavg: 1.01 1.05 1.37 3/179 6163
/proc/meminfo: memFree=27295420/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=83820 CPUtime=6.29 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 3046 0 0 0 629 0 0 0 20 0 2 0 331283596 85831680 2997 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 20955 2997 184 433 0 20519 0
[pid=6051/tid=6052] ppid=6049 vsize=83820 CPUtime=6.28 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 2321 0 0 0 628 0 0 0 20 0 2 0 331283596 85831680 2997 33554432000 4194304 5964350 140733370516944 139933884696616 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83820

[startup+12.7002 s]
/proc/loadavg: 1.16 1.08 1.38 3/179 6163
/proc/meminfo: memFree=27290340/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=84108 CPUtime=12.68 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 4118 0 0 0 1268 0 0 0 20 0 2 0 331283596 86126592 4102 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 21027 4102 184 433 0 20591 0
[pid=6051/tid=6052] ppid=6049 vsize=84108 CPUtime=12.68 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 3393 0 0 0 1268 0 0 0 20 0 2 0 331283596 86126592 4102 33554432000 4194304 5964350 140733370516944 139933884696376 4379216 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84108

[startup+25.5003 s]
/proc/loadavg: 1.29 1.11 1.38 3/179 6163
/proc/meminfo: memFree=27278772/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=84648 CPUtime=25.48 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 5676 0 0 0 2547 1 0 0 20 0 2 0 331283596 86679552 6359 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 21162 6359 184 433 0 20726 0
[pid=6051/tid=6052] ppid=6049 vsize=84648 CPUtime=25.48 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 4951 0 0 0 2546 2 0 0 20 0 2 0 331283596 86679552 6359 33554432000 4194304 5964350 140733370516944 139933884696568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84648

[startup+51.1002 s]
/proc/loadavg: 1.53 1.18 1.40 3/180 6166
/proc/meminfo: memFree=27262176/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=86824 CPUtime=51.08 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 7770 0 0 0 5106 2 0 0 20 0 2 0 331283596 88907776 8453 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 21706 8453 184 433 0 21270 0
[pid=6051/tid=6052] ppid=6049 vsize=86824 CPUtime=51.08 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 7045 0 0 0 5106 2 0 0 20 0 2 0 331283596 88907776 8453 33554432000 4194304 5964350 140733370516944 139933884696376 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86824

[startup+102.307 s]
/proc/loadavg: 1.81 1.31 1.43 3/179 6166
/proc/meminfo: memFree=27234204/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=91288 CPUtime=102.28 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 10302 0 0 0 10224 4 0 0 20 0 2 0 331283596 93478912 10985 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 22822 10985 184 433 0 22386 0
[pid=6051/tid=6052] ppid=6049 vsize=91288 CPUtime=102.28 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 9577 0 0 0 10223 5 0 0 20 0 2 0 331283596 93478912 10985 33554432000 4194304 5964350 140733370516944 139933884696616 4399938 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 91288

[startup+162.3 s]
/proc/loadavg: 1.93 1.43 1.46 3/179 6166
/proc/meminfo: memFree=27201252/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=97180 CPUtime=162.26 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 14309 0 0 0 16220 6 0 0 20 0 2 0 331283596 99512320 14992 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 24295 14992 184 433 0 23859 0
[pid=6051/tid=6052] ppid=6049 vsize=97180 CPUtime=162.28 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 13584 0 0 0 16219 9 0 0 20 0 2 0 331283596 99512320 14992 33554432000 4194304 5964350 140733370516944 139933884696568 4399850 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 97180

[startup+222.3 s]
/proc/loadavg: 1.97 1.54 1.49 3/179 6167
/proc/meminfo: memFree=27171716/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=101888 CPUtime=222.23 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 18505 0 0 0 22213 10 0 0 20 0 2 0 331283596 104333312 19241 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 25472 19241 184 433 0 25036 0
[pid=6051/tid=6052] ppid=6049 vsize=101888 CPUtime=222.26 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 17780 0 0 0 22212 14 0 0 20 0 2 0 331283596 104333312 19241 33554432000 4194304 5964350 140733370516944 139933884696568 4379216 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 101888

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.52 3/179 6167
/proc/meminfo: memFree=27156776/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=103760 CPUtime=282.22 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 19790 0 0 0 28211 11 0 0 20 0 2 0 331283596 106250240 21032 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 25940 21032 184 433 0 25504 0
[pid=6051/tid=6052] ppid=6049 vsize=103760 CPUtime=282.26 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 19065 0 0 0 28210 16 0 0 20 0 2 0 331283596 106250240 21032 33554432000 4194304 5964350 140733370516944 139933884696568 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 103760

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.55 3/179 6167
/proc/meminfo: memFree=27135468/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=171864 CPUtime=342.22 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 23020 0 0 0 34207 15 0 0 20 0 2 0 331283596 175988736 24262 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 42966 24262 184 433 0 42530 0
[pid=6051/tid=6052] ppid=6049 vsize=171864 CPUtime=342.26 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 22295 0 0 0 34205 21 0 0 20 0 2 0 331283596 175988736 24262 33554432000 4194304 5964350 140733370516944 139933884696568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 171864

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.57 3/179 6167
/proc/meminfo: memFree=27121548/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=174732 CPUtime=402.2 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 24854 0 0 0 40203 17 0 0 20 0 2 0 331283596 178925568 26096 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 43683 26096 184 433 0 43247 0
[pid=6051/tid=6052] ppid=6049 vsize=174732 CPUtime=402.26 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 24129 0 0 0 40202 24 0 0 20 0 2 0 331283596 178925568 26096 33554432000 4194304 5964350 140733370516944 139933884696376 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 174732

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

[startup+409.5 s]
/proc/loadavg: 1.99 1.74 1.58 3/179 6167
/proc/meminfo: memFree=27120184/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=175164 CPUtime=409.4 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 25065 0 0 0 40923 17 0 0 20 0 2 0 331283596 179367936 26302 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 43791 26302 184 433 0 43355 0
[pid=6051/tid=6052] ppid=6049 vsize=175164 CPUtime=409.46 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 24340 0 0 0 40922 24 0 0 20 0 2 0 331283596 179367936 26302 33554432000 4194304 5964350 140733370516944 139933884696568 4400352 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 409.4
Current children cumulated vsize (KiB) 175164

[startup+435.1 s]
/proc/loadavg: 1.99 1.76 1.59 3/179 6167
/proc/meminfo: memFree=27107460/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178160 CPUtime=434.99 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27214 0 0 0 43480 19 0 0 20 0 2 0 331283596 182435840 28410 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44540 28410 184 433 0 44104 0
[pid=6051/tid=6052] ppid=6049 vsize=178160 CPUtime=435.05 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 26489 0 0 0 43479 26 0 0 20 0 2 0 331283596 182435840 28410 33554432000 4194304 5964350 140733370516944 139933884696616 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 434.99
Current children cumulated vsize (KiB) 178160

[startup+447.9 s]
/proc/loadavg: 1.99 1.77 1.59 3/179 6167
/proc/meminfo: memFree=27103616/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178320 CPUtime=447.79 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27735 0 0 0 44759 20 0 0 20 0 2 0 331283596 182599680 28931 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44580 28931 184 433 0 44144 0
[pid=6051/tid=6052] ppid=6049 vsize=178320 CPUtime=447.85 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27010 0 0 0 44758 27 0 0 20 0 2 0 331283596 182599680 28931 33554432000 4194304 5964350 140733370516944 139933884696568 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 447.79
Current children cumulated vsize (KiB) 178320

[startup+454.306 s]
/proc/loadavg: 1.99 1.78 1.59 3/179 6167
/proc/meminfo: memFree=27102128/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178480 CPUtime=454.19 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27938 0 0 0 45399 20 0 0 20 0 2 0 331283596 182763520 29134 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44620 29134 184 433 0 44184 0
[pid=6051/tid=6052] ppid=6049 vsize=178480 CPUtime=454.26 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27213 0 0 0 45399 27 0 0 20 0 2 0 331283596 182763520 29134 33554432000 4194304 5964350 140733370516944 139933884696616 4379168 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 454.19
Current children cumulated vsize (KiB) 178480

[startup+457.5 s]
/proc/loadavg: 1.99 1.78 1.60 3/179 6167
/proc/meminfo: memFree=27101756/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178624 CPUtime=457.39 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27969 0 0 0 45719 20 0 0 20 0 2 0 331283596 182910976 29165 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44656 29165 184 433 0 44220 0
[pid=6051/tid=6052] ppid=6049 vsize=178624 CPUtime=457.46 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27244 0 0 0 45719 27 0 0 20 0 2 0 331283596 182910976 29165 33554432000 4194304 5964350 140733370516944 139933884696376 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 457.39
Current children cumulated vsize (KiB) 178624

[startup+459.1 s]
/proc/loadavg: 1.99 1.78 1.60 3/179 6167
/proc/meminfo: memFree=27101632/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178624 CPUtime=458.99 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27971 0 0 0 45879 20 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44656 29167 184 433 0 44220 0
[pid=6051/tid=6052] ppid=6049 vsize=178624 CPUtime=459.05 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27246 0 0 0 45878 27 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 139933884696376 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 458.99
Current children cumulated vsize (KiB) 178624

[startup+459.9 s]
/proc/loadavg: 1.99 1.78 1.60 3/179 6167
/proc/meminfo: memFree=27101384/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178624 CPUtime=459.79 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27971 0 0 0 45959 20 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44656 29167 184 433 0 44220 0
[pid=6051/tid=6052] ppid=6049 vsize=178624 CPUtime=459.85 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27246 0 0 0 45958 27 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 139933884696376 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 459.79
Current children cumulated vsize (KiB) 178624

[startup+460.7 s]
/proc/loadavg: 1.99 1.78 1.60 3/179 6167
/proc/meminfo: memFree=27101384/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178624 CPUtime=460.59 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27971 0 0 0 46039 20 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44656 29167 184 433 0 44220 0
[pid=6051/tid=6052] ppid=6049 vsize=178624 CPUtime=460.65 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27246 0 0 0 46038 27 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 139933884696376 4399930 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 460.59
Current children cumulated vsize (KiB) 178624

[startup+461.1 s]
/proc/loadavg: 1.99 1.78 1.60 3/179 6167
/proc/meminfo: memFree=27101384/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178624 CPUtime=460.98 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27971 0 0 0 46078 20 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44656 29167 184 433 0 44220 0
[pid=6051/tid=6052] ppid=6049 vsize=178624 CPUtime=461.05 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27246 0 0 0 46077 28 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 139933884696376 4400342 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 460.98
Current children cumulated vsize (KiB) 178624

[startup+461.2 s]
/proc/loadavg: 1.99 1.78 1.60 3/179 6167
/proc/meminfo: memFree=27101384/32873648 swapFree=6860/6860
[pid=6051] ppid=6049 vsize=178624 CPUtime=461.08 cores=1,3,5,7
/proc/6051/stat : 6051 (wbo1.72) S 6049 6051 4467 0 -1 4202496 27971 0 0 0 46088 20 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 140733370516464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6051/statm: 44656 29167 184 433 0 44220 0
[pid=6051/tid=6052] ppid=6049 vsize=178624 CPUtime=461.15 cores=1,3,5,7
/proc/6051/task/6052/stat : 6052 (wbo1.72) R 6049 6051 4467 0 -1 4202560 27246 0 0 0 46087 28 0 0 20 0 2 0 331283596 182910976 29167 33554432000 4194304 5964350 140733370516944 139933884696376 4399846 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 461.08
Current children cumulated vsize (KiB) 178624

Child status: 255
Real time (s): 461.223
CPU time (s): 461.196
CPU user time (s): 460.901
CPU system time (s): 0.294955
CPU usage (%): 99.9941
Max. virtual memory (cumulated for all children) (KiB): 178624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 460.901
system time used= 0.294955
maximum resident set size= 116680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27974
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= 39
involuntary context switches= 473

runsolver used 0.663899 second user time and 1.85672 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-02 17:39:35
IDJOB=3726902
IDBENCH=1440
IDSOLVER=2313
FILE ID=node116/3726902-1338651575
RUNJOBID= node116-1338651575-5899
PBS_JOBID= 14636464
Free space on /tmp= 71108 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726902-1338651575/watcher-3726902-1338651575 -o /tmp/evaluation-result-3726902-1338651575/solver-3726902-1338651575 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3726902-1338651575.opb

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

MD5SUM BENCH= 2ca83d15931a383b90d8a7a08c6c1d9a
RANDOM SEED=90244221

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:        27557228 kB
Buffers:          498644 kB
Cached:          3922444 kB
SwapCached:         3028 kB
Active:          2024552 kB
Inactive:        2409752 kB
Active(anon):       2352 kB
Inactive(anon):     8516 kB
Active(file):    2022200 kB
Inactive(file):  2401236 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             11124 kB
Writeback:            40 kB
AnonPages:         13232 kB
Mapped:            12184 kB
Shmem:                68 kB
Slab:             746348 kB
SReclaimable:     190592 kB
SUnreclaim:       555756 kB
KernelStack:        1408 kB
PageTables:         4244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103360 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= 71088 MiB
End job on node116 at 2012-06-02 17:47:17