Trace number 3704138

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
pwbo 2.0? 1799.49 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark817.196
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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 |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704138-1338088918.opb.
0.00/0.00	c Instance file HOME/instance-3704138-1338088918.opb
0.00/0.00	c File size is 3515322 bytes.
0.19/0.23	c Highest Coefficient sum: 7
0.19/0.23	c ============================[ Problem Statistics ]=============================
0.19/0.23	c |                                                                             |
0.19/0.23	c |  Parsing time:          0.23         s                                      |
0.19/0.23	c |  Number Variables:      1440                                                |
0.19/0.23	c |  Number Clauses:        86040                                               |
0.19/0.23	c |  Number Cardinality:    360                                                 |
0.19/0.23	c |  Number PB Constraints: 0                                                   |
0.19/0.23	c |                                                                             |
0.19/0.23	c |  Problem Type:          Decision                                            |
0.19/0.23	c |  Objective Function:    None                                                |
0.19/0.23	c |                                                                             |
0.19/0.23	c ===============================================================================
1799.49/1800.00	c ===============================================================================
1799.49/1800.00	c Wall Clock Time: 1800.00 s
1799.49/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-3704138-1338088918/watcher-3704138-1338088918 -o /tmp/evaluation-result-3704138-1338088918/solver-3704138-1338088918 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704138-1338088918.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.06 2.03 1.96 3/177 19753
/proc/meminfo: memFree=27893624/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=6928 CPUtime=0 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) R 19751 19753 18256 0 -1 4202496 404 0 0 0 0 0 0 0 20 0 1 0 275020341 7094272 356 33554432000 4194304 5965102 140736726360864 140736726358280 4350598 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 1732 356 171 433 0 437 0

[startup+0.014092 s]
/proc/loadavg: 2.06 2.03 1.96 3/177 19753
/proc/meminfo: memFree=27893624/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=7232 CPUtime=0.01 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) R 19751 19753 18256 0 -1 4202496 506 0 0 0 1 0 0 0 20 0 1 0 275020341 7405568 458 33554432000 4194304 5965102 140736726360864 140736726358280 4350875 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 1808 458 201 433 0 513 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7232

[startup+0.100254 s]
/proc/loadavg: 2.06 2.03 1.96 3/177 19753
/proc/meminfo: memFree=27893624/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=9932 CPUtime=0.09 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) R 19751 19753 18256 0 -1 4202496 1494 0 0 0 9 0 0 0 20 0 1 0 275020341 10170368 1413 33554432000 4194304 5965102 140736726360864 140736726358280 5137146 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 2483 1413 528 433 0 1188 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9932

[startup+0.30015 s]
/proc/loadavg: 2.06 2.03 1.96 3/177 19753
/proc/meminfo: memFree=27893624/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=91048 CPUtime=0.28 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 5440 0 0 0 28 0 0 0 20 0 2 0 275020341 93233152 4266 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 22762 4266 189 433 0 22326 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 91048

[startup+0.700153 s]
/proc/loadavg: 2.06 2.03 1.96 3/177 19753
/proc/meminfo: memFree=27893624/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=91048 CPUtime=0.69 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 6019 0 0 0 68 1 0 0 20 0 2 0 275020341 93233152 4845 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 22762 4845 190 433 0 22326 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91048

[startup+1.5003 s]
/proc/loadavg: 2.06 2.03 1.96 3/179 19755
/proc/meminfo: memFree=27873576/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=91048 CPUtime=1.49 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 6972 0 0 0 148 1 0 0 20 0 2 0 275020341 93233152 5798 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 22762 5798 190 433 0 22326 0
[pid=19753/tid=19755] ppid=19751 vsize=91048 CPUtime=1.25 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 3500 0 0 0 125 0 0 0 20 0 2 0 275020364 93233152 5798 33554432000 4194304 5965102 140736726360864 140559674988056 4401559 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91048

[startup+3.10033 s]
/proc/loadavg: 2.05 2.03 1.96 3/179 19755
/proc/meminfo: memFree=27868848/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=91048 CPUtime=3.09 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 8607 0 0 0 307 2 0 0 20 0 2 0 275020341 93233152 7433 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 22762 7433 190 433 0 22326 0
[pid=19753/tid=19755] ppid=19751 vsize=91048 CPUtime=2.84 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 5135 0 0 0 283 1 0 0 20 0 2 0 275020364 93233152 7433 33554432000 4194304 5965102 140736726360864 140559674988536 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91048

[startup+6.30033 s]
/proc/loadavg: 2.05 2.03 1.96 3/179 19755
/proc/meminfo: memFree=27855828/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=91048 CPUtime=6.29 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 11325 0 0 0 626 3 0 0 20 0 2 0 275020341 93233152 10151 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 22762 10151 190 433 0 22326 0
[pid=19753/tid=19755] ppid=19751 vsize=91048 CPUtime=6.03 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 7853 0 0 0 601 2 0 0 20 0 2 0 275020364 93233152 10151 33554432000 4194304 5965102 140736726360864 140559674988536 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91048

[startup+12.7003 s]
/proc/loadavg: 2.04 2.03 1.96 3/179 19755
/proc/meminfo: memFree=27837476/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=91048 CPUtime=12.68 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 15566 0 0 0 1264 4 0 0 20 0 2 0 275020341 93233152 14392 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 22762 14392 190 433 0 22326 0
[pid=19753/tid=19755] ppid=19751 vsize=91048 CPUtime=12.42 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 12094 0 0 0 1238 4 0 0 20 0 2 0 275020364 93233152 14392 33554432000 4194304 5965102 140736726360864 140559674988584 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 91048

[startup+25.5004 s]
/proc/loadavg: 2.04 2.02 1.96 3/179 19755
/proc/meminfo: memFree=27811752/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=157668 CPUtime=25.49 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 21745 0 0 0 2541 8 0 0 20 0 2 0 275020341 161452032 20571 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 39417 20571 190 433 0 38981 0
[pid=19753/tid=19755] ppid=19751 vsize=157668 CPUtime=25.18 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 18273 0 0 0 2511 7 0 0 20 0 2 0 275020364 161452032 20571 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157668

[startup+51.1004 s]
/proc/loadavg: 2.08 2.04 1.96 3/179 19755
/proc/meminfo: memFree=27799104/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=157668 CPUtime=51.08 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 24842 0 0 0 5098 10 0 0 20 0 2 0 275020341 161452032 23668 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 39417 23668 190 433 0 38981 0
[pid=19753/tid=19755] ppid=19751 vsize=157668 CPUtime=50.72 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 21370 0 0 0 5063 9 0 0 20 0 2 0 275020364 161452032 23668 33554432000 4194304 5965102 140736726360864 140559674988536 4401137 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 157668

[startup+102.307 s]
/proc/loadavg: 2.07 2.04 1.97 3/179 19755
/proc/meminfo: memFree=27739584/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=158208 CPUtime=102.27 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 33356 0 0 0 10213 14 0 0 20 0 2 0 275020341 162004992 32182 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 39552 32182 190 433 0 39116 0
[pid=19753/tid=19755] ppid=19751 vsize=158208 CPUtime=101.79 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 29884 0 0 0 10164 15 0 0 20 0 2 0 275020364 162004992 32182 33554432000 4194304 5965102 140736726360864 140559674988344 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 158208

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 1.97 3/179 19755
/proc/meminfo: memFree=27726748/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=158208 CPUtime=162.26 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 36446 0 0 0 16209 17 0 0 20 0 2 0 275020341 162004992 35272 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 39552 35272 190 433 0 39116 0
[pid=19753/tid=19755] ppid=19751 vsize=158208 CPUtime=161.63 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 32974 0 0 0 16144 19 0 0 20 0 2 0 275020364 162004992 35272 33554432000 4194304 5965102 140736726360864 140559674988344 4401582 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 158208

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/179 19755
/proc/meminfo: memFree=27661304/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=223744 CPUtime=222.21 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 49037 0 0 0 22192 29 0 0 20 0 2 0 275020341 229113856 48171 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 55936 48171 190 433 0 55500 0
[pid=19753/tid=19755] ppid=19751 vsize=223744 CPUtime=221.43 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 45565 0 0 0 22112 31 0 0 20 0 2 0 275020364 229113856 48171 33554432000 4194304 5965102 140736726360864 140559674988536 4400972 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 223744

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/179 19756
/proc/meminfo: memFree=27621220/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=224552 CPUtime=282.16 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 51637 0 0 0 28184 32 0 0 20 0 2 0 275020341 229941248 50879 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 56138 50879 190 433 0 55702 0
[pid=19753/tid=19755] ppid=19751 vsize=224552 CPUtime=281.22 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 48165 0 0 0 28087 35 0 0 20 0 2 0 275020364 229941248 50879 33554432000 4194304 5965102 140736726360864 140559674988344 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 224552

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/179 19756
/proc/meminfo: memFree=27589288/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=290088 CPUtime=342.14 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 59645 0 0 0 34173 41 0 0 20 0 2 0 275020341 297050112 58887 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 72522 58887 190 433 0 72086 0
[pid=19753/tid=19755] ppid=19751 vsize=290088 CPUtime=341.07 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 56173 0 0 0 34061 46 0 0 20 0 2 0 275020364 297050112 58887 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 290088

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 1.97 3/179 19756
/proc/meminfo: memFree=27552708/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=290088 CPUtime=402.13 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 68803 0 0 0 40160 53 0 0 20 0 2 0 275020341 297050112 68045 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 72522 68045 190 433 0 72086 0
[pid=19753/tid=19755] ppid=19751 vsize=290088 CPUtime=400.91 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 65331 0 0 0 40032 59 0 0 20 0 2 0 275020364 297050112 68045 33554432000 4194304 5965102 140736726360864 140559674988536 4401131 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 290088

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/179 19756
/proc/meminfo: memFree=27524188/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=356840 CPUtime=462.13 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19806
/proc/meminfo: memFree=27251804/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=555272 CPUtime=1421.87 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 129072 0 0 0 142047 140 0 0 20 0 2 0 275020341 568598528 129386 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 138818 129386 190 433 0 138382 0
[pid=19753/tid=19755] ppid=19751 vsize=555272 CPUtime=1418.12 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 125600 0 0 0 141652 160 0 0 20 0 2 0 275020364 568598528 129386 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 555272

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19806
/proc/meminfo: memFree=27233452/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=555272 CPUtime=1481.85 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 133712 0 0 0 148038 147 0 0 20 0 2 0 275020341 568598528 134026 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 138818 134026 190 433 0 138382 0
[pid=19753/tid=19755] ppid=19751 vsize=555272 CPUtime=1477.96 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 130240 0 0 0 147628 168 0 0 20 0 2 0 275020364 568598528 134026 33554432000 4194304 5965102 140736726360864 140559674988584 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 555272

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19807
/proc/meminfo: memFree=27213116/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=620808 CPUtime=1541.84 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 138663 0 0 0 154028 156 0 0 20 0 2 0 275020341 635707392 138977 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 155202 138977 190 433 0 154766 0
[pid=19753/tid=19755] ppid=19751 vsize=620808 CPUtime=1537.8 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 135191 0 0 0 153602 178 0 0 20 0 2 0 275020364 635707392 138977 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 620808

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19807
/proc/meminfo: memFree=27194160/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=620808 CPUtime=1601.83 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 143289 0 0 0 160020 163 0 0 20 0 2 0 275020341 635707392 143603 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 155202 143603 190 433 0 154766 0
[pid=19753/tid=19755] ppid=19751 vsize=620808 CPUtime=1597.65 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 139817 0 0 0 159579 186 0 0 20 0 2 0 275020364 635707392 143603 33554432000 4194304 5965102 140736726360864 140559674988344 4401137 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 620808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 19807
/proc/meminfo: memFree=27178772/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=620808 CPUtime=1661.82 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 147101 0 0 0 166013 169 0 0 20 0 2 0 275020341 635707392 147415 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 155202 147415 190 433 0 154766 0
[pid=19753/tid=19755] ppid=19751 vsize=620808 CPUtime=1657.49 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 143629 0 0 0 165555 194 0 0 20 0 2 0 275020364 635707392 147415 33554432000 4194304 5965102 140736726360864 140559674988344 4401015 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 620808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 19810
/proc/meminfo: memFree=27160668/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=620808 CPUtime=1721.81 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 150793 0 0 0 172005 176 0 0 20 0 2 0 275020341 635707392 151107 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 155202 151107 190 433 0 154766 0
[pid=19753/tid=19755] ppid=19751 vsize=620808 CPUtime=1717.33 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 147321 0 0 0 171531 202 0 0 20 0 2 0 275020364 635707392 151107 33554432000 4194304 5965102 140736726360864 140559674988584 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 620808

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/179 19810
/proc/meminfo: memFree=27127132/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1781.81 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 154363 0 0 0 178000 181 0 0 20 0 2 0 275020341 702816256 154677 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 154677 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1777.18 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 150891 0 0 0 177512 206 0 0 20 0 2 0 275020364 702816256 154677 33554432000 4194304 5965102 140736726360864 140559674988344 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 686344

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 1.98 3/179 19810
/proc/meminfo: memFree=27119940/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1791.41 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 154834 0 0 0 178960 181 0 0 20 0 2 0 275020341 702816256 155148 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 155148 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1786.76 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 151362 0 0 0 178469 207 0 0 20 0 2 0 275020364 702816256 155148 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 686344

[startup+1795.1 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 19810
/proc/meminfo: memFree=27118708/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1794.6 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 155021 0 0 0 179279 181 0 0 20 0 2 0 275020341 702816256 155335 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 155335 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1789.95 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 151549 0 0 0 178788 207 0 0 20 0 2 0 275020364 702816256 155335 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 686344

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 19811
/proc/meminfo: memFree=27116964/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1797.8 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 155217 0 0 0 179599 181 0 0 20 0 2 0 275020341 702816256 155531 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 155531 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1793.13 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 151745 0 0 0 179105 208 0 0 20 0 2 0 275020364 702816256 155531 33554432000 4194304 5965102 140736726360864 140559674988584 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 686344

[startup+1799.1 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 19811
/proc/meminfo: memFree=27116468/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1798.6 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 155269 0 0 0 179679 181 0 0 20 0 2 0 275020341 702816256 155583 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 155583 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1793.93 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 151797 0 0 0 179185 208 0 0 20 0 2 0 275020364 702816256 155583 33554432000 4194304 5965102 140736726360864 140559674988584 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 686344

[startup+1799.5 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 19811
/proc/meminfo: memFree=27115724/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1799 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 155299 0 0 0 179719 181 0 0 20 0 2 0 275020341 702816256 155613 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 155613 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1794.34 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 151827 0 0 0 179226 208 0 0 20 0 2 0 275020364 702816256 155613 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 686344

[startup+1799.9 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 19811
/proc/meminfo: memFree=27115724/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1799.39 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 155330 0 0 0 179758 181 0 0 20 0 2 0 275020341 702816256 155644 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 155644 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1794.73 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 151858 0 0 0 179265 208 0 0 20 0 2 0 275020364 702816256 155644 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 686344

[startup+1800 s]
/proc/loadavg: 2.03 2.01 1.98 3/179 19811
/proc/meminfo: memFree=27115724/32873844 swapFree=6856/6856
[pid=19753] ppid=19751 vsize=686344 CPUtime=1799.49 cores=1,3,5,7
/proc/19753/stat : 19753 (pwbo2.0) S 19751 19753 18256 0 -1 4202496 155335 0 0 0 179768 181 0 0 20 0 2 0 275020341 702816256 155649 33554432000 4194304 5965102 140736726360864 140736726360384 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19753/statm: 171586 155649 190 433 0 171150 0
[pid=19753/tid=19755] ppid=19751 vsize=686344 CPUtime=1794.83 cores=1,3,5,7
/proc/19753/task/19755/stat : 19755 (pwbo2.0) R 19751 19753 18256 0 -1 4202560 151863 0 0 0 179275 208 0 0 20 0 2 0 275020364 702816256 155649 33554432000 4194304 5965102 140736726360864 140559674988536 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.49
Current children cumulated vsize (KiB) 686344

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19753 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=981425
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=109679
# CPU time returned by wait4() is 1795.09
# while last known CPU time is 1799.49
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.49
CPU user time (s): 1797.68
CPU system time (s): 1.81
CPU usage (%): 99.9708
Max. virtual memory (cumulated for all children) (KiB): 686344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.98
system time used= 2.10968
maximum resident set size= 622608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155338
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= 229
involuntary context switches= 1853

runsolver used 3.42048 second user time and 7.9028 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 05:21:59
IDJOB=3704138
IDBENCH=1372
IDSOLVER=2280
FILE ID=node106/3704138-1338088918
RUNJOBID= node106-1338087979-18273
PBS_JOBID= 14624450
Free space on /tmp= 71372 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704138-1338088918/watcher-3704138-1338088918 -o /tmp/evaluation-result-3704138-1338088918/solver-3704138-1338088918 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704138-1338088918.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=515610414

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27893896 kB
Buffers:          317964 kB
Cached:          3538612 kB
SwapCached:            0 kB
Active:          1462448 kB
Inactive:        2708268 kB
Active(anon):     316372 kB
Inactive(anon):        0 kB
Active(file):    1146076 kB
Inactive(file):  2708268 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8936 kB
Writeback:             0 kB
AnonPages:        369496 kB
Mapped:            15116 kB
Shmem:               200 kB
Slab:             669096 kB
SReclaimable:     111612 kB
SUnreclaim:       557484 kB
KernelStack:        1496 kB
PageTables:         4896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     175116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 71368 MiB
End job on node106 at 2012-05-27 05:51:59