Trace number 3704604

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.7? 1799.96 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl30_31_pb.cnf.cr.opb
MD5SUM4d7adbd65e64509ef53d6e98bf824cab
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.031994
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1860
Total number of constraints122
Number of constraints which are clauses62
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 32
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704604-1338083967.opb.
0.00/0.00	c Instance file HOME/instance-3704604-1338083967.opb
0.00/0.00	c File size is 32382 bytes.
0.00/0.00	c Highest Coefficient sum: 32
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:      1860                                                |
0.00/0.00	c |  Number Clauses:        62                                                  |
0.00/0.00	c |  Number Cardinality:    60                                                  |
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.59/1800.00	c ===============================================================================
1799.59/1800.00	c Wall Clock Time: 1800.00 s
1799.59/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-3704604-1338083967/watcher-3704604-1338083967 -o /tmp/evaluation-result-3704604-1338083967/solver-3704604-1338083967 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704604-1338083967.opb 

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.00 2.02 2.00 3/177 15672
/proc/meminfo: memFree=30179540/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84184 CPUtime=0 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 943 0 0 0 0 0 0 0 20 0 2 0 274522575 86204416 888 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21046 891 175 432 0 20611 0
[pid=15672/tid=15673] ppid=15670 vsize=84184 CPUtime=0 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 274522576 86204416 899 33554432000 4194304 5963574 140733292724992 140735584539032 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0

[startup+0.0238619 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 15672
/proc/meminfo: memFree=30179540/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84184 CPUtime=0.02 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 1165 0 0 0 2 0 0 0 20 0 2 0 274522575 86204416 1110 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21046 1110 185 432 0 20611 0
[pid=15672/tid=15673] ppid=15670 vsize=84184 CPUtime=0 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 315 0 0 0 0 0 0 0 20 0 2 0 274522576 86204416 1110 33554432000 4194304 5963574 140733292724992 140735584539032 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 84184

[startup+0.100239 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 15672
/proc/meminfo: memFree=30179540/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84184 CPUtime=0.09 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 1408 0 0 0 9 0 0 0 20 0 2 0 274522575 86204416 1353 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21046 1353 185 432 0 20611 0
[pid=15672/tid=15673] ppid=15670 vsize=84184 CPUtime=0.08 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 558 0 0 0 8 0 0 0 20 0 2 0 274522576 86204416 1353 33554432000 4194304 5963574 140733292724992 140735584539032 5135572 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) 84184

[startup+0.300204 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 15672
/proc/meminfo: memFree=30179540/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84184 CPUtime=0.29 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 1916 0 0 0 29 0 0 0 20 0 2 0 274522575 86204416 1861 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21046 1861 185 432 0 20611 0
[pid=15672/tid=15673] ppid=15670 vsize=84184 CPUtime=0.28 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 1066 0 0 0 28 0 0 0 20 0 2 0 274522576 86204416 1861 33554432000 4194304 5963574 140733292724992 140735584539032 5135572 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) 84184

[startup+0.700211 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 15672
/proc/meminfo: memFree=30179540/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84184 CPUtime=0.69 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 2813 0 0 0 69 0 0 0 20 0 2 0 274522575 86204416 2758 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21046 2758 185 432 0 20611 0
[pid=15672/tid=15673] ppid=15670 vsize=84184 CPUtime=0.68 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 1963 0 0 0 68 0 0 0 20 0 2 0 274522576 86204416 2758 33554432000 4194304 5963574 140733292724992 140735584539032 5135572 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) 84184

[startup+1.50021 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15674
/proc/meminfo: memFree=30167900/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84328 CPUtime=1.49 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 4177 0 0 0 149 0 0 0 20 0 2 0 274522575 86351872 4122 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21082 4122 185 432 0 20647 0
[pid=15672/tid=15673] ppid=15670 vsize=84328 CPUtime=1.48 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 3327 0 0 0 148 0 0 0 20 0 2 0 274522576 86351872 4122 33554432000 4194304 5963574 140733292724992 140356876265272 4399592 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) 84328

[startup+3.10021 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15674
/proc/meminfo: memFree=30165592/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84328 CPUtime=3.09 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 5645 0 0 0 309 0 0 0 20 0 2 0 274522575 86351872 5590 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21082 5590 185 432 0 20647 0
[pid=15672/tid=15673] ppid=15670 vsize=84328 CPUtime=3.08 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 4795 0 0 0 308 0 0 0 20 0 2 0 274522576 86351872 5590 33554432000 4194304 5963574 140733292724992 140356876265272 4221120 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) 84328

[startup+6.3002 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15674
/proc/meminfo: memFree=30152636/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84400 CPUtime=6.29 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 7549 0 0 0 628 1 0 0 20 0 2 0 274522575 86425600 7494 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21100 7494 185 432 0 20665 0
[pid=15672/tid=15673] ppid=15670 vsize=84400 CPUtime=6.28 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 6699 0 0 0 628 0 0 0 20 0 2 0 274522576 86425600 7494 33554432000 4194304 5963574 140733292724992 140356876265464 4220672 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) 84400

[startup+12.7001 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 15674
/proc/meminfo: memFree=30136548/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=84400 CPUtime=12.69 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 12378 0 0 0 1267 2 0 0 20 0 2 0 274522575 86425600 12323 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 21100 12323 185 432 0 20665 0
[pid=15672/tid=15673] ppid=15670 vsize=84400 CPUtime=12.68 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 11529 0 0 0 1266 2 0 0 20 0 2 0 274522576 86425600 12324 33554432000 4194304 5963574 140733292724992 140356876265464 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 84400

[startup+25.5001 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15674
/proc/meminfo: memFree=30113704/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=150204 CPUtime=25.48 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 17329 0 0 0 2545 3 0 0 20 0 2 0 274522575 153808896 17274 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 37551 17274 185 432 0 37116 0
[pid=15672/tid=15673] ppid=15670 vsize=150204 CPUtime=25.48 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 16479 0 0 0 2544 4 0 0 20 0 2 0 274522576 153808896 17274 33554432000 4194304 5963574 140733292724992 140356876265416 4399614 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) 150204

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15677
/proc/meminfo: memFree=30073724/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=150204 CPUtime=51.08 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 27248 0 0 0 5101 7 0 0 20 0 2 0 274522575 153808896 27193 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 37551 27193 185 432 0 37116 0
[pid=15672/tid=15673] ppid=15670 vsize=150204 CPUtime=51.08 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 26398 0 0 0 5100 8 0 0 20 0 2 0 274522576 153808896 27193 33554432000 4194304 5963574 140733292724992 140356876265464 4399592 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150204

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 15700
/proc/meminfo: memFree=30065200/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=151020 CPUtime=102.28 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 29073 0 0 0 10221 7 0 0 20 0 2 0 274522575 154644480 29018 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 37755 29018 185 432 0 37320 0
[pid=15672/tid=15673] ppid=15670 vsize=151020 CPUtime=102.29 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 28223 0 0 0 10220 9 0 0 20 0 2 0 274522576 154644480 29018 33554432000 4194304 5963574 140733292724992 140356876265272 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 151020

[startup+162.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 15934
/proc/meminfo: memFree=30985252/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=217420 CPUtime=162.23 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 39034 0 0 0 16212 11 0 0 20 0 2 0 274522575 222638080 39144 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 54355 39144 185 432 0 53920 0
[pid=15672/tid=15673] ppid=15670 vsize=217420 CPUtime=162.25 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 38184 0 0 0 16211 14 0 0 20 0 2 0 274522576 222638080 39144 33554432000 4194304 5963574 140733292724992 140356876265512 4399603 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) 217420

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 15935
/proc/meminfo: memFree=30892088/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=283388 CPUtime=222.19 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 52933 0 0 0 22203 16 0 0 20 0 2 0 274522575 290189312 53738 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 70847 53738 185 432 0 70412 0
[pid=15672/tid=15673] ppid=15670 vsize=283388 CPUtime=222.23 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 52083 0 0 0 22203 20 0 0 20 0 2 0 274522576 290189312 53738 33554432000 4194304 5963574 140733292724992 140356876265464 4399651 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 283388

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15935
/proc/meminfo: memFree=30753200/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=350292 CPUtime=282.18 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 75215 0 0 0 28193 25 0 0 20 0 2 0 274522575 358699008 76020 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 87573 76020 185 432 0 87138 0
[pid=15672/tid=15673] ppid=15670 vsize=350292 CPUtime=282.23 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 74365 0 0 0 28193 30 0 0 20 0 2 0 274522576 358699008 76020 33554432000 4194304 5963574 140733292724992 140356876265464 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 350292

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15935
/proc/meminfo: memFree=30742292/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=350292 CPUtime=342.17 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 75235 0 0 0 34192 25 0 0 20 0 2 0 274522575 358699008 76038 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 87573 76038 185 432 0 87138 0
[pid=15672/tid=15673] ppid=15670 vsize=350292 CPUtime=342.23 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 74385 0 0 0 34192 31 0 0 20 0 2 0 274522576 358699008 76038 33554432000 4194304 5963574 140733292724992 140356876265464 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 350292

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15935
/proc/meminfo: memFree=30695020/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=350292 CPUtime=402.13 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 75273 0 0 0 40188 25 0 0 20 0 2 0 274522575 358699008 76120 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0

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

/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 97727 0 0 0 130160 62 0 0 20 0 2 0 274522576 429805568 99516 33554432000 4194304 5963574 140733292724992 140356876265464 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 419732

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15944
/proc/meminfo: memFree=30104716/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=419732 CPUtime=1361.95 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 98581 0 0 0 136153 42 0 0 20 0 2 0 274522575 429805568 97938 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 104933 97938 185 432 0 104498 0
[pid=15672/tid=15673] ppid=15670 vsize=419732 CPUtime=1362.21 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 97731 0 0 0 136158 63 0 0 20 0 2 0 274522576 429805568 97938 33554432000 4194304 5963574 140733292724992 140356876265496 4399554 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.95
Current children cumulated vsize (KiB) 419732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15944
/proc/meminfo: memFree=30104964/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=420272 CPUtime=1421.95 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 98611 0 0 0 142153 42 0 0 20 0 2 0 274522575 430358528 97968 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 105068 97968 185 432 0 104633 0
[pid=15672/tid=15673] ppid=15670 vsize=420272 CPUtime=1422.22 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 97761 0 0 0 142158 64 0 0 20 0 2 0 274522576 430358528 97968 33554432000 4194304 5963574 140733292724992 140356876265640 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 420272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15945
/proc/meminfo: memFree=30104964/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=420272 CPUtime=1481.94 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 98614 0 0 0 148152 42 0 0 20 0 2 0 274522575 430358528 97971 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 105068 97971 185 432 0 104633 0
[pid=15672/tid=15673] ppid=15670 vsize=420272 CPUtime=1482.21 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 97764 0 0 0 148156 65 0 0 20 0 2 0 274522576 430358528 97971 33554432000 4194304 5963574 140733292724992 140356876265640 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 420272

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 15945
/proc/meminfo: memFree=30104752/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=420560 CPUtime=1541.93 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 98668 0 0 0 154151 42 0 0 20 0 2 0 274522575 430653440 98025 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 105140 98025 185 432 0 104705 0
[pid=15672/tid=15673] ppid=15670 vsize=420560 CPUtime=1542.22 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 97818 0 0 0 154156 66 0 0 20 0 2 0 274522576 430653440 98025 33554432000 4194304 5963574 140733292724992 140356876265272 4399456 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 420560

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 15945
/proc/meminfo: memFree=30102740/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=422720 CPUtime=1601.92 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 99100 0 0 0 160149 43 0 0 20 0 2 0 274522575 432865280 98457 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 105680 98457 185 432 0 105245 0
[pid=15672/tid=15673] ppid=15670 vsize=422720 CPUtime=1602.22 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 98250 0 0 0 160155 67 0 0 20 0 2 0 274522576 432865280 98457 33554432000 4194304 5963574 140733292724992 140356876265512 4399639 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 422720

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 15945
/proc/meminfo: memFree=30099868/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=425492 CPUtime=1661.91 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 99784 0 0 0 166148 43 0 0 20 0 2 0 274522575 435703808 99141 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 106373 99141 185 432 0 105938 0
[pid=15672/tid=15673] ppid=15670 vsize=425492 CPUtime=1662.22 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 98934 0 0 0 166153 69 0 0 20 0 2 0 274522576 435703808 99141 33554432000 4194304 5963574 140733292724992 140356876265272 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 425492

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 15945
/proc/meminfo: memFree=30036832/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=491280 CPUtime=1721.9 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 115432 0 0 0 172141 49 0 0 20 0 2 0 274522575 503070720 114789 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 122820 114789 185 432 0 122385 0
[pid=15672/tid=15673] ppid=15670 vsize=491280 CPUtime=1722.22 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 114582 0 0 0 172146 76 0 0 20 0 2 0 274522576 503070720 114789 33554432000 4194304 5963574 140733292724992 140356876265464 4399623 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.9
Current children cumulated vsize (KiB) 491280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30010544/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=556816 CPUtime=1781.89 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 121928 0 0 0 178135 54 0 0 20 0 2 0 274522575 570179584 121285 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139204 121285 185 432 0 138769 0
[pid=15672/tid=15673] ppid=15670 vsize=556816 CPUtime=1782.22 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 121078 0 0 0 178140 82 0 0 20 0 2 0 274522576 570179584 121285 33554432000 4194304 5963574 140733292724992 140356876265464 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 556816

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30005336/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=557176 CPUtime=1791.5 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 123243 0 0 0 179094 56 0 0 20 0 2 0 274522575 570548224 122600 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139294 122600 185 432 0 138859 0
[pid=15672/tid=15673] ppid=15670 vsize=557176 CPUtime=1791.83 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 122393 0 0 0 179100 83 0 0 20 0 2 0 274522576 570548224 122600 33554432000 4194304 5963574 140733292724992 140356876265464 4399645 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 557176

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30003104/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=557176 CPUtime=1794.7 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 123751 0 0 0 179414 56 0 0 20 0 2 0 274522575 570548224 123108 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139294 123109 185 432 0 138859 0
[pid=15672/tid=15673] ppid=15670 vsize=557176 CPUtime=1795.03 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 122902 0 0 0 179419 84 0 0 20 0 2 0 274522576 570548224 123109 33554432000 4194304 5963574 140733292724992 140356876265464 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 557176

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30001492/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=557176 CPUtime=1797.89 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 124314 0 0 0 179732 57 0 0 20 0 2 0 274522575 570548224 123671 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139294 123671 185 432 0 138859 0
[pid=15672/tid=15673] ppid=15670 vsize=557176 CPUtime=1798.23 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 123464 0 0 0 179738 85 0 0 20 0 2 0 274522576 570548224 123671 33554432000 4194304 5963574 140733292724992 140356876265464 4399627 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (KiB) 557176

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30000872/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=557176 CPUtime=1798.69 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 124390 0 0 0 179812 57 0 0 20 0 2 0 274522575 570548224 123747 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139294 123747 185 432 0 138859 0
[pid=15672/tid=15673] ppid=15670 vsize=557176 CPUtime=1799.03 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 123540 0 0 0 179818 85 0 0 20 0 2 0 274522576 570548224 123747 33554432000 4194304 5963574 140733292724992 140356876265464 4220672 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.69
Current children cumulated vsize (KiB) 557176

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30000128/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=557392 CPUtime=1799.1 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 124442 0 0 0 179853 57 0 0 20 0 2 0 274522575 570769408 123799 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139348 123799 185 432 0 138913 0
[pid=15672/tid=15673] ppid=15670 vsize=557392 CPUtime=1799.43 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 123592 0 0 0 179858 85 0 0 20 0 2 0 274522576 570769408 123799 33554432000 4194304 5963574 140733292724992 140356876265464 4399603 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.1
Current children cumulated vsize (KiB) 557392

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30000128/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=557392 CPUtime=1799.49 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 124474 0 0 0 179892 57 0 0 20 0 2 0 274522575 570769408 123831 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139348 123831 185 432 0 138913 0
[pid=15672/tid=15673] ppid=15670 vsize=557392 CPUtime=1799.83 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 123624 0 0 0 179898 85 0 0 20 0 2 0 274522576 570769408 123831 33554432000 4194304 5963574 140733292724992 140356876265464 5135572 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 557392

[startup+1800 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 15946
/proc/meminfo: memFree=30000128/32873648 swapFree=7112/7112
[pid=15672] ppid=15670 vsize=557392 CPUtime=1799.59 cores=1,3,5,7
/proc/15672/stat : 15672 (wbo1.7) S 15670 15672 12452 0 -1 4202496 124490 0 0 0 179902 57 0 0 20 0 2 0 274522575 570769408 123847 33554432000 4194304 5963574 140733292724992 140733292724512 4545837 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15672/statm: 139348 123847 185 432 0 138913 0
[pid=15672/tid=15673] ppid=15670 vsize=557392 CPUtime=1799.93 cores=1,3,5,7
/proc/15672/task/15673/stat : 15673 (wbo1.7) R 15670 15672 12452 0 -1 4202560 123640 0 0 0 179908 85 0 0 20 0 2 0 274522576 570769408 123847 33554432000 4194304 5963574 140733292724992 140356876265464 4399627 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (KiB) 557392

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.96
CPU user time (s): 1799.09
CPU system time (s): 0.869867
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 557392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 0.869867
maximum resident set size= 495392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124491
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= 161
involuntary context switches= 1841

runsolver used 2.99254 second user time and 7.56585 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-27 03:59:27
IDJOB=3704604
IDBENCH=1417
IDSOLVER=2283
FILE ID=node126/3704604-1338083967
RUNJOBID= node126-1338077272-12469
PBS_JOBID= 14624421
Free space on /tmp= 71356 MiB

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

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

MD5SUM BENCH= 4d7adbd65e64509ef53d6e98bf824cab
RANDOM SEED=1472608854

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:       32873648 kB
MemFree:        30180332 kB
Buffers:          265640 kB
Cached:           538692 kB
SwapCached:        17756 kB
Active:          1787792 kB
Inactive:          94844 kB
Active(anon):    1059816 kB
Inactive(anon):    20452 kB
Active(file):     727976 kB
Inactive(file):    74392 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:              5460 kB
Writeback:             8 kB
AnonPages:       1068248 kB
Mapped:            10404 kB
Shmem:                 0 kB
Slab:             667404 kB
SReclaimable:     111616 kB
SUnreclaim:       555788 kB
KernelStack:        1448 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     159228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71348 MiB
End job on node126 at 2012-05-27 04:29:27