Trace number 3728385

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.64 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_25_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMe8a78e2fe28a365664c9883ac99e1f12
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.154976
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 constraints80
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 3814
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3813
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728385-1338674884.wbo.
0.00/0.00	c Instance file HOME/instance-3728385-1338674884.wbo
0.00/0.00	c File size is 13027 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:      830                                                 |
0.00/0.00	c |  Number Clauses:        50                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 30                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.01 s
1799.64/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3728385-1338674884/watcher-3728385-1338674884 -o /tmp/evaluation-result-3728385-1338674884/solver-3728385-1338674884 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728385-1338674884.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24820
/proc/meminfo: memFree=27972936/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=83896 CPUtime=0 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 893 0 0 0 0 0 0 0 20 0 2 0 333555400 85909504 842 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 20974 842 191 433 0 20538 0
[pid=24820/tid=24821] ppid=24818 vsize=83896 CPUtime=0 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 333555401 85909504 842 33554432000 4194304 5964350 140733995712544 140736333738840 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0919211 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24820
/proc/meminfo: memFree=27972936/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=83896 CPUtime=0.08 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 1143 0 0 0 8 0 0 0 20 0 2 0 333555400 85909504 1092 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 20974 1092 193 433 0 20538 0
[pid=24820/tid=24821] ppid=24818 vsize=83896 CPUtime=0.07 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 380 0 0 0 7 0 0 0 20 0 2 0 333555401 85909504 1092 33554432000 4194304 5964350 140733995712544 140736333738840 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 83896

[startup+0.100349 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24820
/proc/meminfo: memFree=27972936/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=83896 CPUtime=0.09 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 1160 0 0 0 9 0 0 0 20 0 2 0 333555400 85909504 1109 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 20974 1109 193 433 0 20538 0
[pid=24820/tid=24821] ppid=24818 vsize=83896 CPUtime=0.08 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 397 0 0 0 8 0 0 0 20 0 2 0 333555401 85909504 1109 33554432000 4194304 5964350 140733995712544 140736333738840 4400007 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) 83896

[startup+0.300263 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24820
/proc/meminfo: memFree=27972936/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=83896 CPUtime=0.29 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 1491 0 0 0 29 0 0 0 20 0 2 0 333555400 85909504 1440 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 20974 1440 193 433 0 20538 0
[pid=24820/tid=24821] ppid=24818 vsize=83896 CPUtime=0.28 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 728 0 0 0 28 0 0 0 20 0 2 0 333555401 85909504 1440 33554432000 4194304 5964350 140733995712544 140736333738840 4220672 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) 83896

[startup+0.700254 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 24820
/proc/meminfo: memFree=27972936/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=83896 CPUtime=0.69 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 1996 0 0 0 69 0 0 0 20 0 2 0 333555400 85909504 1945 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 20974 1945 193 433 0 20538 0
[pid=24820/tid=24821] ppid=24818 vsize=83896 CPUtime=0.68 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 1233 0 0 0 68 0 0 0 20 0 2 0 333555401 85909504 1945 33554432000 4194304 5964350 140733995712544 140384828037112 4221120 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) 83896

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24822
/proc/meminfo: memFree=27964364/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=83896 CPUtime=1.49 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 2908 0 0 0 149 0 0 0 20 0 2 0 333555400 85909504 2857 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 20974 2857 193 433 0 20538 0
[pid=24820/tid=24821] ppid=24818 vsize=83896 CPUtime=1.48 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 2145 0 0 0 148 0 0 0 20 0 2 0 333555401 85909504 2857 33554432000 4194304 5964350 140733995712544 140384828037112 4221120 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) 83896

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24822
/proc/meminfo: memFree=27961016/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=84040 CPUtime=3.09 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 3680 0 0 0 309 0 0 0 20 0 2 0 333555400 86056960 3629 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 21010 3629 193 433 0 20574 0
[pid=24820/tid=24821] ppid=24818 vsize=84040 CPUtime=3.07 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 2917 0 0 0 307 0 0 0 20 0 2 0 333555401 86056960 3629 33554432000 4194304 5964350 140733995712544 140384828037112 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84040

[startup+6.30027 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24822
/proc/meminfo: memFree=27957032/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=84040 CPUtime=6.29 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 4351 0 0 0 629 0 0 0 20 0 2 0 333555400 86056960 4300 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 21010 4300 193 433 0 20574 0
[pid=24820/tid=24821] ppid=24818 vsize=84040 CPUtime=6.27 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 3588 0 0 0 627 0 0 0 20 0 2 0 333555401 86056960 4300 33554432000 4194304 5964350 140733995712544 140384828037160 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84040

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24823
/proc/meminfo: memFree=27941036/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=84112 CPUtime=12.69 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 5048 0 0 0 1268 1 0 0 20 0 2 0 333555400 86130688 4997 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 21028 4997 193 433 0 20592 0
[pid=24820/tid=24821] ppid=24818 vsize=84112 CPUtime=12.65 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 4285 0 0 0 1265 0 0 0 20 0 2 0 333555401 86130688 4997 33554432000 4194304 5964350 140733995712544 140384828036920 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) 84112

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24823
/proc/meminfo: memFree=27932768/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=84112 CPUtime=25.49 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 6990 0 0 0 2548 1 0 0 20 0 2 0 333555400 86130688 6939 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 21028 6939 193 433 0 20592 0
[pid=24820/tid=24821] ppid=24818 vsize=84112 CPUtime=25.42 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 6227 0 0 0 2541 1 0 0 20 0 2 0 333555401 86130688 6939 33554432000 4194304 5964350 140733995712544 140384828037112 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84112

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24823
/proc/meminfo: memFree=27879912/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=84796 CPUtime=51.08 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 8845 0 0 0 5106 2 0 0 20 0 2 0 333555400 86831104 8794 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 21199 8794 193 433 0 20763 0
[pid=24820/tid=24821] ppid=24818 vsize=84796 CPUtime=50.95 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 8082 0 0 0 5093 2 0 0 20 0 2 0 333555401 86831104 8794 33554432000 4194304 5964350 140733995712544 140384828037112 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84796

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24823
/proc/meminfo: memFree=27849208/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=87388 CPUtime=102.28 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 10355 0 0 0 10226 2 0 0 20 0 2 0 333555400 89485312 10263 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 21847 10263 193 433 0 21411 0
[pid=24820/tid=24821] ppid=24818 vsize=87388 CPUtime=102.03 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 9592 0 0 0 10200 3 0 0 20 0 2 0 333555401 89485312 10263 33554432000 4194304 5964350 140733995712544 140384828037160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 87388

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/180 24826
/proc/meminfo: memFree=27732992/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=88412 CPUtime=162.25 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 13161 0 0 0 16221 4 0 0 20 0 2 0 333555400 90533888 13922 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 22103 13922 193 433 0 21667 0
[pid=24820/tid=24821] ppid=24818 vsize=88412 CPUtime=161.85 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 12398 0 0 0 16179 6 0 0 20 0 2 0 333555401 90533888 13922 33554432000 4194304 5964350 140733995712544 140384828036920 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 88412

[startup+222.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 24826
/proc/meminfo: memFree=27729868/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=89636 CPUtime=222.24 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 13829 0 0 0 22220 4 0 0 20 0 2 0 333555400 91787264 14590 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 22409 14590 193 433 0 21973 0
[pid=24820/tid=24821] ppid=24818 vsize=89636 CPUtime=221.7 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 13066 0 0 0 22163 7 0 0 20 0 2 0 333555401 91787264 14590 33554432000 4194304 5964350 140733995712544 140384828036920 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 89636

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24826
/proc/meminfo: memFree=27703608/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=92408 CPUtime=282.23 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 16011 0 0 0 28218 5 0 0 20 0 2 0 333555400 94625792 16772 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 23102 16772 193 433 0 22666 0
[pid=24820/tid=24821] ppid=24818 vsize=92408 CPUtime=281.54 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 15248 0 0 0 28145 9 0 0 20 0 2 0 333555401 94625792 16772 33554432000 4194304 5964350 140733995712544 140384828036920 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 92408

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24827
/proc/meminfo: memFree=27656348/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=160252 CPUtime=342.21 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 20026 0 0 0 34214 7 0 0 20 0 2 0 333555400 164098048 20843 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 40063 20843 193 433 0 39627 0
[pid=24820/tid=24821] ppid=24818 vsize=160252 CPUtime=341.38 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 19263 0 0 0 34126 12 0 0 20 0 2 0 333555401 164098048 20843 33554432000 4194304 5964350 140733995712544 140384828036920 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 160252

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24827
/proc/meminfo: memFree=27602760/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=161980 CPUtime=402.2 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 20465 0 0 0 40213 7 0 0 20 0 2 0 333555400 165867520 21294 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 24836
/proc/meminfo: memFree=27237740/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=246592 CPUtime=1422.03 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 43732 0 0 0 142178 25 0 0 20 0 2 0 333555400 252510208 44571 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 61648 44571 193 433 0 61212 0
[pid=24820/tid=24821] ppid=24818 vsize=246592 CPUtime=1418.62 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 42969 0 0 0 141816 46 0 0 20 0 2 0 333555401 252510208 44571 33554432000 4194304 5964350 140733995712544 140384828037112 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 246592

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24836
/proc/meminfo: memFree=27236624/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=247760 CPUtime=1482.02 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 44018 0 0 0 148176 26 0 0 20 0 2 0 333555400 253706240 44857 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 61940 44857 193 433 0 61504 0
[pid=24820/tid=24821] ppid=24818 vsize=247760 CPUtime=1478.46 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 43255 0 0 0 147799 47 0 0 20 0 2 0 333555401 253706240 44857 33554432000 4194304 5964350 140733995712544 140384828037160 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 247760

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27230220/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=249180 CPUtime=1541.99 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 45615 0 0 0 154173 26 0 0 20 0 2 0 333555400 255160320 46454 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 62295 46454 193 433 0 61859 0
[pid=24820/tid=24821] ppid=24818 vsize=249180 CPUtime=1538.3 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 44852 0 0 0 153781 49 0 0 20 0 2 0 333555401 255160320 46454 33554432000 4194304 5964350 140733995712544 140384828037112 4399840 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) 249180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27223436/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=249820 CPUtime=1601.98 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 47400 0 0 0 160169 29 0 0 20 0 2 0 333555400 255815680 48235 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 62455 48235 193 433 0 62019 0
[pid=24820/tid=24821] ppid=24818 vsize=249820 CPUtime=1598.13 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 46637 0 0 0 159760 53 0 0 20 0 2 0 333555401 255815680 48235 33554432000 4194304 5964350 140733995712544 140384828037112 4400007 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) 249820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27216988/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=250144 CPUtime=1661.97 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49009 0 0 0 166166 31 0 0 20 0 2 0 333555400 256147456 49844 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 62536 49844 193 433 0 62100 0
[pid=24820/tid=24821] ppid=24818 vsize=250144 CPUtime=1657.98 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48246 0 0 0 165742 56 0 0 20 0 2 0 333555401 256147456 49844 33554432000 4194304 5964350 140733995712544 140384828037112 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 250144

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215996/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=250252 CPUtime=1721.96 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49211 0 0 0 172165 31 0 0 20 0 2 0 333555400 256258048 50046 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 62563 50046 193 433 0 62127 0
[pid=24820/tid=24821] ppid=24818 vsize=250252 CPUtime=1717.82 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48448 0 0 0 171725 57 0 0 20 0 2 0 333555401 256258048 50046 33554432000 4194304 5964350 140733995712544 140384828036920 4221120 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) 250252

[startup+1782.3 s]
/proc/loadavg: 1.61 1.90 1.97 2/172 24861
/proc/meminfo: memFree=27882944/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252744 CPUtime=1781.94 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49655 0 0 0 178163 31 0 0 20 0 2 0 333555400 258809856 50494 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63186 50494 193 433 0 62750 0
[pid=24820/tid=24821] ppid=24818 vsize=252744 CPUtime=1777.66 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48892 0 0 0 177708 58 0 0 20 0 2 0 333555401 258809856 50494 33554432000 4194304 5964350 140733995712544 140384828037160 4220672 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) 252744

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

[startup+1791.91 s]
/proc/loadavg: 1.51 1.87 1.96 2/172 24861
/proc/meminfo: memFree=27882820/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252744 CPUtime=1791.54 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49665 0 0 0 179123 31 0 0 20 0 2 0 333555400 258809856 50504 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63186 50504 193 433 0 62750 0
[pid=24820/tid=24821] ppid=24818 vsize=252744 CPUtime=1787.24 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48902 0 0 0 178666 58 0 0 20 0 2 0 333555401 258809856 50504 33554432000 4194304 5964350 140733995712544 140384828037160 4399976 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) 252744

[startup+1795.1 s]
/proc/loadavg: 1.47 1.86 1.95 2/172 24861
/proc/meminfo: memFree=27883068/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252744 CPUtime=1794.74 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49665 0 0 0 179443 31 0 0 20 0 2 0 333555400 258809856 50504 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63186 50504 193 433 0 62750 0
[pid=24820/tid=24821] ppid=24818 vsize=252744 CPUtime=1790.44 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48902 0 0 0 178986 58 0 0 20 0 2 0 333555401 258809856 50504 33554432000 4194304 5964350 140733995712544 140384828037160 4399989 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) 252744

[startup+1798.3 s]
/proc/loadavg: 1.47 1.86 1.95 2/172 24861
/proc/meminfo: memFree=27882944/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252888 CPUtime=1797.94 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49700 0 0 0 179763 31 0 0 20 0 2 0 333555400 258957312 50539 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63222 50539 193 433 0 62786 0
[pid=24820/tid=24821] ppid=24818 vsize=252888 CPUtime=1793.62 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48937 0 0 0 179304 58 0 0 20 0 2 0 333555401 258957312 50539 33554432000 4194304 5964350 140733995712544 140384828036920 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 252888

[startup+1799.1 s]
/proc/loadavg: 1.43 1.84 1.95 2/172 24861
/proc/meminfo: memFree=27882944/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252888 CPUtime=1798.74 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49701 0 0 0 179843 31 0 0 20 0 2 0 333555400 258957312 50540 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63222 50540 193 433 0 62786 0
[pid=24820/tid=24821] ppid=24818 vsize=252888 CPUtime=1794.42 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48938 0 0 0 179384 58 0 0 20 0 2 0 333555401 258957312 50540 33554432000 4194304 5964350 140733995712544 140384828036920 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (KiB) 252888

[startup+1799.5 s]
/proc/loadavg: 1.43 1.84 1.95 2/172 24861
/proc/meminfo: memFree=27882944/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252960 CPUtime=1799.14 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49701 0 0 0 179883 31 0 0 20 0 2 0 333555400 259031040 50540 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63240 50540 193 433 0 62804 0
[pid=24820/tid=24821] ppid=24818 vsize=252960 CPUtime=1794.82 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48938 0 0 0 179424 58 0 0 20 0 2 0 333555401 259031040 50540 33554432000 4194304 5964350 140733995712544 140384828036920 4400007 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) 252960

[startup+1799.9 s]
/proc/loadavg: 1.43 1.84 1.95 2/172 24861
/proc/meminfo: memFree=27882944/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252960 CPUtime=1799.54 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49702 0 0 0 179923 31 0 0 20 0 2 0 333555400 259031040 50541 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63240 50541 193 433 0 62804 0
[pid=24820/tid=24821] ppid=24818 vsize=252960 CPUtime=1795.22 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48939 0 0 0 179464 58 0 0 20 0 2 0 333555401 259031040 50541 33554432000 4194304 5964350 140733995712544 140384828037160 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.54
Current children cumulated vsize (KiB) 252960

[startup+1800 s]
/proc/loadavg: 1.43 1.84 1.95 2/172 24861
/proc/meminfo: memFree=27882944/32873844 swapFree=7128/7128
[pid=24820] ppid=24818 vsize=252960 CPUtime=1799.64 cores=0,2,4,6
/proc/24820/stat : 24820 (wbo1.72) S 24818 24820 23718 0 -1 4202496 49702 0 0 0 179933 31 0 0 20 0 2 0 333555400 259031040 50541 33554432000 4194304 5964350 140733995712544 140733995712064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24820/statm: 63240 50541 193 433 0 62804 0
[pid=24820/tid=24821] ppid=24818 vsize=252960 CPUtime=1795.32 cores=0,2,4,6
/proc/24820/task/24821/stat : 24821 (wbo1.72) R 24818 24820 23718 0 -1 4202560 48939 0 0 0 179474 58 0 0 20 0 2 0 333555401 259031040 50541 33554432000 4194304 5964350 140733995712544 140384828037160 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 252960

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24820 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=748156
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=594909
# CPU time returned by wait4() is 1795.34
# while last known CPU time is 1799.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.64
CPU user time (s): 1799.33
CPU system time (s): 0.31
CPU usage (%): 99.9794
Max. virtual memory (cumulated for all children) (KiB): 252960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 0.594909
maximum resident set size= 202176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49705
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= 82
involuntary context switches= 1962

runsolver used 8.29574 second user time and 17.9823 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 00:08:04
IDJOB=3728385
IDBENCH=79155
IDSOLVER=2315
FILE ID=node105/3728385-1338674884
RUNJOBID= node105-1338670261-24072
PBS_JOBID= 14636526
Free space on /tmp= 71272 MiB

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

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

MD5SUM BENCH= e8a78e2fe28a365664c9883ac99e1f12
RANDOM SEED=1509773003

node105.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.882
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.76
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.882
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.882
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.91
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.882
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.882
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	: 5438.54
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.882
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.91
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.882
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.92
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.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27973192 kB
Buffers:          532324 kB
Cached:          3378120 kB
SwapCached:         1700 kB
Active:          1039812 kB
Inactive:        2984024 kB
Active(anon):     109444 kB
Inactive(anon):     4808 kB
Active(file):     930368 kB
Inactive(file):  2979216 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        166456 kB
Mapped:             9628 kB
Shmem:                 0 kB
Slab:             736988 kB
SReclaimable:     178688 kB
SUnreclaim:       558300 kB
KernelStack:        1496 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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= 71272 MiB
End job on node105 at 2012-06-03 00:38:04