Trace number 3726907

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.89 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
MD5SUM63dafaa5a785f38064ac19ced11339d2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.046992
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints142
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
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726907-1338651549.opb.
0.00/0.00	c Instance file HOME/instance-3726907-1338651549.opb
0.00/0.00	c File size is 44412 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:      2520                                                |
0.00/0.00	c |  Number Clauses:        72                                                  |
0.00/0.00	c |  Number Cardinality:    70                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Decision                                            |
0.00/0.00	c |  Objective Function:    None                                                |
0.00/0.00	c |                                                                             |
0.00/0.00	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3726907-1338651549/watcher-3726907-1338651549 -o /tmp/evaluation-result-3726907-1338651549/solver-3726907-1338651549 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3726907-1338651549.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.54 1.73 1.89 2/175 8828
/proc/meminfo: memFree=24043164/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=3660 CPUtime=0 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) R 8826 8828 7385 0 -1 4202496 436 0 0 0 0 0 0 0 20 0 1 0 331283414 3747840 389 33554432000 4194304 5964350 140737170462544 140735062569416 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 915 389 164 433 0 468 0

[startup+0.0865129 s]
/proc/loadavg: 1.54 1.73 1.89 2/175 8828
/proc/meminfo: memFree=24043164/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=84440 CPUtime=0.08 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 1459 0 0 0 8 0 0 0 20 0 2 0 331283414 86466560 1401 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21110 1401 184 433 0 20674 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 84440

[startup+0.100278 s]
/proc/loadavg: 1.54 1.73 1.89 2/175 8828
/proc/meminfo: memFree=24043164/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=84440 CPUtime=0.09 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 1496 0 0 0 9 0 0 0 20 0 2 0 331283414 86466560 1438 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21110 1438 184 433 0 20674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84440

[startup+0.300233 s]
/proc/loadavg: 1.54 1.73 1.89 2/175 8828
/proc/meminfo: memFree=24043164/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=84440 CPUtime=0.29 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 2021 0 0 0 29 0 0 0 20 0 2 0 331283414 86466560 1963 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21110 1963 184 433 0 20674 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84440

[startup+0.700234 s]
/proc/loadavg: 1.54 1.73 1.89 2/175 8828
/proc/meminfo: memFree=24043164/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=84440 CPUtime=0.68 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 2912 0 0 0 68 0 0 0 20 0 2 0 331283414 86466560 2854 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21110 2854 184 433 0 20674 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84440

[startup+1.50026 s]
/proc/loadavg: 1.54 1.73 1.89 3/177 8830
/proc/meminfo: memFree=24026780/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=84440 CPUtime=1.49 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 4560 0 0 0 148 1 0 0 20 0 2 0 331283414 86466560 4502 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21110 4502 184 433 0 20674 0
[pid=8828/tid=8830] ppid=8826 vsize=84440 CPUtime=1.48 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 3657 0 0 0 146 2 0 0 20 0 2 0 331283415 86466560 4502 33554432000 4194304 5964350 140737170462544 140134917896232 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84440

[startup+3.10026 s]
/proc/loadavg: 1.54 1.73 1.89 3/177 8830
/proc/meminfo: memFree=24016240/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=84584 CPUtime=3.09 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 5741 0 0 0 308 1 0 0 20 0 2 0 331283414 86614016 5683 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21146 5683 184 433 0 20710 0
[pid=8828/tid=8830] ppid=8826 vsize=84584 CPUtime=3.08 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 4838 0 0 0 306 2 0 0 20 0 2 0 331283415 86614016 5683 33554432000 4194304 5964350 140737170462544 140134917896184 18446744073699066235 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84584

[startup+6.30027 s]
/proc/loadavg: 1.57 1.74 1.89 3/177 8830
/proc/meminfo: memFree=23994044/32873844 swapFree=7116/7116
[pid=8828] ppid=8826 vsize=84656 CPUtime=6.29 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 7687 0 0 0 627 2 0 0 20 0 2 0 331283414 86687744 7629 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21164 7629 184 433 0 20728 0
[pid=8828/tid=8830] ppid=8826 vsize=84656 CPUtime=6.28 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 6784 0 0 0 626 2 0 0 20 0 2 0 331283415 86687744 7629 33554432000 4194304 5964350 140737170462544 140134917896184 4399921 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84656

[startup+12.7003 s]
/proc/loadavg: 1.61 1.74 1.89 3/177 8830
/proc/meminfo: memFree=23974592/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=84656 CPUtime=12.68 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 11205 0 0 0 1266 2 0 0 20 0 2 0 331283414 86687744 11147 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 21164 11147 184 433 0 20728 0
[pid=8828/tid=8830] ppid=8826 vsize=84656 CPUtime=12.68 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 10302 0 0 0 1265 3 0 0 20 0 2 0 331283415 86687744 11147 33554432000 4194304 5964350 140737170462544 140134917896184 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84656

[startup+25.5003 s]
/proc/loadavg: 1.69 1.75 1.89 3/177 8830
/proc/meminfo: memFree=23914020/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=150460 CPUtime=25.48 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 18572 0 0 0 2544 4 0 0 20 0 2 0 331283414 154071040 18514 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 37615 18514 184 433 0 37179 0
[pid=8828/tid=8830] ppid=8826 vsize=150460 CPUtime=25.48 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 17669 0 0 0 2543 5 0 0 20 0 2 0 331283415 154071040 18514 33554432000 4194304 5964350 140737170462544 140134917895992 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150460

[startup+51.1003 s]
/proc/loadavg: 1.80 1.77 1.90 3/177 8830
/proc/meminfo: memFree=23856508/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=150460 CPUtime=51.07 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 27655 0 0 0 5101 6 0 0 20 0 2 0 331283414 154071040 27838 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 37615 27838 184 433 0 37179 0
[pid=8828/tid=8830] ppid=8826 vsize=150460 CPUtime=51.07 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 26752 0 0 0 5100 7 0 0 20 0 2 0 331283415 154071040 27838 33554432000 4194304 5964350 140737170462544 140134917896184 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 150460

[startup+102.306 s]
/proc/loadavg: 1.91 1.80 1.90 3/178 8834
/proc/meminfo: memFree=23797716/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=216236 CPUtime=102.25 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 33707 0 0 0 10216 9 0 0 20 0 2 0 331283414 221425664 34586 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 54059 34586 184 433 0 53623 0
[pid=8828/tid=8830] ppid=8826 vsize=216236 CPUtime=102.26 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 32804 0 0 0 10216 10 0 0 20 0 2 0 331283415 221425664 34586 33554432000 4194304 5964350 140737170462544 140134917896232 4221120 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) 216236

[startup+162.3 s]
/proc/loadavg: 1.96 1.84 1.91 3/177 8834
/proc/meminfo: memFree=23705372/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=216956 CPUtime=162.24 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 44986 0 0 0 16212 12 0 0 20 0 2 0 331283414 222162944 45865 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 54239 45865 184 433 0 53803 0
[pid=8828/tid=8830] ppid=8826 vsize=216956 CPUtime=162.26 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 44083 0 0 0 16212 14 0 0 20 0 2 0 331283415 222162944 45865 33554432000 4194304 5964350 140737170462544 140134917895992 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 216956

[startup+222.3 s]
/proc/loadavg: 1.98 1.86 1.91 3/177 8834
/proc/meminfo: memFree=23668284/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=217244 CPUtime=222.23 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 47483 0 0 0 22210 13 0 0 20 0 2 0 331283414 222457856 48362 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 54311 48362 184 433 0 53875 0
[pid=8828/tid=8830] ppid=8826 vsize=217244 CPUtime=222.26 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 46580 0 0 0 22209 17 0 0 20 0 2 0 331283415 222457856 48362 33554432000 4194304 5964350 140737170462544 140134917896184 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 217244

[startup+282.3 s]
/proc/loadavg: 1.99 1.89 1.91 3/177 8834
/proc/meminfo: memFree=23580712/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=283140 CPUtime=282.18 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 59275 0 0 0 28200 18 0 0 20 0 2 0 331283414 289935360 60294 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 70785 60294 184 433 0 70349 0
[pid=8828/tid=8830] ppid=8826 vsize=283140 CPUtime=282.23 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 58372 0 0 0 28200 23 0 0 20 0 2 0 331283415 289935360 60294 33554432000 4194304 5964350 140737170462544 140134917896184 4220672 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 283140

[startup+342.3 s]
/proc/loadavg: 1.99 1.90 1.91 3/177 8834
/proc/meminfo: memFree=23402384/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=283428 CPUtime=342.17 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 61954 0 0 0 34198 19 0 0 20 0 2 0 331283414 290230272 63025 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 70857 63025 184 433 0 70421 0
[pid=8828/tid=8830] ppid=8826 vsize=283428 CPUtime=342.22 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 61051 0 0 0 34197 25 0 0 20 0 2 0 331283415 290230272 63025 33554432000 4194304 5964350 140737170462544 140134917896184 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 283428

[startup+402.3 s]
/proc/loadavg: 2.06 1.93 1.91 3/177 8835
/proc/meminfo: memFree=23327336/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=350368 CPUtime=402.16 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 67870 0 0 0 40194 22 0 0 20 0 2 0 331283414 358776832 68941 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 87592 68941 184 433 0 87156 0
[pid=8828/tid=8830] ppid=8826 vsize=350368 CPUtime=402.22 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 66967 0 0 0 40194 28 0 0 20 0 2 0 331283415 358776832 68941 33554432000 4194304 5964350 140737170462544 140134917896232 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 350368

[startup+462.3 s]
/proc/loadavg: 2.02 1.94 1.91 3/177 8835
/proc/meminfo: memFree=23252780/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=416588 CPUtime=462.14 cores=0,2,4,6

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

/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 183997 0 0 0 130134 88 0 0 20 0 2 0 331283415 837361664 185814 33554432000 4194304 5964350 140737170462544 140134917896184 4399976 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 817736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 8866
/proc/meminfo: memFree=22388704/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1361.96 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184906 0 0 0 136127 69 0 0 20 0 2 0 331283414 837361664 185820 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 185820 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1362.22 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184003 0 0 0 136132 90 0 0 20 0 2 0 331283415 837361664 185820 33554432000 4194304 5964350 140737170462544 140134917896184 4400035 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 817736

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.94 3/177 8866
/proc/meminfo: memFree=22330308/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1421.95 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184913 0 0 0 142126 69 0 0 20 0 2 0 331283414 837361664 185827 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 185827 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1422.23 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184010 0 0 0 142132 91 0 0 20 0 2 0 331283415 837361664 185827 33554432000 4194304 5964350 140737170462544 140134917896184 4381584 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 817736

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/177 8866
/proc/meminfo: memFree=22330432/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1481.94 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184921 0 0 0 148125 69 0 0 20 0 2 0 331283414 837361664 185835 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 185835 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1482.22 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184018 0 0 0 148130 92 0 0 20 0 2 0 331283415 837361664 185835 33554432000 4194304 5964350 140737170462544 140134917896184 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 817736

[startup+1542.3 s]
/proc/loadavg: 2.06 2.03 1.95 3/177 8866
/proc/meminfo: memFree=22329796/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1541.92 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184940 0 0 0 154123 69 0 0 20 0 2 0 331283414 837361664 185934 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 185934 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1542.21 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184037 0 0 0 154128 93 0 0 20 0 2 0 331283415 837361664 185934 33554432000 4194304 5964350 140737170462544 140134917896184 4400035 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 817736

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 1.95 3/177 8867
/proc/meminfo: memFree=22332568/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1601.89 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184965 0 0 0 160120 69 0 0 20 0 2 0 331283414 837361664 185964 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 185964 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1602.19 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184062 0 0 0 160125 94 0 0 20 0 2 0 331283415 837361664 185964 33554432000 4194304 5964350 140737170462544 140134917896184 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 817736

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 1.95 3/177 8867
/proc/meminfo: memFree=22331924/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1661.88 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184972 0 0 0 166119 69 0 0 20 0 2 0 331283414 837361664 186110 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186110 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1662.18 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184069 0 0 0 166123 95 0 0 20 0 2 0 331283415 837361664 186110 33554432000 4194304 5964350 140737170462544 140134917896184 4399998 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 817736

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/177 8867
/proc/meminfo: memFree=22331924/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1721.87 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184972 0 0 0 172118 69 0 0 20 0 2 0 331283414 837361664 186110 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186110 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1722.17 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184069 0 0 0 172121 96 0 0 20 0 2 0 331283415 837361664 186110 33554432000 4194304 5964350 140737170462544 140134917896184 4390182 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 817736

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 8906
/proc/meminfo: memFree=23347840/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1781.86 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184975 0 0 0 178117 69 0 0 20 0 2 0 331283414 837361664 186111 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186111 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1782.17 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184072 0 0 0 178120 97 0 0 20 0 2 0 331283415 837361664 186111 33554432000 4194304 5964350 140737170462544 140134917896184 4400011 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 817736

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 8906
/proc/meminfo: memFree=23330984/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1791.46 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184981 0 0 0 179077 69 0 0 20 0 2 0 331283414 837361664 186113 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186113 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1791.77 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184078 0 0 0 179080 97 0 0 20 0 2 0 331283415 837361664 186113 33554432000 4194304 5964350 140737170462544 140134917896184 4399840 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 817736

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 8906
/proc/meminfo: memFree=23323800/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1794.66 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184981 0 0 0 179397 69 0 0 20 0 2 0 331283414 837361664 186113 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186113 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1794.97 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184078 0 0 0 179400 97 0 0 20 0 2 0 331283415 837361664 186113 33554432000 4194304 5964350 140737170462544 140134917896184 4221120 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 817736

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 8906
/proc/meminfo: memFree=23321940/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1797.85 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184981 0 0 0 179716 69 0 0 20 0 2 0 331283414 837361664 186113 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186113 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1798.16 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184078 0 0 0 179719 97 0 0 20 0 2 0 331283415 837361664 186113 33554432000 4194304 5964350 140737170462544 140134917896184 4400035 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 817736

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 8906
/proc/meminfo: memFree=23322064/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1798.65 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184981 0 0 0 179796 69 0 0 20 0 2 0 331283414 837361664 186113 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186113 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1798.96 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184078 0 0 0 179799 97 0 0 20 0 2 0 331283415 837361664 186113 33554432000 4194304 5964350 140737170462544 140134917896184 4399989 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 817736

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 8906
/proc/meminfo: memFree=23321940/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1799.06 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184981 0 0 0 179837 69 0 0 20 0 2 0 331283414 837361664 186113 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186113 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1799.37 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184078 0 0 0 179840 97 0 0 20 0 2 0 331283415 837361664 186113 33554432000 4194304 5964350 140737170462544 140134917896184 4399832 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 817736

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 8906
/proc/meminfo: memFree=23321940/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1799.45 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184981 0 0 0 179876 69 0 0 20 0 2 0 331283414 837361664 186113 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186113 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1799.76 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184078 0 0 0 179879 97 0 0 20 0 2 0 331283415 837361664 186113 33554432000 4194304 5964350 140737170462544 140134917896184 4222416 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 817736

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 8906
/proc/meminfo: memFree=23321940/32873844 swapFree=7112/7112
[pid=8828] ppid=8826 vsize=817736 CPUtime=1799.55 cores=0,2,4,6
/proc/8828/stat : 8828 (wbo1.72) S 8826 8828 7385 0 -1 4202496 184981 0 0 0 179886 69 0 0 20 0 2 0 331283414 837361664 186113 33554432000 4194304 5964350 140737170462544 140737170462064 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8828/statm: 204434 186113 184 433 0 203998 0
[pid=8828/tid=8830] ppid=8826 vsize=817736 CPUtime=1799.86 cores=0,2,4,6
/proc/8828/task/8830/stat : 8830 (wbo1.72) R 8826 8828 7385 0 -1 4202560 184078 0 0 0 179889 97 0 0 20 0 2 0 331283415 837361664 186113 33554432000 4194304 5964350 140737170462544 140134917896184 4220672 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 817736

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.89
CPU user time (s): 1798.91
CPU system time (s): 0.98185
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 817736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 0.98185
maximum resident set size= 744464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184984
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= 251
involuntary context switches= 2162

runsolver used 2.73458 second user time and 7.08692 second system time

The end

Launcher Data

Begin job on node104 at 2012-06-02 17:39:09
IDJOB=3726907
IDBENCH=1426
IDSOLVER=2313
FILE ID=node104/3726907-1338651549
RUNJOBID= node104-1338651515-8487
PBS_JOBID= 14636479
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 63dafaa5a785f38064ac19ced11339d2
RANDOM SEED=1905690616

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:        24043428 kB
Buffers:          539940 kB
Cached:          7215452 kB
SwapCached:          780 kB
Active:          4723416 kB
Inactive:        3106872 kB
Active(anon):      66280 kB
Inactive(anon):     8072 kB
Active(file):    4657136 kB
Inactive(file):  3098800 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105060 kB
Dirty:             11472 kB
Writeback:             0 kB
AnonPages:         62144 kB
Mapped:            15336 kB
Shmem:                 8 kB
Slab:             861228 kB
SReclaimable:     303248 kB
SUnreclaim:       557980 kB
KernelStack:        1472 kB
PageTables:         3884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     134016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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= 66436 MiB
End job on node104 at 2012-06-02 18:09:09