Trace number 3704207

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
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 benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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-3704207-1338087317.opb.
0.00/0.00	c Instance file HOME/instance-3704207-1338087317.opb
0.00/0.00	c File size is 55178 bytes.
0.00/0.00	c Highest Coefficient sum: 193
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:      490                                                 |
0.00/0.00	c |  Number Clauses:        738                                                 |
0.00/0.00	c |  Number Cardinality:    2                                                   |
0.00/0.00	c |  Number PB Constraints: 345                                                 |
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.62/1800.00	c ===============================================================================
1799.62/1800.00	c Wall Clock Time: 1800.00 s
1799.62/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-3704207-1338087317/watcher-3704207-1338087317 -o /tmp/evaluation-result-3704207-1338087317/solver-3704207-1338087317 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704207-1338087317.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: 0.92 1.02 1.29 3/177 17542
/proc/meminfo: memFree=28991844/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=18444 CPUtime=0 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) R 17540 17542 17458 0 -1 4202496 800 0 0 0 0 0 0 0 20 0 1 0 274856159 18886656 738 33554432000 4194304 5965102 140733256434016 140736105330344 5249129 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 4611 738 172 433 0 4175 0
[pid=17542/tid=17543] ppid=17540 vsize=18444 CPUtime=0 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 274856160 18886656 738 33554432000 4194304 5965102 140733256434016 140736105330344 5249129 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

[startup+0.0743989 s]
/proc/loadavg: 0.92 1.02 1.29 3/177 17542
/proc/meminfo: memFree=28991844/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=83980 CPUtime=0.07 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 1168 0 0 0 7 0 0 0 20 0 2 0 274856159 85995520 1106 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 20995 1106 191 433 0 20559 0
[pid=17542/tid=17543] ppid=17540 vsize=83980 CPUtime=0.05 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 368 0 0 0 5 0 0 0 20 0 2 0 274856160 85995520 1106 33554432000 4194304 5965102 140733256434016 140736105330344 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 83980

[startup+0.100294 s]
/proc/loadavg: 0.92 1.02 1.29 3/177 17542
/proc/meminfo: memFree=28991844/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=83980 CPUtime=0.09 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 1236 0 0 0 9 0 0 0 20 0 2 0 274856159 85995520 1174 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 20995 1174 191 433 0 20559 0
[pid=17542/tid=17543] ppid=17540 vsize=83980 CPUtime=0.08 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 436 0 0 0 8 0 0 0 20 0 2 0 274856160 85995520 1174 33554432000 4194304 5965102 140733256434016 139764460619768 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83980

[startup+0.300256 s]
/proc/loadavg: 0.92 1.02 1.29 3/177 17542
/proc/meminfo: memFree=28991844/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=83980 CPUtime=0.29 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 1648 0 0 0 29 0 0 0 20 0 2 0 274856159 85995520 1586 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 20995 1586 191 433 0 20559 0
[pid=17542/tid=17543] ppid=17540 vsize=83980 CPUtime=0.28 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 848 0 0 0 28 0 0 0 20 0 2 0 274856160 85995520 1586 33554432000 4194304 5965102 140733256434016 139764460619768 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83980

[startup+0.700245 s]
/proc/loadavg: 0.92 1.02 1.29 3/177 17542
/proc/meminfo: memFree=28991844/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=83980 CPUtime=0.68 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 2233 0 0 0 68 0 0 0 20 0 2 0 274856159 85995520 2171 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 20995 2171 191 433 0 20559 0
[pid=17542/tid=17543] ppid=17540 vsize=83980 CPUtime=0.68 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 1433 0 0 0 68 0 0 0 20 0 2 0 274856160 85995520 2171 33554432000 4194304 5965102 140733256434016 139764460619768 5137076 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83980

[startup+1.50024 s]
/proc/loadavg: 0.92 1.02 1.29 3/179 17544
/proc/meminfo: memFree=28979272/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=83980 CPUtime=1.49 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 3015 0 0 0 148 1 0 0 20 0 2 0 274856159 85995520 2953 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 20995 2953 191 433 0 20559 0
[pid=17542/tid=17543] ppid=17540 vsize=83980 CPUtime=1.48 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 2215 0 0 0 146 2 0 0 20 0 2 0 274856160 85995520 2953 33554432000 4194304 5965102 140733256434016 139764460619288 4220672 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) 83980

[startup+3.10025 s]
/proc/loadavg: 0.92 1.02 1.29 3/179 17544
/proc/meminfo: memFree=28974816/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=84124 CPUtime=3.09 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 3589 0 0 0 308 1 0 0 20 0 2 0 274856159 86142976 3527 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 21031 3527 191 433 0 20595 0
[pid=17542/tid=17543] ppid=17540 vsize=84124 CPUtime=3.08 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 2789 0 0 0 306 2 0 0 20 0 2 0 274856160 86142976 3527 33554432000 4194304 5965102 140733256434016 139764460619576 4401578 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) 84124

[startup+6.30028 s]
/proc/loadavg: 1.01 1.03 1.30 3/179 17544
/proc/meminfo: memFree=28966164/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=84196 CPUtime=6.29 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 4647 0 0 0 627 2 0 0 20 0 2 0 274856159 86216704 4585 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 21049 4585 191 433 0 20613 0
[pid=17542/tid=17543] ppid=17540 vsize=84196 CPUtime=6.27 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 3847 0 0 0 625 2 0 0 20 0 2 0 274856160 86216704 4585 33554432000 4194304 5965102 140733256434016 139764460619768 4401096 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) 84196

[startup+12.7003 s]
/proc/loadavg: 1.09 1.05 1.30 3/179 17544
/proc/meminfo: memFree=28952288/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=84700 CPUtime=12.68 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 6488 0 0 0 1266 2 0 0 20 0 2 0 274856159 86732800 6426 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 21175 6426 191 433 0 20739 0
[pid=17542/tid=17543] ppid=17540 vsize=84700 CPUtime=12.65 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 5688 0 0 0 1263 2 0 0 20 0 2 0 274856160 86732800 6426 33554432000 4194304 5965102 140733256434016 139764460619576 4404761 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) 84700

[startup+25.5003 s]
/proc/loadavg: 1.29 1.09 1.31 3/179 17544
/proc/meminfo: memFree=28928396/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=86320 CPUtime=25.48 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 9489 0 0 0 2545 3 0 0 20 0 2 0 274856159 88391680 9431 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 21580 9431 191 433 0 21144 0
[pid=17542/tid=17543] ppid=17540 vsize=86320 CPUtime=25.41 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 8689 0 0 0 2538 3 0 0 20 0 2 0 274856160 88391680 9431 33554432000 4194304 5965102 140733256434016 139764460619768 4401149 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 86320

[startup+51.1003 s]
/proc/loadavg: 1.53 1.16 1.33 3/179 17544
/proc/meminfo: memFree=28896600/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=90780 CPUtime=51.07 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 14869 0 0 0 5101 6 0 0 20 0 2 0 274856159 92958720 14875 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 22695 14875 191 433 0 22259 0
[pid=17542/tid=17543] ppid=17540 vsize=90780 CPUtime=50.93 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 14069 0 0 0 5087 6 0 0 20 0 2 0 274856160 92958720 14875 33554432000 4194304 5965102 140733256434016 139764460619768 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 90780

[startup+102.306 s]
/proc/loadavg: 1.79 1.29 1.36 3/179 17544
/proc/meminfo: memFree=28859484/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=94420 CPUtime=102.26 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 18775 0 0 0 10217 9 0 0 20 0 2 0 274856159 96686080 18973 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 23605 18973 191 433 0 23169 0
[pid=17542/tid=17543] ppid=17540 vsize=94420 CPUtime=102 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 17975 0 0 0 10190 10 0 0 20 0 2 0 274856160 96686080 18973 33554432000 4194304 5965102 140733256434016 139764460619816 4401486 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94420

[startup+162.3 s]
/proc/loadavg: 1.92 1.42 1.40 3/179 17544
/proc/meminfo: memFree=28826856/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=163448 CPUtime=162.24 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 24976 0 0 0 16210 14 0 0 20 0 2 0 274856159 167370752 25205 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 40862 25205 191 433 0 40426 0
[pid=17542/tid=17543] ppid=17540 vsize=163448 CPUtime=161.83 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 24176 0 0 0 16167 16 0 0 20 0 2 0 274856160 167370752 25205 33554432000 4194304 5965102 140733256434016 139764460619640 4401107 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 163448

[startup+222.3 s]
/proc/loadavg: 2.04 1.54 1.44 3/179 17544
/proc/meminfo: memFree=28786604/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=167364 CPUtime=222.23 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 29130 0 0 0 22205 18 0 0 20 0 2 0 274856159 171380736 29359 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 41841 29359 191 433 0 41405 0
[pid=17542/tid=17543] ppid=17540 vsize=167364 CPUtime=221.67 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 28330 0 0 0 22146 21 0 0 20 0 2 0 274856160 171380736 29359 33554432000 4194304 5965102 140733256434016 139764460619816 4401143 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 167364

[startup+282.3 s]
/proc/loadavg: 2.01 1.62 1.47 3/179 17545
/proc/meminfo: memFree=28748076/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=169288 CPUtime=282.2 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 34600 0 0 0 28197 23 0 0 20 0 2 0 274856159 173350912 34844 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 42322 34844 191 433 0 41886 0
[pid=17542/tid=17543] ppid=17540 vsize=169288 CPUtime=281.5 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 33800 0 0 0 28123 27 0 0 20 0 2 0 274856160 173350912 34844 33554432000 4194304 5965102 140733256434016 139764460619768 4401084 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 169288

[startup+342.3 s]
/proc/loadavg: 2.00 1.68 1.50 3/180 17548
/proc/meminfo: memFree=28726656/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=171320 CPUtime=342.2 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 36397 0 0 0 34194 26 0 0 20 0 2 0 274856159 175431680 37142 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 42830 37142 191 433 0 42394 0
[pid=17542/tid=17543] ppid=17540 vsize=171320 CPUtime=341.34 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 35597 0 0 0 34104 30 0 0 20 0 2 0 274856160 175431680 37142 33554432000 4194304 5965102 140733256434016 139764460619768 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 171320

[startup+402.3 s]
/proc/loadavg: 2.00 1.74 1.53 3/180 17571
/proc/meminfo: memFree=28704436/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=238804 CPUtime=402.19 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 40084 0 0 0 40190 29 0 0 20 0 2 0 274856159 244535296 40829 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.83 3/179 17655
/proc/meminfo: memFree=28582140/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=392592 CPUtime=1421.99 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 77402 0 0 0 142120 79 0 0 20 0 2 0 274856159 402014208 78119 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 98148 78119 191 433 0 97712 0
[pid=17542/tid=17543] ppid=17540 vsize=392592 CPUtime=1418.48 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 76602 0 0 0 141748 100 0 0 20 0 2 0 274856160 402014208 78119 33554432000 4194304 5965102 140733256434016 139764460619816 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 392592

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.84 3/179 17656
/proc/meminfo: memFree=28550656/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=394328 CPUtime=1481.97 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 78539 0 0 0 148117 80 0 0 20 0 2 0 274856159 403791872 79256 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 98582 79256 191 433 0 98146 0
[pid=17542/tid=17543] ppid=17540 vsize=394328 CPUtime=1478.32 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 77739 0 0 0 147730 102 0 0 20 0 2 0 274856160 403791872 79256 33554432000 4194304 5965102 140733256434016 139764460619288 4400978 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 394328

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 1.85 3/180 17659
/proc/meminfo: memFree=28484948/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=395556 CPUtime=1541.96 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 85518 0 0 0 154109 87 0 0 20 0 2 0 274856159 405049344 86242 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 98889 86242 191 433 0 98453 0
[pid=17542/tid=17543] ppid=17540 vsize=395556 CPUtime=1538.16 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 84718 0 0 0 153706 110 0 0 20 0 2 0 274856160 405049344 86242 33554432000 4194304 5965102 140733256434016 139764460619768 4401472 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.96
Current children cumulated vsize (KiB) 395556

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 1.86 3/179 17659
/proc/meminfo: memFree=28467632/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=396604 CPUtime=1601.95 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 85757 0 0 0 160108 87 0 0 20 0 2 0 274856159 406122496 86491 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99151 86491 191 433 0 98715 0
[pid=17542/tid=17543] ppid=17540 vsize=396604 CPUtime=1597.99 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 84957 0 0 0 159688 111 0 0 20 0 2 0 274856160 406122496 86491 33554432000 4194304 5965102 140733256434016 139764460619816 4401871 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 396604

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/179 17659
/proc/meminfo: memFree=28440600/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=397072 CPUtime=1661.94 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 85845 0 0 0 166107 87 0 0 20 0 2 0 274856159 406601728 86579 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99268 86579 191 433 0 98832 0
[pid=17542/tid=17543] ppid=17540 vsize=397072 CPUtime=1657.84 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85045 0 0 0 165672 112 0 0 20 0 2 0 274856160 406601728 86579 33554432000 4194304 5965102 140733256434016 139764460619816 4382625 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 397072

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 1.88 3/179 17659
/proc/meminfo: memFree=28414312/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398472 CPUtime=1721.94 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86120 0 0 0 172106 88 0 0 20 0 2 0 274856159 408035328 86854 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99618 86854 191 433 0 99182 0
[pid=17542/tid=17543] ppid=17540 vsize=398472 CPUtime=1717.68 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85320 0 0 0 171655 113 0 0 20 0 2 0 274856160 408035328 86854 33554432000 4194304 5965102 140733256434016 139764460619816 4379871 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 398472

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.88 3/178 17659
/proc/meminfo: memFree=28394480/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398632 CPUtime=1781.93 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86157 0 0 0 178105 88 0 0 20 0 2 0 274856159 408199168 86891 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99658 86891 191 433 0 99222 0
[pid=17542/tid=17543] ppid=17540 vsize=398632 CPUtime=1777.53 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85357 0 0 0 177639 114 0 0 20 0 2 0 274856160 408199168 86891 33554432000 4194304 5965102 140733256434016 139764460619816 4401096 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 398632

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.02 1.88 3/179 17660
/proc/meminfo: memFree=28394084/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398812 CPUtime=1791.53 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86188 0 0 0 179065 88 0 0 20 0 2 0 274856159 408383488 86922 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99703 86922 191 433 0 99267 0
[pid=17542/tid=17543] ppid=17540 vsize=398812 CPUtime=1787.11 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85388 0 0 0 178597 114 0 0 20 0 2 0 274856160 408383488 86922 33554432000 4194304 5965102 140733256434016 139764460619816 4400972 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.53
Current children cumulated vsize (KiB) 398812

[startup+1795.1 s]
/proc/loadavg: 2.01 2.02 1.89 3/179 17660
/proc/meminfo: memFree=28391156/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398920 CPUtime=1794.73 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86206 0 0 0 179385 88 0 0 20 0 2 0 274856159 408494080 86940 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99730 86940 191 433 0 99294 0
[pid=17542/tid=17543] ppid=17540 vsize=398920 CPUtime=1790.3 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85406 0 0 0 178916 114 0 0 20 0 2 0 274856160 408494080 86940 33554432000 4194304 5965102 140733256434016 139764460619816 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.73
Current children cumulated vsize (KiB) 398920

[startup+1798.3 s]
/proc/loadavg: 2.01 2.02 1.89 3/179 17660
/proc/meminfo: memFree=28389792/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398920 CPUtime=1797.93 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86206 0 0 0 179705 88 0 0 20 0 2 0 274856159 408494080 86940 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99730 86940 191 433 0 99294 0
[pid=17542/tid=17543] ppid=17540 vsize=398920 CPUtime=1793.48 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85406 0 0 0 179234 114 0 0 20 0 2 0 274856160 408494080 86940 33554432000 4194304 5965102 140733256434016 139764460619816 4400972 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.93
Current children cumulated vsize (KiB) 398920

[startup+1799.1 s]
/proc/loadavg: 2.01 2.02 1.89 3/179 17660
/proc/meminfo: memFree=28389172/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398920 CPUtime=1798.72 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86206 0 0 0 179784 88 0 0 20 0 2 0 274856159 408494080 86940 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99730 86940 191 433 0 99294 0
[pid=17542/tid=17543] ppid=17540 vsize=398920 CPUtime=1794.28 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85406 0 0 0 179314 114 0 0 20 0 2 0 274856160 408494080 86940 33554432000 4194304 5965102 140733256434016 139764460619816 4400960 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 398920

[startup+1799.5 s]
/proc/loadavg: 2.01 2.02 1.89 3/179 17660
/proc/meminfo: memFree=28388180/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398920 CPUtime=1799.13 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86206 0 0 0 179825 88 0 0 20 0 2 0 274856159 408494080 86940 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99730 86940 191 433 0 99294 0
[pid=17542/tid=17543] ppid=17540 vsize=398920 CPUtime=1794.69 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85406 0 0 0 179355 114 0 0 20 0 2 0 274856160 408494080 86940 33554432000 4194304 5965102 140733256434016 139764460619816 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.13
Current children cumulated vsize (KiB) 398920

[startup+1799.9 s]
/proc/loadavg: 2.01 2.02 1.89 3/179 17660
/proc/meminfo: memFree=28388180/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398920 CPUtime=1799.52 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86206 0 0 0 179864 88 0 0 20 0 2 0 274856159 408494080 86940 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99730 86940 191 433 0 99294 0
[pid=17542/tid=17543] ppid=17540 vsize=398920 CPUtime=1795.08 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85406 0 0 0 179394 114 0 0 20 0 2 0 274856160 408494080 86940 33554432000 4194304 5965102 140733256434016 139764460619816 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 398920

[startup+1800 s]
/proc/loadavg: 2.01 2.02 1.89 3/179 17660
/proc/meminfo: memFree=28388180/32873648 swapFree=6604/6604
[pid=17542] ppid=17540 vsize=398920 CPUtime=1799.62 cores=1,3,5,7
/proc/17542/stat : 17542 (pwbo2.0) S 17540 17542 17458 0 -1 4202496 86206 0 0 0 179874 88 0 0 20 0 2 0 274856159 408494080 86940 33554432000 4194304 5965102 140733256434016 140733256433536 4547341 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17542/statm: 99730 86940 191 433 0 99294 0
[pid=17542/tid=17543] ppid=17540 vsize=398920 CPUtime=1795.18 cores=1,3,5,7
/proc/17542/task/17543/stat : 17543 (pwbo2.0) R 17540 17542 17458 0 -1 4202560 85406 0 0 0 179404 114 0 0 20 0 2 0 274856160 408494080 86940 33554432000 4194304 5965102 140733256434016 139764460619816 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.62
Current children cumulated vsize (KiB) 398920

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17542 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=51262
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=155824
# CPU time returned by wait4() is 1795.21
# while last known CPU time is 1799.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.01
CPU time (s): 1799.62
CPU user time (s): 1798.74
CPU system time (s): 0.88
CPU usage (%): 99.9786
Max. virtual memory (cumulated for all children) (KiB): 398920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.05
system time used= 1.15582
maximum resident set size= 347772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86209
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= 139
involuntary context switches= 1845

runsolver used 3.75943 second user time and 9.99648 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 04:55:17
IDJOB=3704207
IDBENCH=1160
IDSOLVER=2280
FILE ID=node148/3704207-1338087317
RUNJOBID= node148-1338087316-17475
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704207-1338087317/watcher-3704207-1338087317 -o /tmp/evaluation-result-3704207-1338087317/solver-3704207-1338087317 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704207-1338087317.opb

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=2066843060

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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		: 2667.284
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.90
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.284
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.284
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28992488 kB
Buffers:          311580 kB
Cached:          2722352 kB
SwapCached:          576 kB
Active:           491080 kB
Inactive:        2561816 kB
Active(anon):       9980 kB
Inactive(anon):    11120 kB
Active(file):     481100 kB
Inactive(file):  2550696 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:             11156 kB
Writeback:             0 kB
AnonPages:         24696 kB
Mapped:            14724 kB
Shmem:                96 kB
Slab:             689020 kB
SReclaimable:     132768 kB
SUnreclaim:       556252 kB
KernelStack:        1408 kB
PageTables:         3944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71708 MiB
End job on node148 at 2012-05-27 05:25:17