Trace number 3728396

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl40_45_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM6dc14d51c0879b2054c8b72501c6facc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.973851
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3600
Total number of constraints170
Number of soft constraints170
Number of constraints which are clauses90
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 constraint45
Top cost 7974
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7973
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
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-3728396-1338674832.wbo.
0.00/0.00	c Instance file HOME/instance-3728396-1338674832.wbo
0.00/0.00	c File size is 64947 bytes.
0.00/0.00	c Highest Coefficient sum: 46
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:      3770                                                |
0.00/0.00	c |  Number Clauses:        90                                                  |
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.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/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-3728396-1338674832/watcher-3728396-1338674832 -o /tmp/evaluation-result-3728396-1338674832/solver-3728396-1338674832 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728396-1338674832.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.01 2.00 3/177 24781
/proc/meminfo: memFree=27404672/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=3932 CPUtime=0 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) R 24779 24781 23718 0 -1 4202496 491 0 0 0 0 0 0 0 20 0 1 0 333550235 4026368 443 33554432000 4194304 5964350 140733614154304 140733614152088 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 983 444 166 433 0 531 0

[startup+0.040558 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24781
/proc/meminfo: memFree=27404672/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=84820 CPUtime=0.03 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 1567 0 0 0 3 0 0 0 20 0 2 0 333550235 86855680 1503 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21205 1503 192 433 0 20769 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 84820

[startup+0.10018 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24781
/proc/meminfo: memFree=27404672/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=84820 CPUtime=0.09 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 1724 0 0 0 9 0 0 0 20 0 2 0 333550235 86855680 1660 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21205 1660 193 433 0 20769 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84820

[startup+0.30012 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24781
/proc/meminfo: memFree=27404672/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=84820 CPUtime=0.29 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 2192 0 0 0 29 0 0 0 20 0 2 0 333550235 86855680 2128 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21205 2128 193 433 0 20769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84820

[startup+0.700115 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 24781
/proc/meminfo: memFree=27404672/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=84820 CPUtime=0.68 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 3034 0 0 0 68 0 0 0 20 0 2 0 333550235 86855680 2970 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21205 2970 193 433 0 20769 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84820

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24783
/proc/meminfo: memFree=27391032/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=84820 CPUtime=1.49 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 4660 0 0 0 148 1 0 0 20 0 2 0 333550235 86855680 4596 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21205 4596 193 433 0 20769 0
[pid=24781/tid=24783] ppid=24779 vsize=84820 CPUtime=1.47 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 3654 0 0 0 146 1 0 0 20 0 2 0 333550236 86855680 4596 33554432000 4194304 5964350 140733614154304 139729586559016 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84820

[startup+3.10025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24783
/proc/meminfo: memFree=27382600/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=84964 CPUtime=3.08 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 5870 0 0 0 307 1 0 0 20 0 2 0 333550235 87003136 5806 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21241 5806 193 433 0 20805 0
[pid=24781/tid=24783] ppid=24779 vsize=84964 CPUtime=3.06 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 4864 0 0 0 305 1 0 0 20 0 2 0 333550236 87003136 5806 33554432000 4194304 5964350 140733614154304 139729586558968 5142407 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) 84964

[startup+6.30026 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24783
/proc/meminfo: memFree=27377268/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=84964 CPUtime=6.29 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 8269 0 0 0 627 2 0 0 20 0 2 0 333550235 87003136 8205 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21241 8205 193 433 0 20805 0
[pid=24781/tid=24783] ppid=24779 vsize=84964 CPUtime=6.26 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 7263 0 0 0 624 2 0 0 20 0 2 0 333550236 87003136 8205 33554432000 4194304 5964350 140733614154304 139729586558968 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84964

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24783
/proc/meminfo: memFree=27354336/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=85036 CPUtime=12.68 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 12851 0 0 0 1265 3 0 0 20 0 2 0 333550235 87076864 12787 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 21259 12787 193 433 0 20823 0
[pid=24781/tid=24783] ppid=24779 vsize=85036 CPUtime=12.64 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 11845 0 0 0 1261 3 0 0 20 0 2 0 333550236 87076864 12787 33554432000 4194304 5964350 140733614154304 139729586558968 4220672 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) 85036

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 24783
/proc/meminfo: memFree=27327048/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=150680 CPUtime=25.48 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 19515 0 0 0 2543 5 0 0 20 0 2 0 333550235 154296320 19451 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 37670 19451 193 433 0 37234 0
[pid=24781/tid=24783] ppid=24779 vsize=150680 CPUtime=25.41 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 18509 0 0 0 2536 5 0 0 20 0 2 0 333550236 154296320 19451 33554432000 4194304 5964350 140733614154304 139729586559016 4381871 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) 150680

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24783
/proc/meminfo: memFree=27298420/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=150840 CPUtime=51.08 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 26730 0 0 0 5101 7 0 0 20 0 2 0 333550235 154460160 26666 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 37710 26666 193 433 0 37274 0
[pid=24781/tid=24783] ppid=24779 vsize=150840 CPUtime=50.94 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 25724 0 0 0 5087 7 0 0 20 0 2 0 333550236 154460160 26666 33554432000 4194304 5964350 140733614154304 139729586558968 4400007 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) 150840

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24823
/proc/meminfo: memFree=27879912/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=216616 CPUtime=102.24 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 41047 0 0 0 10212 12 0 0 20 0 2 0 333550235 221814784 41060 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 54154 41060 193 433 0 53718 0
[pid=24781/tid=24783] ppid=24779 vsize=216616 CPUtime=101.98 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 40041 0 0 0 10185 13 0 0 20 0 2 0 333550236 221814784 41060 33554432000 4194304 5964350 140733614154304 139729586558968 4400009 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 216616

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24823
/proc/meminfo: memFree=27831776/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=282152 CPUtime=162.19 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 50709 0 0 0 16203 16 0 0 20 0 2 0 333550235 288923648 51425 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 70538 51425 193 433 0 70102 0
[pid=24781/tid=24783] ppid=24779 vsize=282152 CPUtime=161.79 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 49703 0 0 0 16161 18 0 0 20 0 2 0 333550236 288923648 51425 33554432000 4194304 5964350 140733614154304 139729586558968 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 282152

[startup+222.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 24826
/proc/meminfo: memFree=27732108/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=348336 CPUtime=222.17 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 71748 0 0 0 22192 25 0 0 20 0 2 0 333550235 356696064 72561 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 87084 72561 193 433 0 86648 0
[pid=24781/tid=24783] ppid=24779 vsize=348336 CPUtime=221.63 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 70742 0 0 0 22135 28 0 0 20 0 2 0 333550236 356696064 72561 33554432000 4194304 5964350 140733614154304 139729586558968 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 348336

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24826
/proc/meminfo: memFree=27728256/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=348336 CPUtime=282.15 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 71773 0 0 0 28190 25 0 0 20 0 2 0 333550235 356696064 72621 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 87084 72621 193 433 0 86648 0
[pid=24781/tid=24783] ppid=24779 vsize=348336 CPUtime=281.47 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 70767 0 0 0 28118 29 0 0 20 0 2 0 333550236 356696064 72621 33554432000 4194304 5964350 140733614154304 139729586559000 4399840 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) 348336

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24826
/proc/meminfo: memFree=27702740/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=348912 CPUtime=342.13 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 76062 0 0 0 34186 27 0 0 20 0 2 0 333550235 357285888 76924 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 87228 76924 193 433 0 86792 0
[pid=24781/tid=24783] ppid=24779 vsize=348912 CPUtime=341.3 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 75056 0 0 0 34099 31 0 0 20 0 2 0 333550236 357285888 76924 33554432000 4194304 5964350 140733614154304 139729586558968 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 348912

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24827
/proc/meminfo: memFree=27638420/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=414592 CPUtime=402.12 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 88190 0 0 0 40181 31 0 0 20 0 2 0 333550235 424542208 89559 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 103648 89559 193 433 0 103212 0
[pid=24781/tid=24783] ppid=24779 vsize=414592 CPUtime=401.15 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 87184 0 0 0 40079 36 0 0 20 0 2 0 333550236 424542208 89559 33554432000 4194304 5964350 140733614154304 139729586558968 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 414592

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24827
/proc/meminfo: memFree=27600636/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=415744 CPUtime=462.07 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 24836
/proc/meminfo: memFree=27255340/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686060 CPUtime=1421.85 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163908 0 0 0 142114 71 0 0 20 0 2 0 333550235 702525440 165220 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171515 165220 193 433 0 171079 0
[pid=24781/tid=24783] ppid=24779 vsize=686060 CPUtime=1418.44 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162902 0 0 0 141753 91 0 0 20 0 2 0 333550236 702525440 165220 33554432000 4194304 5964350 140733614154304 139729586559144 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) 686060

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 24836
/proc/meminfo: memFree=27237740/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686060 CPUtime=1481.83 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163908 0 0 0 148112 71 0 0 20 0 2 0 333550235 702525440 165220 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171515 165220 193 433 0 171079 0
[pid=24781/tid=24783] ppid=24779 vsize=686060 CPUtime=1478.28 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162902 0 0 0 147736 92 0 0 20 0 2 0 333550236 702525440 165220 33554432000 4194304 5964350 140733614154304 139729586559144 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 686060

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 24836
/proc/meminfo: memFree=27236624/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686060 CPUtime=1541.82 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163908 0 0 0 154111 71 0 0 20 0 2 0 333550235 702525440 165220 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171515 165220 193 433 0 171079 0
[pid=24781/tid=24783] ppid=24779 vsize=686060 CPUtime=1538.13 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162902 0 0 0 153720 93 0 0 20 0 2 0 333550236 702525440 165220 33554432000 4194304 5964350 140733614154304 139729586559144 4381928 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) 686060

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27229352/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686060 CPUtime=1601.81 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163908 0 0 0 160110 71 0 0 20 0 2 0 333550235 702525440 165220 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171515 165220 193 433 0 171079 0
[pid=24781/tid=24783] ppid=24779 vsize=686060 CPUtime=1597.98 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162902 0 0 0 159704 94 0 0 20 0 2 0 333550236 702525440 165220 33554432000 4194304 5964350 140733614154304 139729586559144 4400023 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) 686060

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27222692/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686060 CPUtime=1661.8 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163908 0 0 0 166109 71 0 0 20 0 2 0 333550235 702525440 165220 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171515 165220 193 433 0 171079 0
[pid=24781/tid=24783] ppid=24779 vsize=686060 CPUtime=1657.82 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162902 0 0 0 165687 95 0 0 20 0 2 0 333550236 702525440 165220 33554432000 4194304 5964350 140733614154304 139729586559144 4391584 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) 686060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27216120/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686168 CPUtime=1721.79 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163918 0 0 0 172108 71 0 0 20 0 2 0 333550235 702636032 165230 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171542 165230 193 433 0 171106 0
[pid=24781/tid=24783] ppid=24779 vsize=686168 CPUtime=1717.67 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162912 0 0 0 171671 96 0 0 20 0 2 0 333550236 702636032 165230 33554432000 4194304 5964350 140733614154304 139729586559016 4399996 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 686168

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215624/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1781.79 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 178108 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1777.52 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 177655 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 686276

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215748/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1791.39 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 179068 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1787.1 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 178613 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4400342 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.39
Current children cumulated vsize (KiB) 686276

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215748/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1794.59 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 179388 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1790.29 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 178932 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4400390 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.59
Current children cumulated vsize (KiB) 686276

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215624/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1797.78 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 179707 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1793.48 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 179251 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4381496 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 686276

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215624/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1798.58 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 179787 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1794.28 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 179331 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 686276

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215376/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1798.99 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 179828 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1794.68 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 179371 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 686276

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215376/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1799.38 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 179867 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1795.07 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 179410 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 686276

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 24837
/proc/meminfo: memFree=27215376/32873844 swapFree=7128/7128
[pid=24781] ppid=24779 vsize=686276 CPUtime=1799.48 cores=1,3,5,7
/proc/24781/stat : 24781 (wbo1.72) S 24779 24781 23718 0 -1 4202496 163948 0 0 0 179877 71 0 0 20 0 2 0 333550235 702746624 165260 33554432000 4194304 5964350 140733614154304 140733614153824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24781/statm: 171569 165260 193 433 0 171133 0
[pid=24781/tid=24783] ppid=24779 vsize=686276 CPUtime=1795.17 cores=1,3,5,7
/proc/24781/task/24783/stat : 24783 (wbo1.72) R 24779 24781 23718 0 -1 4202560 162942 0 0 0 179420 97 0 0 20 0 2 0 333550236 702746624 165260 33554432000 4194304 5964350 140733614154304 139729586559016 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 686276

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24781 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=223236
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=985850
# CPU time returned by wait4() is 1795.21
# while last known CPU time is 1799.48
#
# 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.48
CPU user time (s): 1798.77
CPU system time (s): 0.71
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 686276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 0.98585
maximum resident set size= 661524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163951
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= 256
involuntary context switches= 1972

runsolver used 3.17952 second user time and 8.51071 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-03 00:07:12
IDJOB=3728396
IDBENCH=79149
IDSOLVER=2315
FILE ID=node105/3728396-1338674832
RUNJOBID= node105-1338670261-24073
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-chnl40_45_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-3728396-1338674832/watcher-3728396-1338674832 -o /tmp/evaluation-result-3728396-1338674832/solver-3728396-1338674832 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728396-1338674832.wbo

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

MD5SUM BENCH= 6dc14d51c0879b2054c8b72501c6facc
RANDOM SEED=1288002253

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:        27404564 kB
Buffers:          532288 kB
Cached:          3378096 kB
SwapCached:         1700 kB
Active:          1606180 kB
Inactive:        2983976 kB
Active(anon):     675568 kB
Inactive(anon):     4808 kB
Active(file):     930612 kB
Inactive(file):  2979168 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:              5704 kB
Writeback:             0 kB
AnonPages:        683136 kB
Mapped:             9620 kB
Shmem:                 0 kB
Slab:             737708 kB
SReclaimable:     178904 kB
SUnreclaim:       558804 kB
KernelStack:        1488 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    565248 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= 71264 MiB
End job on node105 at 2012-06-03 00:37:12