Trace number 3726911

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr.opb
MD5SUM887c74fdc5099423a97b443d1200370c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.104983
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5500
Total number of constraints210
Number of constraints which are clauses110
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
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 opb file format. File HOME/instance-3726911-1338651526.opb.
0.00/0.00	c Instance file HOME/instance-3726911-1338651526.opb
0.00/0.00	c File size is 98558 bytes.
0.00/0.01	c Highest Coefficient sum: 56
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      5500                                                |
0.00/0.01	c |  Number Clauses:        110                                                 |
0.00/0.01	c |  Number Cardinality:    100                                                 |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3726911-1338651526/watcher-3726911-1338651526 -o /tmp/evaluation-result-3726911-1338651526/solver-3726911-1338651526 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3726911-1338651526.opb 

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.86 1.30 1.36 3/177 21470
/proc/meminfo: memFree=27229592/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=4380 CPUtime=0 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) R 21468 21470 19663 0 -1 4202496 571 0 0 0 0 0 0 0 20 0 1 0 331279921 4485120 523 33554432000 4194304 5964350 140735494199440 140735494197320 4395326 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 1095 523 162 433 0 634 0

[startup+0.0169549 s]
/proc/loadavg: 1.86 1.30 1.36 3/177 21470
/proc/meminfo: memFree=27229592/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85728 CPUtime=0.01 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 1803 0 0 0 1 0 0 0 20 0 2 0 331279921 87785472 1691 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21432 1691 176 433 0 20996 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 85728

[startup+0.100166 s]
/proc/loadavg: 1.86 1.30 1.36 3/177 21470
/proc/meminfo: memFree=27229592/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85344 CPUtime=0.09 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 2142 0 0 0 9 0 0 0 20 0 2 0 331279921 87392256 1944 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21336 1944 184 433 0 20900 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85344

[startup+0.300112 s]
/proc/loadavg: 1.86 1.30 1.36 3/177 21470
/proc/meminfo: memFree=27229592/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85344 CPUtime=0.29 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 2633 0 0 0 29 0 0 0 20 0 2 0 331279921 87392256 2435 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21336 2435 184 433 0 20900 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85344

[startup+0.700111 s]
/proc/loadavg: 1.86 1.30 1.36 3/177 21470
/proc/meminfo: memFree=27229592/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85344 CPUtime=0.69 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 3464 0 0 0 69 0 0 0 20 0 2 0 331279921 87392256 3266 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21336 3266 184 433 0 20900 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85344

[startup+1.50016 s]
/proc/loadavg: 1.86 1.30 1.36 3/179 21472
/proc/meminfo: memFree=27211736/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85344 CPUtime=1.48 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 4898 0 0 0 148 0 0 0 20 0 2 0 331279921 87392256 4700 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21336 4700 184 433 0 20900 0
[pid=21470/tid=21472] ppid=21468 vsize=85344 CPUtime=1.47 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 3746 0 0 0 147 0 0 0 20 0 2 0 331279922 87392256 4700 33554432000 4194304 5964350 140735494199440 140696489580584 4381894 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85344

[startup+3.10021 s]
/proc/loadavg: 1.86 1.30 1.36 3/179 21472
/proc/meminfo: memFree=27197072/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85344 CPUtime=3.08 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 6458 0 0 0 308 0 0 0 20 0 2 0 331279921 87392256 6260 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21336 6260 184 433 0 20900 0
[pid=21470/tid=21472] ppid=21468 vsize=85344 CPUtime=3.07 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 5306 0 0 0 307 0 0 0 20 0 2 0 331279922 87392256 6260 33554432000 4194304 5964350 140735494199440 140696489580536 4399976 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 85344

[startup+6.30031 s]
/proc/loadavg: 1.87 1.31 1.36 3/179 21472
/proc/meminfo: memFree=27181336/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85344 CPUtime=6.28 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 8402 0 0 0 627 1 0 0 20 0 2 0 331279921 87392256 8204 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21336 8204 184 433 0 20900 0
[pid=21470/tid=21472] ppid=21468 vsize=85344 CPUtime=6.27 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 7250 0 0 0 625 2 0 0 20 0 2 0 331279922 87392256 8204 33554432000 4194304 5964350 140735494199440 140696489580536 4221120 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) 85344

[startup+12.7002 s]
/proc/loadavg: 1.88 1.32 1.37 3/179 21472
/proc/meminfo: memFree=27144744/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=85560 CPUtime=12.68 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 14329 0 0 0 1265 3 0 0 20 0 2 0 331279921 87613440 14131 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 21390 14131 184 433 0 20954 0
[pid=21470/tid=21472] ppid=21468 vsize=85560 CPUtime=12.67 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 13177 0 0 0 1263 4 0 0 20 0 2 0 331279922 87613440 14131 33554432000 4194304 5964350 140735494199440 140696489580536 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85560

[startup+25.5003 s]
/proc/loadavg: 1.90 1.35 1.37 3/179 21472
/proc/meminfo: memFree=27094632/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=151204 CPUtime=25.48 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 21038 0 0 0 2543 5 0 0 20 0 2 0 331279921 154832896 20840 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 37801 20840 184 433 0 37365 0
[pid=21470/tid=21472] ppid=21468 vsize=151204 CPUtime=25.47 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 19886 0 0 0 2541 6 0 0 20 0 2 0 331279922 154832896 20840 33554432000 4194304 5964350 140735494199440 140696489580536 4221120 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) 151204

[startup+51.1004 s]
/proc/loadavg: 1.94 1.40 1.39 3/179 21472
/proc/meminfo: memFree=27022872/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=151364 CPUtime=51.07 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 26430 0 0 0 5100 7 0 0 20 0 2 0 331279921 154996736 26232 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 37841 26232 184 433 0 37405 0
[pid=21470/tid=21472] ppid=21468 vsize=151364 CPUtime=51.07 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 25278 0 0 0 5099 8 0 0 20 0 2 0 331279922 154996736 26232 33554432000 4194304 5964350 140735494199440 140696489580536 4399989 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) 151364

[startup+102.3 s]
/proc/loadavg: 1.97 1.49 1.42 3/180 21475
/proc/meminfo: memFree=26944984/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=216900 CPUtime=102.25 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 39098 0 0 0 10212 13 0 0 20 0 2 0 331279921 222105600 38955 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 54225 38955 184 433 0 53789 0
[pid=21470/tid=21472] ppid=21468 vsize=216900 CPUtime=102.24 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 37946 0 0 0 10209 15 0 0 20 0 2 0 331279922 222105600 38955 33554432000 4194304 5964350 140735494199440 140696489580344 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216900

[startup+162.3 s]
/proc/loadavg: 1.99 1.58 1.45 3/179 21475
/proc/meminfo: memFree=26773196/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=348212 CPUtime=162.22 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 67317 0 0 0 16202 20 0 0 20 0 2 0 331279921 356569088 67676 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 87053 67676 184 433 0 86617 0
[pid=21470/tid=21472] ppid=21468 vsize=348212 CPUtime=162.22 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 66165 0 0 0 16199 23 0 0 20 0 2 0 331279922 356569088 67676 33554432000 4194304 5964350 140735494199440 140696489580536 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 348212

[startup+222.306 s]
/proc/loadavg: 1.99 1.66 1.48 3/178 21475
/proc/meminfo: memFree=26745316/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=348212 CPUtime=222.22 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 67331 0 0 0 22202 20 0 0 20 0 2 0 331279921 356569088 67690 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 87053 67690 184 433 0 86617 0
[pid=21470/tid=21472] ppid=21468 vsize=348212 CPUtime=222.23 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 66179 0 0 0 22199 24 0 0 20 0 2 0 331279922 356569088 67690 33554432000 4194304 5964350 140735494199440 140696489580536 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 348212

[startup+282.3 s]
/proc/loadavg: 1.99 1.72 1.51 3/179 21476
/proc/meminfo: memFree=26736116/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=348212 CPUtime=282.2 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 67335 0 0 0 28200 20 0 0 20 0 2 0 331279921 356569088 67691 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 87053 67691 184 433 0 86617 0
[pid=21470/tid=21472] ppid=21468 vsize=348212 CPUtime=282.22 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 66183 0 0 0 28197 25 0 0 20 0 2 0 331279922 356569088 67691 33554432000 4194304 5964350 140735494199440 140696489580536 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 348212

[startup+342.3 s]
/proc/loadavg: 1.99 1.76 1.54 3/179 21476
/proc/meminfo: memFree=26691500/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=348212 CPUtime=342.17 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 67392 0 0 0 34197 20 0 0 20 0 2 0 331279921 356569088 67796 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 87053 67796 184 433 0 86617 0
[pid=21470/tid=21472] ppid=21468 vsize=348212 CPUtime=342.19 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 66240 0 0 0 34193 26 0 0 20 0 2 0 331279922 356569088 67796 33554432000 4194304 5964350 140735494199440 140696489580536 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 348212

[startup+402.3 s]
/proc/loadavg: 2.06 1.82 1.57 3/179 21476
/proc/meminfo: memFree=26557332/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=414324 CPUtime=402.16 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 86287 0 0 0 40188 28 0 0 20 0 2 0 331279921 424267776 86680 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 103581 86680 184 433 0 103145 0
[pid=21470/tid=21472] ppid=21468 vsize=414324 CPUtime=402.18 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 85135 0 0 0 40184 34 0 0 20 0 2 0 331279922 424267776 86680 33554432000 4194304 5964350 140735494199440 140696489580584 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 414324

[startup+462.3 s]
/proc/loadavg: 2.02 1.85 1.60 3/179 21476
/proc/meminfo: memFree=26505472/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=414324 CPUtime=462.15 cores=0,2,4,6

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

/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 179882 0 0 0 124127 84 0 0 20 0 2 0 331279922 766885888 181199 33554432000 4194304 5964350 140735494199440 140696489580536 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.98
Current children cumulated vsize (KiB) 748912

[startup+1302.3 s]
/proc/loadavg: 2.02 1.99 1.82 3/180 21485
/proc/meminfo: memFree=25850548/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=879984 CPUtime=1301.97 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 200000 0 0 0 130123 74 0 0 20 0 2 0 331279921 901103616 200165 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 219996 200165 184 433 0 219560 0
[pid=21470/tid=21472] ppid=21468 vsize=879984 CPUtime=1302.11 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 198848 0 0 0 130117 94 0 0 20 0 2 0 331279922 901103616 200165 33554432000 4194304 5964350 140735494199440 140696489580536 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 879984

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/180 21508
/proc/meminfo: memFree=25787084/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=946384 CPUtime=1361.96 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 215983 0 0 0 136114 82 0 0 20 0 2 0 331279921 969097216 216148 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 236596 216148 184 433 0 236160 0
[pid=21470/tid=21472] ppid=21468 vsize=946384 CPUtime=1362.11 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 214831 0 0 0 136108 103 0 0 20 0 2 0 331279922 969097216 216148 33554432000 4194304 5964350 140735494199440 140696489580536 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 946384

[startup+1422.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/179 21508
/proc/meminfo: memFree=25723164/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=947140 CPUtime=1421.96 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 231715 0 0 0 142107 89 0 0 20 0 2 0 331279921 969871360 231880 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 236785 231880 184 433 0 236349 0
[pid=21470/tid=21472] ppid=21468 vsize=947140 CPUtime=1422.11 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 230563 0 0 0 142100 111 0 0 20 0 2 0 331279922 969871360 231880 33554432000 4194304 5964350 140735494199440 140696489580536 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 947140

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.84 3/179 21509
/proc/meminfo: memFree=25674804/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1013972 CPUtime=1481.94 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 243905 0 0 0 148097 97 0 0 20 0 2 0 331279921 1038307328 244066 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 253493 244066 184 433 0 253057 0
[pid=21470/tid=21472] ppid=21468 vsize=1013972 CPUtime=1482.11 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 242753 0 0 0 148091 120 0 0 20 0 2 0 331279922 1038307328 244066 33554432000 4194304 5964350 140735494199440 140696489580536 4400548 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 1013972

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.85 4/179 21509
/proc/meminfo: memFree=25623152/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1080964 CPUtime=1541.91 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 255870 0 0 0 154088 103 0 0 20 0 2 0 331279921 1106907136 256103 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270241 256103 184 433 0 269805 0
[pid=21470/tid=21472] ppid=21468 vsize=1080964 CPUtime=1542.09 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 254718 0 0 0 154082 127 0 0 20 0 2 0 331279922 1106907136 256103 33554432000 4194304 5964350 140735494199440 140696489580536 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 1080964

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.85 3/179 21509
/proc/meminfo: memFree=25566516/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083012 CPUtime=1601.87 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263685 0 0 0 160078 109 0 0 20 0 2 0 331279921 1109004288 263899 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270753 263899 184 433 0 270317 0
[pid=21470/tid=21472] ppid=21468 vsize=1083012 CPUtime=1602.06 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262533 0 0 0 160072 134 0 0 20 0 2 0 331279922 1109004288 263899 33554432000 4194304 5964350 140735494199440 140696489580536 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 1083012

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 21509
/proc/meminfo: memFree=25569460/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083120 CPUtime=1661.84 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263736 0 0 0 166075 109 0 0 20 0 2 0 331279921 1109114880 263951 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270780 263951 184 433 0 270344 0
[pid=21470/tid=21472] ppid=21468 vsize=1083120 CPUtime=1662.04 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262584 0 0 0 166069 135 0 0 20 0 2 0 331279922 1109114880 263951 33554432000 4194304 5964350 140735494199440 140696489580584 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1083120

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/179 21509
/proc/meminfo: memFree=25569492/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1721.83 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263755 0 0 0 172074 109 0 0 20 0 2 0 331279921 1109225472 263875 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263875 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1722.03 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262603 0 0 0 172067 136 0 0 20 0 2 0 331279922 1109225472 263875 33554432000 4194304 5964350 140735494199440 140696489580568 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 1083228

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 21510
/proc/meminfo: memFree=25569360/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1781.82 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263756 0 0 0 178073 109 0 0 20 0 2 0 331279921 1109225472 263877 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263877 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1782.03 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262604 0 0 0 178066 137 0 0 20 0 2 0 331279922 1109225472 263877 33554432000 4194304 5964350 140735494199440 140696489580568 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 1083228

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

[startup+1792.01 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 21510
/proc/meminfo: memFree=25562292/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1791.52 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263756 0 0 0 179043 109 0 0 20 0 2 0 331279921 1109225472 263877 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263877 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1791.74 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262604 0 0 0 179037 137 0 0 20 0 2 0 331279922 1109225472 263877 33554432000 4194304 5964350 140735494199440 140696489580568 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 1083228

[startup+1795.2 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 21510
/proc/meminfo: memFree=25559688/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1794.72 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263756 0 0 0 179363 109 0 0 20 0 2 0 331279921 1109225472 263877 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263877 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1794.94 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262604 0 0 0 179357 137 0 0 20 0 2 0 331279922 1109225472 263877 33554432000 4194304 5964350 140735494199440 140696489580568 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.72
Current children cumulated vsize (KiB) 1083228

[startup+1798.4 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 21549
/proc/meminfo: memFree=26185116/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1797.92 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263756 0 0 0 179683 109 0 0 20 0 2 0 331279921 1109225472 263877 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263877 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1798.13 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262604 0 0 0 179676 137 0 0 20 0 2 0 331279922 1109225472 263877 33554432000 4194304 5964350 140735494199440 140696489580568 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 1083228

[startup+1799.2 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 21549
/proc/meminfo: memFree=26181124/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1798.72 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263756 0 0 0 179763 109 0 0 20 0 2 0 331279921 1109225472 263877 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263877 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1798.93 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262604 0 0 0 179756 137 0 0 20 0 2 0 331279922 1109225472 263877 33554432000 4194304 5964350 140735494199440 140696489580568 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 1083228

[startup+1799.6 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 21549
/proc/meminfo: memFree=26178148/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1799.12 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263756 0 0 0 179803 109 0 0 20 0 2 0 331279921 1109225472 263877 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263877 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1799.34 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262604 0 0 0 179797 137 0 0 20 0 2 0 331279922 1109225472 263877 33554432000 4194304 5964350 140735494199440 140696489580568 4381880 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 1083228

[startup+1800 s]
/proc/loadavg: 2.00 1.99 1.87 3/179 21549
/proc/meminfo: memFree=26178148/32873648 swapFree=7120/7120
[pid=21470] ppid=21468 vsize=1083228 CPUtime=1799.52 cores=0,2,4,6
/proc/21470/stat : 21470 (wbo1.72) S 21468 21470 19663 0 -1 4202496 263756 0 0 0 179843 109 0 0 20 0 2 0 331279921 1109225472 263877 33554432000 4194304 5964350 140735494199440 140735494198960 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21470/statm: 270807 263877 184 433 0 270371 0
[pid=21470/tid=21472] ppid=21468 vsize=1083228 CPUtime=1799.73 cores=0,2,4,6
/proc/21470/task/21472/stat : 21472 (wbo1.72) R 21468 21470 19663 0 -1 4202560 262604 0 0 0 179836 137 0 0 20 0 2 0 331279922 1109225472 263877 33554432000 4194304 5964350 140735494199440 140696489580568 4381928 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 1083228

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.77
CPU user time (s): 1798.38
CPU system time (s): 1.39279
CPU usage (%): 99.9864
Max. virtual memory (cumulated for all children) (KiB): 1083228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.39279
maximum resident set size= 1055896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263759
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= 316
involuntary context switches= 2036

runsolver used 9.23959 second user time and 12.3691 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-02 17:38:46
IDJOB=3726911
IDBENCH=1396
IDSOLVER=2313
FILE ID=node114/3726911-1338651526
RUNJOBID= node114-1338651437-21206
PBS_JOBID= 14636466
Free space on /tmp= 70452 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_55_pb.cnf.cr.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726911-1338651526/watcher-3726911-1338651526 -o /tmp/evaluation-result-3726911-1338651526/solver-3726911-1338651526 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3726911-1338651526.opb

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

MD5SUM BENCH= 887c74fdc5099423a97b443d1200370c
RANDOM SEED=1403087059

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.242
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.242
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.242
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:        27229856 kB
Buffers:          881064 kB
Cached:          3770700 kB
SwapCached:         2312 kB
Active:          2219344 kB
Inactive:        2471236 kB
Active(anon):      24764 kB
Inactive(anon):     8448 kB
Active(file):    2194580 kB
Inactive(file):  2462788 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103580 kB
Dirty:             11300 kB
Writeback:             0 kB
AnonPages:        103124 kB
Mapped:            11720 kB
Shmem:               104 kB
Slab:             815492 kB
SReclaimable:     259304 kB
SUnreclaim:       556188 kB
KernelStack:        1488 kB
PageTables:         4264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     143744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 70448 MiB
End job on node114 at 2012-06-02 18:08:46