Trace number 3728386

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? 1800.03 1800.01

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl20_21_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMa882a0978da6ad149ec004c2c9449010
Bench CategorySOFT-SMALLINT-LIN (only soft 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.115982
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables840
Total number of constraints82
Number of soft constraints82
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Top cost 4216
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4215
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728386-1338674832.wbo.
0.00/0.00	c Instance file HOME/instance-3728386-1338674832.wbo
0.00/0.00	c File size is 14500 bytes.
0.00/0.00	c Highest Coefficient sum: 22
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      922                                                 |
0.00/0.00	c |  Number Clauses:        42                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 40                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.64/1800.00	c ===============================================================================
1799.64/1800.00	c Wall Clock Time: 1800.00 s
1799.64/1800.00	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3728386-1338674832/watcher-3728386-1338674832 -o /tmp/evaluation-result-3728386-1338674832/solver-3728386-1338674832 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728386-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.01 2.01 2.00 3/175 11988
/proc/meminfo: memFree=24061932/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=83840 CPUtime=0 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 905 0 0 0 0 0 0 0 20 0 2 0 333611775 85852160 853 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 20960 853 191 433 0 20524 0
[pid=11988/tid=11989] ppid=11986 vsize=83840 CPUtime=0 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 2 0 333611776 85852160 853 33554432000 4194304 5964350 140733668382336 140733353831896 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.098921 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 11988
/proc/meminfo: memFree=24061932/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=83840 CPUtime=0.09 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 1188 0 0 0 9 0 0 0 20 0 2 0 333611775 85852160 1136 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 20960 1136 193 433 0 20524 0
[pid=11988/tid=11989] ppid=11986 vsize=83840 CPUtime=0.08 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 419 0 0 0 8 0 0 0 20 0 2 0 333611776 85852160 1136 33554432000 4194304 5964350 140733668382336 140733353831896 4409555 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83840

[startup+0.241482 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 11988
/proc/meminfo: memFree=24061932/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=83840 CPUtime=0.23 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 1515 0 0 0 23 0 0 0 20 0 2 0 333611775 85852160 1463 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 20960 1463 193 433 0 20524 0
[pid=11988/tid=11989] ppid=11986 vsize=83840 CPUtime=0.22 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 746 0 0 0 22 0 0 0 20 0 2 0 333611776 85852160 1463 33554432000 4194304 5964350 140733668382336 140733353831896 4400039 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 83840

[startup+0.300242 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 11988
/proc/meminfo: memFree=24061932/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=83840 CPUtime=0.29 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 1642 0 0 0 29 0 0 0 20 0 2 0 333611775 85852160 1590 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 20960 1590 193 433 0 20524 0
[pid=11988/tid=11989] ppid=11986 vsize=83840 CPUtime=0.28 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 873 0 0 0 28 0 0 0 20 0 2 0 333611776 85852160 1590 33554432000 4194304 5964350 140733668382336 140733353831896 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83840

[startup+0.700204 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 11988
/proc/meminfo: memFree=24061932/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=83840 CPUtime=0.69 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 2354 0 0 0 69 0 0 0 20 0 2 0 333611775 85852160 2302 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 20960 2302 193 433 0 20524 0
[pid=11988/tid=11989] ppid=11986 vsize=83840 CPUtime=0.68 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 1586 0 0 0 68 0 0 0 20 0 2 0 333611776 85852160 2303 33554432000 4194304 5964350 140733668382336 140733353831896 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83840

[startup+1.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24046896/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=83984 CPUtime=1.49 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 3311 0 0 0 149 0 0 0 20 0 2 0 333611775 85999616 3259 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 20996 3259 193 433 0 20560 0
[pid=11988/tid=11989] ppid=11986 vsize=83984 CPUtime=1.48 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 2542 0 0 0 148 0 0 0 20 0 2 0 333611776 85999616 3259 33554432000 4194304 5964350 140733668382336 140446053050360 5136340 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83984

[startup+3.1002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24040952/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=83984 CPUtime=3.09 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 3871 0 0 0 308 1 0 0 20 0 2 0 333611775 85999616 3819 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 20996 3819 193 433 0 20560 0
[pid=11988/tid=11989] ppid=11986 vsize=83984 CPUtime=3.08 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 3102 0 0 0 308 0 0 0 20 0 2 0 333611776 85999616 3819 33554432000 4194304 5964350 140733668382336 140446053050168 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83984

[startup+6.30021 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24030872/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=84056 CPUtime=6.29 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 5026 0 0 0 628 1 0 0 20 0 2 0 333611775 86073344 4974 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 21014 4974 193 433 0 20578 0
[pid=11988/tid=11989] ppid=11986 vsize=84056 CPUtime=6.29 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 4257 0 0 0 627 2 0 0 20 0 2 0 333611776 86073344 4974 33554432000 4194304 5964350 140733668382336 140446053050168 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84056

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24018784/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=84056 CPUtime=12.68 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 7450 0 0 0 1267 1 0 0 20 0 2 0 333611775 86073344 7398 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 21014 7398 193 433 0 20578 0
[pid=11988/tid=11989] ppid=11986 vsize=84056 CPUtime=12.68 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 6681 0 0 0 1266 2 0 0 20 0 2 0 333611776 86073344 7398 33554432000 4194304 5964350 140733668382336 140446053050168 4391080 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84056

[startup+25.5003 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23996740/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=84164 CPUtime=25.48 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 10558 0 0 0 2545 3 0 0 20 0 2 0 333611775 86183936 10502 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 21041 10502 193 433 0 20605 0
[pid=11988/tid=11989] ppid=11986 vsize=84164 CPUtime=25.48 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 9789 0 0 0 2544 4 0 0 20 0 2 0 333611776 86183936 10502 33554432000 4194304 5964350 140733668382336 140446053050360 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 84164

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23984868/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=84164 CPUtime=51.05 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 12515 0 0 0 5102 3 0 0 20 0 2 0 333611775 86183936 12533 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 21041 12533 193 433 0 20605 0
[pid=11988/tid=11989] ppid=11986 vsize=84164 CPUtime=51.06 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 11746 0 0 0 5102 4 0 0 20 0 2 0 333611776 86183936 12533 33554432000 4194304 5964350 140733668382336 140446053050360 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 84164

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23953960/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=86828 CPUtime=102.26 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 16827 0 0 0 10220 6 0 0 20 0 2 0 333611775 88911872 17802 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 21707 17802 193 433 0 21271 0
[pid=11988/tid=11989] ppid=11986 vsize=86828 CPUtime=102.27 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 16058 0 0 0 10219 8 0 0 20 0 2 0 333611776 88911872 17802 33554432000 4194304 5964350 140733668382336 140446053050360 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 86828

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23936084/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=153172 CPUtime=162.23 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 19519 0 0 0 16215 8 0 0 20 0 2 0 333611775 156848128 20506 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 38293 20506 193 433 0 37857 0
[pid=11988/tid=11989] ppid=11986 vsize=153172 CPUtime=162.26 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 18750 0 0 0 16215 11 0 0 20 0 2 0 333611776 156848128 20506 33554432000 4194304 5964350 140733668382336 140446053050360 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 153172

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11994
/proc/meminfo: memFree=23928316/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=153172 CPUtime=222.22 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 19535 0 0 0 22214 8 0 0 20 0 2 0 333611775 156848128 20522 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 38293 20522 193 433 0 37857 0
[pid=11988/tid=11989] ppid=11986 vsize=153172 CPUtime=222.27 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 18766 0 0 0 22215 12 0 0 20 0 2 0 333611776 156848128 20522 33554432000 4194304 5964350 140733668382336 140446053050360 4399998 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 153172

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11994
/proc/meminfo: memFree=23920136/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=154324 CPUtime=282.21 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 21299 0 0 0 28211 10 0 0 20 0 2 0 333611775 158027776 22286 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 38581 22286 193 433 0 38145 0
[pid=11988/tid=11989] ppid=11986 vsize=154324 CPUtime=282.27 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 20530 0 0 0 28212 15 0 0 20 0 2 0 333611776 158027776 22286 33554432000 4194304 5964350 140733668382336 140446053050360 4399989 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 154324

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11994
/proc/meminfo: memFree=23901712/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=154324 CPUtime=342.2 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 23133 0 0 0 34208 12 0 0 20 0 2 0 333611775 158027776 24124 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 38581 24124 193 433 0 38145 0
[pid=11988/tid=11989] ppid=11986 vsize=154324 CPUtime=342.26 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 22364 0 0 0 34209 17 0 0 20 0 2 0 333611776 158027776 24124 33554432000 4194304 5964350 140733668382336 140446053050360 4400023 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 154324

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11994
/proc/meminfo: memFree=23893636/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=154504 CPUtime=402.19 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 23175 0 0 0 40207 12 0 0 20 0 2 0 333611775 158212096 24164 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0

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

/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 34011 0 0 0 124189 41 0 0 20 0 2 0 333611776 164188160 35772 33554432000 4194304 5964350 140733668382336 140446053050168 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 160340

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12000
/proc/meminfo: memFree=23766120/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=160556 CPUtime=1302.03 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 34825 0 0 0 130181 22 0 0 20 0 2 0 333611775 164409344 35821 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 40139 35821 193 433 0 39703 0
[pid=11988/tid=11989] ppid=11986 vsize=160556 CPUtime=1302.3 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 34056 0 0 0 130188 42 0 0 20 0 2 0 333611776 164409344 35821 33554432000 4194304 5964350 140733668382336 140446053050168 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 160556

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12000
/proc/meminfo: memFree=23746640/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=160664 CPUtime=1362.03 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 34852 0 0 0 136180 23 0 0 20 0 2 0 333611775 164519936 35848 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 40166 35848 193 433 0 39730 0
[pid=11988/tid=11989] ppid=11986 vsize=160664 CPUtime=1362.3 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 34083 0 0 0 136187 43 0 0 20 0 2 0 333611776 164519936 35848 33554432000 4194304 5964350 140733668382336 140446053050408 4399998 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 160664

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 12004
/proc/meminfo: memFree=23727040/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=161328 CPUtime=1422.02 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 34991 0 0 0 142179 23 0 0 20 0 2 0 333611775 165199872 35987 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 40332 35987 193 433 0 39896 0
[pid=11988/tid=11989] ppid=11986 vsize=161328 CPUtime=1422.31 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 34222 0 0 0 142186 45 0 0 20 0 2 0 333611776 165199872 35987 33554432000 4194304 5964350 140733668382336 140446053050408 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.02
Current children cumulated vsize (KiB) 161328

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23719980/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=227024 CPUtime=1482.01 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 36505 0 0 0 148176 25 0 0 20 0 2 0 333611775 232472576 37501 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 56756 37501 193 433 0 56320 0
[pid=11988/tid=11989] ppid=11986 vsize=227024 CPUtime=1482.3 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 35736 0 0 0 148182 48 0 0 20 0 2 0 333611776 232472576 37501 33554432000 4194304 5964350 140733668382336 140446053050360 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 227024

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23710032/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=227312 CPUtime=1542 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 38546 0 0 0 154174 26 0 0 20 0 2 0 333611775 232767488 39542 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 56828 39542 193 433 0 56392 0
[pid=11988/tid=11989] ppid=11986 vsize=227312 CPUtime=1542.31 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 37777 0 0 0 154181 50 0 0 20 0 2 0 333611776 232767488 39542 33554432000 4194304 5964350 140733668382336 140446053050360 18446744073699066235 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 227312

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23689384/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=228680 CPUtime=1601.98 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 43433 0 0 0 160169 29 0 0 20 0 2 0 333611775 234168320 44429 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 57170 44429 193 433 0 56734 0
[pid=11988/tid=11989] ppid=11986 vsize=228680 CPUtime=1602.31 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 42664 0 0 0 160177 54 0 0 20 0 2 0 333611776 234168320 44429 33554432000 4194304 5964350 140733668382336 140446053050168 4400017 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 228680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23684084/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=229832 CPUtime=1661.96 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 44478 0 0 0 166166 30 0 0 20 0 2 0 333611775 235347968 45575 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 57458 45575 193 433 0 57022 0
[pid=11988/tid=11989] ppid=11986 vsize=229832 CPUtime=1662.3 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 43709 0 0 0 166174 56 0 0 20 0 2 0 333611776 235347968 45575 33554432000 4194304 5964350 140733668382336 140446053050536 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 229832

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23673176/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1721.95 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47214 0 0 0 172163 32 0 0 20 0 2 0 333611775 238886912 48294 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48294 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1722.31 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46445 0 0 0 172172 59 0 0 20 0 2 0 333611776 238886912 48294 33554432000 4194304 5964350 140733668382336 140446053050360 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 233288

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1781.95 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47220 0 0 0 178163 32 0 0 20 0 2 0 333611775 238886912 48300 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48300 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1782.31 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46451 0 0 0 178171 60 0 0 20 0 2 0 333611776 238886912 48300 33554432000 4194304 5964350 140733668382336 140446053050360 4400009 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 233288

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1791.65 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47220 0 0 0 179133 32 0 0 20 0 2 0 333611775 238886912 48300 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48300 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1792.02 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46451 0 0 0 179142 60 0 0 20 0 2 0 333611776 238886912 48300 33554432000 4194304 5964350 140733668382336 140446053050360 4400011 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.65
Current children cumulated vsize (KiB) 233288

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1794.85 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47220 0 0 0 179453 32 0 0 20 0 2 0 333611775 238886912 48300 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48300 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1795.22 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46451 0 0 0 179462 60 0 0 20 0 2 0 333611776 238886912 48300 33554432000 4194304 5964350 140733668382336 140446053050360 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.85
Current children cumulated vsize (KiB) 233288

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1798.04 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47220 0 0 0 179772 32 0 0 20 0 2 0 333611775 238886912 48300 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48300 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1798.41 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46451 0 0 0 179781 60 0 0 20 0 2 0 333611776 238886912 48300 33554432000 4194304 5964350 140733668382336 140446053050360 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.04
Current children cumulated vsize (KiB) 233288

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1798.84 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47220 0 0 0 179852 32 0 0 20 0 2 0 333611775 238886912 48300 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48300 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1799.21 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46451 0 0 0 179861 60 0 0 20 0 2 0 333611776 238886912 48300 33554432000 4194304 5964350 140733668382336 140446053050360 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.84
Current children cumulated vsize (KiB) 233288

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1799.25 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47220 0 0 0 179893 32 0 0 20 0 2 0 333611775 238886912 48300 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48300 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1799.62 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46451 0 0 0 179902 60 0 0 20 0 2 0 333611776 238886912 48300 33554432000 4194304 5964350 140733668382336 140446053050360 4400017 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (KiB) 233288

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11988] ppid=11986 vsize=233288 CPUtime=1799.64 cores=1,3,5,7
/proc/11988/stat : 11988 (wbo1.72) S 11986 11988 10863 0 -1 4202496 47220 0 0 0 179932 32 0 0 20 0 2 0 333611775 238886912 48300 33554432000 4194304 5964350 140733668382336 140733668381856 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11988/statm: 58322 48300 193 433 0 57886 0
[pid=11988/tid=11989] ppid=11986 vsize=233288 CPUtime=1800.01 cores=1,3,5,7
/proc/11988/task/11989/stat : 11989 (wbo1.72) R 11986 11988 10863 0 -1 4202560 46451 0 0 0 179941 60 0 0 20 0 2 0 333611776 238886912 48300 33554432000 4194304 5964350 140733668382336 140446053050360 4400011 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.64
Current children cumulated vsize (KiB) 233288

Child status: 255
Real time (s): 1800.01
CPU time (s): 1800.03
CPU user time (s): 1799.42
CPU system time (s): 0.613906
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 233288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.613906
maximum resident set size= 193212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47223
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= 80
involuntary context switches= 1867

runsolver used 7.67483 second user time and 18.0223 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-03 00:07:12
IDJOB=3728386
IDBENCH=79148
IDSOLVER=2315
FILE ID=node104/3728386-1338674832
RUNJOBID= node104-1338671222-10880
PBS_JOBID= 14636527
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= a882a0978da6ad149ec004c2c9449010
RANDOM SEED=583354076

node104.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.266
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.53
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.266
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.266
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.266
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.92
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.266
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.266
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.266
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.266
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24062304 kB
Buffers:          544156 kB
Cached:          7248768 kB
SwapCached:          780 kB
Active:          4691592 kB
Inactive:        3116916 kB
Active(anon):       6884 kB
Inactive(anon):     8072 kB
Active(file):    4684708 kB
Inactive(file):  3108844 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:             11524 kB
Writeback:             0 kB
AnonPages:         19436 kB
Mapped:            14984 kB
Shmem:                 8 kB
Slab:             864392 kB
SReclaimable:     304560 kB
SUnreclaim:       559832 kB
KernelStack:        1448 kB
PageTables:         3636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     131772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 66428 MiB
End job on node104 at 2012-06-03 00:37:12