Trace number 3728384

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMfcf2074312786880370cecd0374d7bf5
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.092985
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Top cost 3292
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3291
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
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-3728384-1338674832.wbo.
0.00/0.00	c Instance file HOME/instance-3728384-1338674832.wbo
0.00/0.00	c File size is 10508 bytes.
0.00/0.00	c Highest Coefficient sum: 21
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:      670                                                 |
0.00/0.00	c |  Number Clauses:        40                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 30                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	c ===============================================================================
1799.63/1800.00	c ===============================================================================
1799.63/1800.00	c Wall Clock Time: 1800.00 s
1799.63/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-3728384-1338674832/watcher-3728384-1338674832 -o /tmp/evaluation-result-3728384-1338674832/solver-3728384-1338674832 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728384-1338674832.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 11956
/proc/meminfo: memFree=24064056/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83824 CPUtime=0 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 859 0 0 0 0 0 0 0 20 0 2 0 333611758 85835776 808 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20956 808 191 433 0 20520 0
[pid=11956/tid=11957] ppid=11954 vsize=83824 CPUtime=0 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 110 0 0 0 0 0 0 0 20 0 2 0 333611758 85835776 808 33554432000 4194304 5964350 140734915174304 140734915174304 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0

[startup+0.0211041 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 11956
/proc/meminfo: memFree=24064056/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83824 CPUtime=0.01 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 919 0 0 0 1 0 0 0 20 0 2 0 333611758 85835776 868 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20956 868 193 433 0 20520 0
[pid=11956/tid=11957] ppid=11954 vsize=83824 CPUtime=0 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 170 0 0 0 0 0 0 0 20 0 2 0 333611758 85835776 868 33554432000 4194304 5964350 140734915174304 140734915174304 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 83824

[startup+0.100308 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 11956
/proc/meminfo: memFree=24064056/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83824 CPUtime=0.09 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 1103 0 0 0 9 0 0 0 20 0 2 0 333611758 85835776 1052 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20956 1052 193 433 0 20520 0
[pid=11956/tid=11957] ppid=11954 vsize=83824 CPUtime=0.08 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 354 0 0 0 8 0 0 0 20 0 2 0 333611758 85835776 1052 33554432000 4194304 5964350 140734915174304 140734915174304 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83824

[startup+0.300213 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 11956
/proc/meminfo: memFree=24064056/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83824 CPUtime=0.29 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 1377 0 0 0 29 0 0 0 20 0 2 0 333611758 85835776 1326 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20956 1326 193 433 0 20520 0
[pid=11956/tid=11957] ppid=11954 vsize=83824 CPUtime=0.28 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 628 0 0 0 28 0 0 0 20 0 2 0 333611758 85835776 1326 33554432000 4194304 5964350 140734915174304 140190455998504 4400035 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) 83824

[startup+0.700214 s]
/proc/loadavg: 2.01 2.01 2.00 2/171 11956
/proc/meminfo: memFree=24064056/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83824 CPUtime=0.69 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 1811 0 0 0 69 0 0 0 20 0 2 0 333611758 85835776 1760 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20956 1760 193 433 0 20520 0
[pid=11956/tid=11957] ppid=11954 vsize=83824 CPUtime=0.68 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 1062 0 0 0 68 0 0 0 20 0 2 0 333611758 85835776 1760 33554432000 4194304 5964350 140734915174304 140190455998456 4400023 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) 83824

[startup+1.50021 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24048748/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83824 CPUtime=1.49 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 2450 0 0 0 149 0 0 0 20 0 2 0 333611758 85835776 2399 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20956 2399 193 433 0 20520 0
[pid=11956/tid=11957] ppid=11954 vsize=83824 CPUtime=1.48 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 1701 0 0 0 148 0 0 0 20 0 2 0 333611758 85835776 2399 33554432000 4194304 5964350 140734915174304 140190455998264 4400017 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) 83824

[startup+3.10025 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24041324/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83968 CPUtime=3.08 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 3198 0 0 0 308 0 0 0 20 0 2 0 333611758 85983232 3145 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20992 3145 193 433 0 20556 0
[pid=11956/tid=11957] ppid=11954 vsize=83968 CPUtime=3.08 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 2449 0 0 0 308 0 0 0 20 0 2 0 333611758 85983232 3145 33554432000 4194304 5964350 140734915174304 140190455998456 4400007 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) 83968

[startup+6.30025 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24031244/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=83968 CPUtime=6.28 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 3988 0 0 0 628 0 0 0 20 0 2 0 333611758 85983232 3935 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 20992 3935 193 433 0 20556 0
[pid=11956/tid=11957] ppid=11954 vsize=83968 CPUtime=6.28 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 3239 0 0 0 628 0 0 0 20 0 2 0 333611758 85983232 3935 33554432000 4194304 5964350 140734915174304 140190455998264 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 83968

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11990
/proc/meminfo: memFree=24018248/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=84040 CPUtime=12.69 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 5092 0 0 0 1268 1 0 0 20 0 2 0 333611758 86056960 5039 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 21010 5039 193 433 0 20574 0
[pid=11956/tid=11957] ppid=11954 vsize=84040 CPUtime=12.68 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 4343 0 0 0 1268 0 0 0 20 0 2 0 333611758 86056960 5039 33554432000 4194304 5964350 140734915174304 140190455998456 4400009 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84040

[startup+25.5002 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23997112/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=84184 CPUtime=25.49 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 6813 0 0 0 2547 2 0 0 20 0 2 0 333611758 86204416 7129 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 21046 7129 193 433 0 20610 0
[pid=11956/tid=11957] ppid=11954 vsize=84184 CPUtime=25.48 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 6064 0 0 0 2546 2 0 0 20 0 2 0 333611758 86204416 7129 33554432000 4194304 5964350 140734915174304 140190455998456 4400011 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 84184

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23984868/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=84328 CPUtime=51.08 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 7716 0 0 0 5106 2 0 0 20 0 2 0 333611758 86351872 8032 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 21082 8032 193 433 0 20646 0
[pid=11956/tid=11957] ppid=11954 vsize=84328 CPUtime=51.08 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 6967 0 0 0 5105 3 0 0 20 0 2 0 333611758 86351872 8032 33554432000 4194304 5964350 140734915174304 140190455998456 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 84328

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23953960/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=84724 CPUtime=102.26 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 9980 0 0 0 10223 3 0 0 20 0 2 0 333611758 86757376 10398 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 21181 10398 193 433 0 20745 0
[pid=11956/tid=11957] ppid=11954 vsize=84724 CPUtime=102.27 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 9231 0 0 0 10222 5 0 0 20 0 2 0 333611758 86757376 10398 33554432000 4194304 5964350 140734915174304 140190455998264 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 84724

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11990
/proc/meminfo: memFree=23936084/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=86936 CPUtime=162.25 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 11817 0 0 0 16221 4 0 0 20 0 2 0 333611758 89022464 12235 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 21734 12235 193 433 0 21298 0
[pid=11956/tid=11957] ppid=11954 vsize=86936 CPUtime=162.27 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 11068 0 0 0 16220 7 0 0 20 0 2 0 333611758 89022464 12235 33554432000 4194304 5964350 140734915174304 140190455998456 4400023 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 86936

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11994
/proc/meminfo: memFree=23928316/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=88448 CPUtime=222.25 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 13159 0 0 0 22220 5 0 0 20 0 2 0 333611758 90570752 14106 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 22112 14106 193 433 0 21676 0
[pid=11956/tid=11957] ppid=11954 vsize=88448 CPUtime=222.27 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 12410 0 0 0 22219 8 0 0 20 0 2 0 333611758 90570752 14106 33554432000 4194304 5964350 140734915174304 140190455998504 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 88448

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11994
/proc/meminfo: memFree=23920136/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=89456 CPUtime=282.23 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 13692 0 0 0 28218 5 0 0 20 0 2 0 333611758 91602944 14622 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 22364 14622 193 433 0 21928 0
[pid=11956/tid=11957] ppid=11954 vsize=89456 CPUtime=282.27 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 12943 0 0 0 28217 10 0 0 20 0 2 0 333611758 91602944 14622 33554432000 4194304 5964350 140734915174304 140190455998264 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 89456

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11994
/proc/meminfo: memFree=23901836/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=92264 CPUtime=342.21 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 16324 0 0 0 34215 6 0 0 20 0 2 0 333611758 94478336 17254 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 23066 17254 193 433 0 22630 0
[pid=11956/tid=11957] ppid=11954 vsize=92264 CPUtime=342.27 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 15575 0 0 0 34215 12 0 0 20 0 2 0 333611758 94478336 17254 33554432000 4194304 5964350 140734915174304 140190455998264 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 92264

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11994
/proc/meminfo: memFree=23893636/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=94280 CPUtime=402.2 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 18299 0 0 0 40213 7 0 0 20 0 2 0 333611758 96542720 19265 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0

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

/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 36714 0 0 0 124190 38 0 0 20 0 2 0 333611758 179757056 38448 33554432000 4194304 5964350 140734915174304 140190455998264 4400321 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1242.05
Current children cumulated vsize (KiB) 175544

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12000
/proc/meminfo: memFree=23766120/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=176840 CPUtime=1302.03 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 38322 0 0 0 130183 20 0 0 20 0 2 0 333611758 181084160 39307 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 44210 39307 193 433 0 43774 0
[pid=11956/tid=11957] ppid=11954 vsize=176840 CPUtime=1302.29 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 37573 0 0 0 130189 40 0 0 20 0 2 0 333611758 181084160 39307 33554432000 4194304 5964350 140734915174304 140190455998264 4400011 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 176840

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 12000
/proc/meminfo: memFree=23746640/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=243460 CPUtime=1362.02 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 43207 0 0 0 136179 23 0 0 20 0 2 0 333611758 249303040 44190 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 60865 44190 193 433 0 60429 0
[pid=11956/tid=11957] ppid=11954 vsize=243460 CPUtime=1362.28 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 42458 0 0 0 136184 44 0 0 20 0 2 0 333611758 249303040 44190 33554432000 4194304 5964350 140734915174304 140190455998504 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 243460

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 12004
/proc/meminfo: memFree=23727412/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=245168 CPUtime=1422.01 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 47860 0 0 0 142176 25 0 0 20 0 2 0 333611758 251052032 48843 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 61292 48843 193 433 0 60856 0
[pid=11956/tid=11957] ppid=11954 vsize=245168 CPUtime=1422.29 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 47111 0 0 0 142182 47 0 0 20 0 2 0 333611758 251052032 48843 33554432000 4194304 5964350 140734915174304 140190455998456 4400342 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 245168

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23719980/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=246612 CPUtime=1482 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 48355 0 0 0 148175 25 0 0 20 0 2 0 333611758 252530688 49338 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 61653 49338 193 433 0 61217 0
[pid=11956/tid=11957] ppid=11954 vsize=246612 CPUtime=1482.29 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 47606 0 0 0 148181 48 0 0 20 0 2 0 333611758 252530688 49338 33554432000 4194304 5964350 140734915174304 140190455998264 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 246612

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23710032/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=247600 CPUtime=1541.98 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 48593 0 0 0 154173 25 0 0 20 0 2 0 333611758 253542400 49566 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 61900 49566 193 433 0 61464 0
[pid=11956/tid=11957] ppid=11954 vsize=247600 CPUtime=1542.29 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 47844 0 0 0 154180 49 0 0 20 0 2 0 333611758 253542400 49566 33554432000 4194304 5964350 140734915174304 140190455998504 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 247600

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23689384/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=249944 CPUtime=1601.97 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 49012 0 0 0 160171 26 0 0 20 0 2 0 333611758 255942656 49990 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62486 49990 193 433 0 62050 0
[pid=11956/tid=11957] ppid=11954 vsize=249944 CPUtime=1602.28 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 48263 0 0 0 160178 50 0 0 20 0 2 0 333611758 255942656 49990 33554432000 4194304 5964350 140734915174304 140190455998504 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 249944

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12004
/proc/meminfo: memFree=23684084/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=250376 CPUtime=1661.96 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 49076 0 0 0 166170 26 0 0 20 0 2 0 333611758 256385024 50054 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62594 50054 193 433 0 62158 0
[pid=11956/tid=11957] ppid=11954 vsize=250376 CPUtime=1662.29 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 48327 0 0 0 166177 52 0 0 20 0 2 0 333611758 256385024 50054 33554432000 4194304 5964350 140734915174304 140190455998504 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 250376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23673176/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=250376 CPUtime=1721.95 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 49140 0 0 0 172169 26 0 0 20 0 2 0 333611758 256385024 50118 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62594 50118 193 433 0 62158 0
[pid=11956/tid=11957] ppid=11954 vsize=250376 CPUtime=1722.29 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 48391 0 0 0 172176 53 0 0 20 0 2 0 333611758 256385024 50118 33554432000 4194304 5964350 140734915174304 140190455998456 4400017 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 250376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667584/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=251168 CPUtime=1781.94 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 50488 0 0 0 178167 27 0 0 20 0 2 0 333611758 257196032 51467 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62792 51467 193 433 0 62356 0
[pid=11956/tid=11957] ppid=11954 vsize=251168 CPUtime=1782.29 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 49739 0 0 0 178174 55 0 0 20 0 2 0 333611758 257196032 51467 33554432000 4194304 5964350 140734915174304 140190455998264 4400458 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 251168

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=11956] ppid=11954 vsize=251240 CPUtime=1791.64 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 50497 0 0 0 179137 27 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62810 51476 193 433 0 62374 0
[pid=11956/tid=11957] ppid=11954 vsize=251240 CPUtime=1792 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 49748 0 0 0 179145 55 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140190455998504 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.64
Current children cumulated vsize (KiB) 251240

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=251240 CPUtime=1794.84 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 50497 0 0 0 179457 27 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62810 51476 193 433 0 62374 0
[pid=11956/tid=11957] ppid=11954 vsize=251240 CPUtime=1795.2 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 49748 0 0 0 179465 55 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140190455998504 4399989 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.84
Current children cumulated vsize (KiB) 251240

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=251240 CPUtime=1798.03 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 50497 0 0 0 179776 27 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62810 51476 193 433 0 62374 0
[pid=11956/tid=11957] ppid=11954 vsize=251240 CPUtime=1798.39 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 49748 0 0 0 179784 55 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140190455998504 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.03
Current children cumulated vsize (KiB) 251240

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=251240 CPUtime=1798.83 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 50497 0 0 0 179856 27 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62810 51476 193 433 0 62374 0
[pid=11956/tid=11957] ppid=11954 vsize=251240 CPUtime=1799.19 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 49748 0 0 0 179864 55 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140190455998504 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.83
Current children cumulated vsize (KiB) 251240

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=251240 CPUtime=1799.24 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 50497 0 0 0 179897 27 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62810 51476 193 433 0 62374 0
[pid=11956/tid=11957] ppid=11954 vsize=251240 CPUtime=1799.6 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 49748 0 0 0 179905 55 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140190455998504 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.24
Current children cumulated vsize (KiB) 251240

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 12005
/proc/meminfo: memFree=23667460/32873844 swapFree=7112/7112
[pid=11956] ppid=11954 vsize=251240 CPUtime=1799.63 cores=0,2,4,6
/proc/11956/stat : 11956 (wbo1.72) S 11954 11956 10863 0 -1 4202496 50497 0 0 0 179936 27 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140734915173824 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11956/statm: 62810 51476 193 433 0 62374 0
[pid=11956/tid=11957] ppid=11954 vsize=251240 CPUtime=1799.99 cores=0,2,4,6
/proc/11956/task/11957/stat : 11957 (wbo1.72) R 11954 11956 10863 0 -1 4202560 49748 0 0 0 179944 55 0 0 20 0 2 0 333611758 257269760 51476 33554432000 4194304 5964350 140734915174304 140190455998504 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.63
Current children cumulated vsize (KiB) 251240

Child status: 255
Real time (s): 1800.01
CPU time (s): 1800.01
CPU user time (s): 1799.45
CPU system time (s): 0.565913
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 251240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.565913
maximum resident set size= 205916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50500
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= 86
involuntary context switches= 2377

runsolver used 3.14252 second user time and 8.41572 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= fcf2074312786880370cecd0374d7bf5
RANDOM SEED=1412019219

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:        24064336 kB
Buffers:          544136 kB
Cached:          7249612 kB
SwapCached:          780 kB
Active:          4689032 kB
Inactive:        3116976 kB
Active(anon):       3176 kB
Inactive(anon):     8072 kB
Active(file):    4685856 kB
Inactive(file):  3108904 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:             12616 kB
Writeback:             0 kB
AnonPages:         14996 kB
Mapped:            14068 kB
Shmem:                 8 kB
Slab:             864300 kB
SReclaimable:     304536 kB
SUnreclaim:       559764 kB
KernelStack:        1408 kB
PageTables:         4012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      94688 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= 66424 MiB
End job on node104 at 2012-06-03 00:37:12