Trace number 3712850

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.71? 1799.98 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_30_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM7b4c43120f8532700d0af4fec83df613
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark0.432933
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1200
Total number of constraints100
Number of soft constraints67
Number of constraints which are clauses60
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 constraint30
Top cost 3602
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3601
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712850-1338190243.wbo.
0.00/0.00	c Instance file HOME/instance-3712850-1338190243.wbo
0.00/0.00	c File size is 20722 bytes.
0.00/0.00	c Highest Coefficient sum: 31
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.00         s                                      |
0.00/0.01	c |  Number Variables:      1267                                                |
0.00/0.01	c |  Number Clauses:        60                                                  |
0.00/0.01	c |  Number Cardinality:    14                                                  |
0.00/0.01	c |  Number PB Constraints: 26                                                  |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.62/1800.01	c ===============================================================================
1799.62/1800.01	c Wall Clock Time: 1800.00 s
1799.62/1800.01	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-3712850-1338190243/watcher-3712850-1338190243 -o /tmp/evaluation-result-3712850-1338190243/solver-3712850-1338190243 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712850-1338190243.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: 1.03 1.09 1.40 4/176 22180
/proc/meminfo: memFree=28756736/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/22179/stat : 22179 (runsolver) D 22176 22179 22137 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 285150288 12095488 50 33554432000 4194304 5436572 140734390974272 140734390970568 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/22179/statm: 2953 50 31 304 0 2645 0

[startup+0.03122 s]
/proc/loadavg: 1.03 1.09 1.40 4/176 22180
/proc/meminfo: memFree=28756736/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=83968 CPUtime=0.02 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 1057 0 0 0 2 0 0 0 20 0 2 0 285150288 85983232 1003 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 20992 1003 194 433 0 20556 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 83968

[startup+0.100151 s]
/proc/loadavg: 1.03 1.09 1.40 4/176 22180
/proc/meminfo: memFree=28756736/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=83968 CPUtime=0.08 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 1249 0 0 0 8 0 0 0 20 0 2 0 285150288 85983232 1195 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 20992 1195 194 433 0 20556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83968

[startup+0.30011 s]
/proc/loadavg: 1.03 1.09 1.40 4/176 22180
/proc/meminfo: memFree=28756736/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=83968 CPUtime=0.28 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 1662 0 0 0 28 0 0 0 20 0 2 0 285150288 85983232 1608 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 20992 1608 194 433 0 20556 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83968

[startup+0.700111 s]
/proc/loadavg: 1.03 1.09 1.40 4/176 22180
/proc/meminfo: memFree=28756736/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=83968 CPUtime=0.68 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 2256 0 0 0 68 0 0 0 20 0 2 0 285150288 85983232 2202 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 20992 2202 194 433 0 20556 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83968

[startup+1.50021 s]
/proc/loadavg: 1.03 1.09 1.40 4/180 22184
/proc/meminfo: memFree=28734064/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=83968 CPUtime=1.48 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 3209 0 0 0 148 0 0 0 20 0 2 0 285150288 85983232 3155 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 20992 3155 194 433 0 20556 0
[pid=22179/tid=22183] ppid=22176 vsize=83968 CPUtime=1.47 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 2406 0 0 0 147 0 0 0 20 0 2 0 285150289 85983232 3155 33554432000 4194304 5964318 140734969565232 140311397758968 5136324 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83968

[startup+3.10021 s]
/proc/loadavg: 1.03 1.09 1.40 4/180 22184
/proc/meminfo: memFree=28719556/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=84112 CPUtime=3.08 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 4245 0 0 0 308 0 0 0 20 0 2 0 285150288 86130688 4191 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 21028 4191 194 433 0 20592 0
[pid=22179/tid=22183] ppid=22176 vsize=84112 CPUtime=3.07 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 3442 0 0 0 307 0 0 0 20 0 2 0 285150289 86130688 4191 33554432000 4194304 5964318 140734969565232 140311397758968 4400207 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84112

[startup+6.30025 s]
/proc/loadavg: 1.11 1.11 1.41 4/180 22184
/proc/meminfo: memFree=28707796/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=84184 CPUtime=6.28 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 5787 0 0 0 627 1 0 0 20 0 2 0 285150288 86204416 5733 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 21046 5733 194 433 0 20610 0
[pid=22179/tid=22183] ppid=22176 vsize=84184 CPUtime=6.27 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 4984 0 0 0 626 1 0 0 20 0 2 0 285150289 86204416 5733 33554432000 4194304 5964318 140734969565232 140311397758968 4400019 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84184

[startup+12.7002 s]
/proc/loadavg: 1.18 1.12 1.41 4/180 22184
/proc/meminfo: memFree=28678660/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=84184 CPUtime=12.68 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 8265 0 0 0 1266 2 0 0 20 0 2 0 285150288 86204416 8211 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 21046 8211 194 433 0 20610 0
[pid=22179/tid=22183] ppid=22176 vsize=84184 CPUtime=12.68 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 7462 0 0 0 1265 3 0 0 20 0 2 0 285150289 86204416 8211 33554432000 4194304 5964318 140734969565232 140311397758776 4399824 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84184

[startup+25.5003 s]
/proc/loadavg: 1.36 1.17 1.42 4/179 22184
/proc/meminfo: memFree=28644432/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=84292 CPUtime=25.47 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 11305 0 0 0 2544 3 0 0 20 0 2 0 285150288 86315008 11247 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 21073 11247 194 433 0 20637 0
[pid=22179/tid=22183] ppid=22176 vsize=84292 CPUtime=25.46 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 10502 0 0 0 2542 4 0 0 20 0 2 0 285150289 86315008 11247 33554432000 4194304 5964318 140734969565232 140311397759016 4399991 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 84292

[startup+51.1004 s]
/proc/loadavg: 1.58 1.23 1.43 4/179 22184
/proc/meminfo: memFree=28599140/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=84452 CPUtime=51.05 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 16206 0 0 0 5099 6 0 0 20 0 2 0 285150288 86478848 16235 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 21113 16235 194 433 0 20677 0
[pid=22179/tid=22183] ppid=22176 vsize=84452 CPUtime=51.05 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 15403 0 0 0 5098 7 0 0 20 0 2 0 285150289 86478848 16235 33554432000 4194304 5964318 140734969565232 140311397758968 4399991 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 84452

[startup+102.3 s]
/proc/loadavg: 1.81 1.35 1.46 4/179 22184
/proc/meminfo: memFree=28502708/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=150708 CPUtime=102.25 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 22729 0 0 0 10217 8 0 0 20 0 2 0 285150288 154324992 22973 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 37677 22973 194 433 0 37241 0
[pid=22179/tid=22183] ppid=22176 vsize=150708 CPUtime=102.24 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 21926 0 0 0 10214 10 0 0 20 0 2 0 285150289 154324992 22973 33554432000 4194304 5964318 140734969565232 140311397758968 4399987 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 150708

[startup+162.3 s]
/proc/loadavg: 1.93 1.46 1.49 4/179 22185
/proc/meminfo: memFree=28463868/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=150948 CPUtime=162.22 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 24993 0 0 0 16213 9 0 0 20 0 2 0 285150288 154570752 25237 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 37737 25237 194 433 0 37301 0
[pid=22179/tid=22183] ppid=22176 vsize=150948 CPUtime=162.24 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 24190 0 0 0 16212 12 0 0 20 0 2 0 285150289 154570752 25237 33554432000 4194304 5964318 140734969565232 140311397758776 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 150948

[startup+222.307 s]
/proc/loadavg: 1.97 1.56 1.52 4/179 22185
/proc/meminfo: memFree=28354940/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=150948 CPUtime=222.21 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 25029 0 0 0 22212 9 0 0 20 0 2 0 285150288 154570752 25335 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 37737 25335 194 433 0 37301 0
[pid=22179/tid=22183] ppid=22176 vsize=150948 CPUtime=222.23 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 24226 0 0 0 22210 13 0 0 20 0 2 0 285150289 154570752 25335 33554432000 4194304 5964318 140734969565232 140311397758776 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 150948

[startup+282.3 s]
/proc/loadavg: 1.99 1.64 1.55 4/179 22185
/proc/meminfo: memFree=28291336/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=150948 CPUtime=282.19 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 25038 0 0 0 28210 9 0 0 20 0 2 0 285150288 154570752 25367 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 37737 25367 194 433 0 37301 0
[pid=22179/tid=22183] ppid=22176 vsize=150948 CPUtime=282.22 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 24235 0 0 0 28208 14 0 0 20 0 2 0 285150289 154570752 25367 33554432000 4194304 5964318 140734969565232 140311397758776 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 150948

[startup+342.3 s]
/proc/loadavg: 1.99 1.70 1.57 4/179 22185
/proc/meminfo: memFree=28290756/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=151668 CPUtime=342.18 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 25170 0 0 0 34209 9 0 0 20 0 2 0 285150288 155308032 25499 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 37917 25499 194 433 0 37481 0
[pid=22179/tid=22183] ppid=22176 vsize=151668 CPUtime=342.22 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 24367 0 0 0 34207 15 0 0 20 0 2 0 285150289 155308032 25499 33554432000 4194304 5964318 140734969565232 140311397759016 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 151668

[startup+402.3 s]
/proc/loadavg: 1.99 1.75 1.60 4/179 22185
/proc/meminfo: memFree=28281964/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=152748 CPUtime=402.17 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 27382 0 0 0 40205 12 0 0 20 0 2 0 285150288 156413952 27711 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 38187 27711 194 433 0 37751 0
[pid=22179/tid=22183] ppid=22176 vsize=152748 CPUtime=402.21 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 26579 0 0 0 40202 19 0 0 20 0 2 0 285150289 156413952 27711 33554432000 4194304 5964318 140734969565232 140311397758968 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 152748

[startup+462.3 s]
/proc/loadavg: 1.99 1.79 1.62 4/179 22186
/proc/meminfo: memFree=28267008/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=153936 CPUtime=462.16 cores=1,3,5,7

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

/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 38949 0 0 0 124182 42 0 0 20 0 2 0 285150289 238100480 40601 33554432000 4194304 5964318 140734969565232 140311397759016 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1242.03
Current children cumulated vsize (KiB) 232520

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.83 4/179 22194
/proc/meminfo: memFree=27915740/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=237200 CPUtime=1302.02 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 44218 0 0 0 130176 26 0 0 20 0 2 0 285150288 242892800 45067 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 59300 45067 194 433 0 58864 0
[pid=22179/tid=22183] ppid=22176 vsize=237200 CPUtime=1302.24 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 43415 0 0 0 130178 46 0 0 20 0 2 0 285150289 242892800 45067 33554432000 4194304 5964318 140734969565232 140311397758968 4399993 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302.02
Current children cumulated vsize (KiB) 237200

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.83 4/179 22195
/proc/meminfo: memFree=27900116/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=240620 CPUtime=1362 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 48194 0 0 0 136172 28 0 0 20 0 2 0 285150288 246394880 49043 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 60155 49043 194 433 0 59719 0
[pid=22179/tid=22183] ppid=22176 vsize=240620 CPUtime=1362.25 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 47391 0 0 0 136176 49 0 0 20 0 2 0 285150289 246394880 49043 33554432000 4194304 5964318 140734969565232 140311397758776 4399905 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362
Current children cumulated vsize (KiB) 240620

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 1.84 4/179 22195
/proc/meminfo: memFree=27898508/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=241628 CPUtime=1422 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 48518 0 0 0 142172 28 0 0 20 0 2 0 285150288 247427072 49367 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 60407 49367 194 433 0 59971 0
[pid=22179/tid=22183] ppid=22176 vsize=241628 CPUtime=1422.26 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 47715 0 0 0 142176 50 0 0 20 0 2 0 285150289 247427072 49367 33554432000 4194304 5964318 140734969565232 140311397758776 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 241628

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.85 4/179 22195
/proc/meminfo: memFree=27893672/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=246992 CPUtime=1481.99 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 49748 0 0 0 148170 29 0 0 20 0 2 0 285150288 252919808 50581 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 61748 50581 194 433 0 61312 0
[pid=22179/tid=22183] ppid=22176 vsize=246992 CPUtime=1482.25 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 48945 0 0 0 148174 51 0 0 20 0 2 0 285150289 252919808 50581 33554432000 4194304 5964318 140734969565232 140311397758776 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 246992

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.85 4/179 22195
/proc/meminfo: memFree=27867164/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=247928 CPUtime=1541.97 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 50121 0 0 0 154168 29 0 0 20 0 2 0 285150288 253878272 50987 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 61982 50987 194 433 0 61546 0
[pid=22179/tid=22183] ppid=22176 vsize=247928 CPUtime=1542.25 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 49318 0 0 0 154172 53 0 0 20 0 2 0 285150289 253878272 50987 33554432000 4194304 5964318 140734969565232 140311397758776 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 247928

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.86 4/179 22195
/proc/meminfo: memFree=27748556/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=248648 CPUtime=1601.96 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 50351 0 0 0 160167 29 0 0 20 0 2 0 285150288 254615552 51217 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 62162 51217 194 433 0 61726 0
[pid=22179/tid=22183] ppid=22176 vsize=248648 CPUtime=1602.25 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 49548 0 0 0 160171 54 0 0 20 0 2 0 285150289 254615552 51217 33554432000 4194304 5964318 140734969565232 140311397758776 4399960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 248648

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.86 4/179 22196
/proc/meminfo: memFree=27673440/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=250304 CPUtime=1661.95 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 50782 0 0 0 166166 29 0 0 20 0 2 0 285150288 256311296 51648 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 62576 51648 194 433 0 62140 0
[pid=22179/tid=22183] ppid=22176 vsize=250304 CPUtime=1662.25 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 49979 0 0 0 166170 55 0 0 20 0 2 0 285150289 256311296 51648 33554432000 4194304 5964318 140734969565232 140311397759016 4399971 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 250304

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.87 4/179 22196
/proc/meminfo: memFree=27672748/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=251096 CPUtime=1721.93 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 50991 0 0 0 172164 29 0 0 20 0 2 0 285150288 257122304 51857 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 62774 51857 194 433 0 62338 0
[pid=22179/tid=22183] ppid=22176 vsize=251096 CPUtime=1722.25 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 50188 0 0 0 172169 56 0 0 20 0 2 0 285150289 257122304 51857 33554432000 4194304 5964318 140734969565232 140311397759016 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 251096

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.88 4/180 22199
/proc/meminfo: memFree=27665140/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=251564 CPUtime=1781.93 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 52701 0 0 0 178162 31 0 0 20 0 2 0 285150288 257601536 53567 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 62891 53567 194 433 0 62455 0
[pid=22179/tid=22183] ppid=22176 vsize=251564 CPUtime=1782.25 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 51898 0 0 0 178166 59 0 0 20 0 2 0 285150289 257601536 53567 33554432000 4194304 5964318 140734969565232 140311397758968 4400339 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 251564

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

[startup+1792.01 s]
/proc/loadavg: 2.00 1.99 1.88 4/180 22199
/proc/meminfo: memFree=27664148/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=252032 CPUtime=1791.64 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 53108 0 0 0 179132 32 0 0 20 0 2 0 285150288 258080768 53974 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 63008 53974 194 433 0 62572 0
[pid=22179/tid=22183] ppid=22176 vsize=252032 CPUtime=1791.96 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 52305 0 0 0 179137 59 0 0 20 0 2 0 285150289 258080768 53974 33554432000 4194304 5964318 140734969565232 140311397758968 4399995 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.64
Current children cumulated vsize (KiB) 252032

[startup+1795.2 s]
/proc/loadavg: 2.00 1.99 1.88 4/180 22199
/proc/meminfo: memFree=27663652/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=252032 CPUtime=1794.84 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 53225 0 0 0 179452 32 0 0 20 0 2 0 285150288 258080768 54091 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 63008 54091 194 433 0 62572 0
[pid=22179/tid=22183] ppid=22176 vsize=252032 CPUtime=1795.16 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 52422 0 0 0 179456 60 0 0 20 0 2 0 285150289 258080768 54091 33554432000 4194304 5964318 140734969565232 140311397758968 4399824 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.84
Current children cumulated vsize (KiB) 252032

[startup+1798.4 s]
/proc/loadavg: 2.00 1.99 1.88 4/180 22199
/proc/meminfo: memFree=27663280/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=252032 CPUtime=1798.03 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 53334 0 0 0 179771 32 0 0 20 0 2 0 285150288 258080768 54200 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 63008 54200 194 433 0 62572 0
[pid=22179/tid=22183] ppid=22176 vsize=252032 CPUtime=1798.35 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 52531 0 0 0 179775 60 0 0 20 0 2 0 285150289 258080768 54200 33554432000 4194304 5964318 140734969565232 140311397758968 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.03
Current children cumulated vsize (KiB) 252032

[startup+1799.2 s]
/proc/loadavg: 2.00 1.99 1.88 4/180 22199
/proc/meminfo: memFree=27663156/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=252032 CPUtime=1798.82 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 53371 0 0 0 179850 32 0 0 20 0 2 0 285150288 258080768 54237 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 63008 54237 194 433 0 62572 0
[pid=22179/tid=22183] ppid=22176 vsize=252032 CPUtime=1799.15 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 52568 0 0 0 179855 60 0 0 20 0 2 0 285150289 258080768 54237 33554432000 4194304 5964318 140734969565232 140311397758968 4399973 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.82
Current children cumulated vsize (KiB) 252032

[startup+1799.6 s]
/proc/loadavg: 2.00 1.99 1.88 4/180 22199
/proc/meminfo: memFree=27662908/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=252032 CPUtime=1799.23 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 53385 0 0 0 179891 32 0 0 20 0 2 0 285150288 258080768 54251 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 63008 54251 194 433 0 62572 0
[pid=22179/tid=22183] ppid=22176 vsize=252032 CPUtime=1799.56 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 52582 0 0 0 179896 60 0 0 20 0 2 0 285150289 258080768 54251 33554432000 4194304 5964318 140734969565232 140311397758968 4399991 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.23
Current children cumulated vsize (KiB) 252032

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.88 4/180 22199
/proc/meminfo: memFree=27662908/32873648 swapFree=7372/7372
[pid=22179] ppid=22176 vsize=252032 CPUtime=1799.62 cores=1,3,5,7
/proc/22179/stat : 22179 (wbo1.71) S 22176 22179 22137 0 -1 4202496 53398 0 0 0 179930 32 0 0 20 0 2 0 285150288 258080768 54264 33554432000 4194304 5964318 140734969565232 140734969564752 4546589 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22179/statm: 63008 54264 194 433 0 62572 0
[pid=22179/tid=22183] ppid=22176 vsize=252032 CPUtime=1799.95 cores=1,3,5,7
/proc/22179/task/22183/stat : 22183 (wbo1.71) R 22176 22179 22137 0 -1 4202560 52595 0 0 0 179935 60 0 0 20 0 2 0 285150289 258080768 54264 33554432000 4194304 5964318 140734969565232 140311397758968 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 252032

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.98
CPU user time (s): 1799.37
CPU system time (s): 0.614906
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 252032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.614906
maximum resident set size= 217068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53401
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= 86
involuntary context switches= 2038

runsolver used 2.79357 second user time and 8.90265 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-28 09:30:43
IDJOB=3712850
IDBENCH=78676
IDSOLVER=2293
FILE ID=node122/3712850-1338190243
RUNJOBID= node122-1338190243-22154
PBS_JOBID= 14624571
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= 7b4c43120f8532700d0af4fec83df613
RANDOM SEED=599711286

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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.533
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.533
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:        28757604 kB
Buffers:          321024 kB
Cached:          2981476 kB
SwapCached:            0 kB
Active:          1222580 kB
Inactive:        2090752 kB
Active(anon):       2356 kB
Inactive(anon):    11052 kB
Active(file):    1220224 kB
Inactive(file):  2079700 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11284 kB
Writeback:             0 kB
AnonPages:         18312 kB
Mapped:            13008 kB
Shmem:               200 kB
Slab:             662068 kB
SReclaimable:     106112 kB
SUnreclaim:       555956 kB
KernelStack:        1400 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     104484 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= 71684 MiB
End job on node122 at 2012-05-28 10:00:43