Trace number 3704261

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
pwbo 2.0? 1799.61 1800.01

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
MD5SUM583fb36c9cf948cc03f361dd87435bdd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.018996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints61
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                    2.0 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704261-1338092326.opb.
0.00/0.00	c Instance file HOME/instance-3704261-1338092326.opb
0.00/0.00	c File size is 15321 bytes.
0.00/0.00	c Highest Coefficient sum: 32
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.00         s                                      |
0.00/0.00	c |  Number Variables:      930                                                 |
0.00/0.00	c |  Number Clauses:        31                                                  |
0.00/0.00	c |  Number Cardinality:    30                                                  |
0.00/0.00	c |  Number PB Constraints: 0                                                   |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Decision                                            |
0.00/0.01	c |  Objective Function:    None                                                |
0.00/0.01	c |                                                                             |
0.00/0.01	c ===============================================================================
1799.61/1800.00	c ===============================================================================
1799.61/1800.00	c Wall Clock Time: 1800.00 s
1799.61/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-3704261-1338092326/watcher-3704261-1338092326 -o /tmp/evaluation-result-3704261-1338092326/solver-3704261-1338092326 -C 1800 -W 1900 -M 15500 pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704261-1338092326.opb 

running on 4 cores: 0,2,4,6

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.09 2.02 1.96 3/177 18915
/proc/meminfo: memFree=28539760/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/18915/stat : 18915 (runsolver) D 18913 18915 17458 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 275357073 12095488 51 33554432000 4194304 5436572 140737303073936 140737303070232 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/18915/statm: 2953 51 31 304 0 2645 0

[startup+0.017694 s]
/proc/loadavg: 2.09 2.02 1.96 3/177 18915
/proc/meminfo: memFree=28539760/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=83848 CPUtime=0 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 938 0 0 0 0 0 0 0 20 0 2 0 275357073 85860352 887 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 20962 887 189 433 0 20526 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 83848

[startup+0.100152 s]
/proc/loadavg: 2.09 2.02 1.96 3/177 18915
/proc/meminfo: memFree=28539760/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=83848 CPUtime=0.09 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 1214 0 0 0 9 0 0 0 20 0 2 0 275357073 85860352 1163 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 20962 1163 190 433 0 20526 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 83848

[startup+0.300113 s]
/proc/loadavg: 2.09 2.02 1.96 3/177 18915
/proc/meminfo: memFree=28539760/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=83848 CPUtime=0.28 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 1756 0 0 0 28 0 0 0 20 0 2 0 275357073 85860352 1705 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 20962 1705 190 433 0 20526 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 83848

[startup+0.700111 s]
/proc/loadavg: 2.09 2.02 1.96 3/177 18915
/proc/meminfo: memFree=28539760/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=83848 CPUtime=0.68 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 2728 0 0 0 68 0 0 0 20 0 2 0 275357073 85860352 2677 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 20962 2677 190 433 0 20526 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 83848

[startup+1.5003 s]
/proc/loadavg: 2.09 2.02 1.96 3/179 18917
/proc/meminfo: memFree=28527204/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=83992 CPUtime=1.49 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 4375 0 0 0 148 1 0 0 20 0 2 0 275357073 86007808 4324 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 20998 4325 190 433 0 20562 0
[pid=18915/tid=18917] ppid=18913 vsize=83992 CPUtime=1.47 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 3604 0 0 0 147 0 0 0 20 0 2 0 275357074 86007808 4325 33554432000 4194304 5965102 140734961676848 140578372143096 5137076 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83992

[startup+3.10031 s]
/proc/loadavg: 2.09 2.02 1.96 3/179 18917
/proc/meminfo: memFree=28521748/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=83992 CPUtime=3.08 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 5767 0 0 0 307 1 0 0 20 0 2 0 275357073 86007808 5716 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 20998 5716 190 433 0 20562 0
[pid=18915/tid=18917] ppid=18913 vsize=83992 CPUtime=3.07 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 4995 0 0 0 306 1 0 0 20 0 2 0 275357074 86007808 5716 33554432000 4194304 5965102 140734961676848 140578372143096 4401143 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 83992

[startup+6.30024 s]
/proc/loadavg: 2.08 2.02 1.96 3/179 18917
/proc/meminfo: memFree=28513676/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=84064 CPUtime=6.28 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 6706 0 0 0 627 1 0 0 20 0 2 0 275357073 86081536 6655 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 21016 6655 190 433 0 20580 0
[pid=18915/tid=18917] ppid=18913 vsize=84064 CPUtime=6.26 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 5934 0 0 0 625 1 0 0 20 0 2 0 275357074 86081536 6655 33554432000 4194304 5965102 140734961676848 140578372143096 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84064

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 1.96 3/179 18917
/proc/meminfo: memFree=28498736/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=84172 CPUtime=12.68 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 11104 0 0 0 1265 3 0 0 20 0 2 0 275357073 86192128 11053 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 21043 11053 190 433 0 20607 0
[pid=18915/tid=18917] ppid=18913 vsize=84172 CPUtime=12.64 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 10332 0 0 0 1262 2 0 0 20 0 2 0 275357074 86192128 11053 33554432000 4194304 5965102 140734961676848 140578372143096 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84172

[startup+25.5003 s]
/proc/loadavg: 2.06 2.02 1.96 3/179 18917
/proc/meminfo: memFree=28457312/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=149708 CPUtime=25.47 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 20981 0 0 0 2542 5 0 0 20 0 2 0 275357073 153300992 20930 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 37427 20930 190 433 0 36991 0
[pid=18915/tid=18917] ppid=18913 vsize=149708 CPUtime=25.41 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 20209 0 0 0 2536 5 0 0 20 0 2 0 275357074 153300992 20930 33554432000 4194304 5965102 140734961676848 140578372143096 4401143 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 149708

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 1.96 3/179 18917
/proc/meminfo: memFree=28424172/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=149868 CPUtime=51.08 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 25453 0 0 0 5101 7 0 0 20 0 2 0 275357073 153464832 25402 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 37467 25402 190 433 0 37031 0
[pid=18915/tid=18917] ppid=18913 vsize=149868 CPUtime=50.94 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 24681 0 0 0 5087 7 0 0 20 0 2 0 275357074 153464832 25402 33554432000 4194304 5965102 140734961676848 140578372143096 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 149868

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 1.96 3/180 18920
/proc/meminfo: memFree=28377308/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=215644 CPUtime=102.28 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 34599 0 0 0 10218 10 0 0 20 0 2 0 275357073 220819456 34548 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 53911 34548 190 433 0 53475 0
[pid=18915/tid=18917] ppid=18913 vsize=215644 CPUtime=102.02 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 33827 0 0 0 10191 11 0 0 20 0 2 0 275357074 220819456 34548 33554432000 4194304 5965102 140734961676848 140578372142904 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 215644

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 18921
/proc/meminfo: memFree=28364952/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=216220 CPUtime=162.26 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 38004 0 0 0 16215 11 0 0 20 0 2 0 275357073 221409280 37953 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 54055 37953 190 433 0 53619 0
[pid=18915/tid=18917] ppid=18913 vsize=216220 CPUtime=161.86 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 37232 0 0 0 16173 13 0 0 20 0 2 0 275357074 221409280 37953 33554432000 4194304 5965102 140734961676848 140578372143096 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 216220

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 18921
/proc/meminfo: memFree=28291324/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=282908 CPUtime=222.25 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 51523 0 0 0 22209 16 0 0 20 0 2 0 275357073 289697792 51472 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 70727 51472 190 433 0 70291 0
[pid=18915/tid=18917] ppid=18913 vsize=282908 CPUtime=221.71 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 50751 0 0 0 22152 19 0 0 20 0 2 0 275357074 289697792 51472 33554432000 4194304 5965102 140734961676848 140578372143096 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 282908

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 18921
/proc/meminfo: memFree=28230724/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=282908 CPUtime=282.22 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 52068 0 0 0 28205 17 0 0 20 0 2 0 275357073 289697792 52086 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 70727 52086 190 433 0 70291 0
[pid=18915/tid=18917] ppid=18913 vsize=282908 CPUtime=281.53 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 51296 0 0 0 28132 21 0 0 20 0 2 0 275357074 289697792 52086 33554432000 4194304 5965102 140734961676848 140578372143096 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 282908

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 18921
/proc/meminfo: memFree=28036568/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=282908 CPUtime=342.18 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 60714 0 0 0 34196 22 0 0 20 0 2 0 275357073 289697792 60767 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 70727 60767 190 433 0 70291 0
[pid=18915/tid=18917] ppid=18913 vsize=282908 CPUtime=341.35 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 59942 0 0 0 34108 27 0 0 20 0 2 0 275357074 289697792 60767 33554432000 4194304 5965102 140734961676848 140578372143096 4401107 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 282908

[startup+402.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/179 18921
/proc/meminfo: memFree=27903896/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=283412 CPUtime=402.17 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 66567 0 0 0 40190 27 0 0 20 0 2 0 275357073 290213888 67407 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 70853 67407 190 433 0 70417 0
[pid=18915/tid=18917] ppid=18913 vsize=283412 CPUtime=401.19 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 65795 0 0 0 40086 33 0 0 20 0 2 0 275357074 290213888 67407 33554432000 4194304 5965102 140734961676848 140578372143096 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 283412

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 18922
/proc/meminfo: memFree=27789348/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=349668 CPUtime=462.16 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.01 1.97 3/179 18933
/proc/meminfo: memFree=27491160/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=417724 CPUtime=1421.99 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 85281 0 0 0 142157 42 0 0 20 0 2 0 275357073 427749376 86239 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104431 86239 190 433 0 103995 0
[pid=18915/tid=18917] ppid=18913 vsize=417724 CPUtime=1418.57 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 84509 0 0 0 141794 63 0 0 20 0 2 0 275357074 427749376 86239 33554432000 4194304 5965102 140734961676848 140578372143144 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.99
Current children cumulated vsize (KiB) 417724

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 18933
/proc/meminfo: memFree=27486076/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418048 CPUtime=1481.97 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 86574 0 0 0 148154 43 0 0 20 0 2 0 275357073 428081152 87532 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104512 87532 190 433 0 104076 0
[pid=18915/tid=18917] ppid=18913 vsize=418048 CPUtime=1478.41 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 85802 0 0 0 147776 65 0 0 20 0 2 0 275357074 428081152 87532 33554432000 4194304 5965102 140734961676848 140578372143144 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.97
Current children cumulated vsize (KiB) 418048

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 18972
/proc/meminfo: memFree=28587400/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1541.95 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89829 0 0 0 154149 46 0 0 20 0 2 0 275357073 428560384 90783 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90783 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1538.25 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89057 0 0 0 153756 69 0 0 20 0 2 0 275357074 428560384 90783 33554432000 4194304 5965102 140734961676848 140578372143096 4393958 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.95
Current children cumulated vsize (KiB) 418516

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/179 18972
/proc/meminfo: memFree=28573128/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1601.94 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89838 0 0 0 160148 46 0 0 20 0 2 0 275357073 428560384 90787 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90787 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1598.09 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89066 0 0 0 159739 70 0 0 20 0 2 0 275357074 428560384 90787 33554432000 4194304 5965102 140734961676848 140578372143096 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.94
Current children cumulated vsize (KiB) 418516

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.98 3/179 18973
/proc/meminfo: memFree=28561596/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1661.93 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89838 0 0 0 166147 46 0 0 20 0 2 0 275357073 428560384 90787 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90787 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1657.94 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89066 0 0 0 165723 71 0 0 20 0 2 0 275357074 428560384 90787 33554432000 4194304 5965102 140734961676848 140578372143096 4401131 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 418516

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/179 18973
/proc/meminfo: memFree=28547212/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1721.92 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89841 0 0 0 172146 46 0 0 20 0 2 0 275357073 428560384 90790 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90790 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1717.78 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89069 0 0 0 171706 72 0 0 20 0 2 0 275357074 428560384 90790 33554432000 4194304 5965102 140734961676848 140578372143096 4401155 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 418516

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28537672/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1781.91 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 178145 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1777.63 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 177690 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.91
Current children cumulated vsize (KiB) 418516

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28537176/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1791.51 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 179105 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1787.21 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 178648 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4401109 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 418516

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28534572/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1794.71 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 179425 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1790.41 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 178968 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4401107 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 418516

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28533580/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1797.91 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 179745 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1793.59 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 179286 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4401127 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (KiB) 418516

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28533084/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1798.71 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 179825 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1794.39 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 179366 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.71
Current children cumulated vsize (KiB) 418516

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28532588/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1799.11 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 179865 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1794.79 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 179406 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 418516

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28532588/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1799.51 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 179905 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1795.19 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 179446 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4400960 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 418516

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 18973
/proc/meminfo: memFree=28532588/32873648 swapFree=6604/6604
[pid=18915] ppid=18913 vsize=418516 CPUtime=1799.61 cores=0,2,4,6
/proc/18915/stat : 18915 (pwbo2.0) S 18913 18915 17458 0 -1 4202496 89842 0 0 0 179915 46 0 0 20 0 2 0 275357073 428560384 90791 33554432000 4194304 5965102 140734961676848 140734961676368 4547341 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18915/statm: 104629 90791 190 433 0 104193 0
[pid=18915/tid=18917] ppid=18913 vsize=418516 CPUtime=1795.29 cores=0,2,4,6
/proc/18915/task/18917/stat : 18917 (pwbo2.0) R 18913 18915 17458 0 -1 4202560 89070 0 0 0 179456 73 0 0 20 0 2 0 275357074 428560384 90791 33554432000 4194304 5965102 140734961676848 140578372143096 4401109 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (KiB) 418516

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18915 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=579182
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=742887
# CPU time returned by wait4() is 1795.32
# while last known CPU time is 1799.61
#
# 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.61
CPU user time (s): 1799.15
CPU system time (s): 0.46
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 418516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 0.742887
maximum resident set size= 363176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89845
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= 150
involuntary context switches= 2098

runsolver used 2.70859 second user time and 7.32489 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-27 06:18:46
IDJOB=3704261
IDBENCH=2583
IDSOLVER=2280
FILE ID=node148/3704261-1338092326
RUNJOBID= node148-1338087316-17474
PBS_JOBID= 14624438
Free space on /tmp= 71712 MiB

SOLVER NAME= pwbo 2.0
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
COMMAND LINE= pwbo2.0 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704261-1338092326/watcher-3704261-1338092326 -o /tmp/evaluation-result-3704261-1338092326/solver-3704261-1338092326 -C 1800 -W 1900 -M 15500  pwbo2.0 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3704261-1338092326.opb

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

MD5SUM BENCH= 583fb36c9cf948cc03f361dd87435bdd
RANDOM SEED=239804281

node148.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28540288 kB
Buffers:          314488 kB
Cached:          2744896 kB
SwapCached:          576 kB
Active:           918696 kB
Inactive:        2582544 kB
Active(anon):     433180 kB
Inactive(anon):    11120 kB
Active(file):     485516 kB
Inactive(file):  2571424 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108856 kB
SwapFree:       67108024 kB
Dirty:              5676 kB
Writeback:             0 kB
AnonPages:        449888 kB
Mapped:            14796 kB
Shmem:                96 kB
Slab:             689136 kB
SReclaimable:     133168 kB
SUnreclaim:       555968 kB
KernelStack:        1448 kB
PageTables:         4724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     145700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node148 at 2012-05-27 06:48:46