Trace number 3728115

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? 1799.64 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_25_pb.cnf.cr--soft-33-100-0.wbo
MD5SUMa9a2270f2536f669bb9dfa31ae05dbb5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.328949
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1000
Total number of constraints90
Number of soft constraints61
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Top cost 3008
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 3007
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
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-3728115-1338669337.wbo.
0.00/0.00	c Instance file HOME/instance-3728115-1338669337.wbo
0.00/0.00	c File size is 17019 bytes.
0.00/0.00	c Highest Coefficient sum: 26
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:      1061                                                |
0.00/0.00	c |  Number Clauses:        50                                                  |
0.00/0.00	c |  Number Cardinality:    14                                                  |
0.00/0.00	c |  Number PB Constraints: 26                                                  |
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 ===============================================================================
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.01 s
1799.64/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-3728115-1338669337/watcher-3728115-1338669337 -o /tmp/evaluation-result-3728115-1338669337/solver-3728115-1338669337 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728115-1338669337.wbo 

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.01 1.31 3/177 13889
/proc/meminfo: memFree=28139488/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=83864 CPUtime=0 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 931 0 0 0 0 0 0 0 20 0 2 0 333059135 85876736 878 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 20966 878 191 433 0 20530 0
[pid=13889/tid=13890] ppid=13887 vsize=83864 CPUtime=0 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 152 0 0 0 0 0 0 0 20 0 2 0 333059135 85876736 878 33554432000 4194304 5964350 140737022433392 140736408644584 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0898179 s]
/proc/loadavg: 0.92 1.01 1.31 3/177 13889
/proc/meminfo: memFree=28139488/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=83864 CPUtime=0.08 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 1225 0 0 0 8 0 0 0 20 0 2 0 333059135 85876736 1172 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 20966 1172 193 433 0 20530 0
[pid=13889/tid=13890] ppid=13887 vsize=83864 CPUtime=0.07 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 446 0 0 0 7 0 0 0 20 0 2 0 333059135 85876736 1172 33554432000 4194304 5964350 140737022433392 140736408644584 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83864

[startup+0.100297 s]
/proc/loadavg: 0.92 1.01 1.31 3/177 13889
/proc/meminfo: memFree=28139488/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=83864 CPUtime=0.09 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 1267 0 0 0 9 0 0 0 20 0 2 0 333059135 85876736 1214 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 20966 1214 193 433 0 20530 0
[pid=13889/tid=13890] ppid=13887 vsize=83864 CPUtime=0.08 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 488 0 0 0 8 0 0 0 20 0 2 0 333059135 85876736 1214 33554432000 4194304 5964350 140737022433392 140736408644584 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) 83864

[startup+0.30025 s]
/proc/loadavg: 0.92 1.01 1.31 3/177 13889
/proc/meminfo: memFree=28139488/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=83864 CPUtime=0.29 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 1710 0 0 0 29 0 0 0 20 0 2 0 333059135 85876736 1657 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 20966 1657 193 433 0 20530 0
[pid=13889/tid=13890] ppid=13887 vsize=83864 CPUtime=0.28 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 931 0 0 0 28 0 0 0 20 0 2 0 333059135 85876736 1657 33554432000 4194304 5964350 140737022433392 140736408644584 5136340 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) 83864

[startup+0.700253 s]
/proc/loadavg: 0.92 1.01 1.31 3/177 13889
/proc/meminfo: memFree=28139488/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=83864 CPUtime=0.69 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 2385 0 0 0 69 0 0 0 20 0 2 0 333059135 85876736 2332 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 20966 2332 193 433 0 20530 0
[pid=13889/tid=13890] ppid=13887 vsize=83864 CPUtime=0.68 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 1607 0 0 0 68 0 0 0 20 0 2 0 333059135 85876736 2333 33554432000 4194304 5964350 140737022433392 140595028699128 5136340 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) 83864

[startup+1.5002 s]
/proc/loadavg: 0.92 1.01 1.31 3/179 13891
/proc/meminfo: memFree=28126288/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=83864 CPUtime=1.49 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 3423 0 0 0 148 1 0 0 20 0 2 0 333059135 85876736 3370 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 20966 3370 193 433 0 20530 0
[pid=13889/tid=13890] ppid=13887 vsize=83864 CPUtime=1.48 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 2644 0 0 0 147 1 0 0 20 0 2 0 333059135 85876736 3370 33554432000 4194304 5964350 140737022433392 140595028699128 4399976 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) 83864

[startup+3.1002 s]
/proc/loadavg: 0.92 1.01 1.31 3/179 13891
/proc/meminfo: memFree=28119552/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=84008 CPUtime=3.09 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 4086 0 0 0 308 1 0 0 20 0 2 0 333059135 86024192 4033 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 21002 4033 193 433 0 20566 0
[pid=13889/tid=13890] ppid=13887 vsize=84008 CPUtime=3.08 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 3307 0 0 0 306 2 0 0 20 0 2 0 333059135 86024192 4033 33554432000 4194304 5964350 140737022433392 140595028699128 4399998 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) 84008

[startup+6.30025 s]
/proc/loadavg: 1.09 1.04 1.32 3/179 13891
/proc/meminfo: memFree=28112112/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=84008 CPUtime=6.29 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 4437 0 0 0 627 2 0 0 20 0 2 0 333059135 86024192 4384 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 21002 4384 193 433 0 20566 0
[pid=13889/tid=13890] ppid=13887 vsize=84008 CPUtime=6.27 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 3658 0 0 0 625 2 0 0 20 0 2 0 333059135 86024192 4384 33554432000 4194304 5964350 140737022433392 140595028699128 4400003 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) 84008

[startup+12.7003 s]
/proc/loadavg: 1.16 1.06 1.33 3/179 13891
/proc/meminfo: memFree=28103832/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=84008 CPUtime=12.69 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 5067 0 0 0 1267 2 0 0 20 0 2 0 333059135 86024192 5014 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 21002 5014 193 433 0 20566 0
[pid=13889/tid=13890] ppid=13887 vsize=84008 CPUtime=12.65 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 4288 0 0 0 1263 2 0 0 20 0 2 0 333059135 86024192 5014 33554432000 4194304 5964350 140737022433392 140595028698936 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84008

[startup+25.5003 s]
/proc/loadavg: 1.34 1.10 1.34 3/179 13891
/proc/meminfo: memFree=28093928/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=84008 CPUtime=25.48 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 6060 0 0 0 2546 2 0 0 20 0 2 0 333059135 86024192 6005 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 21002 6005 193 433 0 20566 0
[pid=13889/tid=13890] ppid=13887 vsize=84008 CPUtime=25.41 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 5281 0 0 0 2539 2 0 0 20 0 2 0 333059135 86024192 6005 33554432000 4194304 5964350 140737022433392 140595028699128 4220672 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) 84008

[startup+51.1003 s]
/proc/loadavg: 1.57 1.17 1.35 3/179 13891
/proc/meminfo: memFree=28077292/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=84080 CPUtime=51.07 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 7797 0 0 0 5103 4 0 0 20 0 2 0 333059135 86097920 8462 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 21020 8462 193 433 0 20584 0
[pid=13889/tid=13890] ppid=13887 vsize=84080 CPUtime=50.94 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 7018 0 0 0 5090 4 0 0 20 0 2 0 333059135 86097920 8462 33554432000 4194304 5964350 140737022433392 140595028699176 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84080

[startup+102.307 s]
/proc/loadavg: 1.81 1.30 1.38 3/179 13891
/proc/meminfo: memFree=28058784/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=84188 CPUtime=102.27 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 10333 0 0 0 10222 5 0 0 20 0 2 0 333059135 86208512 11089 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 21047 11089 193 433 0 20611 0
[pid=13889/tid=13890] ppid=13887 vsize=84188 CPUtime=102.01 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 9554 0 0 0 10195 6 0 0 20 0 2 0 333059135 86208512 11089 33554432000 4194304 5964350 140737022433392 140595028699128 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 84188

[startup+162.3 s]
/proc/loadavg: 1.93 1.42 1.42 3/179 13891
/proc/meminfo: memFree=28037572/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=84836 CPUtime=162.25 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 13078 0 0 0 16219 6 0 0 20 0 2 0 333059135 86872064 13834 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 21209 13834 193 433 0 20773 0
[pid=13889/tid=13890] ppid=13887 vsize=84836 CPUtime=161.85 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 12299 0 0 0 16178 7 0 0 20 0 2 0 333059135 86872064 13834 33554432000 4194304 5964350 140737022433392 140595028699176 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 84836

[startup+222.3 s]
/proc/loadavg: 1.97 1.53 1.45 3/179 13891
/proc/meminfo: memFree=28005116/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=152044 CPUtime=222.23 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 19427 0 0 0 22215 8 0 0 20 0 2 0 333059135 155693056 20255 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 38011 20255 193 433 0 37575 0
[pid=13889/tid=13890] ppid=13887 vsize=152044 CPUtime=221.68 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 18648 0 0 0 22157 11 0 0 20 0 2 0 333059135 155693056 20255 33554432000 4194304 5964350 140737022433392 140595028699128 4399989 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) 152044

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.48 3/180 13895
/proc/meminfo: memFree=27990152/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=153052 CPUtime=282.21 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 21443 0 0 0 28211 10 0 0 20 0 2 0 333059135 156725248 22300 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 38263 22300 193 433 0 37827 0
[pid=13889/tid=13890] ppid=13887 vsize=153052 CPUtime=281.52 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 20664 0 0 0 28138 14 0 0 20 0 2 0 333059135 156725248 22300 33554432000 4194304 5964350 140737022433392 140595028698936 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 153052

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.51 3/179 13895
/proc/meminfo: memFree=27978432/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=153916 CPUtime=342.2 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 21717 0 0 0 34210 10 0 0 20 0 2 0 333059135 157609984 23066 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 38479 23066 193 433 0 38043 0
[pid=13889/tid=13890] ppid=13887 vsize=153916 CPUtime=341.37 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 20938 0 0 0 34122 15 0 0 20 0 2 0 333059135 157609984 23066 33554432000 4194304 5964350 140737022433392 140595028699000 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 153916

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.54 3/179 13895
/proc/meminfo: memFree=27967632/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=154924 CPUtime=402.19 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 22012 0 0 0 40209 10 0 0 20 0 2 0 333059135 158642176 23365 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.01 1.99 1.83 3/179 13902
/proc/meminfo: memFree=27783904/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=240736 CPUtime=1422.01 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 39668 0 0 0 142172 29 0 0 20 0 2 0 333059135 246513664 40980 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60184 40980 193 433 0 59748 0
[pid=13889/tid=13890] ppid=13887 vsize=240736 CPUtime=1418.59 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 38889 0 0 0 141809 50 0 0 20 0 2 0 333059135 246513664 40980 33554432000 4194304 5964350 140737022433392 140595028699176 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 240736

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/180 13906
/proc/meminfo: memFree=27775088/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=240880 CPUtime=1482 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 40840 0 0 0 148169 31 0 0 20 0 2 0 333059135 246661120 42152 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60220 42152 193 433 0 59784 0
[pid=13889/tid=13890] ppid=13887 vsize=240880 CPUtime=1478.43 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 40061 0 0 0 147790 53 0 0 20 0 2 0 333059135 246661120 42152 33554432000 4194304 5964350 140737022433392 140595028699128 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 240880

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/180 13929
/proc/meminfo: memFree=27748180/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=241564 CPUtime=1541.99 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 42675 0 0 0 154165 34 0 0 20 0 2 0 333059135 247361536 43987 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60391 43987 193 433 0 59955 0
[pid=13889/tid=13890] ppid=13887 vsize=241564 CPUtime=1538.27 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 41896 0 0 0 153770 57 0 0 20 0 2 0 333059135 247361536 43987 33554432000 4194304 5964350 140737022433392 140595028699128 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 241564

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/179 13929
/proc/meminfo: memFree=27740872/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=241996 CPUtime=1601.98 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 44310 0 0 0 160163 35 0 0 20 0 2 0 333059135 247803904 45622 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60499 45622 193 433 0 60063 0
[pid=13889/tid=13890] ppid=13887 vsize=241996 CPUtime=1598.12 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 43531 0 0 0 159753 59 0 0 20 0 2 0 333059135 247803904 45622 33554432000 4194304 5964350 140737022433392 140595028699128 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 241996

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/179 13929
/proc/meminfo: memFree=27730556/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242840 CPUtime=1661.98 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 45943 0 0 0 166160 38 0 0 20 0 2 0 333059135 248668160 47255 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60710 47255 193 433 0 60274 0
[pid=13889/tid=13890] ppid=13887 vsize=242840 CPUtime=1657.96 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45164 0 0 0 165733 63 0 0 20 0 2 0 333059135 248668160 47255 33554432000 4194304 5964350 140737022433392 140595028699128 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 242840

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/179 13929
/proc/meminfo: memFree=27712992/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242912 CPUtime=1721.96 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46072 0 0 0 172158 38 0 0 20 0 2 0 333059135 248741888 47384 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60728 47384 193 433 0 60292 0
[pid=13889/tid=13890] ppid=13887 vsize=242912 CPUtime=1717.8 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45293 0 0 0 171716 64 0 0 20 0 2 0 333059135 248741888 47384 33554432000 4194304 5964350 140737022433392 140595028699176 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 242912

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27709024/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1781.95 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46103 0 0 0 178157 38 0 0 20 0 2 0 333059135 248815616 47415 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47415 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1777.65 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45324 0 0 0 177700 65 0 0 20 0 2 0 333059135 248815616 47415 33554432000 4194304 5964350 140737022433392 140595028699176 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 242984

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27708588/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1791.55 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46112 0 0 0 179117 38 0 0 20 0 2 0 333059135 248815616 47424 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47424 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1787.23 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45333 0 0 0 178658 65 0 0 20 0 2 0 333059135 248815616 47424 33554432000 4194304 5964350 140737022433392 140595028699176 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.55
Current children cumulated vsize (KiB) 242984

[startup+1795.1 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27708712/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1794.75 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46112 0 0 0 179437 38 0 0 20 0 2 0 333059135 248815616 47424 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47424 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1790.42 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45333 0 0 0 178977 65 0 0 20 0 2 0 333059135 248815616 47424 33554432000 4194304 5964350 140737022433392 140595028699176 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.75
Current children cumulated vsize (KiB) 242984

[startup+1798.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27708588/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1797.94 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46113 0 0 0 179756 38 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47425 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1793.61 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45334 0 0 0 179296 65 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140595028699176 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 242984

[startup+1799.1 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27708588/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1798.74 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46113 0 0 0 179836 38 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47425 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1794.41 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45334 0 0 0 179376 65 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140595028699176 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 242984

[startup+1799.5 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27708648/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1799.15 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46113 0 0 0 179877 38 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47425 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1794.81 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45334 0 0 0 179416 65 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140595028699176 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 242984

[startup+1799.9 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27708648/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1799.54 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46113 0 0 0 179916 38 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47425 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1795.2 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45334 0 0 0 179455 65 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140595028699176 4399944 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 242984

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 13930
/proc/meminfo: memFree=27708648/32873844 swapFree=7384/7384
[pid=13889] ppid=13887 vsize=242984 CPUtime=1799.64 cores=1,3,5,7
/proc/13889/stat : 13889 (wbo1.72) S 13887 13889 13674 0 -1 4202496 46113 0 0 0 179926 38 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140737022432912 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13889/statm: 60746 47425 193 433 0 60310 0
[pid=13889/tid=13890] ppid=13887 vsize=242984 CPUtime=1795.3 cores=1,3,5,7
/proc/13889/task/13890/stat : 13890 (wbo1.72) R 13887 13889 13674 0 -1 4202560 45334 0 0 0 179465 65 0 0 20 0 2 0 333059135 248815616 47425 33554432000 4194304 5964350 140737022433392 140595028699176 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 242984

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13889 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=669168
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=663899
# CPU time returned by wait4() is 1795.33
# while last known CPU time is 1799.64
#
# 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.64
CPU user time (s): 1799.26
CPU system time (s): 0.38
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 242984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.67
system time used= 0.663899
maximum resident set size= 189712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46116
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= 77
involuntary context switches= 2024

runsolver used 3.70544 second user time and 9.07662 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-02 22:35:37
IDJOB=3728115
IDBENCH=78663
IDSOLVER=2315
FILE ID=node136/3728115-1338669337
RUNJOBID= node136-1338669336-13861
PBS_JOBID= 14636524
Free space on /tmp= 69812 MiB

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

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

MD5SUM BENCH= a9a2270f2536f669bb9dfa31ae05dbb5
RANDOM SEED=2125051309

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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		: 2667.247
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:       32873844 kB
MemFree:        28140132 kB
Buffers:          566892 kB
Cached:          3250288 kB
SwapCached:        20296 kB
Active:          1940724 kB
Inactive:        1908160 kB
Active(anon):       6828 kB
Inactive(anon):    22296 kB
Active(file):    1933896 kB
Inactive(file):  1885864 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083200 kB
Dirty:             10868 kB
Writeback:             0 kB
AnonPages:         14956 kB
Mapped:             9960 kB
Shmem:                 0 kB
Slab:             745112 kB
SReclaimable:     186824 kB
SUnreclaim:       558288 kB
KernelStack:        1384 kB
PageTables:         3888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     142208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69808 MiB
End job on node136 at 2012-06-02 23:05:37