Trace number 3727161

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.49 1800.02

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
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 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727161-1339019548.opb.
0.00/0.00	c Instance file HOME/instance-3727161-1339019548.opb
0.00/0.00	c File size is 58396948 bytes.
3.69/3.78	c Highest Coefficient sum: 757
3.69/3.78	c ============================[ Problem Statistics ]=============================
3.69/3.78	c |                                                                             |
3.69/3.78	c |  Parsing time:          3.78         s                                      |
3.69/3.78	c |  Number Variables:      55296                                               |
3.69/3.78	c |  Number Clauses:        1154518                                             |
3.69/3.78	c |  Number Cardinality:    4032                                                |
3.69/3.78	c |  Number PB Constraints: 126168                                              |
3.69/3.78	c |                                                                             |
3.89/3.98	c |  Problem Type:          Decision                                            |
3.89/3.98	c |  Objective Function:    None                                                |
3.89/3.98	c |                                                                             |
3.89/3.98	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-3727161-1339019548/watcher-3727161-1339019548 -o /tmp/evaluation-result-3727161-1339019548/solver-3727161-1339019548 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727161-1339019548.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: 1.84 1.94 1.67 3/176 20222
/proc/meminfo: memFree=29108808/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=60172 CPUtime=0 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) R 20220 20222 20083 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 368079793 61616128 277 33554432000 4194304 5964350 140736682044912 140736682043288 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 15043 277 172 433 0 349 0

[startup+0.0621011 s]
/proc/loadavg: 1.84 1.94 1.67 3/176 20222
/proc/meminfo: memFree=29108808/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=62892 CPUtime=0.06 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) R 20220 20222 20083 0 -1 4202496 1188 0 0 0 6 0 0 0 20 0 1 0 368079793 64401408 1141 33554432000 4194304 5964350 140736682044912 140736682043288 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 15723 1142 377 433 0 1029 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 62892

[startup+0.10028 s]
/proc/loadavg: 1.84 1.94 1.67 3/176 20222
/proc/meminfo: memFree=29108808/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=64772 CPUtime=0.09 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) R 20220 20222 20083 0 -1 4202496 1812 0 0 0 9 0 0 0 20 0 1 0 368079793 66326528 1732 33554432000 4194304 5964350 140736682044912 140736682043288 4344327 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 16193 1733 527 433 0 1499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64772

[startup+0.300262 s]
/proc/loadavg: 1.84 1.94 1.67 3/176 20222
/proc/meminfo: memFree=29108808/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=73832 CPUtime=0.28 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) R 20220 20222 20083 0 -1 4202496 4855 0 0 0 28 0 0 0 20 0 1 0 368079793 75603968 4710 33554432000 4194304 5964350 140736682044912 140736682043288 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 18458 4710 1285 433 0 3764 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 73832

[startup+0.700263 s]
/proc/loadavg: 1.84 1.94 1.67 3/176 20222
/proc/meminfo: memFree=29108808/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=91472 CPUtime=0.69 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) R 20220 20222 20083 0 -1 4202496 10825 0 0 0 68 1 0 0 20 0 1 0 368079793 93667328 10551 33554432000 4194304 5964350 140736682044912 140736682043288 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 22868 10551 2800 433 0 8174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91472

[startup+1.50028 s]
/proc/loadavg: 1.84 1.94 1.67 3/177 20223
/proc/meminfo: memFree=29021992/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=128564 CPUtime=1.48 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) R 20220 20222 20083 0 -1 4202496 22818 0 0 0 145 3 0 0 20 0 1 0 368079793 131649536 22285 33554432000 4194304 5964350 140736682044912 140736682043288 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 32141 22285 5936 433 0 17447 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 128564

[startup+3.10024 s]
/proc/loadavg: 1.84 1.94 1.67 3/177 20223
/proc/meminfo: memFree=28928988/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=197268 CPUtime=3.09 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) R 20220 20222 20083 0 -1 4202496 44838 0 0 0 302 7 0 0 20 0 1 0 368079793 202002432 44302 33554432000 4194304 5964350 140736682044912 140736682042792 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 49317 44304 11933 433 0 34623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 197268

[startup+6.30028 s]
/proc/loadavg: 1.93 1.96 1.68 3/179 20225
/proc/meminfo: memFree=28508908/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=376872 CPUtime=6.28 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 101528 0 0 0 612 16 0 0 20 0 2 0 368079793 385916928 87512 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 94218 87512 186 433 0 93782 0
[pid=20222/tid=20225] ppid=20220 vsize=376872 CPUtime=2.49 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 47933 0 0 0 241 8 0 0 20 0 2 0 368080172 385916928 87512 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 376872

[startup+12.7003 s]
/proc/loadavg: 1.94 1.96 1.68 3/179 20225
/proc/meminfo: memFree=28497144/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=442408 CPUtime=12.68 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 102818 0 0 0 1251 17 0 0 20 0 2 0 368079793 453025792 88802 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 110602 88802 186 433 0 110166 0
[pid=20222/tid=20225] ppid=20220 vsize=442408 CPUtime=8.87 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 49223 0 0 0 878 9 0 0 20 0 2 0 368080172 453025792 88802 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 442408

[startup+25.5003 s]
/proc/loadavg: 1.95 1.96 1.68 3/179 20225
/proc/meminfo: memFree=28482412/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=442408 CPUtime=25.48 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 104139 0 0 0 2530 18 0 0 20 0 2 0 368079793 453025792 90123 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 110602 90123 186 433 0 110166 0
[pid=20222/tid=20225] ppid=20220 vsize=442408 CPUtime=21.64 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 50544 0 0 0 2154 10 0 0 20 0 2 0 368080172 453025792 90123 33554432000 4194304 5964350 140736682044912 140637432289080 4392725 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 442408

[startup+51.1004 s]
/proc/loadavg: 2.03 1.98 1.70 3/180 20237
/proc/meminfo: memFree=28457684/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=442408 CPUtime=51.07 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 106881 0 0 0 5087 20 0 0 20 0 2 0 368079793 453025792 92865 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 110602 92865 186 433 0 110166 0
[pid=20222/tid=20225] ppid=20220 vsize=442408 CPUtime=47.17 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 53286 0 0 0 4705 12 0 0 20 0 2 0 368080172 453025792 92865 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 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) 442408

[startup+102.307 s]
/proc/loadavg: 2.09 1.99 1.72 3/179 20237
/proc/meminfo: memFree=28395736/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=442408 CPUtime=102.27 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 114062 0 0 0 10201 26 0 0 20 0 2 0 368079793 453025792 100046 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 110602 100046 186 433 0 110166 0
[pid=20222/tid=20225] ppid=20220 vsize=442408 CPUtime=98.25 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 60467 0 0 0 9807 18 0 0 20 0 2 0 368080172 453025792 100046 33554432000 4194304 5964350 140736682044912 140637432289320 4399840 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) 442408

[startup+162.3 s]
/proc/loadavg: 2.03 1.99 1.73 3/179 20237
/proc/meminfo: memFree=28339096/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=507944 CPUtime=162.26 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 119019 0 0 0 16197 29 0 0 20 0 2 0 368079793 520134656 105003 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 126986 105003 186 433 0 126550 0
[pid=20222/tid=20225] ppid=20220 vsize=507944 CPUtime=158.09 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 65424 0 0 0 15787 22 0 0 20 0 2 0 368080172 520134656 105003 33554432000 4194304 5964350 140736682044912 140637432289080 4400439 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) 507944

[startup+222.3 s]
/proc/loadavg: 2.01 1.99 1.74 3/179 20237
/proc/meminfo: memFree=28279676/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=507944 CPUtime=222.25 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 126008 0 0 0 22189 36 0 0 20 0 2 0 368079793 520134656 111993 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 126986 111993 186 433 0 126550 0
[pid=20222/tid=20225] ppid=20220 vsize=507944 CPUtime=217.93 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 72413 0 0 0 21763 30 0 0 20 0 2 0 368080172 520134656 111993 33554432000 4194304 5964350 140736682044912 140637432289080 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 507944

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/179 20237
/proc/meminfo: memFree=28230912/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=507944 CPUtime=282.24 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 130520 0 0 0 28183 41 0 0 20 0 2 0 368079793 520134656 116779 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 126986 116779 186 433 0 126550 0
[pid=20222/tid=20225] ppid=20220 vsize=507944 CPUtime=277.78 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 76925 0 0 0 27742 36 0 0 20 0 2 0 368080172 520134656 116779 33554432000 4194304 5964350 140736682044912 140637432289272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 507944

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/178 20237
/proc/meminfo: memFree=28191268/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=573480 CPUtime=342.19 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 134897 0 0 0 34173 46 0 0 20 0 2 0 368079793 587243520 122048 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 143370 122048 186 433 0 142934 0
[pid=20222/tid=20225] ppid=20220 vsize=573480 CPUtime=337.58 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 81302 0 0 0 33715 43 0 0 20 0 2 0 368080172 587243520 122048 33554432000 4194304 5964350 140736682044912 140637432289272 4400704 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 573480

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/179 20238
/proc/meminfo: memFree=28154216/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=573480 CPUtime=402.14 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 139794 0 0 0 40163 51 0 0 20 0 2 0 368079793 587243520 127232 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 143370 127232 186 433 0 142934 0
[pid=20222/tid=20225] ppid=20220 vsize=573480 CPUtime=397.39 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 86199 0 0 0 39691 48 0 0 20 0 2 0 368080172 587243520 127232 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 573480

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/180 20241
/proc/meminfo: memFree=28120128/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=573480 CPUtime=462.1 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 143462 0 0 0 46155 55 0 0 20 0 2 0 368079793 587243520 130993 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 143370 130993 186 433 0 142934 0
[pid=20222/tid=20225] ppid=20220 vsize=573480 CPUtime=457.21 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 89867 0 0 0 45669 52 0 0 20 0 2 0 368080172 587243520 130993 33554432000 4194304 5964350 140736682044912 140637432289272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20270
/proc/meminfo: memFree=27607224/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=835624 CPUtime=1421.88 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 201012 0 0 0 142062 126 0 0 20 0 2 0 368079793 855678976 191341 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 208906 191341 186 433 0 208470 0
[pid=20222/tid=20225] ppid=20220 vsize=835624 CPUtime=1414.68 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 147417 0 0 0 141329 139 0 0 20 0 2 0 368080172 855678976 191341 33554432000 4194304 5964350 140736682044912 140637432289080 4403296 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 835624

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20270
/proc/meminfo: memFree=27585724/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=835624 CPUtime=1481.87 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 203582 0 0 0 148059 128 0 0 20 0 2 0 368079793 855678976 193911 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 208906 193911 186 433 0 208470 0
[pid=20222/tid=20225] ppid=20220 vsize=835624 CPUtime=1474.52 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 149987 0 0 0 147311 141 0 0 20 0 2 0 368080172 855678976 193911 33554432000 4194304 5964350 140736682044912 140637432289080 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 835624

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/179 20270
/proc/meminfo: memFree=27562660/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=835624 CPUtime=1541.87 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 205920 0 0 0 154056 131 0 0 20 0 2 0 368079793 855678976 196249 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 208906 196249 186 433 0 208470 0
[pid=20222/tid=20225] ppid=20220 vsize=835624 CPUtime=1534.37 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 152325 0 0 0 153292 145 0 0 20 0 2 0 368080172 855678976 196249 33554432000 4194304 5964350 140736682044912 140637432289272 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 835624

[startup+1602.3 s]
/proc/loadavg: 2.06 2.01 1.91 3/179 20271
/proc/meminfo: memFree=27541580/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=835624 CPUtime=1601.85 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 208352 0 0 0 160051 134 0 0 20 0 2 0 368079793 855678976 198681 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 208906 198681 186 433 0 208470 0
[pid=20222/tid=20225] ppid=20220 vsize=835624 CPUtime=1594.22 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 154757 0 0 0 159273 149 0 0 20 0 2 0 368080172 855678976 198681 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 835624

[startup+1662.3 s]
/proc/loadavg: 2.05 2.02 1.92 3/180 20274
/proc/meminfo: memFree=27520120/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=835624 CPUtime=1661.84 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 210700 0 0 0 166047 137 0 0 20 0 2 0 368079793 855678976 201029 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 208906 201029 186 433 0 208470 0
[pid=20222/tid=20225] ppid=20220 vsize=835624 CPUtime=1654.06 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 157105 0 0 0 165253 153 0 0 20 0 2 0 368080172 855678976 201029 33554432000 4194304 5964350 140736682044912 140637432289320 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 835624

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/179 20274
/proc/meminfo: memFree=27503512/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1721.84 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 212892 0 0 0 172045 139 0 0 20 0 2 0 368079793 922787840 203221 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 203221 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1713.91 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 159297 0 0 0 171235 156 0 0 20 0 2 0 368080172 922787840 203221 33554432000 4194304 5964350 140736682044912 140637432289272 4400462 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 901160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20274
/proc/meminfo: memFree=27476076/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1781.81 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216303 0 0 0 178041 140 0 0 20 0 2 0 368079793 922787840 206885 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 206885 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1773.74 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 162708 0 0 0 177216 158 0 0 20 0 2 0 368080172 922787840 206885 33554432000 4194304 5964350 140736682044912 140637432289272 4399840 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) 901160

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20274
/proc/meminfo: memFree=27472712/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1791.41 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216639 0 0 0 179001 140 0 0 20 0 2 0 368079793 922787840 207297 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 207297 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1783.32 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 163044 0 0 0 178173 159 0 0 20 0 2 0 368080172 922787840 207297 33554432000 4194304 5964350 140736682044912 140637432289272 4399840 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) 901160

[startup+1795.1 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20274
/proc/meminfo: memFree=27471844/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1794.61 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216734 0 0 0 179320 141 0 0 20 0 2 0 368079793 922787840 207392 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 207392 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1786.51 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 163139 0 0 0 178492 159 0 0 20 0 2 0 368080172 922787840 207392 33554432000 4194304 5964350 140736682044912 140637432289272 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 901160

[startup+1798.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20274
/proc/meminfo: memFree=27471224/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1797.8 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216983 0 0 0 179639 141 0 0 20 0 2 0 368079793 922787840 207641 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 207641 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1789.69 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 163388 0 0 0 178810 159 0 0 20 0 2 0 368080172 922787840 207641 33554432000 4194304 5964350 140736682044912 140637432289272 4399840 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) 901160

[startup+1799.1 s]
/proc/loadavg: 2.00 2.01 1.92 4/179 20274
/proc/meminfo: memFree=27470604/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1798.6 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216990 0 0 0 179719 141 0 0 20 0 2 0 368079793 922787840 207648 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 207648 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1790.49 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 163395 0 0 0 178890 159 0 0 20 0 2 0 368080172 922787840 207648 33554432000 4194304 5964350 140736682044912 140637432289080 4220672 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) 901160

[startup+1799.5 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20274
/proc/meminfo: memFree=27469596/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1799 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216998 0 0 0 179759 141 0 0 20 0 2 0 368079793 922787840 207761 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 207761 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1790.89 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 163403 0 0 0 178930 159 0 0 20 0 2 0 368080172 922787840 207761 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 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) 901160

[startup+1799.9 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20274
/proc/meminfo: memFree=27469596/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1799.39 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216999 0 0 0 179798 141 0 0 20 0 2 0 368079793 922787840 207762 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 207762 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1791.28 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 163404 0 0 0 178969 159 0 0 20 0 2 0 368080172 922787840 207762 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 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) 901160

[startup+1800 s]
/proc/loadavg: 2.00 2.01 1.92 3/179 20274
/proc/meminfo: memFree=27469596/32873844 swapFree=7120/7120
[pid=20222] ppid=20220 vsize=901160 CPUtime=1799.49 cores=1,3,5,7
/proc/20222/stat : 20222 (wbo1.72) S 20220 20222 20083 0 -1 4202496 216999 0 0 0 179808 141 0 0 20 0 2 0 368079793 922787840 207762 33554432000 4194304 5964350 140736682044912 140736682044432 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20222/statm: 225290 207762 186 433 0 224854 0
[pid=20222/tid=20225] ppid=20220 vsize=901160 CPUtime=1791.38 cores=1,3,5,7
/proc/20222/task/20225/stat : 20225 (wbo1.72) R 20220 20222 20083 0 -1 4202560 163404 0 0 0 178979 159 0 0 20 0 2 0 368080172 922787840 207762 33554432000 4194304 5964350 140736682044912 140637432289080 4399840 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) 901160

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20222 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=504345
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=700741
# CPU time returned by wait4() is 1795.21
# 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): 1798.08
CPU system time (s): 1.41
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 901160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.5
system time used= 1.70074
maximum resident set size= 831068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217004
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= 242
involuntary context switches= 2317

runsolver used 5.11122 second user time and 12.4671 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-06 23:52:29
IDJOB=3727161
IDBENCH=89671
IDSOLVER=2313
FILE ID=node142/3727161-1339019548
RUNJOBID= node142-1339019547-20195
PBS_JOBID= 14643273
Free space on /tmp= 71076 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-153.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727161-1339019548/watcher-3727161-1339019548 -o /tmp/evaluation-result-3727161-1339019548/solver-3727161-1339019548 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727161-1339019548.opb

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=1858605310

node142.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.776
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	: 5333.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        29109940 kB
Buffers:          355064 kB
Cached:          2549564 kB
SwapCached:          112 kB
Active:          1543272 kB
Inactive:        1390228 kB
Active(anon):      20096 kB
Inactive(anon):    11168 kB
Active(file):    1523176 kB
Inactive(file):  1379060 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108744 kB
Dirty:            112376 kB
Writeback:             0 kB
AnonPages:         37612 kB
Mapped:            16904 kB
Shmem:               188 kB
Slab:             694392 kB
SReclaimable:     135920 kB
SUnreclaim:       558472 kB
KernelStack:        1448 kB
PageTables:         3968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     144932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71120 MiB
End job on node142 at 2012-06-07 00:22:29