Trace number 3728381

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1800.01 1800

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMdbde182a3659a82e6c4ef24ee1922e32
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.081987
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints50
Number of constraints which are clauses30
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 constraint15
Top cost 2726
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2725
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
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 wbo file format. File HOME/instance-3728381-1338675109.wbo.
0.00/0.00	c Instance file HOME/instance-3728381-1338675109.wbo
0.00/0.00	c File size is 5460 bytes.
0.00/0.00	c Highest Coefficient sum: 16
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:      350                                                 |
0.00/0.00	c |  Number Clauses:        30                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 20                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1666.06/1666.49	c | 1666.49   | 0  | 1            lb |  0                0                0.00  |
1799.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3728381-1338675109/watcher-3728381-1338675109 -o /tmp/evaluation-result-3728381-1338675109/solver-3728381-1338675109 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728381-1338675109.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 7607
/proc/meminfo: memFree=25857520/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 801 0 0 0 0 0 0 0 20 0 2 0 333636279 85733376 752 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20931 752 192 433 0 20495 0
[pid=7607/tid=7608] ppid=7605 vsize=83724 CPUtime=0 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 2 0 333636280 85733376 752 33554432000 4194304 5964350 140733987648944 140733222314168 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0

[startup+0.0971619 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7607
/proc/meminfo: memFree=25857520/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83724 CPUtime=0.09 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 975 0 0 0 9 0 0 0 20 0 2 0 333636279 85733376 926 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20931 926 193 433 0 20495 0
[pid=7607/tid=7608] ppid=7605 vsize=83724 CPUtime=0.08 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 260 0 0 0 8 0 0 0 20 0 2 0 333636280 85733376 930 33554432000 4194304 5964350 140733987648944 140733222314168 5179179 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83724

[startup+0.100283 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7607
/proc/meminfo: memFree=25857520/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83724 CPUtime=0.09 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 982 0 0 0 9 0 0 0 20 0 2 0 333636279 85733376 933 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20931 933 193 433 0 20495 0
[pid=7607/tid=7608] ppid=7605 vsize=83724 CPUtime=0.08 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 263 0 0 0 8 0 0 0 20 0 2 0 333636280 85733376 933 33554432000 4194304 5964350 140733987648944 140733222314168 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83724

[startup+0.300158 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7607
/proc/meminfo: memFree=25857520/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83724 CPUtime=0.29 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 1165 0 0 0 29 0 0 0 20 0 2 0 333636279 85733376 1116 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20931 1116 193 433 0 20495 0
[pid=7607/tid=7608] ppid=7605 vsize=83724 CPUtime=0.28 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 446 0 0 0 28 0 0 0 20 0 2 0 333636280 85733376 1116 33554432000 4194304 5964350 140733987648944 140733222314168 4399835 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83724

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 7607
/proc/meminfo: memFree=25857520/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83724 CPUtime=0.69 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 1389 0 0 0 69 0 0 0 20 0 2 0 333636279 85733376 1340 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20931 1340 193 433 0 20495 0
[pid=7607/tid=7608] ppid=7605 vsize=83724 CPUtime=0.68 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 670 0 0 0 68 0 0 0 20 0 2 0 333636280 85733376 1340 33554432000 4194304 5964350 140733987648944 140733222314168 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83724

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25852876/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83724 CPUtime=1.49 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 1716 0 0 0 149 0 0 0 20 0 2 0 333636279 85733376 1667 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20931 1667 193 433 0 20495 0
[pid=7607/tid=7608] ppid=7605 vsize=83724 CPUtime=1.48 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 997 0 0 0 148 0 0 0 20 0 2 0 333636280 85733376 1667 33554432000 4194304 5964350 140733987648944 139801587578872 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83724

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25851016/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83868 CPUtime=3.09 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 2225 0 0 0 309 0 0 0 20 0 2 0 333636279 85880832 2176 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20967 2176 193 433 0 20531 0
[pid=7607/tid=7608] ppid=7605 vsize=83868 CPUtime=3.08 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 1506 0 0 0 308 0 0 0 20 0 2 0 333636280 85880832 2176 33554432000 4194304 5964350 140733987648944 139801587578680 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83868

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25848536/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83868 CPUtime=6.29 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 2629 0 0 0 628 1 0 0 20 0 2 0 333636279 85880832 2580 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20967 2580 193 433 0 20531 0
[pid=7607/tid=7608] ppid=7605 vsize=83868 CPUtime=6.28 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 1910 0 0 0 628 0 0 0 20 0 2 0 333636280 85880832 2580 33554432000 4194304 5964350 140733987648944 139801587578872 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 83868

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25836160/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=83940 CPUtime=12.69 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 3365 0 0 0 1268 1 0 0 20 0 2 0 333636279 85954560 3316 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 20985 3316 193 433 0 20549 0
[pid=7607/tid=7608] ppid=7605 vsize=83940 CPUtime=12.69 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 2646 0 0 0 1267 2 0 0 20 0 2 0 333636280 85954560 3316 33554432000 4194304 5964350 140733987648944 139801587578680 4399996 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83940

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25778244/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=84588 CPUtime=25.49 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 5024 0 0 0 2547 2 0 0 20 0 2 0 333636279 86618112 4975 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 21147 4975 193 433 0 20711 0
[pid=7607/tid=7608] ppid=7605 vsize=84588 CPUtime=25.48 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 4305 0 0 0 2546 2 0 0 20 0 2 0 333636280 86618112 4975 33554432000 4194304 5964350 140733987648944 139801587578680 4400009 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84588

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25770136/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=86208 CPUtime=51.08 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 7079 0 0 0 5105 3 0 0 20 0 2 0 333636279 88276992 7030 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 21552 7030 193 433 0 21116 0
[pid=7607/tid=7608] ppid=7605 vsize=86208 CPUtime=51.08 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 6360 0 0 0 5104 4 0 0 20 0 2 0 333636280 88276992 7030 33554432000 4194304 5964350 140733987648944 139801587578872 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86208

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25755548/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=89356 CPUtime=102.28 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 10609 0 0 0 10224 4 0 0 20 0 2 0 333636279 91500544 10545 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 22339 10545 193 433 0 21903 0
[pid=7607/tid=7608] ppid=7605 vsize=89356 CPUtime=102.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 9890 0 0 0 10223 6 0 0 20 0 2 0 333636280 91500544 10545 33554432000 4194304 5964350 140733987648944 139801587578872 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 89356

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25722264/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=93880 CPUtime=162.27 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 13869 0 0 0 16221 6 0 0 20 0 2 0 333636279 96133120 13805 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 23470 13805 193 433 0 23034 0
[pid=7607/tid=7608] ppid=7605 vsize=93880 CPUtime=162.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 13150 0 0 0 16221 8 0 0 20 0 2 0 333636280 96133120 13805 33554432000 4194304 5964350 140733987648944 139801587578920 4400410 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 93880

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7609
/proc/meminfo: memFree=25683272/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=96164 CPUtime=222.25 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 16932 0 0 0 22218 7 0 0 20 0 2 0 333636279 98471936 16868 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 24041 16868 193 433 0 23605 0
[pid=7607/tid=7608] ppid=7605 vsize=96164 CPUtime=222.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 16213 0 0 0 22218 11 0 0 20 0 2 0 333636280 98471936 16868 33554432000 4194304 5964350 140733987648944 139801587578920 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 96164

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 7609
/proc/meminfo: memFree=25584612/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=164664 CPUtime=282.22 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 20487 0 0 0 28213 9 0 0 20 0 2 0 333636279 168615936 20430 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 41166 20430 193 433 0 40730 0
[pid=7607/tid=7608] ppid=7605 vsize=164664 CPUtime=282.27 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 19768 0 0 0 28213 14 0 0 20 0 2 0 333636280 168615936 20430 33554432000 4194304 5964350 140733987648944 139801587578920 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 164664

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 7610
/proc/meminfo: memFree=25533992/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=166644 CPUtime=342.21 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 22425 0 0 0 34210 11 0 0 20 0 2 0 333636279 170643456 23289 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 41661 23289 193 433 0 41225 0
[pid=7607/tid=7608] ppid=7605 vsize=166644 CPUtime=342.27 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 21706 0 0 0 34210 17 0 0 20 0 2 0 333636280 170643456 23289 33554432000 4194304 5964350 140733987648944 139801587578680 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 166644

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 7610
/proc/meminfo: memFree=25527584/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=169520 CPUtime=402.2 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 24135 0 0 0 40208 12 0 0 20 0 2 0 333636279 173588480 24999 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0

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

/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 51592 0 0 0 130173 57 0 0 20 0 2 0 333636280 267251712 53124 33554432000 4194304 5964350 140733987648944 139801587578920 4400023 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1302.04
Current children cumulated vsize (KiB) 260988

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 7620
/proc/meminfo: memFree=25194576/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=261204 CPUtime=1362.02 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 52544 0 0 0 136165 37 0 0 20 0 2 0 333636279 267472896 53357 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 65301 53357 193 433 0 64865 0
[pid=7607/tid=7608] ppid=7605 vsize=261204 CPUtime=1362.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 51825 0 0 0 136171 58 0 0 20 0 2 0 333636280 267472896 53357 33554432000 4194304 5964350 140733987648944 139801587578920 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 261204

[startup+1422.31 s]
/proc/loadavg: 1.56 1.89 1.96 2/172 7800
/proc/meminfo: memFree=26130876/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=262372 CPUtime=1422 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 53188 0 0 0 142163 37 0 0 20 0 2 0 333636279 268668928 53996 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 65593 53996 193 433 0 65157 0
[pid=7607/tid=7608] ppid=7605 vsize=262372 CPUtime=1422.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 52469 0 0 0 142170 59 0 0 20 0 2 0 333636280 268668928 53996 33554432000 4194304 5964350 140733987648944 139801587578920 4400017 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 262372

[startup+1482.3 s]
/proc/loadavg: 1.20 1.72 1.90 2/172 7800
/proc/meminfo: memFree=26119524/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=263540 CPUtime=1481.98 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 56112 0 0 0 148158 40 0 0 20 0 2 0 333636279 269864960 56918 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 65885 56918 193 433 0 65449 0
[pid=7607/tid=7608] ppid=7605 vsize=263540 CPUtime=1482.28 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 55393 0 0 0 148165 63 0 0 20 0 2 0 333636280 269864960 56918 33554432000 4194304 5964350 140733987648944 139801587578920 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 263540

[startup+1542.3 s]
/proc/loadavg: 1.07 1.59 1.84 2/172 7801
/proc/meminfo: memFree=26115308/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=264396 CPUtime=1541.97 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 57167 0 0 0 154156 41 0 0 20 0 2 0 333636279 270741504 57973 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 66099 57973 193 433 0 65663 0
[pid=7607/tid=7608] ppid=7605 vsize=264396 CPUtime=1542.28 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 56448 0 0 0 154163 65 0 0 20 0 2 0 333636280 270741504 57973 33554432000 4194304 5964350 140733987648944 139801587578920 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 264396

[startup+1602.3 s]
/proc/loadavg: 1.02 1.48 1.79 2/172 7801
/proc/meminfo: memFree=26107044/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=265104 CPUtime=1601.96 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 59185 0 0 0 160151 45 0 0 20 0 2 0 333636279 271466496 59985 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 66276 59985 193 433 0 65840 0
[pid=7607/tid=7608] ppid=7605 vsize=265104 CPUtime=1602.28 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 58466 0 0 0 160158 70 0 0 20 0 2 0 333636280 271466496 59985 33554432000 4194304 5964350 140733987648944 139801587578872 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 265104

[startup+1662.3 s]
/proc/loadavg: 1.01 1.39 1.73 2/172 7801
/proc/meminfo: memFree=26099664/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=331040 CPUtime=1661.95 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61064 0 0 0 166147 48 0 0 20 0 2 0 333636279 338984960 61863 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 82760 61863 193 433 0 82324 0
[pid=7607/tid=7608] ppid=7605 vsize=331040 CPUtime=1662.28 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60345 0 0 0 166155 73 0 0 20 0 2 0 333636280 338984960 61863 33554432000 4194304 5964350 140733987648944 139801587578680 4400548 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 331040

[startup+1722.3 s]
/proc/loadavg: 1.00 1.32 1.68 2/173 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1721.94 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61081 0 0 0 172146 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1722.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60362 0 0 0 172154 75 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4400011 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 280332

[startup+1782.3 s]
/proc/loadavg: 1.08 1.27 1.64 2/172 7804
/proc/meminfo: memFree=26140736/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1781.93 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 178145 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1782.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 178153 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 280332

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

[startup+1791.91 s]
/proc/loadavg: 1.07 1.26 1.64 2/172 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1791.53 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 179105 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1791.89 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 179113 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 280332

[startup+1795.1 s]
/proc/loadavg: 1.06 1.26 1.63 2/172 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1794.73 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 179425 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1795.09 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 179433 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 280332

[startup+1798.3 s]
/proc/loadavg: 1.06 1.26 1.63 2/172 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1797.92 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 179744 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1798.29 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 179753 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4400355 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 280332

[startup+1799.1 s]
/proc/loadavg: 1.06 1.26 1.63 2/172 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1798.72 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 179824 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1799.09 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 179833 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 280332

[startup+1799.5 s]
/proc/loadavg: 1.06 1.26 1.63 2/172 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1799.13 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 179865 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1799.49 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 179873 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 280332

[startup+1799.9 s]
/proc/loadavg: 1.06 1.26 1.63 2/172 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1799.52 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 179904 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1799.89 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 179913 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 280332

[startup+1800 s]
/proc/loadavg: 1.06 1.26 1.63 2/172 7804
/proc/meminfo: memFree=26140860/32873648 swapFree=6864/6864
[pid=7607] ppid=7605 vsize=280332 CPUtime=1799.62 cores=0,2,4,6
/proc/7607/stat : 7607 (wbo1.72) S 7605 7607 7055 0 -1 4202496 61085 0 0 0 179914 48 0 0 20 0 2 0 333636279 287059968 51552 33554432000 4194304 5964350 140733987648944 140733987648464 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7607/statm: 70083 51552 197 433 0 69647 0
[pid=7607/tid=7608] ppid=7605 vsize=280332 CPUtime=1799.99 cores=0,2,4,6
/proc/7607/task/7608/stat : 7608 (wbo1.72) R 7605 7607 7055 0 -1 4202560 60366 0 0 0 179923 76 0 0 20 0 2 0 333636280 287059968 51552 33554432000 4194304 5964350 140733987648944 139801587579832 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 280332

Child status: 255
Real time (s): 1800
CPU time (s): 1800.01
CPU user time (s): 1799.24
CPU system time (s): 0.772882
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 331040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.772882
maximum resident set size= 247520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61087
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= 99
involuntary context switches= 1904

runsolver used 5.8901 second user time and 16.6095 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 00:11:49
IDJOB=3728381
IDBENCH=79167
IDSOLVER=2315
FILE ID=node125/3728381-1338675109
RUNJOBID= node125-1338671096-7312
PBS_JOBID= 14636495
Free space on /tmp= 70436 MiB

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

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

MD5SUM BENCH= dbde182a3659a82e6c4ef24ee1922e32
RANDOM SEED=128171865

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
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	: 5438.54
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.373
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.373
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:        25857520 kB
Buffers:          602004 kB
Cached:          5013956 kB
SwapCached:         2308 kB
Active:          2952432 kB
Inactive:        3158928 kB
Active(anon):     486408 kB
Inactive(anon):     9252 kB
Active(file):    2466024 kB
Inactive(file):  3149676 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:              5496 kB
Writeback:             0 kB
AnonPages:        497976 kB
Mapped:            15076 kB
Shmem:                96 kB
Slab:             765980 kB
SReclaimable:     209732 kB
SUnreclaim:       556248 kB
KernelStack:        1464 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     147132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 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= 70436 MiB
End job on node125 at 2012-06-03 00:41:49