Trace number 3728071

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.57 1800.02

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-95-90--soft-0-100-0.wbo
MD5SUM4a1855bab5ee86d15b24a1b5f3713388
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.560914
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables8550
Total number of constraints185
Number of soft 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
Top cost 9532
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 9531
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 wbo file format. File HOME/instance-3728071-1338675145.wbo.
0.00/0.00	c Instance file HOME/instance-3728071-1338675145.wbo
0.00/0.00	c File size is 154240 bytes.
0.01/0.01	c Highest Coefficient sum: 96
0.01/0.01	c ============================[ Problem Statistics ]=============================
0.01/0.01	c |                                                                             |
0.01/0.01	c |  Parsing time:          0.01         s                                      |
0.01/0.01	c |  Number Variables:      8735                                                |
0.01/0.01	c |  Number Clauses:        95                                                  |
0.01/0.01	c |  Number Cardinality:    0                                                   |
0.01/0.01	c |  Number PB Constraints: 90                                                  |
0.01/0.01	c |                                                                             |
0.01/0.02	c |  Problem Type:          Optimization                                        |
0.01/0.02	c |  Objective Function:    PB Constraint                                       |
0.01/0.02	c |                                                                             |
0.01/0.02	c ============================[ Search Statistics ]==============================
0.01/0.02	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.01/0.02	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.01/0.02	c ===============================================================================
1799.57/1800.00	c ===============================================================================
1799.57/1800.00	c Wall Clock Time: 1800.00 s
1799.57/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-3728071-1338675145/watcher-3728071-1338675145 -o /tmp/evaluation-result-3728071-1338675145/solver-3728071-1338675145 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728071-1338675145.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.20 4/175 28110
/proc/meminfo: memFree=31788392/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=4820 CPUtime=0 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) R 28105 28109 27471 0 -1 4202496 615 0 0 0 0 0 0 0 20 0 1 0 333639471 4935680 569 33554432000 4194304 5964350 140737104628864 140735665288088 5179520 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 1205 576 167 433 0 731 0

[startup+0.0127841 s]
/proc/loadavg: 1.00 1.00 1.20 4/175 28110
/proc/meminfo: memFree=31788392/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=5560 CPUtime=0.01 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) R 28105 28109 27471 0 -1 4202496 858 0 0 0 1 0 0 0 20 0 1 0 333639471 5693440 811 33554432000 4194304 5964350 140737104628864 140735665288088 5136410 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 1390 812 186 433 0 916 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5560

[startup+0.10016 s]
/proc/loadavg: 1.00 1.00 1.20 4/175 28110
/proc/meminfo: memFree=31788392/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=86768 CPUtime=0.09 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 2615 0 0 0 9 0 0 0 20 0 2 0 333639471 88850432 2387 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 21692 2387 192 433 0 21256 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 86768

[startup+0.300115 s]
/proc/loadavg: 1.00 1.00 1.20 4/175 28110
/proc/meminfo: memFree=31788392/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=86768 CPUtime=0.29 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 3030 0 0 0 29 0 0 0 20 0 2 0 333639471 88850432 2802 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 21692 2802 193 433 0 21256 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86768

[startup+0.700114 s]
/proc/loadavg: 1.00 1.00 1.20 4/175 28110
/proc/meminfo: memFree=31788392/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=86768 CPUtime=0.69 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 3681 0 0 0 69 0 0 0 20 0 2 0 333639471 88850432 3453 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 21692 3453 193 433 0 21256 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86768

[startup+1.5002 s]
/proc/loadavg: 1.00 1.00 1.20 4/179 28114
/proc/meminfo: memFree=31760164/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=86768 CPUtime=1.49 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 4929 0 0 0 148 1 0 0 20 0 2 0 333639471 88850432 4701 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 21692 4701 193 433 0 21256 0
[pid=28109/tid=28114] ppid=28105 vsize=86768 CPUtime=1.46 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 3534 0 0 0 145 1 0 0 20 0 2 0 333639473 88850432 4701 33554432000 4194304 5964350 140737104628864 140659758974968 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86768

[startup+3.1002 s]
/proc/loadavg: 1.00 1.00 1.20 3/179 28114
/proc/meminfo: memFree=31746152/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=86768 CPUtime=3.08 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 7088 0 0 0 307 1 0 0 20 0 2 0 333639471 88850432 6860 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 21692 6860 193 433 0 21256 0
[pid=28109/tid=28114] ppid=28105 vsize=86768 CPUtime=3.05 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 5693 0 0 0 304 1 0 0 20 0 2 0 333639473 88850432 6860 33554432000 4194304 5964350 140737104628864 140659758975016 4381949 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 86768

[startup+6.30022 s]
/proc/loadavg: 1.08 1.02 1.20 3/179 28114
/proc/meminfo: memFree=31718748/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=86768 CPUtime=6.28 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 10385 0 0 0 626 2 0 0 20 0 2 0 333639471 88850432 10157 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 21692 10157 193 433 0 21256 0
[pid=28109/tid=28114] ppid=28105 vsize=86768 CPUtime=6.25 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 8990 0 0 0 623 2 0 0 20 0 2 0 333639473 88850432 10157 33554432000 4194304 5964350 140737104628864 140659758974968 4381913 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 86768

[startup+12.7001 s]
/proc/loadavg: 1.15 1.04 1.21 3/179 28114
/proc/meminfo: memFree=31697692/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=86768 CPUtime=12.68 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 11778 0 0 0 1265 3 0 0 20 0 2 0 333639471 88850432 11550 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 21692 11550 193 433 0 21256 0
[pid=28109/tid=28114] ppid=28105 vsize=86768 CPUtime=12.63 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 10383 0 0 0 1260 3 0 0 20 0 2 0 333639473 88850432 11550 33554432000 4194304 5964350 140737104628864 140659758974968 4399998 0 0 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86768

[startup+25.5003 s]
/proc/loadavg: 1.34 1.08 1.22 4/179 28114
/proc/meminfo: memFree=31645568/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=152304 CPUtime=25.48 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 18859 0 0 0 2542 6 0 0 20 0 2 0 333639471 155959296 18631 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 38076 18631 193 433 0 37640 0
[pid=28109/tid=28114] ppid=28105 vsize=152304 CPUtime=25.39 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 17464 0 0 0 2533 6 0 0 20 0 2 0 333639473 155959296 18631 33554432000 4194304 5964350 140737104628864 140659758974968 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 152304

[startup+51.1003 s]
/proc/loadavg: 1.56 1.16 1.24 4/179 28115
/proc/meminfo: memFree=31523132/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=152628 CPUtime=51.07 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 33360 0 0 0 5097 10 0 0 20 0 2 0 333639471 156291072 33132 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 38157 33132 193 433 0 37721 0
[pid=28109/tid=28114] ppid=28105 vsize=152628 CPUtime=50.93 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 31965 0 0 0 5083 10 0 0 20 0 2 0 333639473 156291072 33132 33554432000 4194304 5964350 140737104628864 140659758974968 4381949 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 152628

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.28 3/179 28115
/proc/meminfo: memFree=31299924/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=283860 CPUtime=102.25 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 54661 0 0 0 10210 15 0 0 20 0 2 0 333639471 290672640 54579 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 70965 54579 193 433 0 70529 0
[pid=28109/tid=28114] ppid=28105 vsize=283860 CPUtime=101.98 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 53266 0 0 0 10182 16 0 0 20 0 2 0 333639473 290672640 54579 33554432000 4194304 5964350 140737104628864 140659758974968 4381928 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 283860

[startup+162.3 s]
/proc/loadavg: 1.93 1.41 1.32 3/179 28115
/proc/meminfo: memFree=31123748/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=415172 CPUtime=162.22 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 94105 0 0 0 16198 24 0 0 20 0 2 0 333639471 425136128 94014 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 103793 94014 193 433 0 103357 0
[pid=28109/tid=28114] ppid=28105 vsize=415172 CPUtime=161.8 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 92710 0 0 0 16155 25 0 0 20 0 2 0 333639473 425136128 94014 33554432000 4194304 5964350 140737104628864 140659758974968 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 415172

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.36 4/179 28115
/proc/meminfo: memFree=31088092/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=480708 CPUtime=222.2 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 101927 0 0 0 22194 26 0 0 20 0 2 0 333639471 492244992 102245 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 120177 102245 193 433 0 119741 0
[pid=28109/tid=28114] ppid=28105 vsize=480708 CPUtime=221.63 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 100532 0 0 0 22134 29 0 0 20 0 2 0 333639473 492244992 102245 33554432000 4194304 5964350 140737104628864 140659758974968 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 480708

[startup+282.3 s]
/proc/loadavg: 1.99 1.60 1.40 3/179 28115
/proc/meminfo: memFree=30994692/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=480708 CPUtime=282.19 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 116365 0 0 0 28189 30 0 0 20 0 2 0 333639471 492244992 116683 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 120177 116683 193 433 0 119741 0
[pid=28109/tid=28114] ppid=28105 vsize=480708 CPUtime=281.47 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 114970 0 0 0 28113 34 0 0 20 0 2 0 333639473 492244992 116683 33554432000 4194304 5964350 140737104628864 140659758974968 4381622 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 480708

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.43 4/178 28115
/proc/meminfo: memFree=30962240/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=480708 CPUtime=342.18 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 116365 0 0 0 34188 30 0 0 20 0 2 0 333639471 492244992 116683 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 120177 116683 193 433 0 119741 0
[pid=28109/tid=28114] ppid=28105 vsize=480708 CPUtime=341.32 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 114970 0 0 0 34097 35 0 0 20 0 2 0 333639473 492244992 116683 33554432000 4194304 5964350 140737104628864 140659758974968 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 480708

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.46 4/179 28116
/proc/meminfo: memFree=30916208/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=546244 CPUtime=402.18 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 123864 0 0 0 40184 34 0 0 20 0 2 0 333639471 559353856 124184 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 136561 124184 193 433 0 136125 0
[pid=28109/tid=28114] ppid=28105 vsize=546244 CPUtime=401.16 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 122469 0 0 0 40077 39 0 0 20 0 2 0 333639473 559353856 124184 33554432000 4194304 5964350 140737104628864 140659758974968 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 546244

[startup+462.3 s]
/proc/loadavg: 1.99 1.77 1.49 4/180 28119
/proc/meminfo: memFree=30800492/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=546244 CPUtime=462.15 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.03 2.00 1.80 4/179 28126
/proc/meminfo: memFree=29987556/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1421.94 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237474 0 0 0 142122 72 0 0 20 0 2 0 333639471 1029484544 238318 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238318 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1418.4 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236079 0 0 0 141747 93 0 0 20 0 2 0 333639473 1029484544 238318 33554432000 4194304 5964350 140737104628864 140659758974968 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 1005356

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 1.81 4/179 28126
/proc/meminfo: memFree=29987556/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1481.92 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237481 0 0 0 148120 72 0 0 20 0 2 0 333639471 1029484544 238325 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238325 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1478.23 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236086 0 0 0 147729 94 0 0 20 0 2 0 333639473 1029484544 238325 33554432000 4194304 5964350 140737104628864 140659758974968 4391640 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 1005356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.82 4/179 28126
/proc/meminfo: memFree=29988176/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1541.91 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237481 0 0 0 154119 72 0 0 20 0 2 0 333639471 1029484544 238325 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238325 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1538.08 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236086 0 0 0 153713 95 0 0 20 0 2 0 333639473 1029484544 238325 33554432000 4194304 5964350 140737104628864 140659758974968 4381941 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 1005356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.83 4/179 28127
/proc/meminfo: memFree=29859100/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1601.9 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237481 0 0 0 160118 72 0 0 20 0 2 0 333639471 1029484544 238325 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238325 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1597.92 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236086 0 0 0 159696 96 0 0 20 0 2 0 333639473 1029484544 238325 33554432000 4194304 5964350 140737104628864 140659758974968 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 1005356

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.83 4/180 28130
/proc/meminfo: memFree=29822048/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1661.89 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237481 0 0 0 166117 72 0 0 20 0 2 0 333639471 1029484544 238325 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238325 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1657.76 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236086 0 0 0 165679 97 0 0 20 0 2 0 333639473 1029484544 238325 33554432000 4194304 5964350 140737104628864 140659758974968 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 1005356

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.84 4/179 28130
/proc/meminfo: memFree=29822120/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1721.88 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 172116 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1717.61 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 171663 98 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 1005356

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.84 4/179 28130
/proc/meminfo: memFree=29821432/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1781.87 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 178115 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1777.45 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 177646 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4390190 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.87
Current children cumulated vsize (KiB) 1005356

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 28130
/proc/meminfo: memFree=29821928/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1791.48 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 179076 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1787.03 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 178604 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.48
Current children cumulated vsize (KiB) 1005356

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 28130
/proc/meminfo: memFree=29821928/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1794.68 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 179396 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1790.22 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 178923 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4381597 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.68
Current children cumulated vsize (KiB) 1005356

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 28130
/proc/meminfo: memFree=29821928/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1797.87 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 179715 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1793.41 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 179242 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4381951 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.87
Current children cumulated vsize (KiB) 1005356

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 28130
/proc/meminfo: memFree=29820564/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1798.67 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 179795 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1794.2 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 179321 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 1005356

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 28130
/proc/meminfo: memFree=29818704/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1799.08 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 179836 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1794.61 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 179362 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.08
Current children cumulated vsize (KiB) 1005356

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 28130
/proc/meminfo: memFree=29818704/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1799.47 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 179875 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1795 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 179401 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 1005356

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.85 4/179 28130
/proc/meminfo: memFree=29818704/32873844 swapFree=7116/7116
[pid=28109] ppid=28105 vsize=1005356 CPUtime=1799.57 cores=0,2,4,6
/proc/28109/stat : 28109 (wbo1.72) S 28105 28109 27471 0 -1 4202496 237485 0 0 0 179885 72 0 0 20 0 2 0 333639471 1029484544 238329 33554432000 4194304 5964350 140737104628864 140737104628384 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28109/statm: 251339 238329 193 433 0 250903 0
[pid=28109/tid=28114] ppid=28105 vsize=1005356 CPUtime=1795.1 cores=0,2,4,6
/proc/28109/task/28114/stat : 28114 (wbo1.72) R 28105 28109 27471 0 -1 4202560 236090 0 0 0 179411 99 0 0 20 0 2 0 333639473 1029484544 238329 33554432000 4194304 5964350 140737104628864 140659758974968 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.57
Current children cumulated vsize (KiB) 1005356

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28109 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=131250
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=21844
# CPU time returned by wait4() is 1795.15
# while last known CPU time is 1799.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.57
CPU user time (s): 1798.85
CPU system time (s): 0.72
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 1005356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.13
system time used= 1.02184
maximum resident set size= 953328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237488
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= 241
involuntary context switches= 1908

runsolver used 2.90856 second user time and 8.5507 second system time

The end

Launcher Data

Begin job on node146 at 2012-06-03 00:12:25
IDJOB=3728071
IDBENCH=79170
IDSOLVER=2315
FILE ID=node146/3728071-1338675145
RUNJOBID= node146-1338675145-28083
PBS_JOBID= 14636512
Free space on /tmp= 70912 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-95-90--soft-0-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728071-1338675145/watcher-3728071-1338675145 -o /tmp/evaluation-result-3728071-1338675145/solver-3728071-1338675145 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728071-1338675145.wbo

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

MD5SUM BENCH= 4a1855bab5ee86d15b24a1b5f3713388
RANDOM SEED=1764424141

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31789332 kB
Buffers:          122604 kB
Cached:           211352 kB
SwapCached:         1792 kB
Active:           137444 kB
Inactive:         199484 kB
Active(anon):       4136 kB
Inactive(anon):     1556 kB
Active(file):     133308 kB
Inactive(file):   197928 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67099772 kB
Dirty:             11364 kB
Writeback:             0 kB
AnonPages:          9792 kB
Mapped:             8048 kB
Shmem:                 0 kB
Slab:             608768 kB
SReclaimable:      48988 kB
SUnreclaim:       559780 kB
KernelStack:        1408 kB
PageTables:         3732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70900 MiB
End job on node146 at 2012-06-03 00:42:26