Trace number 3712855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.71? 1799.9 1800

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_36_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM1ee612fae97412540ece88664cb7382e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.685895
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2520
Total number of constraints142
Number of soft constraints51
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
Top cost 2505
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2504
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
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.71 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3712855-1338193550.wbo.
0.00/0.00	c Instance file HOME/instance-3712855-1338193550.wbo
0.00/0.00	c File size is 44720 bytes.
0.00/0.00	c Highest Coefficient sum: 37
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:      2571                                                |
0.00/0.00	c |  Number Clauses:        72                                                  |
0.00/0.00	c |  Number Cardinality:    43                                                  |
0.00/0.00	c |  Number PB Constraints: 27                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.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-3712855-1338193550/watcher-3712855-1338193550 -o /tmp/evaluation-result-3712855-1338193550/solver-3712855-1338193550 -C 1800 -W 1900 -M 15500 wbo1.71 -file-format=wbo HOME/instance-3712855-1338193550.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: 0.93 1.06 1.41 5/175 18682
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=18908 CPUtime=0 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) R 18678 18682 18639 0 -1 4202496 910 0 0 0 0 0 0 0 20 0 1 0 285481070 19361792 852 33554432000 4194304 5964318 140736938724832 140735031225256 5136394 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 4727 853 173 433 0 4291 0
[pid=18682/tid=18684] ppid=18678 vsize=84444 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 2 0 285481070 86470656 868 33554432000 4194304 5964318 140736938724832 140735031225256 4328484 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0

[startup+0.0120241 s]
/proc/loadavg: 0.93 1.06 1.41 5/175 18682
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84444 CPUtime=0 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 1253 0 0 0 0 0 0 0 20 0 2 0 285481070 86470656 1194 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21111 1194 192 433 0 20675 0
[pid=18682/tid=18684] ppid=18678 vsize=84444 CPUtime=0 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 341 0 0 0 0 0 0 0 20 0 2 0 285481070 86470656 1194 33554432000 4194304 5964318 140736938724832 140735031225256 5136324 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 84444

[startup+0.100235 s]
/proc/loadavg: 0.93 1.06 1.41 5/175 18682
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84444 CPUtime=0.09 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 1525 0 0 0 9 0 0 0 20 0 2 0 285481070 86470656 1466 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21111 1466 194 433 0 20675 0
[pid=18682/tid=18684] ppid=18678 vsize=84444 CPUtime=0.08 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 613 0 0 0 8 0 0 0 20 0 2 0 285481070 86470656 1466 33554432000 4194304 5964318 140736938724832 140735031225256 5136324 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84444

[startup+0.300204 s]
/proc/loadavg: 0.93 1.06 1.41 5/175 18682
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84444 CPUtime=0.29 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 2060 0 0 0 29 0 0 0 20 0 2 0 285481070 86470656 2001 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21111 2001 194 433 0 20675 0
[pid=18682/tid=18684] ppid=18678 vsize=84444 CPUtime=0.28 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 1148 0 0 0 28 0 0 0 20 0 2 0 285481070 86470656 2001 33554432000 4194304 5964318 140736938724832 140735031225256 4391092 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84444

[startup+0.700207 s]
/proc/loadavg: 0.93 1.06 1.41 5/175 18682
/proc/meminfo: memFree=30489828/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84444 CPUtime=0.69 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 2987 0 0 0 69 0 0 0 20 0 2 0 285481070 86470656 2928 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21111 2928 194 433 0 20675 0
[pid=18682/tid=18684] ppid=18678 vsize=84444 CPUtime=0.68 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 2075 0 0 0 68 0 0 0 20 0 2 0 285481070 86470656 2928 33554432000 4194304 5964318 140736938724832 140358304184312 4400019 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84444

[startup+1.50021 s]
/proc/loadavg: 1.01 1.07 1.41 4/179 18686
/proc/meminfo: memFree=30462112/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84588 CPUtime=1.49 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 4693 0 0 0 148 1 0 0 20 0 2 0 285481070 86618112 4634 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21147 4635 194 433 0 20711 0
[pid=18682/tid=18684] ppid=18678 vsize=84588 CPUtime=1.48 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 3782 0 0 0 148 0 0 0 20 0 2 0 285481070 86618112 4635 33554432000 4194304 5964318 140736938724832 140358304184120 5136324 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84588

[startup+3.10014 s]
/proc/loadavg: 1.01 1.07 1.41 4/179 18686
/proc/meminfo: memFree=30449216/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84588 CPUtime=3.09 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 5561 0 0 0 308 1 0 0 20 0 2 0 285481070 86618112 5502 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21147 5502 194 433 0 20711 0
[pid=18682/tid=18684] ppid=18678 vsize=84588 CPUtime=3.08 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 4649 0 0 0 307 1 0 0 20 0 2 0 285481070 86618112 5502 33554432000 4194304 5964318 140736938724832 140358304184312 4399982 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84588

[startup+6.30021 s]
/proc/loadavg: 1.17 1.11 1.42 4/179 18686
/proc/meminfo: memFree=30432140/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84660 CPUtime=6.29 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 7088 0 0 0 627 2 0 0 20 0 2 0 285481070 86691840 7029 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21165 7029 194 433 0 20729 0
[pid=18682/tid=18684] ppid=18678 vsize=84660 CPUtime=6.28 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 6176 0 0 0 626 2 0 0 20 0 2 0 285481070 86691840 7029 33554432000 4194304 5964318 140736938724832 140358304184312 4388157 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84660

[startup+12.7002 s]
/proc/loadavg: 1.24 1.12 1.42 4/179 18686
/proc/meminfo: memFree=30404868/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=84660 CPUtime=12.68 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 11226 0 0 0 1265 3 0 0 20 0 2 0 285481070 86691840 11159 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 21165 11159 194 433 0 20729 0
[pid=18682/tid=18684] ppid=18678 vsize=84660 CPUtime=12.67 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 10314 0 0 0 1264 3 0 0 20 0 2 0 285481070 86691840 11159 33554432000 4194304 5964318 140736938724832 140358304184120 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84660

[startup+25.5002 s]
/proc/loadavg: 1.41 1.16 1.43 4/179 18686
/proc/meminfo: memFree=30343780/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=150304 CPUtime=25.47 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 18065 0 0 0 2542 5 0 0 20 0 2 0 285481070 153911296 17991 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 37576 17991 194 433 0 37140 0
[pid=18682/tid=18684] ppid=18678 vsize=150304 CPUtime=25.47 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 17153 0 0 0 2541 6 0 0 20 0 2 0 285481070 153911296 17991 33554432000 4194304 5964318 140736938724832 140358304184120 5136324 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 150304

[startup+51.1002 s]
/proc/loadavg: 1.61 1.23 1.44 4/179 18686
/proc/meminfo: memFree=30254836/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=150464 CPUtime=51.05 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 29229 0 0 0 5097 8 0 0 20 0 2 0 285481070 154075136 29666 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 37616 29666 194 433 0 37180 0
[pid=18682/tid=18684] ppid=18678 vsize=150464 CPUtime=51.05 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 28317 0 0 0 5096 9 0 0 20 0 2 0 285481070 154075136 29666 33554432000 4194304 5964318 140736938724832 140358304184360 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 150464

[startup+102.307 s]
/proc/loadavg: 1.83 1.35 1.47 4/180 18687
/proc/meminfo: memFree=30189412/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=216240 CPUtime=102.25 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 37507 0 0 0 10214 11 0 0 20 0 2 0 285481070 221429760 37944 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 54060 37944 194 433 0 53624 0
[pid=18682/tid=18684] ppid=18678 vsize=216240 CPUtime=102.25 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 36595 0 0 0 10213 12 0 0 20 0 2 0 285481070 221429760 37944 33554432000 4194304 5964318 140736938724832 140358304184312 4399960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 216240

[startup+162.3 s]
/proc/loadavg: 1.93 1.46 1.50 4/179 18687
/proc/meminfo: memFree=30000472/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=347744 CPUtime=162.23 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 69250 0 0 0 16201 22 0 0 20 0 2 0 285481070 356089856 69687 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 86936 69687 194 433 0 86500 0
[pid=18682/tid=18684] ppid=18678 vsize=347744 CPUtime=162.25 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 68338 0 0 0 16200 25 0 0 20 0 2 0 285481070 356089856 69687 33554432000 4194304 5964318 140736938724832 140358304184360 4379316 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 347744

[startup+222.3 s]
/proc/loadavg: 1.97 1.56 1.53 4/179 18687
/proc/meminfo: memFree=29973680/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=347744 CPUtime=222.2 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 69288 0 0 0 22198 22 0 0 20 0 2 0 285481070 356089856 69739 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 86936 69739 194 433 0 86500 0
[pid=18682/tid=18684] ppid=18678 vsize=347744 CPUtime=222.24 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 68376 0 0 0 22198 26 0 0 20 0 2 0 285481070 356089856 69739 33554432000 4194304 5964318 140736938724832 140358304184312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 347744

[startup+282.3 s]
/proc/loadavg: 2.08 1.66 1.57 4/180 18691
/proc/meminfo: memFree=29917396/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=348176 CPUtime=282.16 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 81722 0 0 0 28188 28 0 0 20 0 2 0 285481070 356532224 82233 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 87044 82233 194 433 0 86608 0
[pid=18682/tid=18684] ppid=18678 vsize=348176 CPUtime=282.21 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 80810 0 0 0 28188 33 0 0 20 0 2 0 285481070 356532224 82233 33554432000 4194304 5964318 140736938724832 140358304184120 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 348176

[startup+342.3 s]
/proc/loadavg: 2.03 1.72 1.59 4/179 18691
/proc/meminfo: memFree=29805804/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=415080 CPUtime=342.15 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 84303 0 0 0 34185 30 0 0 20 0 2 0 285481070 425041920 84895 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 103770 84895 194 433 0 103334 0
[pid=18682/tid=18684] ppid=18678 vsize=415080 CPUtime=342.2 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 83391 0 0 0 34184 36 0 0 20 0 2 0 285481070 425041920 84895 33554432000 4194304 5964318 140736938724832 140358304184360 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 415080

[startup+402.3 s]
/proc/loadavg: 2.01 1.77 1.61 4/179 18691
/proc/meminfo: memFree=29664100/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=415080 CPUtime=402.13 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 84619 0 0 0 40183 30 0 0 20 0 2 0 285481070 425041920 85717 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 147568 0 0 0 130141 80 0 0 20 0 2 0 285481070 630571008 148854 33554432000 4194304 5964318 140736938724832 140358304184312 4399910 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 615792

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.84 4/179 18698
/proc/meminfo: memFree=29006596/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=682192 CPUtime=1361.93 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 165968 0 0 0 136124 69 0 0 20 0 2 0 285481070 698564608 166351 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 170548 166351 194 433 0 170112 0
[pid=18682/tid=18684] ppid=18678 vsize=682192 CPUtime=1362.19 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 165056 0 0 0 136130 89 0 0 20 0 2 0 285481070 698564608 166351 33554432000 4194304 5964318 140736938724832 140358304184312 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 682192

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.84 4/179 18698
/proc/meminfo: memFree=28916356/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750280 CPUtime=1421.88 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180211 0 0 0 142113 75 0 0 20 0 2 0 285481070 768286720 180681 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187570 180681 194 433 0 187134 0
[pid=18682/tid=18684] ppid=18678 vsize=750280 CPUtime=1422.18 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179299 0 0 0 142121 97 0 0 20 0 2 0 285481070 768286720 180681 33554432000 4194304 5964318 140736938724832 140358304184312 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 750280

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.85 4/180 18702
/proc/meminfo: memFree=28915964/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1481.87 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180261 0 0 0 148111 76 0 0 20 0 2 0 285481070 768507904 180758 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 180758 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1482.17 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179349 0 0 0 148119 98 0 0 20 0 2 0 285481070 768507904 180758 33554432000 4194304 5964318 140736938724832 140358304184360 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 750496

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.85 4/179 18702
/proc/meminfo: memFree=28915952/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1541.86 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180265 0 0 0 154110 76 0 0 20 0 2 0 285481070 768507904 180758 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 180758 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1542.17 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179353 0 0 0 154118 99 0 0 20 0 2 0 285481070 768507904 180758 33554432000 4194304 5964318 140736938724832 140358304184360 4399824 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 750496

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.86 4/179 18702
/proc/meminfo: memFree=28915828/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1601.85 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180265 0 0 0 160109 76 0 0 20 0 2 0 285481070 768507904 180758 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 180758 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1602.17 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179353 0 0 0 160117 100 0 0 20 0 2 0 285481070 768507904 180758 33554432000 4194304 5964318 140736938724832 140358304184360 4399960 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 750496

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.87 4/179 18702
/proc/meminfo: memFree=28920604/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1661.84 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 166108 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1662.17 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 166115 102 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 750496

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.87 4/179 18702
/proc/meminfo: memFree=28920856/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1721.83 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 172107 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1722.18 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 172115 103 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4399982 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 750496

[startup+1782.3 s]
/proc/loadavg: 2.10 2.00 1.89 4/179 18702
/proc/meminfo: memFree=28920732/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1781.82 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 178106 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1782.18 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 178114 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 750496

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

[startup+1791.91 s]
/proc/loadavg: 2.09 2.00 1.89 4/179 18703
/proc/meminfo: memFree=28920112/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1791.43 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 179067 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1791.79 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 179075 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4391568 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 750496

[startup+1795.1 s]
/proc/loadavg: 2.09 2.00 1.89 4/179 18703
/proc/meminfo: memFree=28919988/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1794.63 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 179387 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1794.99 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 179395 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4399991 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 750496

[startup+1798.3 s]
/proc/loadavg: 2.08 2.00 1.89 4/179 18703
/proc/meminfo: memFree=28919616/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1797.82 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 179706 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1798.18 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 179714 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4381878 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 750496

[startup+1799.1 s]
/proc/loadavg: 2.08 2.00 1.89 4/179 18703
/proc/meminfo: memFree=28919616/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1798.62 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 179786 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1798.98 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 179794 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4391416 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 750496

[startup+1799.5 s]
/proc/loadavg: 2.08 2.00 1.89 4/179 18703
/proc/meminfo: memFree=28919492/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1799.03 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 179827 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1799.39 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 179835 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 750496

[startup+1799.9 s]
/proc/loadavg: 2.08 2.00 1.89 4/179 18703
/proc/meminfo: memFree=28919492/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1799.42 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 179866 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1799.78 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 179874 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 750496

[startup+1800 s]
/proc/loadavg: 2.08 2.00 1.89 4/179 18703
/proc/meminfo: memFree=28919492/32873648 swapFree=6860/6860
[pid=18682] ppid=18678 vsize=750496 CPUtime=1799.52 cores=0,2,4,6
/proc/18682/stat : 18682 (wbo1.71) S 18678 18682 18639 0 -1 4202496 180300 0 0 0 179876 76 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140736938724352 4546589 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18682/statm: 187624 179461 194 433 0 187188 0
[pid=18682/tid=18684] ppid=18678 vsize=750496 CPUtime=1799.88 cores=0,2,4,6
/proc/18682/task/18684/stat : 18684 (wbo1.71) R 18678 18682 18639 0 -1 4202560 179388 0 0 0 179884 104 0 0 20 0 2 0 285481070 768507904 179461 33554432000 4194304 5964318 140736938724832 140358304184344 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 750496

Child status: 255
Real time (s): 1800
CPU time (s): 1799.9
CPU user time (s): 1798.85
CPU system time (s): 1.05184
CPU usage (%): 99.9944
Max. virtual memory (cumulated for all children) (KiB): 750496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.05184
maximum resident set size= 723172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180303
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= 254
involuntary context switches= 1947

runsolver used 2.80157 second user time and 8.67868 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 10:25:50
IDJOB=3712855
IDBENCH=78696
IDSOLVER=2293
FILE ID=node116/3712855-1338193550
RUNJOBID= node116-1338193550-18655
PBS_JOBID= 14624586
Free space on /tmp= 71472 MiB

SOLVER NAME= wbo 1.71
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= wbo1.71 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3712855-1338193550/watcher-3712855-1338193550 -o /tmp/evaluation-result-3712855-1338193550/solver-3712855-1338193550 -C 1800 -W 1900 -M 15500  wbo1.71 -file-format=wbo HOME/instance-3712855-1338193550.wbo

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

MD5SUM BENCH= 1ee612fae97412540ece88664cb7382e
RANDOM SEED=946907036

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
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.556
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:        30491052 kB
Buffers:          384544 kB
Cached:          1147308 kB
SwapCached:         3236 kB
Active:           844100 kB
Inactive:         699408 kB
Active(anon):       2284 kB
Inactive(anon):     8980 kB
Active(file):     841816 kB
Inactive(file):   690428 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:             11112 kB
Writeback:             0 kB
AnonPages:         13660 kB
Mapped:            12024 kB
Shmem:                96 kB
Slab:             700776 kB
SReclaimable:     144852 kB
SUnreclaim:       555924 kB
KernelStack:        1376 kB
PageTables:         4140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71460 MiB
End job on node116 at 2012-05-28 10:55:50