Trace number 3728473

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

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-61-60--soft-0-100-0.wbo
MD5SUM01a077d3621ba64f6c6e6b6c3ebb8e99
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.149976
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3660
Total number of constraints121
Number of soft constraints121
Number of constraints which are clauses61
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint61
Top cost 5857
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5856
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing wbo file format. File HOME/instance-3728473-1338675444.wbo.
0.00/0.00	c Instance file HOME/instance-3728473-1338675444.wbo
0.00/0.00	c File size is 65429 bytes.
0.00/0.00	c Highest Coefficient sum: 62
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:      3781                                                |
0.00/0.00	c |  Number Clauses:        61                                                  |
0.00/0.00	c |  Number Cardinality:    0                                                   |
0.00/0.00	c |  Number PB Constraints: 60                                                  |
0.00/0.00	c |                                                                             |
0.00/0.01	c |  Problem Type:          Optimization                                        |
0.00/0.01	c |  Objective Function:    PB Constraint                                       |
0.00/0.01	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.01	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.01	c ===============================================================================
1799.47/1800.00	c ===============================================================================
1799.47/1800.00	c Wall Clock Time: 1800.00 s
1799.47/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-3728473-1338675444/watcher-3728473-1338675444 -o /tmp/evaluation-result-3728473-1338675444/solver-3728473-1338675444 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=wbo HOME/instance-3728473-1338675444.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20552
/proc/meminfo: memFree=30470868/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=4056 CPUtime=0 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) R 20550 20552 19762 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 333670435 4153344 461 33554432000 4194304 5964350 140735014962976 140737359944376 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 1014 461 168 433 0 562 0

[startup+0.097312 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20552
/proc/meminfo: memFree=30470868/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=84824 CPUtime=0.09 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 1724 0 0 0 9 0 0 0 20 0 2 0 333670435 86859776 1660 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21206 1660 193 433 0 20770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84824

[startup+0.100182 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20552
/proc/meminfo: memFree=30470868/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=84824 CPUtime=0.09 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 1730 0 0 0 9 0 0 0 20 0 2 0 333670435 86859776 1666 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21206 1666 193 433 0 20770 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 84824

[startup+0.300111 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20552
/proc/meminfo: memFree=30470868/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=84824 CPUtime=0.29 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 2176 0 0 0 29 0 0 0 20 0 2 0 333670435 86859776 2112 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21206 2112 193 433 0 20770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84824

[startup+0.700113 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20552
/proc/meminfo: memFree=30470868/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=84824 CPUtime=0.69 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 3016 0 0 0 69 0 0 0 20 0 2 0 333670435 86859776 2952 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21206 2952 193 433 0 20770 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84824

[startup+1.50013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20554
/proc/meminfo: memFree=30457344/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=84824 CPUtime=1.49 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 4508 0 0 0 148 1 0 0 20 0 2 0 333670435 86859776 4444 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21206 4444 193 433 0 20770 0
[pid=20552/tid=20554] ppid=20550 vsize=84824 CPUtime=1.47 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 3501 0 0 0 146 1 0 0 20 0 2 0 333670436 86859776 4444 33554432000 4194304 5964350 140735014962976 140176409085944 4222416 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) 84824

[startup+3.10015 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20554
/proc/meminfo: memFree=30449516/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=84968 CPUtime=3.08 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 6767 0 0 0 307 1 0 0 20 0 2 0 333670435 87007232 6703 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21242 6703 193 433 0 20806 0
[pid=20552/tid=20554] ppid=20550 vsize=84968 CPUtime=3.07 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 5760 0 0 0 306 1 0 0 20 0 2 0 333670436 87007232 6703 33554432000 4194304 5964350 140735014962976 140176409085944 4222416 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) 84968

[startup+6.30013 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20554
/proc/meminfo: memFree=30438756/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=84968 CPUtime=6.28 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 8076 0 0 0 627 1 0 0 20 0 2 0 333670435 87007232 8012 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21242 8012 193 433 0 20806 0
[pid=20552/tid=20554] ppid=20550 vsize=84968 CPUtime=6.27 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 7069 0 0 0 625 2 0 0 20 0 2 0 333670436 87007232 8012 33554432000 4194304 5964350 140735014962976 140176409085944 4400007 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 84968

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20554
/proc/meminfo: memFree=30424264/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=85040 CPUtime=12.68 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 12744 0 0 0 1265 3 0 0 20 0 2 0 333670435 87080960 12680 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 21260 12680 193 433 0 20824 0
[pid=20552/tid=20554] ppid=20550 vsize=85040 CPUtime=12.67 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 11737 0 0 0 1264 3 0 0 20 0 2 0 333670436 87080960 12680 33554432000 4194304 5964350 140735014962976 140176409085944 4400007 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) 85040

[startup+25.5002 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 20554
/proc/meminfo: memFree=30386320/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=150684 CPUtime=25.48 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 21686 0 0 0 2542 6 0 0 20 0 2 0 333670435 154300416 21622 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 37671 21622 193 433 0 37235 0
[pid=20552/tid=20554] ppid=20550 vsize=150684 CPUtime=25.48 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 20679 0 0 0 2541 7 0 0 20 0 2 0 333670436 154300416 21622 33554432000 4194304 5964350 140735014962976 140176409085944 4400035 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150684

[startup+51.1002 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 20554
/proc/meminfo: memFree=30336676/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=150844 CPUtime=51.08 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 33761 0 0 0 5099 9 0 0 20 0 2 0 333670435 154464256 33697 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 37711 33697 193 433 0 37275 0
[pid=20552/tid=20554] ppid=20550 vsize=150844 CPUtime=51.07 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 32754 0 0 0 5097 10 0 0 20 0 2 0 333670436 154464256 33697 33554432000 4194304 5964350 140735014962976 140176409085944 4399840 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 150844

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 20554
/proc/meminfo: memFree=30247264/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=282156 CPUtime=102.26 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 52603 0 0 0 10211 15 0 0 20 0 2 0 333670435 288927744 52761 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 70539 52761 193 433 0 70103 0
[pid=20552/tid=20554] ppid=20550 vsize=282156 CPUtime=102.27 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 51596 0 0 0 10210 17 0 0 20 0 2 0 333670436 288927744 52761 33554432000 4194304 5964350 140735014962976 140176409085944 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 282156

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/180 20558
/proc/meminfo: memFree=30110532/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=347692 CPUtime=162.22 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 74587 0 0 0 16200 22 0 0 20 0 2 0 333670435 356036608 74745 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 86923 74745 193 433 0 86487 0
[pid=20552/tid=20554] ppid=20550 vsize=347692 CPUtime=162.23 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 73580 0 0 0 16198 25 0 0 20 0 2 0 333670436 356036608 74745 33554432000 4194304 5964350 140735014962976 140176409085944 4399987 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 347692

[startup+222.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/179 20558
/proc/meminfo: memFree=30109240/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=347692 CPUtime=222.18 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 74634 0 0 0 22196 22 0 0 20 0 2 0 333670435 356036608 75266 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 86923 75266 193 433 0 86487 0
[pid=20552/tid=20554] ppid=20550 vsize=347692 CPUtime=222.2 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 73627 0 0 0 22194 26 0 0 20 0 2 0 333670436 356036608 75266 33554432000 4194304 5964350 140735014962976 140176409085944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 347692

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/179 20558
/proc/meminfo: memFree=30067440/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=413228 CPUtime=282.17 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 84804 0 0 0 28193 24 0 0 20 0 2 0 333670435 423145472 85759 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 103307 85759 193 433 0 102871 0
[pid=20552/tid=20554] ppid=20550 vsize=413228 CPUtime=282.21 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 83797 0 0 0 28192 29 0 0 20 0 2 0 333670436 423145472 85759 33554432000 4194304 5964350 140735014962976 140176409085944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 413228

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 20558
/proc/meminfo: memFree=29939212/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=413372 CPUtime=342.16 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 99474 0 0 0 34187 29 0 0 20 0 2 0 333670435 423292928 100429 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 103343 100429 193 433 0 102907 0
[pid=20552/tid=20554] ppid=20550 vsize=413372 CPUtime=342.21 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 98467 0 0 0 34186 35 0 0 20 0 2 0 333670436 423292928 100429 33554432000 4194304 5964350 140735014962976 140176409085944 4381928 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) 413372

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 20558
/proc/meminfo: memFree=29917388/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=413372 CPUtime=402.15 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 99490 0 0 0 40186 29 0 0 20 0 2 0 333670435 423292928 100377 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 103343 100377 193 433 0 102907 0
[pid=20552/tid=20554] ppid=20550 vsize=413372 CPUtime=402.21 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 98483 0 0 0 40185 36 0 0 20 0 2 0 333670436 423292928 100377 33554432000 4194304 5964350 140735014962976 140176409085976 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 413372

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 20559
/proc/meminfo: memFree=29892092/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=478908 CPUtime=462.14 cores=1,3,5,7

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

/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 162896 0 0 0 130146 71 0 0 20 0 2 0 333670436 694161408 164628 33554432000 4194304 5964350 140735014962976 140176409085944 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 677892

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 20568
/proc/meminfo: memFree=29474200/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=677892 CPUtime=1361.9 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 163949 0 0 0 136139 51 0 0 20 0 2 0 333670435 694161408 164670 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 169473 164670 193 433 0 169037 0
[pid=20552/tid=20554] ppid=20550 vsize=677892 CPUtime=1362.15 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 162942 0 0 0 136143 72 0 0 20 0 2 0 333670436 694161408 164670 33554432000 4194304 5964350 140735014962976 140176409085944 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 677892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 20569
/proc/meminfo: memFree=29468816/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=678432 CPUtime=1421.9 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 165619 0 0 0 142137 53 0 0 20 0 2 0 333670435 694714368 166340 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 169608 166340 193 433 0 169172 0
[pid=20552/tid=20554] ppid=20550 vsize=678432 CPUtime=1422.16 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 164612 0 0 0 142142 74 0 0 20 0 2 0 333670436 694714368 166340 33554432000 4194304 5964350 140735014962976 140176409085944 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 678432

[startup+1482.3 s]
/proc/loadavg: 1.85 1.97 1.99 2/172 20593
/proc/meminfo: memFree=30185928/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=678432 CPUtime=1481.89 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 165620 0 0 0 148136 53 0 0 20 0 2 0 333670435 694714368 166341 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 169608 166341 193 433 0 169172 0
[pid=20552/tid=20554] ppid=20550 vsize=678432 CPUtime=1482.16 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 164613 0 0 0 148141 75 0 0 20 0 2 0 333670436 694714368 166341 33554432000 4194304 5964350 140735014962976 140176409085944 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.89
Current children cumulated vsize (KiB) 678432

[startup+1542.3 s]
/proc/loadavg: 1.31 1.79 1.92 2/172 20593
/proc/meminfo: memFree=30185812/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=678432 CPUtime=1541.88 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 165621 0 0 0 154135 53 0 0 20 0 2 0 333670435 694714368 166342 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 169608 166342 193 433 0 169172 0
[pid=20552/tid=20554] ppid=20550 vsize=678432 CPUtime=1542.16 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 164614 0 0 0 154140 76 0 0 20 0 2 0 333670436 694714368 166342 33554432000 4194304 5964350 140735014962976 140176409085944 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 678432

[startup+1602.3 s]
/proc/loadavg: 1.11 1.64 1.86 2/172 20593
/proc/meminfo: memFree=30170932/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=744184 CPUtime=1601.87 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 170052 0 0 0 160133 54 0 0 20 0 2 0 333670435 762044416 170773 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 186046 170773 193 433 0 185610 0
[pid=20552/tid=20554] ppid=20550 vsize=744184 CPUtime=1602.16 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 169045 0 0 0 160138 78 0 0 20 0 2 0 333670436 762044416 170773 33554432000 4194304 5964350 140735014962976 140176409085944 4399998 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 744184

[startup+1662.3 s]
/proc/loadavg: 1.04 1.52 1.81 2/172 20593
/proc/meminfo: memFree=30056084/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=812708 CPUtime=1661.85 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 197888 0 0 0 166120 65 0 0 20 0 2 0 333670435 832212992 198610 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 203177 198610 193 433 0 202741 0
[pid=20552/tid=20554] ppid=20550 vsize=812708 CPUtime=1662.16 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 196881 0 0 0 166125 91 0 0 20 0 2 0 333670436 832212992 198610 33554432000 4194304 5964350 140735014962976 140176409085944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 812708

[startup+1722.3 s]
/proc/loadavg: 1.08 1.44 1.76 2/172 20594
/proc/meminfo: memFree=29987416/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=881844 CPUtime=1721.8 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 215209 0 0 0 172105 75 0 0 20 0 2 0 333670435 903008256 215939 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 220461 215939 193 433 0 220025 0
[pid=20552/tid=20554] ppid=20550 vsize=881844 CPUtime=1722.13 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 214202 0 0 0 172111 102 0 0 20 0 2 0 333670436 903008256 215939 33554432000 4194304 5964350 140735014962976 140176409085944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 881844

[startup+1782.3 s]
/proc/loadavg: 1.03 1.36 1.71 2/172 20594
/proc/meminfo: memFree=29950900/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1781.78 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224127 0 0 0 178098 80 0 0 20 0 2 0 333670435 971923456 224844 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224844 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1782.11 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223120 0 0 0 178103 108 0 0 20 0 2 0 333670436 971923456 224844 33554432000 4194304 5964350 140735014962976 140176409085944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 949144

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

[startup+1791.91 s]
/proc/loadavg: 1.02 1.35 1.70 2/172 20594
/proc/meminfo: memFree=29950588/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1791.38 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224128 0 0 0 179058 80 0 0 20 0 2 0 333670435 971923456 224851 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224851 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1791.72 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223121 0 0 0 179064 108 0 0 20 0 2 0 333670436 971923456 224851 33554432000 4194304 5964350 140735014962976 140176409085944 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 949144

[startup+1795.1 s]
/proc/loadavg: 1.02 1.34 1.70 2/172 20594
/proc/meminfo: memFree=29951084/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1794.58 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224128 0 0 0 179378 80 0 0 20 0 2 0 333670435 971923456 224851 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224851 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1794.92 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223121 0 0 0 179384 108 0 0 20 0 2 0 333670436 971923456 224851 33554432000 4194304 5964350 140735014962976 140176409085944 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.58
Current children cumulated vsize (KiB) 949144

[startup+1798.3 s]
/proc/loadavg: 1.02 1.34 1.70 2/172 20594
/proc/meminfo: memFree=29951084/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1797.77 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224133 0 0 0 179697 80 0 0 20 0 2 0 333670435 971923456 224860 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224860 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1798.11 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223126 0 0 0 179703 108 0 0 20 0 2 0 333670436 971923456 224860 33554432000 4194304 5964350 140735014962976 140176409085944 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.77
Current children cumulated vsize (KiB) 949144

[startup+1799.1 s]
/proc/loadavg: 1.02 1.33 1.69 2/172 20594
/proc/meminfo: memFree=29950644/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1798.57 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224133 0 0 0 179777 80 0 0 20 0 2 0 333670435 971923456 224860 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224860 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1798.91 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223126 0 0 0 179783 108 0 0 20 0 2 0 333670436 971923456 224860 33554432000 4194304 5964350 140735014962976 140176409085944 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.57
Current children cumulated vsize (KiB) 949144

[startup+1799.5 s]
/proc/loadavg: 1.02 1.33 1.69 2/172 20594
/proc/meminfo: memFree=29950768/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1798.98 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224133 0 0 0 179818 80 0 0 20 0 2 0 333670435 971923456 224860 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224860 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1799.31 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223126 0 0 0 179823 108 0 0 20 0 2 0 333670436 971923456 224860 33554432000 4194304 5964350 140735014962976 140176409085944 4400007 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.98
Current children cumulated vsize (KiB) 949144

[startup+1799.9 s]
/proc/loadavg: 1.02 1.33 1.69 2/172 20594
/proc/meminfo: memFree=29950768/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1799.37 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224133 0 0 0 179857 80 0 0 20 0 2 0 333670435 971923456 224860 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224860 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1799.71 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223126 0 0 0 179863 108 0 0 20 0 2 0 333670436 971923456 224860 33554432000 4194304 5964350 140735014962976 140176409085944 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.37
Current children cumulated vsize (KiB) 949144

[startup+1800 s]
/proc/loadavg: 1.02 1.33 1.69 2/172 20594
/proc/meminfo: memFree=29950768/32873648 swapFree=7628/7628
[pid=20552] ppid=20550 vsize=949144 CPUtime=1799.47 cores=1,3,5,7
/proc/20552/stat : 20552 (wbo1.72) S 20550 20552 19762 0 -1 4202496 224133 0 0 0 179867 80 0 0 20 0 2 0 333670435 971923456 224860 33554432000 4194304 5964350 140735014962976 140735014962496 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20552/statm: 237286 224860 193 433 0 236850 0
[pid=20552/tid=20554] ppid=20550 vsize=949144 CPUtime=1799.81 cores=1,3,5,7
/proc/20552/task/20554/stat : 20554 (wbo1.72) R 20550 20552 19762 0 -1 4202560 223126 0 0 0 179873 108 0 0 20 0 2 0 333670436 971923456 224860 33554432000 4194304 5964350 140735014962976 140176409085944 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (KiB) 949144

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.84
CPU user time (s): 1798.74
CPU system time (s): 1.09883
CPU usage (%): 99.9906
Max. virtual memory (cumulated for all children) (KiB): 949144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 1.09883
maximum resident set size= 899452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224136
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= 340
involuntary context switches= 2022

runsolver used 8.32173 second user time and 13.7609 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 00:17:24
IDJOB=3728473
IDBENCH=79177
IDSOLVER=2315
FILE ID=node122/3728473-1338675444
RUNJOBID= node122-1338669704-20107
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-61-60--soft-0-100-0.wbo
COMMAND LINE= wbo1.72 -file-format=wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3728473-1338675444/watcher-3728473-1338675444 -o /tmp/evaluation-result-3728473-1338675444/solver-3728473-1338675444 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=wbo HOME/instance-3728473-1338675444.wbo

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

MD5SUM BENCH= 01a077d3621ba64f6c6e6b6c3ebb8e99
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:        30471512 kB
Buffers:          147216 kB
Cached:          1113280 kB
SwapCached:         1816 kB
Active:           691028 kB
Inactive:         947288 kB
Active(anon):     378292 kB
Inactive(anon):     1928 kB
Active(file):     312736 kB
Inactive(file):   945360 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100092 kB
Dirty:              5440 kB
Writeback:             0 kB
AnonPages:        359020 kB
Mapped:             9544 kB
Shmem:                 0 kB
Slab:             624608 kB
SReclaimable:      68876 kB
SUnreclaim:       555732 kB
KernelStack:        1488 kB
PageTables:         4428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     146028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71180 MiB
End job on node122 at 2012-06-03 00:47:25