Trace number 3727079

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.87 1800.02

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
MD5SUMdab917560b0808668d6327532459772d
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.092985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4970
Total number of constraints141
Number of constraints which are clauses71
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint71
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 72
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727079-1338659490.opb.
0.00/0.00	c Instance file HOME/instance-3727079-1338659490.opb
0.00/0.00	c File size is 88505 bytes.
0.00/0.01	c Highest Coefficient sum: 72
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:      4970                                                |
0.00/0.01	c |  Number Clauses:        71                                                  |
0.00/0.01	c |  Number Cardinality:    70                                                  |
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.50/1800.00	c ===============================================================================
1799.50/1800.00	c Wall Clock Time: 1800.00 s
1799.50/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-3727079-1338659490/watcher-3727079-1338659490 -o /tmp/evaluation-result-3727079-1338659490/solver-3727079-1338659490 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727079-1338659490.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 2.00 3/177 19031
/proc/meminfo: memFree=30554448/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=4336 CPUtime=0 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) R 19029 19031 16985 0 -1 4202496 548 0 0 0 0 0 0 0 20 0 1 0 332074981 4440064 500 33554432000 4194304 5964350 140735350227072 140735430782888 5179632 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 1084 500 160 433 0 626 0

[startup+0.055594 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19031
/proc/meminfo: memFree=30554448/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85028 CPUtime=0.04 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 1828 0 0 0 4 0 0 0 20 0 2 0 332074981 87068672 1674 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21257 1674 183 433 0 20821 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 85028

[startup+0.100168 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19031
/proc/meminfo: memFree=30554448/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85028 CPUtime=0.09 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 1959 0 0 0 9 0 0 0 20 0 2 0 332074981 87068672 1805 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21257 1805 184 433 0 20821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85028

[startup+0.30011 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19031
/proc/meminfo: memFree=30554448/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85028 CPUtime=0.29 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 2358 0 0 0 29 0 0 0 20 0 2 0 332074981 87068672 2204 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21257 2204 184 433 0 20821 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85028

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 19031
/proc/meminfo: memFree=30554448/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85028 CPUtime=0.69 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 3161 0 0 0 69 0 0 0 20 0 2 0 332074981 87068672 3007 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21257 3007 184 433 0 20821 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85028

[startup+1.50013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19033
/proc/meminfo: memFree=30541164/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85028 CPUtime=1.48 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 4582 0 0 0 148 0 0 0 20 0 2 0 332074981 87068672 4428 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21257 4428 184 433 0 20821 0
[pid=19031/tid=19033] ppid=19029 vsize=85028 CPUtime=1.47 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 3484 0 0 0 147 0 0 0 20 0 2 0 332074982 87068672 4428 33554432000 4194304 5964350 140735350227072 140152110405624 5136340 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) 85028

[startup+3.10012 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19033
/proc/meminfo: memFree=30533320/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85028 CPUtime=3.08 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 6980 0 0 0 307 1 0 0 20 0 2 0 332074981 87068672 6826 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21257 6826 184 433 0 20821 0
[pid=19031/tid=19033] ppid=19029 vsize=85028 CPUtime=3.07 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 5882 0 0 0 305 2 0 0 20 0 2 0 332074982 87068672 6826 33554432000 4194304 5964350 140735350227072 140152110405672 5136340 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) 85028

[startup+6.30013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19033
/proc/meminfo: memFree=30523228/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85028 CPUtime=6.29 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 7978 0 0 0 627 2 0 0 20 0 2 0 332074981 87068672 7824 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21257 7824 184 433 0 20821 0
[pid=19031/tid=19033] ppid=19029 vsize=85028 CPUtime=6.27 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 6880 0 0 0 625 2 0 0 20 0 2 0 332074982 87068672 7824 33554432000 4194304 5964350 140735350227072 140152110405432 4381916 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85028

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19033
/proc/meminfo: memFree=30511424/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=85244 CPUtime=12.68 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 11846 0 0 0 1265 3 0 0 20 0 2 0 332074981 87289856 11692 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 21311 11692 184 433 0 20875 0
[pid=19031/tid=19033] ppid=19029 vsize=85244 CPUtime=12.68 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 10748 0 0 0 1264 4 0 0 20 0 2 0 332074982 87289856 11692 33554432000 4194304 5964350 140735350227072 140152110405624 5136340 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) 85244

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19072
/proc/meminfo: memFree=30911432/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=150888 CPUtime=25.48 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 21368 0 0 0 2542 6 0 0 20 0 2 0 332074981 154509312 21214 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 37722 21214 184 433 0 37286 0
[pid=19031/tid=19033] ppid=19029 vsize=150888 CPUtime=25.47 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 20270 0 0 0 2541 6 0 0 20 0 2 0 332074982 154509312 21214 33554432000 4194304 5964350 140735350227072 140152110405624 5136340 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) 150888

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19072
/proc/meminfo: memFree=30775544/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=216584 CPUtime=51.07 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 37224 0 0 0 5096 11 0 0 20 0 2 0 332074981 221782016 37080 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 54146 37080 184 433 0 53710 0
[pid=19031/tid=19033] ppid=19029 vsize=216584 CPUtime=51.06 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 36126 0 0 0 5095 11 0 0 20 0 2 0 332074982 221782016 37080 33554432000 4194304 5964350 140735350227072 140152110405624 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 216584

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19072
/proc/meminfo: memFree=30591052/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=347896 CPUtime=102.25 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 67537 0 0 0 10206 19 0 0 20 0 2 0 332074981 356245504 67372 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 86974 67372 184 433 0 86538 0
[pid=19031/tid=19033] ppid=19029 vsize=347896 CPUtime=102.24 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 66439 0 0 0 10204 20 0 0 20 0 2 0 332074982 356245504 67372 33554432000 4194304 5964350 140735350227072 140152110405624 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 347896

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19072
/proc/meminfo: memFree=30503552/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=347896 CPUtime=162.21 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 68320 0 0 0 16202 19 0 0 20 0 2 0 332074981 356245504 68131 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 86974 68131 184 433 0 86538 0
[pid=19031/tid=19033] ppid=19029 vsize=347896 CPUtime=162.21 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 67222 0 0 0 16199 22 0 0 20 0 2 0 332074982 356245504 68131 33554432000 4194304 5964350 140735350227072 140152110405624 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 347896

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19072
/proc/meminfo: memFree=30494792/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=347896 CPUtime=222.19 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 68905 0 0 0 22200 19 0 0 20 0 2 0 332074981 356245504 68716 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 86974 68716 184 433 0 86538 0
[pid=19031/tid=19033] ppid=19029 vsize=347896 CPUtime=222.2 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 67807 0 0 0 22197 23 0 0 20 0 2 0 332074982 356245504 68716 33554432000 4194304 5964350 140735350227072 140152110405624 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 347896

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19073
/proc/meminfo: memFree=30423956/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=413432 CPUtime=282.19 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 84181 0 0 0 28194 25 0 0 20 0 2 0 332074981 423354368 83992 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 103358 83992 184 433 0 102922 0
[pid=19031/tid=19033] ppid=19029 vsize=413432 CPUtime=282.21 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 83083 0 0 0 28191 30 0 0 20 0 2 0 332074982 423354368 83992 33554432000 4194304 5964350 140735350227072 140152110405624 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 413432

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19073
/proc/meminfo: memFree=30338640/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=478968 CPUtime=342.16 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 99873 0 0 0 34187 29 0 0 20 0 2 0 332074981 490463232 99691 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 119742 99691 184 433 0 119306 0
[pid=19031/tid=19033] ppid=19029 vsize=478968 CPUtime=342.2 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 98775 0 0 0 34185 35 0 0 20 0 2 0 332074982 490463232 99691 33554432000 4194304 5964350 140735350227072 140152110405624 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 478968

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19073
/proc/meminfo: memFree=30190520/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=479184 CPUtime=402.13 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 103663 0 0 0 40183 30 0 0 20 0 2 0 332074981 490684416 103488 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 119796 103488 184 433 0 119360 0
[pid=19031/tid=19033] ppid=19029 vsize=479184 CPUtime=402.18 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 102565 0 0 0 40181 37 0 0 20 0 2 0 332074982 490684416 103488 33554432000 4194304 5964350 140735350227072 140152110405624 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 479184

[startup+462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 19073
/proc/meminfo: memFree=30137116/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=479184 CPUtime=462.1 cores=1,3,5,7

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

/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 217674 0 0 0 130120 90 0 0 20 0 2 0 332074982 961699840 218835 33554432000 4194304 5964350 140735350227072 140152110405656 4381597 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 939160

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19105
/proc/meminfo: memFree=29379336/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=939160 CPUtime=1361.87 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 218772 0 0 0 136116 71 0 0 20 0 2 0 332074981 961699840 218835 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 234790 218835 184 433 0 234354 0
[pid=19031/tid=19033] ppid=19029 vsize=939160 CPUtime=1362.1 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 217674 0 0 0 136119 91 0 0 20 0 2 0 332074982 961699840 218835 33554432000 4194304 5964350 140735350227072 140152110405656 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 939160

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19105
/proc/meminfo: memFree=29377568/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=939160 CPUtime=1421.87 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 218772 0 0 0 142116 71 0 0 20 0 2 0 332074981 961699840 218835 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 234790 218835 184 433 0 234354 0
[pid=19031/tid=19033] ppid=19029 vsize=939160 CPUtime=1422.11 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 217674 0 0 0 142119 92 0 0 20 0 2 0 332074982 961699840 218835 33554432000 4194304 5964350 140735350227072 140152110405656 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 939160

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 19106
/proc/meminfo: memFree=29303100/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1004912 CPUtime=1481.85 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 237509 0 0 0 148106 79 0 0 20 0 2 0 332074981 1029029888 237572 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 251228 237572 184 433 0 250792 0
[pid=19031/tid=19033] ppid=19029 vsize=1004912 CPUtime=1482.11 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 236411 0 0 0 148109 102 0 0 20 0 2 0 332074982 1029029888 237572 33554432000 4194304 5964350 140735350227072 140152110405624 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 1004912

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19106
/proc/meminfo: memFree=29255388/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1070448 CPUtime=1541.84 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 249283 0 0 0 154096 88 0 0 20 0 2 0 332074981 1096138752 249346 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 267612 249346 184 433 0 267176 0
[pid=19031/tid=19033] ppid=19029 vsize=1070448 CPUtime=1542.11 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 248185 0 0 0 154099 112 0 0 20 0 2 0 332074982 1096138752 249346 33554432000 4194304 5964350 140735350227072 140152110405624 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 1070448

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19106
/proc/meminfo: memFree=29209724/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1070448 CPUtime=1601.83 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 260815 0 0 0 160087 96 0 0 20 0 2 0 332074981 1096138752 260878 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 267612 260878 184 433 0 267176 0
[pid=19031/tid=19033] ppid=19029 vsize=1070448 CPUtime=1602.11 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 259717 0 0 0 160090 121 0 0 20 0 2 0 332074982 1096138752 260878 33554432000 4194304 5964350 140735350227072 140152110405624 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 1070448

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19106
/proc/meminfo: memFree=29166324/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1661.82 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271424 0 0 0 166080 102 0 0 20 0 2 0 332074981 1164242944 271487 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271487 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1662.12 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270326 0 0 0 166084 128 0 0 20 0 2 0 332074982 1164242944 271487 33554432000 4194304 5964350 140735350227072 140152110405624 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 1136956

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19109
/proc/meminfo: memFree=29166048/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1721.81 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271440 0 0 0 172079 102 0 0 20 0 2 0 332074981 1164242944 271503 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271503 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1722.12 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270342 0 0 0 172083 129 0 0 20 0 2 0 332074982 1164242944 271503 33554432000 4194304 5964350 140735350227072 140152110405624 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 1136956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29166028/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1781.8 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 178078 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1782.12 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 178082 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 1136956

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29165952/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1791.4 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 179038 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1791.73 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 179043 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4381949 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.4
Current children cumulated vsize (KiB) 1136956

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29165580/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1794.6 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 179358 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1794.93 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 179363 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.6
Current children cumulated vsize (KiB) 1136956

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29165704/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1797.8 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 179678 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1798.12 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 179682 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.8
Current children cumulated vsize (KiB) 1136956

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29165440/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1798.6 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 179758 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1798.92 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 179762 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4400355 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.6
Current children cumulated vsize (KiB) 1136956

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29165688/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1799 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 179798 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1799.33 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 179803 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799
Current children cumulated vsize (KiB) 1136956

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29165688/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1799.4 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 179838 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1799.72 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 179842 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4381622 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 1136956

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19110
/proc/meminfo: memFree=29165688/32873648 swapFree=7628/7628
[pid=19031] ppid=19029 vsize=1136956 CPUtime=1799.5 cores=1,3,5,7
/proc/19031/stat : 19031 (wbo1.72) S 19029 19031 16985 0 -1 4202496 271457 0 0 0 179848 102 0 0 20 0 2 0 332074981 1164242944 271520 33554432000 4194304 5964350 140735350227072 140735350226592 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19031/statm: 284239 271520 184 433 0 283803 0
[pid=19031/tid=19033] ppid=19029 vsize=1136956 CPUtime=1799.82 cores=1,3,5,7
/proc/19031/task/19033/stat : 19033 (wbo1.72) R 19029 19031 16985 0 -1 4202560 270359 0 0 0 179852 130 0 0 20 0 2 0 332074982 1164242944 271520 33554432000 4194304 5964350 140735350227072 140152110405624 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 1136956

Child status: 255
Real time (s): 1800.02
CPU time (s): 1799.87
CPU user time (s): 1798.54
CPU system time (s): 1.3288
CPU usage (%): 99.9918
Max. virtual memory (cumulated for all children) (KiB): 1136956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.3288
maximum resident set size= 1086092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271460
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= 308
involuntary context switches= 2066

runsolver used 2.50262 second user time and 7.32489 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-02 19:51:30
IDJOB=3727079
IDBENCH=2589
IDSOLVER=2313
FILE ID=node122/3727079-1338659490
RUNJOBID= node122-1338650487-18369
PBS_JOBID= 14636458
Free space on /tmp= 71312 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-71-70.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727079-1338659490/watcher-3727079-1338659490 -o /tmp/evaluation-result-3727079-1338659490/solver-3727079-1338659490 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727079-1338659490.opb

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

MD5SUM BENCH= dab917560b0808668d6327532459772d
RANDOM SEED=552282153

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30554448 kB
Buffers:          137768 kB
Cached:           962828 kB
SwapCached:         1816 kB
Active:           627268 kB
Inactive:         926952 kB
Active(anon):     453696 kB
Inactive(anon):     1928 kB
Active(file):     173572 kB
Inactive(file):   925024 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:              5460 kB
Writeback:             0 kB
AnonPages:        461232 kB
Mapped:             9532 kB
Shmem:                 0 kB
Slab:             624508 kB
SReclaimable:      68564 kB
SUnreclaim:       555944 kB
KernelStack:        1488 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     145080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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= 71304 MiB
End job on node122 at 2012-06-02 20:21:30