Trace number 3726568

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-61-60.opb
MD5SUM5bedad9895f21a4b5e521b3abd33ba08
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.067989
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
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 62
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.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726568-1338657047.opb.
0.00/0.00	c Instance file HOME/instance-3726568-1338657047.opb
0.00/0.00	c File size is 64775 bytes.
0.00/0.01	c Highest Coefficient sum: 62
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      3660                                                |
0.00/0.01	c |  Number Clauses:        61                                                  |
0.00/0.01	c |  Number Cardinality:    60                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	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.48/1800.00	c ===============================================================================
1799.48/1800.00	c Wall Clock Time: 1800.00 s
1799.48/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-3726568-1338657047/watcher-3726568-1338657047 -o /tmp/evaluation-result-3726568-1338657047/solver-3726568-1338657047 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726568-1338657047.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.00 2.00 1.94 2/178 27489
/proc/meminfo: memFree=27914056/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/27489/stat : 27489 (runsolver) R 27487 27489 25232 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 331830628 12095488 51 33554432000 4194304 5436572 140735230426560 140735230422856 4883175 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/27489/statm: 2953 51 31 304 0 2645 0

[startup+0.0483001 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 27489
/proc/meminfo: memFree=27914056/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84740 CPUtime=0.04 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 1573 0 0 0 4 0 0 0 20 0 2 0 331830628 86773760 1509 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21185 1509 185 433 0 20749 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 84740

[startup+0.100174 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 27489
/proc/meminfo: memFree=27914056/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84740 CPUtime=0.09 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 1695 0 0 0 9 0 0 0 20 0 2 0 331830628 86773760 1631 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21185 1631 186 433 0 20749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84740

[startup+0.300076 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 27489
/proc/meminfo: memFree=27914056/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84740 CPUtime=0.29 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 2147 0 0 0 29 0 0 0 20 0 2 0 331830628 86773760 2083 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21185 2083 186 433 0 20749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84740

[startup+0.700077 s]
/proc/loadavg: 2.00 2.00 1.94 2/178 27489
/proc/meminfo: memFree=27914056/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84740 CPUtime=0.69 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 2980 0 0 0 69 0 0 0 20 0 2 0 331830628 86773760 2916 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21185 2916 186 433 0 20749 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84740

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 27491
/proc/meminfo: memFree=27897772/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84740 CPUtime=1.48 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 4497 0 0 0 148 0 0 0 20 0 2 0 331830628 86773760 4433 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21185 4433 186 433 0 20749 0
[pid=27489/tid=27491] ppid=27487 vsize=84740 CPUtime=1.47 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 3496 0 0 0 147 0 0 0 20 0 2 0 331830629 86773760 4433 33554432000 4194304 5964478 140736524416560 140224499701752 5136420 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) 84740

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 27491
/proc/meminfo: memFree=27886108/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84884 CPUtime=3.08 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 6664 0 0 0 307 1 0 0 20 0 2 0 331830628 86921216 6600 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21221 6600 186 433 0 20785 0
[pid=27489/tid=27491] ppid=27487 vsize=84884 CPUtime=3.07 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 5663 0 0 0 305 2 0 0 20 0 2 0 331830629 86921216 6600 33554432000 4194304 5964478 140736524416560 140224499701752 4381960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 84884

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 27491
/proc/meminfo: memFree=27874756/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84884 CPUtime=6.28 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 7700 0 0 0 626 2 0 0 20 0 2 0 331830628 86921216 7636 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21221 7636 186 433 0 20785 0
[pid=27489/tid=27491] ppid=27487 vsize=84884 CPUtime=6.27 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 6699 0 0 0 625 2 0 0 20 0 2 0 331830629 86921216 7636 33554432000 4194304 5964478 140736524416560 140224499701752 4381960 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84884

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 27491
/proc/meminfo: memFree=27851460/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=84956 CPUtime=12.68 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 13252 0 0 0 1265 3 0 0 20 0 2 0 331830628 86994944 13188 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 21239 13188 186 433 0 20803 0
[pid=27489/tid=27491] ppid=27487 vsize=84956 CPUtime=12.67 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 12251 0 0 0 1263 4 0 0 20 0 2 0 331830629 86994944 13188 33554432000 4194304 5964478 140736524416560 140224499701752 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84956

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27491
/proc/meminfo: memFree=27810204/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=150600 CPUtime=25.48 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 21614 0 0 0 2542 6 0 0 20 0 2 0 331830628 154214400 21550 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 37650 21550 186 433 0 37214 0
[pid=27489/tid=27491] ppid=27487 vsize=150600 CPUtime=25.47 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 20613 0 0 0 2540 7 0 0 20 0 2 0 331830629 154214400 21550 33554432000 4194304 5964478 140736524416560 140224499701752 4400115 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) 150600

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 27491
/proc/meminfo: memFree=27747420/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=216296 CPUtime=51.06 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 34191 0 0 0 5096 10 0 0 20 0 2 0 331830628 221487104 34135 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 54074 34135 186 433 0 53638 0
[pid=27489/tid=27491] ppid=27487 vsize=216296 CPUtime=51.05 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 33190 0 0 0 5094 11 0 0 20 0 2 0 331830629 221487104 34135 33554432000 4194304 5964478 140736524416560 140224499701752 4382029 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 216296

[startup+102.306 s]
/proc/loadavg: 2.08 2.02 1.95 3/179 27491
/proc/meminfo: memFree=27686580/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=216536 CPUtime=102.23 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 48053 0 0 0 10208 15 0 0 20 0 2 0 331830628 221732864 47974 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 54134 47974 186 433 0 53698 0
[pid=27489/tid=27491] ppid=27487 vsize=216536 CPUtime=102.22 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 47052 0 0 0 10206 16 0 0 20 0 2 0 331830629 221732864 47974 33554432000 4194304 5964478 140736524416560 140224499701752 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 216536

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.95 3/179 27491
/proc/meminfo: memFree=27594920/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=347608 CPUtime=162.2 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 67845 0 0 0 16199 21 0 0 20 0 2 0 331830628 355950592 68467 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 86902 68467 186 433 0 86466 0
[pid=27489/tid=27491] ppid=27487 vsize=347608 CPUtime=162.21 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 66844 0 0 0 16197 24 0 0 20 0 2 0 331830629 355950592 68467 33554432000 4194304 5964478 140736524416560 140224499701752 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 347608

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/179 27491
/proc/meminfo: memFree=27559368/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=347608 CPUtime=222.16 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 73218 0 0 0 22193 23 0 0 20 0 2 0 331830628 355950592 73851 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 86902 73851 186 433 0 86466 0
[pid=27489/tid=27491] ppid=27487 vsize=347608 CPUtime=222.18 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 72217 0 0 0 22191 27 0 0 20 0 2 0 331830629 355950592 73851 33554432000 4194304 5964478 140736524416560 140224499701752 4400087 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 347608

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 27492
/proc/meminfo: memFree=27526624/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=347608 CPUtime=282.14 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 80929 0 0 0 28189 25 0 0 20 0 2 0 331830628 355950592 81552 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 86902 81552 186 433 0 86466 0
[pid=27489/tid=27491] ppid=27487 vsize=347608 CPUtime=282.16 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 79928 0 0 0 28186 30 0 0 20 0 2 0 331830629 355950592 81552 33554432000 4194304 5964478 140736524416560 140224499701752 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 347608

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 27492
/proc/meminfo: memFree=27520396/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=347608 CPUtime=342.12 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 81189 0 0 0 34187 25 0 0 20 0 2 0 331830628 355950592 81810 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 86902 81810 186 433 0 86466 0
[pid=27489/tid=27491] ppid=27487 vsize=347608 CPUtime=342.15 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 80188 0 0 0 34184 31 0 0 20 0 2 0 331830629 355950592 81810 33554432000 4194304 5964478 140736524416560 140224499701752 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 347608

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 27492
/proc/meminfo: memFree=27479700/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=413144 CPUtime=402.11 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 89518 0 0 0 40182 29 0 0 20 0 2 0 331830628 423059456 90139 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 103286 90139 186 433 0 102850 0
[pid=27489/tid=27491] ppid=27487 vsize=413144 CPUtime=402.15 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 88517 0 0 0 40180 35 0 0 20 0 2 0 331830629 423059456 90139 33554432000 4194304 5964478 140736524416560 140224499701752 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 413144

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 27492
/proc/meminfo: memFree=27411060/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=479328 CPUtime=462.1 cores=1,3,5,7

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

/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 185590 0 0 0 130114 92 0 0 20 0 2 0 331830629 831057920 186589 33554432000 4194304 5964478 140736524416560 140224499701752 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.9
Current children cumulated vsize (KiB) 811580

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/179 27501
/proc/meminfo: memFree=26954852/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=812372 CPUtime=1361.89 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 199853 0 0 0 136109 80 0 0 20 0 2 0 331830628 831868928 199851 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 203093 199851 186 433 0 202657 0
[pid=27489/tid=27491] ppid=27487 vsize=812372 CPUtime=1362.05 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 198852 0 0 0 136105 100 0 0 20 0 2 0 331830629 831868928 199851 33554432000 4194304 5964478 140736524416560 140224499701752 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 812372

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/179 27501
/proc/meminfo: memFree=26859252/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944272 CPUtime=1421.88 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223336 0 0 0 142101 87 0 0 20 0 2 0 331830628 966934528 223334 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236068 223334 186 433 0 235632 0
[pid=27489/tid=27491] ppid=27487 vsize=944272 CPUtime=1422.05 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222335 0 0 0 142096 109 0 0 20 0 2 0 331830629 966934528 223334 33554432000 4194304 5964478 140736524416560 140224499701752 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 944272

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 1.99 3/179 27502
/proc/meminfo: memFree=26854912/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944272 CPUtime=1481.87 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223347 0 0 0 148099 88 0 0 20 0 2 0 331830628 966934528 223345 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236068 223345 186 433 0 235632 0
[pid=27489/tid=27491] ppid=27487 vsize=944272 CPUtime=1482.05 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222346 0 0 0 148095 110 0 0 20 0 2 0 331830629 966934528 223345 33554432000 4194304 5964478 140736524416560 140224499701752 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 944272

[startup+1542.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/179 27502
/proc/meminfo: memFree=26846016/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944452 CPUtime=1541.86 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223389 0 0 0 154098 88 0 0 20 0 2 0 331830628 967118848 223387 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236113 223387 186 433 0 235677 0
[pid=27489/tid=27491] ppid=27487 vsize=944452 CPUtime=1542.05 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222388 0 0 0 154094 111 0 0 20 0 2 0 331830629 967118848 223387 33554432000 4194304 5964478 140736524416560 140224499701800 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 944452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/179 27502
/proc/meminfo: memFree=26842276/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944452 CPUtime=1601.85 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223389 0 0 0 160097 88 0 0 20 0 2 0 331830628 967118848 223387 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236113 223387 186 433 0 235677 0
[pid=27489/tid=27491] ppid=27487 vsize=944452 CPUtime=1602.05 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222388 0 0 0 160093 112 0 0 20 0 2 0 331830629 967118848 223387 33554432000 4194304 5964478 140736524416560 140224499701800 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 944452

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 27502
/proc/meminfo: memFree=26841704/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1661.84 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223411 0 0 0 166096 88 0 0 20 0 2 0 331830628 967192576 223437 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223437 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1662.04 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222410 0 0 0 166091 113 0 0 20 0 2 0 331830629 967192576 223437 33554432000 4194304 5964478 140736524416560 140224499701800 4400532 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 944524

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 27502
/proc/meminfo: memFree=26835324/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1721.82 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223456 0 0 0 172094 88 0 0 20 0 2 0 331830628 967192576 223489 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223489 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1722.02 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222455 0 0 0 172088 114 0 0 20 0 2 0 331830629 967192576 223489 33554432000 4194304 5964478 140736524416560 140224499701800 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 944524

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 27505
/proc/meminfo: memFree=26829484/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1781.78 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223499 0 0 0 178090 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1781.99 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222498 0 0 0 178083 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4382021 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 944524

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 27506
/proc/meminfo: memFree=26825004/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1791.38 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223501 0 0 0 179050 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1791.6 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222500 0 0 0 179044 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 944524

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 27506
/proc/meminfo: memFree=26823144/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1794.58 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223501 0 0 0 179370 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1794.8 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222500 0 0 0 179364 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 944524

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 27506
/proc/meminfo: memFree=26821904/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1797.78 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223501 0 0 0 179690 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1797.99 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222500 0 0 0 179683 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (KiB) 944524

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/180 27506
/proc/meminfo: memFree=26821160/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1798.58 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223501 0 0 0 179770 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1798.79 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222500 0 0 0 179763 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4382008 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (KiB) 944524

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 27506
/proc/meminfo: memFree=27023612/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1798.98 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223501 0 0 0 179810 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1799.2 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222500 0 0 0 179804 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4400103 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 944524

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 27506
/proc/meminfo: memFree=27023612/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1799.38 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223501 0 0 0 179850 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1799.59 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222500 0 0 0 179843 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4400087 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.38
Current children cumulated vsize (KiB) 944524

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.99 2/177 27506
/proc/meminfo: memFree=27023612/32873648 swapFree=7112/7112
[pid=27489] ppid=27487 vsize=944524 CPUtime=1799.48 cores=1,3,5,7
/proc/27489/stat : 27489 (pwbo2.02) S 27487 27489 25232 0 -1 4202496 223501 0 0 0 179860 88 0 0 20 0 2 0 331830628 967192576 223533 33554432000 4194304 5964478 140736524416560 140736524416080 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27489/statm: 236131 223533 186 433 0 235695 0
[pid=27489/tid=27491] ppid=27487 vsize=944524 CPUtime=1799.69 cores=1,3,5,7
/proc/27489/task/27491/stat : 27491 (pwbo2.02) R 27487 27489 25232 0 -1 4202560 222500 0 0 0 179853 116 0 0 20 0 2 0 331830629 967192576 223533 33554432000 4194304 5964478 140736524416560 140224499701784 4400115 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 944524

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.73
CPU user time (s): 1798.55
CPU system time (s): 1.17482
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 944524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.17482
maximum resident set size= 894144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223504
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= 309
involuntary context switches= 2126

runsolver used 2.6246 second user time and 7.19591 second system time

The end

Launcher Data

Begin job on node126 at 2012-06-02 19:10:47
IDJOB=3726568
IDBENCH=2599
IDSOLVER=2310
FILE ID=node126/3726568-1338657047
RUNJOBID= node126-1338651602-26667
PBS_JOBID= 14636454
Free space on /tmp= 70800 MiB

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

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

MD5SUM BENCH= 5bedad9895f21a4b5e521b3abd33ba08
RANDOM SEED=1439773940

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27915064 kB
Buffers:          394368 kB
Cached:          3686792 kB
SwapCached:         9476 kB
Active:          1441240 kB
Inactive:        2659648 kB
Active(anon):       9516 kB
Inactive(anon):    12180 kB
Active(file):    1431724 kB
Inactive(file):  2647468 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67094928 kB
Dirty:             10924 kB
Writeback:             0 kB
AnonPages:        102112 kB
Mapped:            10328 kB
Shmem:                 0 kB
Slab:             721500 kB
SReclaimable:     165708 kB
SUnreclaim:       555792 kB
KernelStack:        1464 kB
PageTables:         3764 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     142112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 70792 MiB
End job on node126 at 2012-06-02 19:40:47