Trace number 3712846

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

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_25_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM4fda08e2dc650152cad1c676f7fa8f96
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.242962
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables750
Total number of constraints80
Number of soft constraints54
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint25
Top cost 2808
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 2807
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712846-1338192203.wbo.
0.00/0.00	c Instance file HOME/instance-3712846-1338192203.wbo
0.00/0.00	c File size is 12903 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:      804                                                 |
0.00/0.00	c |  Number Clauses:        50                                                  |
0.00/0.00	c |  Number Cardinality:    11                                                  |
0.00/0.00	c |  Number PB Constraints: 19                                                  |
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.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3712846-1338192203/watcher-3712846-1338192203 -o /tmp/evaluation-result-3712846-1338192203/solver-3712846-1338192203 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712846-1338192203.wbo 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.61 1.90 1.97 2/174 32502
/proc/meminfo: memFree=27312528/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83844 CPUtime=0 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 898 0 0 0 0 0 0 0 20 0 2 0 285347556 85856256 847 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20961 847 192 433 0 20525 0
[pid=32502/tid=32504] ppid=32500 vsize=83844 CPUtime=0 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 128 0 0 0 0 0 0 0 20 0 2 0 285347556 85856256 847 33554432000 4194304 5964318 140733750485904 140733750485320 5136324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0597381 s]
/proc/loadavg: 1.61 1.90 1.97 2/174 32502
/proc/meminfo: memFree=27312528/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83844 CPUtime=0.05 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 1072 0 0 0 5 0 0 0 20 0 2 0 285347556 85856256 1022 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20961 1022 194 433 0 20525 0
[pid=32502/tid=32504] ppid=32500 vsize=83844 CPUtime=0.04 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 303 0 0 0 4 0 0 0 20 0 2 0 285347556 85856256 1022 33554432000 4194304 5964318 140733750485904 140733750485320 5136324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 83844

[startup+0.100281 s]
/proc/loadavg: 1.61 1.90 1.97 2/174 32502
/proc/meminfo: memFree=27312528/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83844 CPUtime=0.09 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 1170 0 0 0 9 0 0 0 20 0 2 0 285347556 85856256 1119 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20961 1119 194 433 0 20525 0
[pid=32502/tid=32504] ppid=32500 vsize=83844 CPUtime=0.08 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 400 0 0 0 8 0 0 0 20 0 2 0 285347556 85856256 1119 33554432000 4194304 5964318 140733750485904 140733750485320 5244199 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83844

[startup+0.300243 s]
/proc/loadavg: 1.61 1.90 1.97 2/174 32502
/proc/meminfo: memFree=27312528/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83844 CPUtime=0.29 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 1514 0 0 0 29 0 0 0 20 0 2 0 285347556 85856256 2161 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20961 2161 194 433 0 20525 0
[pid=32502/tid=32504] ppid=32500 vsize=83844 CPUtime=0.28 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 744 0 0 0 28 0 0 0 20 0 2 0 285347556 85856256 2161 33554432000 4194304 5964318 140733750485904 140689864026104 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83844

[startup+0.700255 s]
/proc/loadavg: 1.61 1.90 1.97 2/174 32502
/proc/meminfo: memFree=27312528/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83844 CPUtime=0.69 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 1867 0 0 0 69 0 0 0 20 0 2 0 285347556 85856256 2514 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20961 2515 194 433 0 20525 0
[pid=32502/tid=32504] ppid=32500 vsize=83844 CPUtime=0.68 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 1098 0 0 0 68 0 0 0 20 0 2 0 285347556 85856256 2515 33554432000 4194304 5964318 140733750485904 140689864026104 5136324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83844

[startup+1.50025 s]
/proc/loadavg: 1.64 1.90 1.97 3/179 32510
/proc/meminfo: memFree=27295232/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83844 CPUtime=1.49 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 2404 0 0 0 149 0 0 0 20 0 2 0 285347556 85856256 3051 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20961 3051 194 433 0 20525 0
[pid=32502/tid=32504] ppid=32500 vsize=83844 CPUtime=1.48 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 1634 0 0 0 148 0 0 0 20 0 2 0 285347556 85856256 3051 33554432000 4194304 5964318 140733750485904 140689864026104 5244199 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83844

[startup+3.10025 s]
/proc/loadavg: 1.64 1.90 1.97 3/179 32510
/proc/meminfo: memFree=27289628/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83988 CPUtime=3.08 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 3210 0 0 0 308 0 0 0 20 0 2 0 285347556 86003712 3857 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20997 3857 194 433 0 20561 0
[pid=32502/tid=32504] ppid=32500 vsize=83988 CPUtime=3.07 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 2440 0 0 0 307 0 0 0 20 0 2 0 285347556 86003712 3857 33554432000 4194304 5964318 140733750485904 140689864026104 4399960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83988

[startup+6.30024 s]
/proc/loadavg: 1.67 1.91 1.97 3/179 32510
/proc/meminfo: memFree=27284484/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83988 CPUtime=6.28 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 3690 0 0 0 628 0 0 0 20 0 2 0 285347556 86003712 4337 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20997 4337 194 433 0 20561 0
[pid=32502/tid=32504] ppid=32500 vsize=83988 CPUtime=6.26 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 2920 0 0 0 626 0 0 0 20 0 2 0 285347556 86003712 4337 33554432000 4194304 5964318 140733750485904 140689864025912 4399995 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83988

[startup+12.7002 s]
/proc/loadavg: 1.69 1.91 1.97 3/179 32510
/proc/meminfo: memFree=27280064/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=83988 CPUtime=12.69 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 4263 0 0 0 1268 1 0 0 20 0 2 0 285347556 86003712 4910 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 20997 4910 194 433 0 20561 0
[pid=32502/tid=32504] ppid=32500 vsize=83988 CPUtime=12.65 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 3493 0 0 0 1265 0 0 0 20 0 2 0 285347556 86003712 4910 33554432000 4194304 5964318 140733750485904 140689864026104 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83988

[startup+25.5003 s]
/proc/loadavg: 1.76 1.91 1.97 3/179 32510
/proc/meminfo: memFree=27265496/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=84060 CPUtime=25.48 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 6663 0 0 0 2547 1 0 0 20 0 2 0 285347556 86077440 7310 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 21015 7310 194 433 0 20579 0
[pid=32502/tid=32504] ppid=32500 vsize=84060 CPUtime=25.41 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 5893 0 0 0 2540 1 0 0 20 0 2 0 285347556 86077440 7310 33554432000 4194304 5964318 140733750485904 140689864025912 4400446 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84060

[startup+51.1003 s]
/proc/loadavg: 1.84 1.92 1.97 3/179 32510
/proc/meminfo: memFree=27239992/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=85392 CPUtime=51.07 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 10208 0 0 0 5104 3 0 0 20 0 2 0 285347556 87441408 10970 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 21348 10970 194 433 0 20912 0
[pid=32502/tid=32504] ppid=32500 vsize=85392 CPUtime=50.93 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 9438 0 0 0 5091 2 0 0 20 0 2 0 285347556 87441408 10970 33554432000 4194304 5964318 140733750485904 140689864026104 5136324 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85392

[startup+102.307 s]
/proc/loadavg: 1.93 1.93 1.97 3/179 32510
/proc/meminfo: memFree=27212636/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=86416 CPUtime=102.27 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 13638 0 0 0 10223 4 0 0 20 0 2 0 285347556 88489984 14400 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 21604 14400 194 433 0 21168 0
[pid=32502/tid=32504] ppid=32500 vsize=86416 CPUtime=102.01 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 12868 0 0 0 10196 5 0 0 20 0 2 0 285347556 88489984 14400 33554432000 4194304 5964318 140733750485904 140689864025912 4399971 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 86416

[startup+162.3 s]
/proc/loadavg: 1.97 1.94 1.97 3/179 32510
/proc/meminfo: memFree=27193816/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=88432 CPUtime=162.24 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 15481 0 0 0 16219 5 0 0 20 0 2 0 285347556 90554368 16306 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 22108 16306 194 433 0 21672 0
[pid=32502/tid=32504] ppid=32500 vsize=88432 CPUtime=161.84 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 14711 0 0 0 16177 7 0 0 20 0 2 0 285347556 90554368 16306 33554432000 4194304 5964318 140733750485904 140689864026104 4399960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 88432

[startup+222.3 s]
/proc/loadavg: 1.99 1.95 1.97 3/179 32511
/proc/meminfo: memFree=27169436/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=155988 CPUtime=222.23 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 18413 0 0 0 22216 7 0 0 20 0 2 0 285347556 159731712 19247 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 38997 19247 194 433 0 38561 0
[pid=32502/tid=32504] ppid=32500 vsize=155988 CPUtime=221.69 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 17643 0 0 0 22159 10 0 0 20 0 2 0 285347556 159731712 19247 33554432000 4194304 5964318 140733750485904 140689864026152 4399836 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 155988

[startup+282.3 s]
/proc/loadavg: 1.99 1.95 1.97 3/179 32511
/proc/meminfo: memFree=27146112/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=157932 CPUtime=282.22 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 21235 0 0 0 28214 8 0 0 20 0 2 0 285347556 161722368 22119 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 39483 22119 194 433 0 39047 0
[pid=32502/tid=32504] ppid=32500 vsize=157932 CPUtime=281.53 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 20465 0 0 0 28141 12 0 0 20 0 2 0 285347556 161722368 22119 33554432000 4194304 5964318 140733750485904 140689864025912 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 157932

[startup+342.3 s]
/proc/loadavg: 1.99 1.96 1.97 3/179 32511
/proc/meminfo: memFree=27124808/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=160272 CPUtime=342.2 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 24629 0 0 0 34210 10 0 0 20 0 2 0 285347556 164118528 25510 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 40068 25510 194 433 0 39632 0
[pid=32502/tid=32504] ppid=32500 vsize=160272 CPUtime=341.37 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 23859 0 0 0 34122 15 0 0 20 0 2 0 285347556 164118528 25510 33554432000 4194304 5964318 140733750485904 140689864026104 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 160272

[startup+402.3 s]
/proc/loadavg: 1.99 1.96 1.97 3/180 32514
/proc/meminfo: memFree=27105744/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=163944 CPUtime=402.19 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 27933 0 0 0 40207 12 0 0 20 0 2 0 285347556 167878656 28844 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.98 3/179 32560
/proc/meminfo: memFree=27021084/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=254388 CPUtime=1422.02 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 54676 0 0 0 142172 30 0 0 20 0 2 0 285347556 260493312 56169 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 63597 56169 194 433 0 63161 0
[pid=32502/tid=32504] ppid=32500 vsize=254388 CPUtime=1418.57 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 53906 0 0 0 141807 50 0 0 20 0 2 0 285347556 260493312 56169 33554432000 4194304 5964318 140733750485904 140689864026152 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 254388

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/179 32561
/proc/meminfo: memFree=27007696/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=258400 CPUtime=1482 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 57069 0 0 0 148168 32 0 0 20 0 2 0 285347556 264601600 58562 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 64600 58562 194 433 0 64164 0
[pid=32502/tid=32504] ppid=32500 vsize=258400 CPUtime=1478.41 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 56299 0 0 0 147787 54 0 0 20 0 2 0 285347556 264601600 58562 33554432000 4194304 5964318 140733750485904 140689864026104 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 258400

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32561
/proc/meminfo: memFree=26987032/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=260316 CPUtime=1541.99 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 58218 0 0 0 154166 33 0 0 20 0 2 0 285347556 266563584 59711 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 65079 59711 194 433 0 64643 0
[pid=32502/tid=32504] ppid=32500 vsize=260316 CPUtime=1538.26 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 57448 0 0 0 153770 56 0 0 20 0 2 0 285347556 266563584 59711 33554432000 4194304 5964318 140733750485904 140689864026152 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 260316

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 32564
/proc/meminfo: memFree=26964324/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=328136 CPUtime=1601.98 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 60274 0 0 0 160163 35 0 0 20 0 2 0 285347556 336011264 61764 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 82034 61764 194 433 0 81598 0
[pid=32502/tid=32504] ppid=32500 vsize=328136 CPUtime=1598.1 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 59504 0 0 0 159751 59 0 0 20 0 2 0 285347556 336011264 61764 33554432000 4194304 5964318 140733750485904 140689864026104 4399995 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 328136

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32564
/proc/meminfo: memFree=26962976/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=328836 CPUtime=1661.96 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 60392 0 0 0 166161 35 0 0 20 0 2 0 285347556 336728064 61882 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 82209 61882 194 433 0 81773 0
[pid=32502/tid=32504] ppid=32500 vsize=328836 CPUtime=1657.95 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 59622 0 0 0 165735 60 0 0 20 0 2 0 285347556 336728064 61882 33554432000 4194304 5964318 140733750485904 140689864026152 4399824 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 328836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32564
/proc/meminfo: memFree=26942816/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=329320 CPUtime=1721.96 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 62099 0 0 0 172160 36 0 0 20 0 2 0 285347556 337223680 63589 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 82330 63589 194 433 0 81894 0
[pid=32502/tid=32504] ppid=32500 vsize=329320 CPUtime=1717.8 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 61329 0 0 0 171718 62 0 0 20 0 2 0 285347556 337223680 63589 33554432000 4194304 5964318 140733750485904 140689864026152 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 329320

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26915812/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=331648 CPUtime=1781.94 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 65984 0 0 0 178155 39 0 0 20 0 2 0 285347556 339607552 67473 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 82912 67473 194 433 0 82476 0
[pid=32502/tid=32504] ppid=32500 vsize=331648 CPUtime=1777.63 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65214 0 0 0 177697 66 0 0 20 0 2 0 285347556 339607552 67473 33554432000 4194304 5964318 140733750485904 140689864025912 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 331648

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26915936/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=331972 CPUtime=1791.54 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 66055 0 0 0 179115 39 0 0 20 0 2 0 285347556 339939328 67544 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 82993 67544 194 433 0 82557 0
[pid=32502/tid=32504] ppid=32500 vsize=331972 CPUtime=1787.22 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65285 0 0 0 178656 66 0 0 20 0 2 0 285347556 339939328 67544 33554432000 4194304 5964318 140733750485904 140689864025912 4400305 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.54
Current children cumulated vsize (KiB) 331972

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26916060/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=331972 CPUtime=1794.74 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 66055 0 0 0 179435 39 0 0 20 0 2 0 285347556 339939328 67544 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 82993 67544 194 433 0 82557 0
[pid=32502/tid=32504] ppid=32500 vsize=331972 CPUtime=1790.41 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65285 0 0 0 178975 66 0 0 20 0 2 0 285347556 339939328 67544 33554432000 4194304 5964318 140733750485904 140689864025912 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.74
Current children cumulated vsize (KiB) 331972

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26915812/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=332296 CPUtime=1797.93 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 66135 0 0 0 179754 39 0 0 20 0 2 0 285347556 340271104 67624 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 83074 67624 194 433 0 82638 0
[pid=32502/tid=32504] ppid=32500 vsize=332296 CPUtime=1793.59 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65365 0 0 0 179293 66 0 0 20 0 2 0 285347556 340271104 67624 33554432000 4194304 5964318 140733750485904 140689864025912 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 332296

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26915812/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=332456 CPUtime=1798.73 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 66137 0 0 0 179834 39 0 0 20 0 2 0 285347556 340434944 67626 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 83114 67626 194 433 0 82678 0
[pid=32502/tid=32504] ppid=32500 vsize=332456 CPUtime=1794.39 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65367 0 0 0 179373 66 0 0 20 0 2 0 285347556 340434944 67626 33554432000 4194304 5964318 140733750485904 140689864025912 4399991 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.73
Current children cumulated vsize (KiB) 332456

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26915752/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=332456 CPUtime=1799.14 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 66137 0 0 0 179875 39 0 0 20 0 2 0 285347556 340434944 67626 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 83114 67626 194 433 0 82678 0
[pid=32502/tid=32504] ppid=32500 vsize=332456 CPUtime=1794.8 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65367 0 0 0 179414 66 0 0 20 0 2 0 285347556 340434944 67626 33554432000 4194304 5964318 140733750485904 140689864026152 4399910 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.14
Current children cumulated vsize (KiB) 332456

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26915752/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=332456 CPUtime=1799.53 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 66137 0 0 0 179914 39 0 0 20 0 2 0 285347556 340434944 67626 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 83114 67626 194 433 0 82678 0
[pid=32502/tid=32504] ppid=32500 vsize=332456 CPUtime=1795.19 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65367 0 0 0 179453 66 0 0 20 0 2 0 285347556 340434944 67626 33554432000 4194304 5964318 140733750485904 140689864026152 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 332456

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 32565
/proc/meminfo: memFree=26915752/32873648 swapFree=6336/6336
[pid=32502] ppid=32500 vsize=332456 CPUtime=1799.63 cores=0,2,4,6
/proc/32502/stat : 32502 (wbo1.71) S 32500 32502 32463 0 -1 4202496 66138 0 0 0 179924 39 0 0 20 0 2 0 285347556 340434944 67627 33554432000 4194304 5964318 140733750485904 140733750485424 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32502/statm: 83114 67627 194 433 0 82678 0
[pid=32502/tid=32504] ppid=32500 vsize=332456 CPUtime=1795.29 cores=0,2,4,6
/proc/32502/task/32504/stat : 32504 (wbo1.71) R 32500 32502 32463 0 -1 4202560 65368 0 0 0 179463 66 0 0 20 0 2 0 285347556 340434944 67627 33554432000 4194304 5964318 140733750485904 140689864026152 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 332456

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32502 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=638173
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=675897
# CPU time returned by wait4() is 1795.31
# while last known CPU time is 1799.63
#
# 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.63
CPU user time (s): 1799.24
CPU system time (s): 0.39
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 332456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 0.675897
maximum resident set size= 270520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66141
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= 108
involuntary context switches= 2072

runsolver used 2.67859 second user time and 7.2459 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-28 10:03:23
IDJOB=3712846
IDBENCH=78687
IDSOLVER=2293
FILE ID=node112/3712846-1338192203
RUNJOBID= node112-1338192203-32479
PBS_JOBID= 14624576
Free space on /tmp= 71592 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_25_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-3712846-1338192203/watcher-3712846-1338192203 -o /tmp/evaluation-result-3712846-1338192203/solver-3712846-1338192203 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3712846-1338192203.wbo

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

MD5SUM BENCH= 4fda08e2dc650152cad1c676f7fa8f96
RANDOM SEED=1512765672

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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.763
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:        27313272 kB
Buffers:          383520 kB
Cached:          4338232 kB
SwapCached:            0 kB
Active:           819764 kB
Inactive:        3913036 kB
Active(anon):      13588 kB
Inactive(anon):        0 kB
Active(file):     806176 kB
Inactive(file):  3913036 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10900 kB
Writeback:             0 kB
AnonPages:         17172 kB
Mapped:            13632 kB
Shmem:               200 kB
Slab:             689104 kB
SReclaimable:     132732 kB
SUnreclaim:       556372 kB
KernelStack:        1376 kB
PageTables:         4608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103516 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= 71584 MiB
End job on node112 at 2012-05-28 10:33:23