Trace number 3726626

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.02? 1799.52 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12039_7-sat.opb
MD5SUM0f318fc75cd8d877b44870fe2fa76e77
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 variables25410
Total number of constraints83992
Number of constraints which are clauses83576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints416
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 732
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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726626-1338658218.opb.
0.00/0.00	c Instance file HOME/instance-3726626-1338658218.opb
0.00/0.00	c File size is 2777152 bytes.
0.18/0.21	c Highest Coefficient sum: 732
0.18/0.21	c ============================[ Problem Statistics ]=============================
0.18/0.21	c |                                                                             |
0.18/0.21	c |  Parsing time:          0.22         s                                      |
0.18/0.21	c |  Number Variables:      25410                                               |
0.18/0.21	c |  Number Clauses:        83576                                               |
0.18/0.21	c |  Number Cardinality:    0                                                   |
0.18/0.21	c |  Number PB Constraints: 416                                                 |
0.18/0.21	c |                                                                             |
0.18/0.25	c |  Problem Type:          Decision                                            |
0.18/0.25	c |  Objective Function:    None                                                |
0.18/0.25	c |                                                                             |
0.18/0.25	c ===============================================================================
1799.52/1800.00	c ===============================================================================
1799.52/1800.00	c Wall Clock Time: 1800.00 s
1799.52/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-3726626-1338658218/watcher-3726626-1338658218 -o /tmp/evaluation-result-3726626-1338658218/solver-3726626-1338658218 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726626-1338658218.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.00 2/178 26845
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=6528 CPUtime=0 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) R 26843 26845 23807 0 -1 4202496 482 0 0 0 0 0 0 0 20 0 1 0 331946699 6684672 435 33554432000 4194304 5964478 140737412067952 140734560310344 4395266 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 1632 435 170 433 0 517 0

[startup+0.0950431 s]
/proc/loadavg: 2.05 2.03 2.00 2/178 26845
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=13472 CPUtime=0.08 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) R 26843 26845 23807 0 -1 4202496 2392 0 0 0 8 0 0 0 20 0 1 0 331946699 13795328 2312 33554432000 4194304 5964478 140737412067952 140734560310344 4419535 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 3368 2313 473 433 0 2253 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13472

[startup+0.100279 s]
/proc/loadavg: 2.05 2.03 2.00 2/178 26845
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=13736 CPUtime=0.09 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) R 26843 26845 23807 0 -1 4202496 2494 0 0 0 9 0 0 0 20 0 1 0 331946699 14065664 2414 33554432000 4194304 5964478 140737412067952 140734560310344 4395406 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 3434 2416 491 433 0 2319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13736

[startup+0.300304 s]
/proc/loadavg: 2.05 2.03 2.00 2/178 26845
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=98692 CPUtime=0.29 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 9068 0 0 0 28 1 0 0 20 0 2 0 331946699 101060608 7408 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 24673 7408 185 433 0 24237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98692

[startup+0.700232 s]
/proc/loadavg: 2.05 2.03 2.00 2/178 26845
/proc/meminfo: memFree=31491116/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=98692 CPUtime=0.69 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 9157 0 0 0 68 1 0 0 20 0 2 0 331946699 101060608 7497 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 24673 7497 187 433 0 24237 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98692

[startup+1.50026 s]
/proc/loadavg: 2.05 2.03 2.00 3/180 26847
/proc/meminfo: memFree=31460744/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=98692 CPUtime=1.49 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 9769 0 0 0 148 1 0 0 20 0 2 0 331946699 101060608 8109 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 24673 8109 187 433 0 24237 0
[pid=26845/tid=26847] ppid=26843 vsize=98692 CPUtime=1.26 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 4654 0 0 0 126 0 0 0 20 0 2 0 331946721 101060608 8109 33554432000 4194304 5964478 140737412067952 139757421717432 4403717 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98692

[startup+3.10029 s]
/proc/loadavg: 2.04 2.03 2.00 3/180 26847
/proc/meminfo: memFree=31456776/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=98692 CPUtime=3.09 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 10846 0 0 0 307 2 0 0 20 0 2 0 331946699 101060608 9186 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 24673 9186 187 433 0 24237 0
[pid=26845/tid=26847] ppid=26843 vsize=98692 CPUtime=2.86 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 5731 0 0 0 285 1 0 0 20 0 2 0 331946721 101060608 9186 33554432000 4194304 5964478 140737412067952 139757421717304 4403343 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98692

[startup+6.3003 s]
/proc/loadavg: 2.04 2.03 2.00 3/180 26847
/proc/meminfo: memFree=31447484/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=98692 CPUtime=6.29 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 12570 0 0 0 627 2 0 0 20 0 2 0 331946699 101060608 10910 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 24673 10910 187 433 0 24237 0
[pid=26845/tid=26847] ppid=26843 vsize=98692 CPUtime=6.05 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 7455 0 0 0 604 1 0 0 20 0 2 0 331946721 101060608 10910 33554432000 4194304 5964478 140737412067952 139757421717496 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98692

[startup+12.7003 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 26847
/proc/meminfo: memFree=31431496/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=98692 CPUtime=12.68 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 15640 0 0 0 1265 3 0 0 20 0 2 0 331946699 101060608 14219 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 24673 14219 187 433 0 24237 0
[pid=26845/tid=26847] ppid=26843 vsize=98692 CPUtime=12.43 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 10525 0 0 0 1241 2 0 0 20 0 2 0 331946721 101060608 14219 33554432000 4194304 5964478 140737412067952 139757421717496 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98692

[startup+25.5003 s]
/proc/loadavg: 2.03 2.02 2.00 3/180 26847
/proc/meminfo: memFree=31412500/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=98692 CPUtime=25.47 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 18707 0 0 0 2543 4 0 0 20 0 2 0 331946699 101060608 17288 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 24673 17288 187 433 0 24237 0
[pid=26845/tid=26847] ppid=26843 vsize=98692 CPUtime=25.19 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 13592 0 0 0 2516 3 0 0 20 0 2 0 331946721 101060608 17288 33554432000 4194304 5964478 140737412067952 139757421717544 4381601 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 98692

[startup+51.1003 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 26847
/proc/meminfo: memFree=31385320/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=165312 CPUtime=51.06 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 23191 0 0 0 5100 6 0 0 20 0 2 0 331946699 169279488 21758 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 41328 21758 187 433 0 40892 0
[pid=26845/tid=26847] ppid=26843 vsize=165312 CPUtime=50.71 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 18076 0 0 0 5066 5 0 0 20 0 2 0 331946721 169279488 21758 33554432000 4194304 5964478 140737412067952 139757421717304 4403664 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 165312

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 26847
/proc/meminfo: memFree=31326752/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=165852 CPUtime=102.25 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 32727 0 0 0 10215 10 0 0 20 0 2 0 331946699 169832448 31488 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 41463 31488 187 433 0 41027 0
[pid=26845/tid=26847] ppid=26843 vsize=165852 CPUtime=101.78 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 27612 0 0 0 10168 10 0 0 20 0 2 0 331946721 169832448 31488 33554432000 4194304 5964478 140737412067952 139757421717544 4381996 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 165852

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 26847
/proc/meminfo: memFree=31271440/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=232196 CPUtime=162.23 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 41533 0 0 0 16207 16 0 0 20 0 2 0 331946699 237768704 40294 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 58049 40294 187 433 0 57613 0
[pid=26845/tid=26847] ppid=26843 vsize=232196 CPUtime=161.62 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 36418 0 0 0 16145 17 0 0 20 0 2 0 331946721 237768704 40294 33554432000 4194304 5964478 140737412067952 139757421717304 4400010 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 232196

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/179 26848
/proc/meminfo: memFree=31219112/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=232196 CPUtime=222.22 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 50703 0 0 0 22199 23 0 0 20 0 2 0 331946699 237768704 49464 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 58049 49464 187 433 0 57613 0
[pid=26845/tid=26847] ppid=26843 vsize=232196 CPUtime=221.47 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 45588 0 0 0 22122 25 0 0 20 0 2 0 331946721 237768704 49464 33554432000 4194304 5964478 140737412067952 139757421717544 4400010 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) 232196

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 26848
/proc/meminfo: memFree=31178936/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=297732 CPUtime=282.21 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 56717 0 0 0 28191 30 0 0 20 0 2 0 331946699 304877568 55478 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 74433 55478 187 433 0 73997 0
[pid=26845/tid=26847] ppid=26843 vsize=297732 CPUtime=281.31 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 51602 0 0 0 28098 33 0 0 20 0 2 0 331946721 304877568 55478 33554432000 4194304 5964478 140737412067952 139757421717304 4400416 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 297732

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 26849
/proc/meminfo: memFree=31158528/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=297732 CPUtime=342.17 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 57848 0 0 0 34186 31 0 0 20 0 2 0 331946699 304877568 56708 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 74433 56708 187 433 0 73997 0
[pid=26845/tid=26847] ppid=26843 vsize=297732 CPUtime=341.12 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 52733 0 0 0 34077 35 0 0 20 0 2 0 331946721 304877568 56708 33554432000 4194304 5964478 140737412067952 139757421717496 4381732 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 297732

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26849
/proc/meminfo: memFree=31112340/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=297732 CPUtime=402.15 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 65756 0 0 0 40172 43 0 0 20 0 2 0 331946699 304877568 64614 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 74433 64614 187 433 0 73997 0
[pid=26845/tid=26847] ppid=26843 vsize=297732 CPUtime=400.94 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 60641 0 0 0 40046 48 0 0 20 0 2 0 331946721 304877568 64614 33554432000 4194304 5964478 140737412067952 139757421717544 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 297732

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26849
/proc/meminfo: memFree=31073560/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=298948 CPUtime=462.13 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26898
/proc/meminfo: memFree=30740220/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=561092 CPUtime=1421.89 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 121762 0 0 0 142072 117 0 0 20 0 2 0 331946699 574558208 121017 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 140273 121017 187 433 0 139837 0
[pid=26845/tid=26847] ppid=26843 vsize=561092 CPUtime=1418.23 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 116647 0 0 0 141686 137 0 0 20 0 2 0 331946721 574558208 121017 33554432000 4194304 5964478 140737412067952 139757421717496 4381968 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 561092

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26898
/proc/meminfo: memFree=30700788/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=561092 CPUtime=1481.87 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 128395 0 0 0 148062 125 0 0 20 0 2 0 331946699 574558208 127650 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 140273 127650 187 433 0 139837 0
[pid=26845/tid=26847] ppid=26843 vsize=561092 CPUtime=1478.07 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 123280 0 0 0 147661 146 0 0 20 0 2 0 331946721 574558208 127650 33554432000 4194304 5964478 140737412067952 139757421717304 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 561092

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26898
/proc/meminfo: memFree=30665324/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=561092 CPUtime=1541.86 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 133894 0 0 0 154054 132 0 0 20 0 2 0 331946699 574558208 133149 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 140273 133149 187 433 0 139837 0
[pid=26845/tid=26847] ppid=26843 vsize=561092 CPUtime=1537.92 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 128779 0 0 0 153638 154 0 0 20 0 2 0 331946721 574558208 133149 33554432000 4194304 5964478 140737412067952 139757421717496 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 561092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26898
/proc/meminfo: memFree=30635644/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=626628 CPUtime=1601.85 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 137851 0 0 0 160048 137 0 0 20 0 2 0 331946699 641667072 137106 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 156657 137106 187 433 0 156221 0
[pid=26845/tid=26847] ppid=26843 vsize=626628 CPUtime=1597.77 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 132736 0 0 0 159617 160 0 0 20 0 2 0 331946721 641667072 137106 33554432000 4194304 5964478 140737412067952 139757421717496 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 626628

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 26898
/proc/meminfo: memFree=30590908/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1661.84 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 142112 0 0 0 166042 142 0 0 20 0 2 0 331946699 643534848 141367 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 141367 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1657.61 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 136997 0 0 0 165595 166 0 0 20 0 2 0 331946721 643534848 141367 33554432000 4194304 5964478 140737412067952 139757421717544 4399932 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 628452

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 26899
/proc/meminfo: memFree=30560900/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1721.84 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 146278 0 0 0 172036 148 0 0 20 0 2 0 331946699 643534848 145533 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 145533 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1717.46 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 141163 0 0 0 171573 173 0 0 20 0 2 0 331946721 643534848 145533 33554432000 4194304 5964478 140737412067952 139757421717496 4381996 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 628452

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 26899
/proc/meminfo: memFree=30540068/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1781.83 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148497 0 0 0 178032 151 0 0 20 0 2 0 331946699 643534848 147752 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147752 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1777.3 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143382 0 0 0 177554 176 0 0 20 0 2 0 331946721 643534848 147752 33554432000 4194304 5964478 140737412067952 139757421717496 4399938 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 628452

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

[startup+1791.91 s]
/proc/loadavg: 2.09 2.02 2.01 3/180 26902
/proc/meminfo: memFree=30538308/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1791.43 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148498 0 0 0 178992 151 0 0 20 0 2 0 331946699 643534848 147753 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147753 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1786.89 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143383 0 0 0 178512 177 0 0 20 0 2 0 331946721 643534848 147753 33554432000 4194304 5964478 140737412067952 139757421717496 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 628452

[startup+1795.1 s]
/proc/loadavg: 2.08 2.02 2.00 3/180 26902
/proc/meminfo: memFree=30537820/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1794.63 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148498 0 0 0 179312 151 0 0 20 0 2 0 331946699 643534848 147753 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147753 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1790.08 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143383 0 0 0 178831 177 0 0 20 0 2 0 331946721 643534848 147753 33554432000 4194304 5964478 140737412067952 139757421717496 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 628452

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 26902
/proc/meminfo: memFree=30537448/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1797.82 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148498 0 0 0 179631 151 0 0 20 0 2 0 331946699 643534848 147753 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147753 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1793.26 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143383 0 0 0 179149 177 0 0 20 0 2 0 331946721 643534848 147753 33554432000 4194304 5964478 140737412067952 139757421717496 4381708 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 628452

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 26902
/proc/meminfo: memFree=30537208/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1798.62 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148498 0 0 0 179711 151 0 0 20 0 2 0 331946699 643534848 147753 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147753 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1794.06 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143383 0 0 0 179229 177 0 0 20 0 2 0 331946721 643534848 147753 33554432000 4194304 5964478 140737412067952 139757421717496 4400496 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 628452

[startup+1799.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 26902
/proc/meminfo: memFree=30536588/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1799.03 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148498 0 0 0 179752 151 0 0 20 0 2 0 331946699 643534848 147753 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147753 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1794.47 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143383 0 0 0 179270 177 0 0 20 0 2 0 331946721 643534848 147753 33554432000 4194304 5964478 140737412067952 139757421717496 4381699 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 628452

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 26902
/proc/meminfo: memFree=30536588/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1799.42 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148498 0 0 0 179791 151 0 0 20 0 2 0 331946699 643534848 147753 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147753 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1794.86 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143383 0 0 0 179309 177 0 0 20 0 2 0 331946721 643534848 147753 33554432000 4194304 5964478 140737412067952 139757421717496 4400542 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 628452

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.00 3/180 26902
/proc/meminfo: memFree=30536588/32873844 swapFree=7116/7116
[pid=26845] ppid=26843 vsize=628452 CPUtime=1799.52 cores=1,3,5,7
/proc/26845/stat : 26845 (pwbo2.02) S 26843 26845 23807 0 -1 4202496 148498 0 0 0 179801 151 0 0 20 0 2 0 331946699 643534848 147753 33554432000 4194304 5964478 140737412067952 140737412067472 4546685 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26845/statm: 157113 147753 187 433 0 156677 0
[pid=26845/tid=26847] ppid=26843 vsize=628452 CPUtime=1794.96 cores=1,3,5,7
/proc/26845/task/26847/stat : 26847 (pwbo2.02) R 26843 26845 23807 0 -1 4202560 143383 0 0 0 179319 177 0 0 20 0 2 0 331946721 643534848 147753 33554432000 4194304 5964478 140737412067952 139757421717496 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 628452

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26845 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=406360
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=802725
# CPU time returned by wait4() is 1795.21
# while last known CPU time is 1799.52
#
# 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.52
CPU user time (s): 1798.01
CPU system time (s): 1.51
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 628452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.41
system time used= 1.80272
maximum resident set size= 591032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148503
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= 212
involuntary context switches= 1845

runsolver used 3.77942 second user time and 8.81366 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-02 19:30:18
IDJOB=3726626
IDBENCH=74369
IDSOLVER=2310
FILE ID=node146/3726626-1338658218
RUNJOBID= node146-1338651664-25622
PBS_JOBID= 14636434
Free space on /tmp= 70912 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12039_7-sat.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726626-1338658218/watcher-3726626-1338658218 -o /tmp/evaluation-result-3726626-1338658218/solver-3726626-1338658218 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726626-1338658218.opb

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

MD5SUM BENCH= 0f318fc75cd8d877b44870fe2fa76e77
RANDOM SEED=237914670

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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:       32873844 kB
MemFree:        31491760 kB
Buffers:          113460 kB
Cached:           180708 kB
SwapCached:         1792 kB
Active:           456336 kB
Inactive:         178848 kB
Active(anon):     342092 kB
Inactive(anon):     1556 kB
Active(file):     114244 kB
Inactive(file):   177292 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099772 kB
Dirty:              8180 kB
Writeback:             0 kB
AnonPages:        347704 kB
Mapped:             9536 kB
Shmem:                 0 kB
Slab:             607772 kB
SReclaimable:      48036 kB
SUnreclaim:       559736 kB
KernelStack:        1496 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     176852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 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= 70868 MiB
End job on node146 at 2012-06-02 20:00:18