Trace number 3728397

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.74 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_50_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM4abf964a0a4662f4172f30dfa55a3bc2
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 benchmark1.40079
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4000
Total number of constraints180
Number of soft constraints180
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint50
Top cost 9197
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 9196
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728397-1338674985.wbo.
0.00/0.00	c Instance file HOME/instance-3728397-1338674985.wbo
0.00/0.00	c File size is 72271 bytes.
0.00/0.00	c Highest Coefficient sum: 51
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      4180                                                |
0.00/0.00	c |  Number Clauses:        100                                                 |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 80                                                  |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.00 s
1799.44/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-3728397-1338674985/watcher-3728397-1338674985 -o /tmp/evaluation-result-3728397-1338674985/solver-3728397-1338674985 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728397-1338674985.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: 2.00 2.00 1.98 3/177 25657
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=4324 CPUtime=0 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) R 25655 25657 25000 0 -1 4202496 559 0 0 0 0 0 0 0 20 0 1 0 333627062 4427776 511 33554432000 4194304 5964350 140736764926416 140735074387992 4344688 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 1081 511 169 433 0 627 0

[startup+0.0307051 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25657
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=84960 CPUtime=0.02 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 1613 0 0 0 2 0 0 0 20 0 2 0 333627062 86999040 1481 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21240 1481 192 433 0 20804 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84960

[startup+0.100167 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25657
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=84960 CPUtime=0.09 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 1802 0 0 0 9 0 0 0 20 0 2 0 333627062 86999040 1670 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21240 1670 193 433 0 20804 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84960

[startup+0.300112 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25657
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=84960 CPUtime=0.29 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 2250 0 0 0 29 0 0 0 20 0 2 0 333627062 86999040 2118 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21240 2118 193 433 0 20804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84960

[startup+0.700112 s]
/proc/loadavg: 2.00 2.00 1.98 3/177 25657
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=84960 CPUtime=0.69 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 3135 0 0 0 69 0 0 0 20 0 2 0 333627062 86999040 3003 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21240 3003 193 433 0 20804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84960

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25659
/proc/meminfo: memFree=31477808/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=84960 CPUtime=1.48 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 4492 0 0 0 148 0 0 0 20 0 2 0 333627062 86999040 4360 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21240 4360 193 433 0 20804 0
[pid=25657/tid=25659] ppid=25655 vsize=84960 CPUtime=1.47 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 3456 0 0 0 147 0 0 0 20 0 2 0 333627063 86999040 4360 33554432000 4194304 5964350 140736764926416 139697172572152 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84960

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25659
/proc/meminfo: memFree=31470864/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=84960 CPUtime=3.08 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 5784 0 0 0 307 1 0 0 20 0 2 0 333627062 86999040 5652 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21240 5652 193 433 0 20804 0
[pid=25657/tid=25659] ppid=25655 vsize=84960 CPUtime=3.07 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 4748 0 0 0 306 1 0 0 20 0 2 0 333627063 86999040 5652 33554432000 4194304 5964350 140736764926416 139697172572152 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84960

[startup+6.30025 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25659
/proc/meminfo: memFree=31464292/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=84960 CPUtime=6.28 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 7887 0 0 0 626 2 0 0 20 0 2 0 333627062 86999040 7755 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21240 7755 193 433 0 20804 0
[pid=25657/tid=25659] ppid=25655 vsize=84960 CPUtime=6.27 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 6851 0 0 0 625 2 0 0 20 0 2 0 333627063 86999040 7755 33554432000 4194304 5964350 140736764926416 139697172572152 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84960

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25659
/proc/meminfo: memFree=31442468/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=85176 CPUtime=12.68 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 12936 0 0 0 1265 3 0 0 20 0 2 0 333627062 87220224 12804 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 21294 12804 193 433 0 20858 0
[pid=25657/tid=25659] ppid=25655 vsize=85176 CPUtime=12.67 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 11900 0 0 0 1263 4 0 0 20 0 2 0 333627063 87220224 12804 33554432000 4194304 5964350 140736764926416 139697172572152 5179179 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85176

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 25662
/proc/meminfo: memFree=31412164/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=150820 CPUtime=25.48 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 19689 0 0 0 2542 6 0 0 20 0 2 0 333627062 154439680 19557 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 37705 19557 193 433 0 37269 0
[pid=25657/tid=25659] ppid=25655 vsize=150820 CPUtime=25.48 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 18653 0 0 0 2541 7 0 0 20 0 2 0 333627063 154439680 19557 33554432000 4194304 5964350 140736764926416 139697172571960 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150820

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 25662
/proc/meminfo: memFree=31369432/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=150980 CPUtime=51.08 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 25488 0 0 0 5100 8 0 0 20 0 2 0 333627062 154603520 25356 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 37745 25356 193 433 0 37309 0
[pid=25657/tid=25659] ppid=25655 vsize=150980 CPUtime=51.07 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 24452 0 0 0 5098 9 0 0 20 0 2 0 333627063 154603520 25356 33554432000 4194304 5964350 140736764926416 139697172571960 4399906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150980

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25662
/proc/meminfo: memFree=31299176/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=216756 CPUtime=102.28 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 34795 0 0 0 10217 11 0 0 20 0 2 0 333627062 221958144 34663 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 54189 34664 193 433 0 53753 0
[pid=25657/tid=25659] ppid=25655 vsize=216756 CPUtime=102.28 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 33760 0 0 0 10215 13 0 0 20 0 2 0 333627063 221958144 34664 33554432000 4194304 5964350 140736764926416 139697172571960 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 216756

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25662
/proc/meminfo: memFree=31246280/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=216756 CPUtime=162.23 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 41511 0 0 0 16210 13 0 0 20 0 2 0 333627062 221958144 41456 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 54189 41456 193 433 0 53753 0
[pid=25657/tid=25659] ppid=25655 vsize=216756 CPUtime=162.24 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 40475 0 0 0 16208 16 0 0 20 0 2 0 333627063 221958144 41456 33554432000 4194304 5964350 140736764926416 139697172571960 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 216756

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25662
/proc/meminfo: memFree=31020876/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=347828 CPUtime=222.19 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 70099 0 0 0 22195 24 0 0 20 0 2 0 333627062 356175872 70259 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 86957 70259 193 433 0 86521 0
[pid=25657/tid=25659] ppid=25655 vsize=347828 CPUtime=222.21 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 69063 0 0 0 22193 28 0 0 20 0 2 0 333627063 356175872 70259 33554432000 4194304 5964350 140736764926416 139697172572152 4381884 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 347828

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25663
/proc/meminfo: memFree=30874964/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=347828 CPUtime=282.15 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 70146 0 0 0 28191 24 0 0 20 0 2 0 333627062 356175872 71088 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 86957 71088 193 433 0 86521 0
[pid=25657/tid=25659] ppid=25655 vsize=347828 CPUtime=282.19 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 69110 0 0 0 28190 29 0 0 20 0 2 0 333627063 356175872 71088 33554432000 4194304 5964350 140736764926416 139697172572184 4400009 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 347828

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25663
/proc/meminfo: memFree=30810264/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=348404 CPUtime=342.14 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 73479 0 0 0 34189 25 0 0 20 0 2 0 333627062 356765696 74421 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 87101 74421 193 433 0 86665 0
[pid=25657/tid=25659] ppid=25655 vsize=348404 CPUtime=342.18 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 72443 0 0 0 34187 31 0 0 20 0 2 0 333627063 356765696 74421 33554432000 4194304 5964350 140736764926416 139697172572200 4381951 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 348404

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25663
/proc/meminfo: memFree=30754988/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=413940 CPUtime=402.13 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 88364 0 0 0 40183 30 0 0 20 0 2 0 333627062 423874560 89306 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 103485 89307 193 433 0 103049 0
[pid=25657/tid=25659] ppid=25655 vsize=413940 CPUtime=402.18 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 87329 0 0 0 40181 37 0 0 20 0 2 0 333627063 423874560 89307 33554432000 4194304 5964350 140736764926416 139697172572152 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 413940

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 25663
/proc/meminfo: memFree=30715584/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=413940 CPUtime=462.12 cores=1,3,5,7

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

/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 143995 0 0 0 130133 75 0 0 20 0 2 0 333627063 631771136 145720 33554432000 4194304 5964350 140736764926416 139697172572184 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.88
Current children cumulated vsize (KiB) 616964

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 25672
/proc/meminfo: memFree=30294536/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=616964 CPUtime=1361.84 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 145056 0 0 0 136129 55 0 0 20 0 2 0 333627062 631771136 145831 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 154241 145831 193 433 0 153805 0
[pid=25657/tid=25659] ppid=25655 vsize=616964 CPUtime=1362.05 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 144020 0 0 0 136129 76 0 0 20 0 2 0 333627063 631771136 145831 33554432000 4194304 5964350 140736764926416 139697172572184 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 616964

[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 25672
/proc/meminfo: memFree=30273580/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=684228 CPUtime=1421.85 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 150402 0 0 0 142126 59 0 0 20 0 2 0 333627062 700649472 151158 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 171057 151158 193 433 0 170621 0
[pid=25657/tid=25659] ppid=25655 vsize=684228 CPUtime=1422.05 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 149366 0 0 0 142125 80 0 0 20 0 2 0 333627063 700649472 151158 33554432000 4194304 5964350 140736764926416 139697172572024 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 684228

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30254484/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=687576 CPUtime=1481.82 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 155200 0 0 0 148121 61 0 0 20 0 2 0 333627062 704077824 155943 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 171894 155943 193 433 0 171458 0
[pid=25657/tid=25659] ppid=25655 vsize=687576 CPUtime=1482.05 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 154164 0 0 0 148121 84 0 0 20 0 2 0 333627063 704077824 155943 33554432000 4194304 5964350 140736764926416 139697172572024 4400448 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 687576

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30234520/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=689520 CPUtime=1541.82 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 160167 0 0 0 154116 66 0 0 20 0 2 0 333627062 706068480 160910 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 172380 160910 193 433 0 171944 0
[pid=25657/tid=25659] ppid=25655 vsize=689520 CPUtime=1542.05 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 159131 0 0 0 154115 90 0 0 20 0 2 0 333627063 706068480 160910 33554432000 4194304 5964350 140736764926416 139697172571960 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 689520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30198056/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=760708 CPUtime=1601.81 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 169357 0 0 0 160106 75 0 0 20 0 2 0 333627062 778964992 170087 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 190177 170087 193 433 0 189741 0
[pid=25657/tid=25659] ppid=25655 vsize=760708 CPUtime=1602.04 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 168321 0 0 0 160104 100 0 0 20 0 2 0 333627063 778964992 170087 33554432000 4194304 5964350 140736764926416 139697172571960 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 760708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 25673
/proc/meminfo: memFree=30163116/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=763396 CPUtime=1661.8 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 177806 0 0 0 166097 83 0 0 20 0 2 0 333627062 781717504 178527 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 190849 178527 193 433 0 190413 0
[pid=25657/tid=25659] ppid=25655 vsize=763396 CPUtime=1662.04 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 176770 0 0 0 166095 109 0 0 20 0 2 0 333627063 781717504 178527 33554432000 4194304 5964350 140736764926416 139697172572152 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 763396

[startup+1722.3 s]
/proc/loadavg: 1.43 1.84 1.95 2/172 25697
/proc/meminfo: memFree=30936440/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1721.76 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187221 0 0 0 172084 92 0 0 20 0 2 0 333627062 849293312 188025 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188025 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1722.01 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186185 0 0 0 172082 119 0 0 20 0 2 0 333627063 849293312 188025 33554432000 4194304 5964350 140736764926416 139697172572152 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 829388

[startup+1782.3 s]
/proc/loadavg: 1.14 1.68 1.88 2/172 25698
/proc/meminfo: memFree=30935756/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1781.75 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 178083 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1782.01 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 178081 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 829388

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

[startup+1791.91 s]
/proc/loadavg: 1.13 1.66 1.87 2/172 25698
/proc/meminfo: memFree=30935756/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1791.35 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 179043 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1791.62 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 179042 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.35
Current children cumulated vsize (KiB) 829388

[startup+1795.1 s]
/proc/loadavg: 1.12 1.65 1.87 2/172 25698
/proc/meminfo: memFree=30935880/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1794.55 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 179363 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1794.82 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 179362 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.55
Current children cumulated vsize (KiB) 829388

[startup+1798.3 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 25698
/proc/meminfo: memFree=30935880/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1797.74 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 179682 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1798.01 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 179681 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 829388

[startup+1799.1 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 25698
/proc/meminfo: memFree=30935880/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1798.54 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 179762 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1798.81 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 179761 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.54
Current children cumulated vsize (KiB) 829388

[startup+1799.5 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 25698
/proc/meminfo: memFree=30935880/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1798.95 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 179803 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1799.22 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 179802 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (KiB) 829388

[startup+1799.9 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 25698
/proc/meminfo: memFree=30935880/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1799.34 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 179842 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1799.61 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 179841 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (KiB) 829388

[startup+1800 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 25698
/proc/meminfo: memFree=30935880/32873844 swapFree=7116/7116
[pid=25657] ppid=25655 vsize=829388 CPUtime=1799.44 cores=1,3,5,7
/proc/25657/stat : 25657 (wbo1.72) S 25655 25657 25000 0 -1 4202496 187244 0 0 0 179852 92 0 0 20 0 2 0 333627062 849293312 188102 33554432000 4194304 5964350 140736764926416 140736764925936 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25657/statm: 207347 188102 193 433 0 206911 0
[pid=25657/tid=25659] ppid=25655 vsize=829388 CPUtime=1799.71 cores=1,3,5,7
/proc/25657/task/25659/stat : 25659 (wbo1.72) R 25655 25657 25000 0 -1 4202560 186208 0 0 0 179851 120 0 0 20 0 2 0 333627063 849293312 188102 33554432000 4194304 5964350 140736764926416 139697172572152 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 829388

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.74
CPU user time (s): 1798.52
CPU system time (s): 1.21981
CPU usage (%): 99.9852
Max. virtual memory (cumulated for all children) (KiB): 829388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.21981
maximum resident set size= 752420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187247
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= 277
involuntary context switches= 1861

runsolver used 3.36149 second user time and 9.67753 second system time

The end

Launcher Data

Begin job on node103 at 2012-06-03 00:09:45
IDJOB=3728397
IDBENCH=79159
IDSOLVER=2315
FILE ID=node103/3728397-1338674985
RUNJOBID= node103-1338669584-25290
PBS_JOBID= 14636515
Free space on /tmp= 71120 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl40_50_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-3728397-1338674985/watcher-3728397-1338674985 -o /tmp/evaluation-result-3728397-1338674985/solver-3728397-1338674985 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728397-1338674985.wbo

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

MD5SUM BENCH= 4abf964a0a4662f4172f30dfa55a3bc2
RANDOM SEED=130135088

node103.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.189
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.37
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.189
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.189
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.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:        31491852 kB
Buffers:          131664 kB
Cached:           293768 kB
SwapCached:         5600 kB
Active:           318020 kB
Inactive:         307708 kB
Active(anon):     197684 kB
Inactive(anon):     4628 kB
Active(file):     120336 kB
Inactive(file):   303080 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67096280 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        310972 kB
Mapped:             9468 kB
Shmem:                 0 kB
Slab:             619496 kB
SReclaimable:      60208 kB
SUnreclaim:       559288 kB
KernelStack:        1488 kB
PageTables:         4408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71120 MiB
End job on node103 at 2012-06-03 00:39:45