Trace number 3727803

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.72? 1799.6 1800.01

General information on the benchmark

Name/OPT-SMALLINT-LIN/oliveras/j120opt/
normalized-j12038_4.std.opb
MD5SUM661b4190c55178f9645295549e370fd5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints245147
Number of constraints which are clauses243947
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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-3727803-1339018730.opb.
0.00/0.00	c Instance file HOME/instance-3727803-1339018730.opb
0.00/0.00	c File size is 8328149 bytes.
0.69/0.71	c Cost Offset: 0
0.69/0.71	c Highest Coefficient sum: 730
0.69/0.71	c ============================[ Problem Statistics ]=============================
0.69/0.71	c |                                                                             |
0.69/0.71	c |  Parsing time:          0.71         s                                      |
0.69/0.71	c |  Number Variables:      72842                                               |
0.69/0.71	c |  Number Clauses:        243947                                              |
0.69/0.71	c |  Number Cardinality:    0                                                   |
0.69/0.71	c |  Number PB Constraints: 1200                                                |
0.69/0.71	c |                                                                             |
0.79/0.89	c |  Problem Type:          Optimization                                        |
0.79/0.89	c |  Objective Function:    PB Constraint                                       |
0.79/0.89	c |                                                                             |
0.79/0.89	c ============================[ Search Statistics ]==============================
0.79/0.89	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.79/0.89	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.79/0.89	c ===============================================================================
0.99/1.02	c | 1.03      | 0  | 116          lb |  0                0                0.00  |
1.78/1.88	c | 1.89      | 0  | 117          lb |  0                0                0.00  |
13.20/13.21	c | 13.22     | 0  | 118          lb |  0                0                0.00  |
168.74/168.89	c | 168.90    | 0  | 119          lb |  0                0                0.00  |
1799.60/1800.00	c ===============================================================================
1799.60/1800.00	c Wall Clock Time: 1800.00 s
1799.60/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-3727803-1339018730/watcher-3727803-1339018730 -o /tmp/evaluation-result-3727803-1339018730/solver-3727803-1339018730 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727803-1339018730.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.08 0.96 0.63 4/176 10475
/proc/meminfo: memFree=32043704/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=12140 CPUtime=0 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) R 10473 10475 10320 0 -1 4202496 529 0 0 0 0 0 0 0 20 0 1 0 367998100 12431360 481 33554432000 4194304 5964350 140734650554960 140735708298040 4395186 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 3035 481 171 433 0 565 0

[startup+0.059435 s]
/proc/loadavg: 1.08 0.96 0.63 4/176 10475
/proc/meminfo: memFree=32043704/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=21748 CPUtime=0.05 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) R 10473 10475 10320 0 -1 4202496 2955 0 0 0 5 0 0 0 20 0 1 0 367998100 22269952 2858 33554432000 4194304 5964350 140734650554960 140735708298040 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 5437 2860 334 433 0 2967 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 21748

[startup+0.100295 s]
/proc/loadavg: 1.08 0.96 0.63 4/176 10475
/proc/meminfo: memFree=32043704/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=25716 CPUtime=0.09 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) R 10473 10475 10320 0 -1 4202496 4089 0 0 0 9 0 0 0 20 0 1 0 367998100 26333184 3894 33554432000 4194304 5964350 140734650554960 140735708298040 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 6429 3895 469 433 0 3959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25716

[startup+0.30023 s]
/proc/loadavg: 1.08 0.96 0.63 4/176 10475
/proc/meminfo: memFree=32043704/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=33652 CPUtime=0.29 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) R 10473 10475 10320 0 -1 4202496 6771 0 0 0 28 1 0 0 20 0 1 0 367998100 34459648 6407 33554432000 4194304 5964350 140734650554960 140735708298040 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 8413 6407 1113 433 0 5943 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33652

[startup+0.700225 s]
/proc/loadavg: 1.08 0.96 0.63 4/176 10475
/proc/meminfo: memFree=32043704/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=57524 CPUtime=0.69 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) R 10473 10475 10320 0 -1 4202496 13472 0 0 0 68 1 0 0 20 0 1 0 367998100 58904576 12882 33554432000 4194304 5964350 140734650554960 140734650553256 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 14381 12883 2174 433 0 11911 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57524

[startup+1.50025 s]
/proc/loadavg: 1.08 0.96 0.63 4/180 10479
/proc/meminfo: memFree=31825136/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=191632 CPUtime=1.48 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 35311 0 0 0 143 5 0 0 20 0 2 0 367998100 196231168 29090 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 47908 29090 198 433 0 47472 0
[pid=10475/tid=10479] ppid=10473 vsize=191632 CPUtime=0.77 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 21267 0 0 0 73 4 0 0 20 0 2 0 367998171 196231168 29090 33554432000 4194304 5964350 140734650554960 139656503266456 4392802 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 191632

[startup+3.10031 s]
/proc/loadavg: 1.08 0.96 0.63 4/180 10479
/proc/meminfo: memFree=31781732/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=191632 CPUtime=3.09 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 38514 0 0 0 303 6 0 0 20 0 2 0 367998100 196231168 32291 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 47908 32291 198 433 0 47472 0
[pid=10475/tid=10479] ppid=10473 vsize=191632 CPUtime=2.37 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 24470 0 0 0 233 4 0 0 20 0 2 0 367998171 196231168 32291 33554432000 4194304 5964350 140734650554960 139656503265832 4403597 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191632

[startup+6.30027 s]
/proc/loadavg: 1.15 0.98 0.64 4/180 10479
/proc/meminfo: memFree=31766220/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=191632 CPUtime=6.29 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 38514 0 0 0 623 6 0 0 20 0 2 0 367998100 196231168 32291 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 47908 32291 198 433 0 47472 0
[pid=10475/tid=10479] ppid=10473 vsize=191632 CPUtime=5.56 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 24470 0 0 0 552 4 0 0 20 0 2 0 367998171 196231168 32291 33554432000 4194304 5964350 140734650554960 139656503265832 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 191632

[startup+12.7003 s]
/proc/loadavg: 1.22 1.00 0.64 4/180 10479
/proc/meminfo: memFree=31754988/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=191632 CPUtime=12.69 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 38580 0 0 0 1263 6 0 0 20 0 2 0 367998100 196231168 32357 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 47908 32357 198 433 0 47472 0
[pid=10475/tid=10479] ppid=10473 vsize=191632 CPUtime=11.94 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 24536 0 0 0 1190 4 0 0 20 0 2 0 367998171 196231168 32357 33554432000 4194304 5964350 140734650554960 139656503265832 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 191632

[startup+25.5004 s]
/proc/loadavg: 1.39 1.05 0.66 4/180 10479
/proc/meminfo: memFree=31739780/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=191632 CPUtime=25.48 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 41762 0 0 0 2542 6 0 0 20 0 2 0 367998100 196231168 36049 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 47908 36049 198 433 0 47472 0
[pid=10475/tid=10479] ppid=10473 vsize=191632 CPUtime=24.7 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 27718 0 0 0 2466 4 0 0 20 0 2 0 367998171 196231168 36049 33554432000 4194304 5964350 140734650554960 139656503265832 4399840 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) 191632

[startup+51.1004 s]
/proc/loadavg: 1.60 1.12 0.70 4/180 10479
/proc/meminfo: memFree=31734108/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=191632 CPUtime=51.07 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 41999 0 0 0 5101 6 0 0 20 0 2 0 367998100 196231168 36286 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 47908 36286 198 433 0 47472 0
[pid=10475/tid=10479] ppid=10473 vsize=191632 CPUtime=50.23 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 27955 0 0 0 5019 4 0 0 20 0 2 0 367998171 196231168 36286 33554432000 4194304 5964350 140734650554960 139656503265832 4399998 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 191632

[startup+102.307 s]
/proc/loadavg: 1.82 1.25 0.76 4/180 10482
/proc/meminfo: memFree=31702784/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=191632 CPUtime=102.27 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 48062 0 0 0 10214 13 0 0 20 0 2 0 367998100 196231168 42349 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 47908 42349 198 433 0 47472 0
[pid=10475/tid=10479] ppid=10473 vsize=191632 CPUtime=101.3 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 34018 0 0 0 10118 12 0 0 20 0 2 0 367998171 196231168 42349 33554432000 4194304 5964350 140734650554960 139656503265320 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 191632

[startup+162.3 s]
/proc/loadavg: 1.93 1.39 0.84 4/179 10482
/proc/meminfo: memFree=31667980/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=257168 CPUtime=162.25 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 53754 0 0 0 16205 20 0 0 20 0 2 0 367998100 263340032 48522 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 64292 48522 198 433 0 63856 0
[pid=10475/tid=10479] ppid=10473 vsize=257168 CPUtime=161.13 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 39710 0 0 0 16093 20 0 0 20 0 2 0 367998171 263340032 48522 33554432000 4194304 5964350 140734650554960 139656503265272 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 257168

[startup+222.3 s]
/proc/loadavg: 1.97 1.50 0.91 4/179 10482
/proc/meminfo: memFree=31632424/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=257168 CPUtime=222.22 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 60167 0 0 0 22200 22 0 0 20 0 2 0 367998100 263340032 56643 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 64292 56643 198 433 0 63856 0
[pid=10475/tid=10479] ppid=10473 vsize=257168 CPUtime=220.97 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 46123 0 0 0 22074 23 0 0 20 0 2 0 367998171 263340032 56643 33554432000 4194304 5964350 140734650554960 139656503265704 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 257168

[startup+282.3 s]
/proc/loadavg: 1.99 1.58 0.97 4/179 10483
/proc/meminfo: memFree=31620456/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=257168 CPUtime=282.2 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 60182 0 0 0 28198 22 0 0 20 0 2 0 367998100 263340032 56660 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 64292 56660 198 433 0 63856 0
[pid=10475/tid=10479] ppid=10473 vsize=257168 CPUtime=280.8 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 46138 0 0 0 28056 24 0 0 20 0 2 0 367998171 263340032 56660 33554432000 4194304 5964350 140734650554960 139656503265704 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 257168

[startup+342.3 s]
/proc/loadavg: 1.99 1.66 1.03 4/179 10483
/proc/meminfo: memFree=31616844/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=257168 CPUtime=342.19 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 60182 0 0 0 34197 22 0 0 20 0 2 0 367998100 263340032 56660 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 64292 56660 198 433 0 63856 0
[pid=10475/tid=10479] ppid=10473 vsize=257168 CPUtime=340.65 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 46138 0 0 0 34040 25 0 0 20 0 2 0 367998171 263340032 56660 33554432000 4194304 5964350 140734650554960 139656503265704 4399858 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 257168

[startup+402.3 s]
/proc/loadavg: 1.99 1.72 1.09 4/178 10483
/proc/meminfo: memFree=31599984/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=257168 CPUtime=402.18 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 61886 0 0 0 40193 25 0 0 20 0 2 0 367998100 263340032 58364 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 64292 58364 198 433 0 63856 0
[pid=10475/tid=10479] ppid=10473 vsize=257168 CPUtime=400.49 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 47842 0 0 0 40020 29 0 0 20 0 2 0 367998171 263340032 58364 33554432000 4194304 5964350 140734650554960 139656503265272 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 257168

[startup+462.3 s]
/proc/loadavg: 1.99 1.77 1.15 4/179 10484
/proc/meminfo: memFree=31581808/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=326352 CPUtime=462.18 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 1.68 4/179 10527
/proc/meminfo: memFree=31351388/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1421.97 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 99402 0 0 0 142118 79 0 0 20 0 2 0 367998100 470269952 97052 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97052 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1417.85 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 85358 0 0 0 141687 98 0 0 20 0 2 0 367998171 470269952 97052 33554432000 4194304 5964350 140734650554960 139656503265080 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 459248

[startup+1482.3 s]
/proc/loadavg: 2.08 2.03 1.70 4/179 10528
/proc/meminfo: memFree=31351388/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1481.96 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 99452 0 0 0 148117 79 0 0 20 0 2 0 367998100 470269952 97102 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97102 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1477.69 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 85408 0 0 0 147670 99 0 0 20 0 2 0 367998171 470269952 97102 33554432000 4194304 5964350 140734650554960 139656503265080 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 459248

[startup+1542.3 s]
/proc/loadavg: 2.08 2.03 1.73 4/179 10528
/proc/meminfo: memFree=31350316/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1541.95 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 99606 0 0 0 154115 80 0 0 20 0 2 0 367998100 470269952 97342 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97342 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1537.53 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 85562 0 0 0 153652 101 0 0 20 0 2 0 367998171 470269952 97342 33554432000 4194304 5964350 140734650554960 139656503265080 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 459248

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 1.74 4/179 10528
/proc/meminfo: memFree=31350168/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1601.93 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 99622 0 0 0 160113 80 0 0 20 0 2 0 367998100 470269952 97417 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97417 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1597.36 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 85578 0 0 0 159634 102 0 0 20 0 2 0 367998171 470269952 97417 33554432000 4194304 5964350 140734650554960 139656503265080 4222330 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 459248

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 1.76 4/179 10528
/proc/meminfo: memFree=31350292/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1661.92 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 99650 0 0 0 166112 80 0 0 20 0 2 0 367998100 470269952 97445 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97445 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1657.21 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 85606 0 0 0 165618 103 0 0 20 0 2 0 367998171 470269952 97445 33554432000 4194304 5964350 140734650554960 139656503265080 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 459248

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 1.77 4/179 10528
/proc/meminfo: memFree=31349672/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1721.91 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 99773 0 0 0 172111 80 0 0 20 0 2 0 367998100 470269952 97568 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97568 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1717.06 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 85729 0 0 0 171602 104 0 0 20 0 2 0 367998171 470269952 97568 33554432000 4194304 5964350 140734650554960 139656503265080 4392838 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 459248

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31318732/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1781.9 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 99984 0 0 0 178110 80 0 0 20 0 2 0 367998100 470269952 97779 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97779 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1776.9 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 85940 0 0 0 177586 104 0 0 20 0 2 0 367998171 470269952 97779 33554432000 4194304 5964350 140734650554960 139656503265080 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 459248

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31318360/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1791.5 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 100140 0 0 0 179070 80 0 0 20 0 2 0 367998100 470269952 97935 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 97935 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1786.48 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 86096 0 0 0 178543 105 0 0 20 0 2 0 367998171 470269952 97935 33554432000 4194304 5964350 140734650554960 139656503265272 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.5
Current children cumulated vsize (KiB) 459248

[startup+1795.1 s]
/proc/loadavg: 2.05 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31317616/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1794.7 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 100325 0 0 0 179390 80 0 0 20 0 2 0 367998100 470269952 98120 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 98120 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1789.67 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 86281 0 0 0 178862 105 0 0 20 0 2 0 367998171 470269952 98120 33554432000 4194304 5964350 140734650554960 139656503265272 4387871 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.7
Current children cumulated vsize (KiB) 459248

[startup+1798.3 s]
/proc/loadavg: 2.04 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31317368/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1797.9 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 100473 0 0 0 179709 81 0 0 20 0 2 0 367998100 470269952 98268 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 98268 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1792.86 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 86429 0 0 0 179180 106 0 0 20 0 2 0 367998171 470269952 98268 33554432000 4194304 5964350 140734650554960 139656503265320 4400007 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 459248

[startup+1799.1 s]
/proc/loadavg: 2.04 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31317244/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1798.7 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 100509 0 0 0 179789 81 0 0 20 0 2 0 367998100 470269952 98304 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 98304 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1793.66 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 86465 0 0 0 179260 106 0 0 20 0 2 0 367998171 470269952 98304 33554432000 4194304 5964350 140734650554960 139656503265272 4403501 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 459248

[startup+1799.5 s]
/proc/loadavg: 2.04 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31316872/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1799.11 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 100533 0 0 0 179830 81 0 0 20 0 2 0 367998100 470269952 98328 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 98328 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1794.06 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 86489 0 0 0 179300 106 0 0 20 0 2 0 367998171 470269952 98328 33554432000 4194304 5964350 140734650554960 139656503265272 4399906 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 459248

[startup+1799.9 s]
/proc/loadavg: 2.04 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31316872/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1799.5 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 100554 0 0 0 179869 81 0 0 20 0 2 0 367998100 470269952 98349 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 98349 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1794.46 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 86510 0 0 0 179340 106 0 0 20 0 2 0 367998171 470269952 98349 33554432000 4194304 5964350 140734650554960 139656503265272 4221120 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 459248

[startup+1800 s]
/proc/loadavg: 2.04 2.04 1.79 4/179 10529
/proc/meminfo: memFree=31316872/32873844 swapFree=7124/7124
[pid=10475] ppid=10473 vsize=459248 CPUtime=1799.6 cores=1,3,5,7
/proc/10475/stat : 10475 (wbo1.72) S 10473 10475 10320 0 -1 4202496 100558 0 0 0 179879 81 0 0 20 0 2 0 367998100 470269952 98353 33554432000 4194304 5964350 140734650554960 140734650554480 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10475/statm: 114812 98353 198 433 0 114376 0
[pid=10475/tid=10479] ppid=10473 vsize=459248 CPUtime=1794.56 cores=1,3,5,7
/proc/10475/task/10479/stat : 10479 (wbo1.72) R 10473 10475 10320 0 -1 4202560 86514 0 0 0 179350 106 0 0 20 0 2 0 367998171 470269952 98353 33554432000 4194304 5964350 140734650554960 139656503265272 4399840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.6
Current children cumulated vsize (KiB) 459248

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10475 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=199240
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=89834
# CPU time returned by wait4() is 1795.29
# while last known CPU time is 1799.6
#
# 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.6
CPU user time (s): 1798.79
CPU system time (s): 0.81
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 459248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.08983
maximum resident set size= 393420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100560
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= 129
involuntary context switches= 1891

runsolver used 6.69598 second user time and 17.8523 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-06 23:38:50
IDJOB=3727803
IDBENCH=77380
IDSOLVER=2313
FILE ID=node138/3727803-1339018730
RUNJOBID= node138-1339018730-10449
PBS_JOBID= 14643277
Free space on /tmp= 70648 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/oliveras/j120opt/normalized-j12038_4.std.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727803-1339018730/watcher-3727803-1339018730 -o /tmp/evaluation-result-3727803-1339018730/solver-3727803-1339018730 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727803-1339018730.opb

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

MD5SUM BENCH= 661b4190c55178f9645295549e370fd5
RANDOM SEED=1532330652

node138.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.347
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.69
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.347
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.347
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.347
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.347
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.347
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.347
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.92
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.347
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:        32044768 kB
Buffers:            4872 kB
Cached:            80320 kB
SwapCached:        19660 kB
Active:            62952 kB
Inactive:          44288 kB
Active(anon):       4016 kB
Inactive(anon):    20208 kB
Active(file):      58936 kB
Inactive(file):    24080 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67081872 kB
Dirty:             27260 kB
Writeback:             0 kB
AnonPages:         11900 kB
Mapped:             8088 kB
Shmem:                 0 kB
Slab:             583304 kB
SReclaimable:      23832 kB
SUnreclaim:       559472 kB
KernelStack:        1432 kB
PageTables:         4192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105328 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= 70640 MiB
End job on node138 at 2012-06-07 00:08:50