Trace number 3727084

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-95-90.opb
MD5SUM464b0bce452dea50452bb0b774d05715
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.156975
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8550
Total number of constraints185
Number of constraints which are clauses95
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint90
Maximum length of a constraint95
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 96
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-3727084-1338659238.opb.
0.00/0.00	c Instance file HOME/instance-3727084-1338659238.opb
0.00/0.00	c File size is 153273 bytes.
0.00/0.01	c Highest Coefficient sum: 96
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:      8550                                                |
0.00/0.01	c |  Number Clauses:        95                                                  |
0.00/0.01	c |  Number Cardinality:    90                                                  |
0.00/0.01	c |  Number PB Constraints: 0                                                   |
0.00/0.01	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.55/1800.00	c ===============================================================================
1799.55/1800.00	c Wall Clock Time: 1800.00 s
1799.55/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-3727084-1338659238/watcher-3727084-1338659238 -o /tmp/evaluation-result-3727084-1338659238/solver-3727084-1338659238 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727084-1338659238.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.97 3/177 6624
/proc/meminfo: memFree=27284416/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=4432 CPUtime=0 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) R 6622 6624 4467 0 -1 4202496 557 0 0 0 0 0 0 0 20 0 1 0 332049903 4538368 509 33554432000 4194304 5964350 140733260928032 140733260925912 4395326 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 1108 509 161 433 0 634 0

[startup+0.043237 s]
/proc/loadavg: 1.92 1.98 1.97 3/177 6624
/proc/meminfo: memFree=27284416/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=0.03 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 2494 0 0 0 3 0 0 0 20 0 2 0 332049903 88829952 2242 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 2242 182 433 0 21251 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 86748

[startup+0.10018 s]
/proc/loadavg: 1.92 1.98 1.97 3/177 6624
/proc/meminfo: memFree=27284416/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=0.09 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 2630 0 0 0 9 0 0 0 20 0 2 0 332049903 88829952 2378 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 2378 183 433 0 21251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86748

[startup+0.300118 s]
/proc/loadavg: 1.92 1.98 1.97 3/177 6624
/proc/meminfo: memFree=27284416/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=0.29 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 3053 0 0 0 29 0 0 0 20 0 2 0 332049903 88829952 2801 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 2801 184 433 0 21251 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86748

[startup+0.70011 s]
/proc/loadavg: 1.92 1.98 1.97 3/177 6624
/proc/meminfo: memFree=27284416/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=0.69 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 3723 0 0 0 69 0 0 0 20 0 2 0 332049903 88829952 3471 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 3471 184 433 0 21251 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86748

[startup+1.50019 s]
/proc/loadavg: 1.92 1.98 1.97 3/179 6626
/proc/meminfo: memFree=27269504/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=1.49 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 5102 0 0 0 148 1 0 0 20 0 2 0 332049903 88829952 4850 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 4850 184 433 0 21251 0
[pid=6624/tid=6626] ppid=6622 vsize=86748 CPUtime=1.46 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 3709 0 0 0 146 0 0 0 20 0 2 0 332049905 88829952 4850 33554432000 4194304 5964350 140733260928032 139964042704936 4381894 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86748

[startup+3.10016 s]
/proc/loadavg: 1.92 1.98 1.97 3/179 6626
/proc/meminfo: memFree=27262064/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=3.08 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 7360 0 0 0 307 1 0 0 20 0 2 0 332049903 88829952 7108 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 7108 184 433 0 21251 0
[pid=6624/tid=6626] ppid=6622 vsize=86748 CPUtime=3.06 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 5967 0 0 0 305 1 0 0 20 0 2 0 332049905 88829952 7108 33554432000 4194304 5964350 140733260928032 139964042704888 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) 86748

[startup+6.30028 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 6626
/proc/meminfo: memFree=27245368/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=6.29 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 10239 0 0 0 627 2 0 0 20 0 2 0 332049903 88829952 9987 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 9987 184 433 0 21251 0
[pid=6624/tid=6626] ppid=6622 vsize=86748 CPUtime=6.26 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 8846 0 0 0 624 2 0 0 20 0 2 0 332049905 88829952 9987 33554432000 4194304 5964350 140733260928032 139964042704936 4221120 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) 86748

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.97 3/179 6626
/proc/meminfo: memFree=27237392/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=86748 CPUtime=12.68 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 12083 0 0 0 1266 2 0 0 20 0 2 0 332049903 88829952 11831 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 21687 11831 184 433 0 21251 0
[pid=6624/tid=6626] ppid=6622 vsize=86748 CPUtime=12.67 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 10690 0 0 0 1264 3 0 0 20 0 2 0 332049905 88829952 11831 33554432000 4194304 5964350 140733260928032 139964042704888 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) 86748

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.97 3/179 6626
/proc/meminfo: memFree=27204080/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=152284 CPUtime=25.48 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 20728 0 0 0 2543 5 0 0 20 0 2 0 332049903 155938816 20476 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 38071 20476 184 433 0 37635 0
[pid=6624/tid=6626] ppid=6622 vsize=152284 CPUtime=25.46 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 19335 0 0 0 2541 5 0 0 20 0 2 0 332049905 155938816 20476 33554432000 4194304 5964350 140733260928032 139964042704888 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 152284

[startup+51.1002 s]
/proc/loadavg: 1.96 1.98 1.97 3/179 6626
/proc/meminfo: memFree=27135340/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=218144 CPUtime=51.08 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 34687 0 0 0 5099 9 0 0 20 0 2 0 332049903 223379456 34435 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 54536 34435 184 433 0 54100 0
[pid=6624/tid=6626] ppid=6622 vsize=218144 CPUtime=51.06 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 33294 0 0 0 5097 9 0 0 20 0 2 0 332049905 223379456 34435 33554432000 4194304 5964350 140733260928032 139964042704888 4381729 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 218144

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.97 3/179 6626
/proc/meminfo: memFree=27016552/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=283840 CPUtime=102.27 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 59366 0 0 0 10212 15 0 0 20 0 2 0 332049903 290652160 59114 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 70960 59114 184 433 0 70524 0
[pid=6624/tid=6626] ppid=6622 vsize=283840 CPUtime=102.27 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 57973 0 0 0 10210 17 0 0 20 0 2 0 332049905 290652160 59114 33554432000 4194304 5964350 140733260928032 139964042704888 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 283840

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/179 6627
/proc/meminfo: memFree=26848796/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=415152 CPUtime=162.25 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 99426 0 0 0 16198 27 0 0 20 0 2 0 332049903 425115648 99217 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 103788 99217 184 433 0 103352 0
[pid=6624/tid=6626] ppid=6622 vsize=415152 CPUtime=162.26 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 98033 0 0 0 16196 30 0 0 20 0 2 0 332049905 425115648 99217 33554432000 4194304 5964350 140733260928032 139964042704888 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 415152

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/180 6630
/proc/meminfo: memFree=26864308/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=415152 CPUtime=222.22 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 99454 0 0 0 22195 27 0 0 20 0 2 0 332049903 425115648 99232 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 103788 99232 184 433 0 103352 0
[pid=6624/tid=6626] ppid=6622 vsize=415152 CPUtime=222.24 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 98061 0 0 0 22193 31 0 0 20 0 2 0 332049905 425115648 99232 33554432000 4194304 5964350 140733260928032 139964042704888 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 415152

[startup+282.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/179 6630
/proc/meminfo: memFree=26804576/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=480688 CPUtime=282.19 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 114357 0 0 0 28187 32 0 0 20 0 2 0 332049903 492224512 114135 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 120172 114135 184 433 0 119736 0
[pid=6624/tid=6626] ppid=6622 vsize=480688 CPUtime=282.22 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 112964 0 0 0 28185 37 0 0 20 0 2 0 332049905 492224512 114135 33554432000 4194304 5964350 140733260928032 139964042704888 4400007 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) 480688

[startup+342.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/179 6630
/proc/meminfo: memFree=26801584/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=480688 CPUtime=342.16 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 114396 0 0 0 34184 32 0 0 20 0 2 0 332049903 492224512 114897 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 120172 114897 184 433 0 119736 0
[pid=6624/tid=6626] ppid=6622 vsize=480688 CPUtime=342.2 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 113003 0 0 0 34182 38 0 0 20 0 2 0 332049905 492224512 114897 33554432000 4194304 5964350 140733260928032 139964042704888 4388188 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) 480688

[startup+402.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/179 6630
/proc/meminfo: memFree=26753000/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=546224 CPUtime=402.16 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 123215 0 0 0 40180 36 0 0 20 0 2 0 332049903 559333376 123716 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 136556 123716 184 433 0 136120 0
[pid=6624/tid=6626] ppid=6622 vsize=546224 CPUtime=402.2 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 121822 0 0 0 40178 42 0 0 20 0 2 0 332049905 559333376 123716 33554432000 4194304 5964350 140733260928032 139964042704888 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 546224

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/178 6630
/proc/meminfo: memFree=26707148/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=546224 CPUtime=462.15 cores=1,3,5,7

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

/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 206967 0 0 0 130128 83 0 0 20 0 2 0 332049905 895246336 208774 33554432000 4194304 5964350 140733260928032 139964042704888 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.95
Current children cumulated vsize (KiB) 874264

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6737
/proc/meminfo: memFree=26525228/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1361.93 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208367 0 0 0 136130 63 0 0 20 0 2 0 332049903 895246336 208781 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208781 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1362.11 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 206974 0 0 0 136127 84 0 0 20 0 2 0 332049905 895246336 208781 33554432000 4194304 5964350 140733260928032 139964042704888 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 874264

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/180 6741
/proc/meminfo: memFree=26524688/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1421.93 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208380 0 0 0 142130 63 0 0 20 0 2 0 332049903 895246336 208794 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208794 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1422.11 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 206987 0 0 0 142126 85 0 0 20 0 2 0 332049905 895246336 208794 33554432000 4194304 5964350 140733260928032 139964042704888 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 874264

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6741
/proc/meminfo: memFree=26517972/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1481.91 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208380 0 0 0 148128 63 0 0 20 0 2 0 332049903 895246336 208794 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208794 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1482.11 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 206987 0 0 0 148125 86 0 0 20 0 2 0 332049905 895246336 208794 33554432000 4194304 5964350 140733260928032 139964042704888 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 874264

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6741
/proc/meminfo: memFree=26517488/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1541.9 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208381 0 0 0 154127 63 0 0 20 0 2 0 332049903 895246336 208795 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208795 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1542.11 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 206988 0 0 0 154124 87 0 0 20 0 2 0 332049905 895246336 208795 33554432000 4194304 5964350 140733260928032 139964042704888 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 874264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6741
/proc/meminfo: memFree=26517812/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1601.88 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 160125 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1602.1 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 160122 88 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4381949 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 874264

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6741
/proc/meminfo: memFree=26510620/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1661.87 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 166124 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1662.09 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 166120 89 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 874264

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510748/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1721.87 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 172124 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1722.09 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 172119 90 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 874264

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510128/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1781.86 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 178123 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1782.09 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 178118 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 874264

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 6742
/proc/meminfo: memFree=26510624/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1791.46 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 179083 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1791.7 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 179079 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4222384 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 874264

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510624/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1794.66 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 179403 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1794.9 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 179399 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4381894 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 874264

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510500/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1797.85 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 179722 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1798.09 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 179718 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4400023 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 874264

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510500/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1798.65 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 179802 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1798.89 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 179798 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 874264

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510500/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1799.06 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 179843 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1799.3 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 179839 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4399976 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 874264

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510500/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1799.45 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 179882 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1799.69 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 179878 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4391702 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 874264

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.98 3/179 6742
/proc/meminfo: memFree=26510500/32873648 swapFree=6860/6860
[pid=6624] ppid=6622 vsize=874264 CPUtime=1799.55 cores=1,3,5,7
/proc/6624/stat : 6624 (wbo1.72) S 6622 6624 4467 0 -1 4202496 208397 0 0 0 179892 63 0 0 20 0 2 0 332049903 895246336 208816 33554432000 4194304 5964350 140733260928032 140733260927552 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6624/statm: 218566 208816 184 433 0 218130 0
[pid=6624/tid=6626] ppid=6622 vsize=874264 CPUtime=1799.79 cores=1,3,5,7
/proc/6624/task/6626/stat : 6626 (wbo1.72) R 6622 6624 4467 0 -1 4202560 207004 0 0 0 179888 91 0 0 20 0 2 0 332049905 895246336 208816 33554432000 4194304 5964350 140733260928032 139964042704888 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (KiB) 874264

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.83
CPU user time (s): 1798.91
CPU system time (s): 0.925859
CPU usage (%): 99.9903
Max. virtual memory (cumulated for all children) (KiB): 874264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 0.925859
maximum resident set size= 835276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208400
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= 256
involuntary context switches= 1897

runsolver used 3.05553 second user time and 7.75882 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-02 19:47:18
IDJOB=3727084
IDBENCH=2585
IDSOLVER=2313
FILE ID=node116/3727084-1338659238
RUNJOBID= node116-1338651575-5899
PBS_JOBID= 14636464
Free space on /tmp= 71104 MiB

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

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

MD5SUM BENCH= 464b0bce452dea50452bb0b774d05715
RANDOM SEED=1212285211

node116.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.556
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.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.92
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.556
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.556
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:        27284688 kB
Buffers:          499612 kB
Cached:          3930040 kB
SwapCached:         3028 kB
Active:          2292772 kB
Inactive:        2413996 kB
Active(anon):     267032 kB
Inactive(anon):     8516 kB
Active(file):    2025740 kB
Inactive(file):  2405480 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:        277788 kB
Mapped:            12588 kB
Shmem:                68 kB
Slab:             745828 kB
SReclaimable:     190376 kB
SUnreclaim:       555452 kB
KernelStack:        1488 kB
PageTables:         4548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     149776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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= 71096 MiB
End job on node116 at 2012-06-02 20:17:19