Trace number 3728472

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-55-50--soft-0-100-0.wbo
MD5SUMcab96e9f0187cae75501af3130753b71
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.12498
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2750
Total number of constraints105
Number of soft constraints105
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 5686
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5685
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728472-1338675113.wbo.
0.00/0.00	c Instance file HOME/instance-3728472-1338675113.wbo
0.00/0.00	c File size is 48848 bytes.
0.00/0.00	c Highest Coefficient sum: 56
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Parsing time:          0.01         s                                      |
0.00/0.00	c |  Number Variables:      2855                                                |
0.00/0.00	c |  Number Clauses:        55                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 50                                                  |
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Problem Type:          Optimization                                        |
0.00/0.00	c |  Objective Function:    PB Constraint                                       |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.00	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.00	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-3728472-1338675113/watcher-3728472-1338675113 -o /tmp/evaluation-result-3728472-1338675113/solver-3728472-1338675113 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728472-1338675113.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: 2.00 2.00 1.99 3/177 20512
/proc/meminfo: memFree=30470148/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=5008 CPUtime=0 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) R 20510 20512 19762 0 -1 4202496 769 0 0 0 0 0 0 0 20 0 1 0 333637285 5128192 711 33554432000 4194304 5964350 140733200335456 140736077161960 4297174 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 1370 724 169 433 0 934 0

[startup+0.100829 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 20512
/proc/meminfo: memFree=30470148/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84576 CPUtime=0.09 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 1556 0 0 0 9 0 0 0 20 0 2 0 333637285 86605824 1497 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21144 1497 193 433 0 20708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84576

[startup+0.200153 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 20512
/proc/meminfo: memFree=30470148/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84576 CPUtime=0.19 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 1781 0 0 0 19 0 0 0 20 0 2 0 333637285 86605824 1722 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21144 1722 193 433 0 20708 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 84576

[startup+0.300135 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 20512
/proc/meminfo: memFree=30470148/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84576 CPUtime=0.29 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 2008 0 0 0 29 0 0 0 20 0 2 0 333637285 86605824 1949 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21144 1949 193 433 0 20708 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84576

[startup+0.700111 s]
/proc/loadavg: 2.00 2.00 1.99 3/177 20512
/proc/meminfo: memFree=30470148/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84576 CPUtime=0.69 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 2841 0 0 0 69 0 0 0 20 0 2 0 333637285 86605824 2782 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21144 2782 193 433 0 20708 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84576

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20514
/proc/meminfo: memFree=30457104/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84576 CPUtime=1.48 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 4202 0 0 0 148 0 0 0 20 0 2 0 333637285 86605824 4143 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21144 4143 193 433 0 20708 0
[pid=20512/tid=20514] ppid=20510 vsize=84576 CPUtime=1.47 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 3277 0 0 0 147 0 0 0 20 0 2 0 333637286 86605824 4143 33554432000 4194304 5964350 140733200335456 140711462045688 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84576

[startup+3.10021 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20514
/proc/meminfo: memFree=30449168/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84720 CPUtime=3.09 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 5959 0 0 0 308 1 0 0 20 0 2 0 333637285 86753280 5900 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21180 5900 193 433 0 20744 0
[pid=20512/tid=20514] ppid=20510 vsize=84720 CPUtime=3.07 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 5034 0 0 0 306 1 0 0 20 0 2 0 333637286 86753280 5900 33554432000 4194304 5964350 140733200335456 140711462045688 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84720

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20514
/proc/meminfo: memFree=30441232/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84720 CPUtime=6.29 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 7353 0 0 0 628 1 0 0 20 0 2 0 333637285 86753280 7294 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21180 7294 193 433 0 20744 0
[pid=20512/tid=20514] ppid=20510 vsize=84720 CPUtime=6.27 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 6428 0 0 0 626 1 0 0 20 0 2 0 333637286 86753280 7294 33554432000 4194304 5964350 140733200335456 140711462045688 4400355 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84720

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20514
/proc/meminfo: memFree=30424880/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=84792 CPUtime=12.68 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 11712 0 0 0 1266 2 0 0 20 0 2 0 333637285 86827008 11653 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 21198 11653 193 433 0 20762 0
[pid=20512/tid=20514] ppid=20510 vsize=84792 CPUtime=12.67 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 10787 0 0 0 1264 3 0 0 20 0 2 0 333637286 86827008 11653 33554432000 4194304 5964350 140733200335456 140711462045496 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 84792

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20514
/proc/meminfo: memFree=30386344/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=150436 CPUtime=25.48 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 20365 0 0 0 2542 6 0 0 20 0 2 0 333637285 154046464 20306 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 37609 20306 193 433 0 37173 0
[pid=20512/tid=20514] ppid=20510 vsize=150436 CPUtime=25.47 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 19440 0 0 0 2540 7 0 0 20 0 2 0 333637286 154046464 20306 33554432000 4194304 5964350 140733200335456 140711462045496 5136340 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150436

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20514
/proc/meminfo: memFree=30344488/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=150596 CPUtime=51.08 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 28744 0 0 0 5098 10 0 0 20 0 2 0 333637285 154210304 28685 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 37649 28685 193 433 0 37213 0
[pid=20512/tid=20514] ppid=20510 vsize=150596 CPUtime=51.07 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 27819 0 0 0 5097 10 0 0 20 0 2 0 333637286 154210304 28685 33554432000 4194304 5964350 140733200335456 140711462045496 4400007 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150596

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/179 20514
/proc/meminfo: memFree=30286464/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=216372 CPUtime=102.27 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 39957 0 0 0 10213 14 0 0 20 0 2 0 333637285 221564928 39898 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 54093 39898 193 433 0 53657 0
[pid=20512/tid=20514] ppid=20510 vsize=216372 CPUtime=102.28 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 39032 0 0 0 10212 16 0 0 20 0 2 0 333637286 221564928 39898 33554432000 4194304 5964350 140733200335456 140711462045688 4399976 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 216372

[startup+162.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 20514
/proc/meminfo: memFree=30213800/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=281908 CPUtime=162.24 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 58107 0 0 0 16204 20 0 0 20 0 2 0 333637285 288673792 58048 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 70477 58048 193 433 0 70041 0
[pid=20512/tid=20514] ppid=20510 vsize=281908 CPUtime=162.27 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 57182 0 0 0 16204 23 0 0 20 0 2 0 333637286 288673792 58048 33554432000 4194304 5964350 140733200335456 140711462045736 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 281908

[startup+222.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 20515
/proc/meminfo: memFree=30182476/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=281908 CPUtime=222.24 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 64355 0 0 0 22201 23 0 0 20 0 2 0 333637285 288673792 64309 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 70477 64309 193 433 0 70041 0
[pid=20512/tid=20514] ppid=20510 vsize=281908 CPUtime=222.27 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 63430 0 0 0 22201 26 0 0 20 0 2 0 333637286 288673792 64309 33554432000 4194304 5964350 140733200335456 140711462045688 4399872 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 281908

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20515
/proc/meminfo: memFree=30059620/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=413844 CPUtime=282.19 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 93465 0 0 0 28186 33 0 0 20 0 2 0 333637285 423776256 93508 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 103461 93508 193 433 0 103025 0
[pid=20512/tid=20514] ppid=20510 vsize=413844 CPUtime=282.24 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 92540 0 0 0 28186 38 0 0 20 0 2 0 333637286 423776256 93508 33554432000 4194304 5964350 140733200335456 140711462045688 4381894 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 413844

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20554
/proc/meminfo: memFree=30430208/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=413844 CPUtime=342.15 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 93524 0 0 0 34181 34 0 0 20 0 2 0 333637285 423776256 93330 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 103461 93330 193 433 0 103025 0
[pid=20512/tid=20514] ppid=20510 vsize=413844 CPUtime=342.21 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 92599 0 0 0 34182 39 0 0 20 0 2 0 333637286 423776256 93330 33554432000 4194304 5964350 140733200335456 140711462045720 4381916 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 413844

[startup+402.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/179 20554
/proc/meminfo: memFree=30317796/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=413844 CPUtime=402.1 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 93574 0 0 0 40176 34 0 0 20 0 2 0 333637285 423776256 93388 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 103461 93388 193 433 0 103025 0
[pid=20512/tid=20514] ppid=20510 vsize=413844 CPUtime=402.17 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 92649 0 0 0 40177 40 0 0 20 0 2 0 333637286 423776256 93388 33554432000 4194304 5964350 140733200335456 140711462045720 4400017 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 413844

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 20554
/proc/meminfo: memFree=30202948/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=480172 CPUtime=462.08 cores=0,2,4,6

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

/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 159902 0 0 0 124131 80 0 0 20 0 2 0 333637286 697556992 161616 33554432000 4194304 5964350 140733200335456 140711462045688 4381949 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 681208

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20564
/proc/meminfo: memFree=29538592/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=681208 CPUtime=1301.87 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 160843 0 0 0 130126 61 0 0 20 0 2 0 333637285 697556992 161680 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 170302 161680 193 433 0 169866 0
[pid=20512/tid=20514] ppid=20510 vsize=681208 CPUtime=1302.1 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 159918 0 0 0 130129 81 0 0 20 0 2 0 333637286 697556992 161680 33554432000 4194304 5964350 140733200335456 140711462045688 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 681208

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20564
/proc/meminfo: memFree=29538624/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=681208 CPUtime=1361.86 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 160858 0 0 0 136125 61 0 0 20 0 2 0 333637285 697556992 161695 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 170302 161695 193 433 0 169866 0
[pid=20512/tid=20514] ppid=20510 vsize=681208 CPUtime=1362.09 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 159933 0 0 0 136127 82 0 0 20 0 2 0 333637286 697556992 161695 33554432000 4194304 5964350 140733200335456 140711462045688 4399998 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 681208

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20565
/proc/meminfo: memFree=29511344/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747212 CPUtime=1421.86 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 167733 0 0 0 142122 64 0 0 20 0 2 0 333637285 765145088 168570 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186803 168570 193 433 0 186367 0
[pid=20512/tid=20514] ppid=20510 vsize=747212 CPUtime=1422.1 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 166808 0 0 0 142124 86 0 0 20 0 2 0 333637286 765145088 168570 33554432000 4194304 5964350 140733200335456 140711462045688 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 747212

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20565
/proc/meminfo: memFree=29476380/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747356 CPUtime=1481.85 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176396 0 0 0 148117 68 0 0 20 0 2 0 333637285 765292544 177233 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186839 177233 193 433 0 186403 0
[pid=20512/tid=20514] ppid=20510 vsize=747356 CPUtime=1482.09 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175471 0 0 0 148119 90 0 0 20 0 2 0 333637286 765292544 177233 33554432000 4194304 5964350 140733200335456 140711462045688 4399926 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 747356

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20565
/proc/meminfo: memFree=29475884/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1541.84 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176433 0 0 0 154116 68 0 0 20 0 2 0 333637285 765366272 177270 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177270 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1542.1 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175508 0 0 0 154119 91 0 0 20 0 2 0 333637286 765366272 177270 33554432000 4194304 5964350 140733200335456 140711462045736 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 747428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20565
/proc/meminfo: memFree=29475344/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1601.83 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 160115 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1602.09 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 160117 92 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.83
Current children cumulated vsize (KiB) 747428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20565
/proc/meminfo: memFree=29475124/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1661.82 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 166114 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1662.09 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 166116 93 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 747428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20569
/proc/meminfo: memFree=29475404/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1721.81 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 172113 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1722.09 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 172115 94 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4399840 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 747428

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468568/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1781.8 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 178112 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1782.09 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 178114 95 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4400396 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 747428

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468692/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1791.51 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 179083 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1791.8 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 179085 95 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4399976 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.51
Current children cumulated vsize (KiB) 747428

[startup+1795.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468816/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1794.71 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 179403 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1794.99 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 179404 95 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4221120 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.71
Current children cumulated vsize (KiB) 747428

[startup+1798.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468816/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1797.9 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 179722 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1798.19 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 179724 95 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4220672 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 747428

[startup+1799.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468816/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1798.7 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 179802 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1798.99 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 179804 95 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 747428

[startup+1799.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468816/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1799.11 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 179843 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1799.4 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 179845 95 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4400007 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.11
Current children cumulated vsize (KiB) 747428

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468816/32873648 swapFree=7628/7628
[pid=20512] ppid=20510 vsize=747428 CPUtime=1799.5 cores=0,2,4,6
/proc/20512/stat : 20512 (wbo1.72) S 20510 20512 19762 0 -1 4202496 176434 0 0 0 179882 68 0 0 20 0 2 0 333637285 765366272 177271 33554432000 4194304 5964350 140733200335456 140733200334976 4546605 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20512/statm: 186857 177271 193 433 0 186421 0
[pid=20512/tid=20514] ppid=20510 vsize=747428 CPUtime=1799.79 cores=0,2,4,6
/proc/20512/task/20514/stat : 20514 (wbo1.72) R 20510 20512 19762 0 -1 4202560 175509 0 0 0 179884 95 0 0 20 0 2 0 333637286 765366272 177271 33554432000 4194304 5964350 140733200335456 140711462045736 4399987 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.5
Current children cumulated vsize (KiB) 747428

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.82
CPU user time (s): 1798.85
CPU system time (s): 0.967852
CPU usage (%): 99.9893
Max. virtual memory (cumulated for all children) (KiB): 747428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 0.967852
maximum resident set size= 709096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176437
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= 228
involuntary context switches= 2255

runsolver used 2.57461 second user time and 7.35388 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 00:11:53
IDJOB=3728472
IDBENCH=79168
IDSOLVER=2315
FILE ID=node122/3728472-1338675113
RUNJOBID= node122-1338669704-20106
PBS_JOBID= 14636501
Free space on /tmp= 71180 MiB

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

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

MD5SUM BENCH= cab96e9f0187cae75501af3130753b71
RANDOM SEED=969627951

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:        30470668 kB
Buffers:          146996 kB
Cached:          1113284 kB
SwapCached:         1816 kB
Active:           693296 kB
Inactive:         947112 kB
Active(anon):     380844 kB
Inactive(anon):     1928 kB
Active(file):     312452 kB
Inactive(file):   945184 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:              5484 kB
Writeback:             0 kB
AnonPages:        386060 kB
Mapped:             9600 kB
Shmem:                 0 kB
Slab:             624760 kB
SReclaimable:      68872 kB
SUnreclaim:       555888 kB
KernelStack:        1448 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     145276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 71176 MiB
End job on node122 at 2012-06-03 00:41:53