Trace number 3704874

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.7? 1799.53 1800.01

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-70.opb
MD5SUM4f155d4f8b05885565510d4fbd89c993
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12552
Total number of constraints283802
Number of constraints which are clauses254979
Number of constraints which are cardinality constraints (but not clauses)914
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint1
Maximum length of a constraint270
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3704874-1338110839.opb.
0.00/0.00	c Instance file HOME/instance-3704874-1338110839.opb
0.00/0.00	c File size is 12172204 bytes.
0.68/0.76	c Highest Coefficient sum: 271
0.68/0.76	c ============================[ Problem Statistics ]=============================
0.68/0.76	c |                                                                             |
0.68/0.76	c |  Parsing time:          0.76         s                                      |
0.68/0.76	c |  Number Variables:      12552                                               |
0.68/0.76	c |  Number Clauses:        255448                                              |
0.68/0.76	c |  Number Cardinality:    905                                                 |
0.68/0.76	c |  Number PB Constraints: 27909                                               |
0.68/0.76	c |                                                                             |
0.79/0.80	c |  Problem Type:          Decision                                            |
0.79/0.80	c |  Objective Function:    None                                                |
0.79/0.80	c |                                                                             |
0.79/0.80	c ===============================================================================
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3704874-1338110839/watcher-3704874-1338110839 -o /tmp/evaluation-result-3704874-1338110839/solver-3704874-1338110839 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704874-1338110839.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11811
/proc/meminfo: memFree=31246320/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=15024 CPUtime=0 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) R 11809 11811 8971 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 277212367 15384576 278 33554432000 4194304 5963574 140736089526352 140735239562216 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 3756 278 175 432 0 349 0

[startup+0.087834 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11811
/proc/meminfo: memFree=31246320/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=19076 CPUtime=0.08 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) R 11809 11811 8971 0 -1 4202496 1652 0 0 0 8 0 0 0 20 0 1 0 277212367 19533824 1572 33554432000 4194304 5963574 140736089526352 140736089524728 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 4769 1572 490 432 0 1362 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19076

[startup+0.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11811
/proc/meminfo: memFree=31246320/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=19740 CPUtime=0.09 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) R 11809 11811 8971 0 -1 4202496 1847 0 0 0 9 0 0 0 20 0 1 0 277212367 20213760 1767 33554432000 4194304 5963574 140736089526352 140736089524728 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 4935 1767 540 432 0 1528 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19740

[startup+0.300219 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11811
/proc/meminfo: memFree=31246320/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=28936 CPUtime=0.29 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) R 11809 11811 8971 0 -1 4202496 4960 0 0 0 28 1 0 0 20 0 1 0 277212367 29630464 4815 33554432000 4194304 5963574 140736089526352 140736089524728 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 7234 4816 1319 432 0 3827 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28936

[startup+0.700215 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 11811
/proc/meminfo: memFree=31246320/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=46932 CPUtime=0.68 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) R 11809 11811 8971 0 -1 4202496 11111 0 0 0 67 1 0 0 20 0 1 0 277212367 48058368 10837 33554432000 4194304 5963574 140736089526352 140736089524728 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 11733 10838 2886 432 0 8326 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 46932

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11813
/proc/meminfo: memFree=31169788/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=119448 CPUtime=1.48 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 24007 0 0 0 145 3 0 0 20 0 2 0 277212367 122314752 19947 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 29862 19947 187 432 0 29427 0
[pid=11811/tid=11813] ppid=11809 vsize=119448 CPUtime=0.72 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 11205 0 0 0 70 2 0 0 20 0 2 0 277212443 122314752 19947 33554432000 4194304 5963574 140736089526352 139779869566776 4220672 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 119448

[startup+3.10031 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11813
/proc/meminfo: memFree=31167052/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=119448 CPUtime=3.09 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 24277 0 0 0 305 4 0 0 20 0 2 0 277212367 122314752 20217 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 29862 20217 187 432 0 29427 0
[pid=11811/tid=11813] ppid=11809 vsize=119448 CPUtime=2.31 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 11475 0 0 0 229 2 0 0 20 0 2 0 277212443 122314752 20217 33554432000 4194304 5963574 140736089526352 139779869566968 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119448

[startup+6.3003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11813
/proc/meminfo: memFree=31162820/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=119448 CPUtime=6.28 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 25011 0 0 0 624 4 0 0 20 0 2 0 277212367 122314752 20951 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 29862 20951 187 432 0 29427 0
[pid=11811/tid=11813] ppid=11809 vsize=119448 CPUtime=5.5 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 12209 0 0 0 548 2 0 0 20 0 2 0 277212443 122314752 20951 33554432000 4194304 5963574 140736089526352 139779869567016 4392454 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) 119448

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11813
/proc/meminfo: memFree=31155016/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=119448 CPUtime=12.69 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 27044 0 0 0 1264 5 0 0 20 0 2 0 277212367 122314752 22984 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 29862 22984 187 432 0 29427 0
[pid=11811/tid=11813] ppid=11809 vsize=119448 CPUtime=11.89 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 14242 0 0 0 1187 2 0 0 20 0 2 0 277212443 122314752 22984 33554432000 4194304 5963574 140736089526352 139779869567016 5178752 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119448

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11813
/proc/meminfo: memFree=31139624/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=184984 CPUtime=25.48 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 30377 0 0 0 2542 6 0 0 20 0 2 0 277212367 189423616 26317 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 46246 26317 187 432 0 45811 0
[pid=11811/tid=11813] ppid=11809 vsize=184984 CPUtime=24.65 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 17575 0 0 0 2461 4 0 0 20 0 2 0 277212443 189423616 26317 33554432000 4194304 5963574 140736089526352 139779869566776 4399614 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) 184984

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11813
/proc/meminfo: memFree=31106640/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=184984 CPUtime=51.07 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 35733 0 0 0 5098 9 0 0 20 0 2 0 277212367 189423616 31673 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 46246 31673 187 432 0 45811 0
[pid=11811/tid=11813] ppid=11809 vsize=184984 CPUtime=50.18 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 22931 0 0 0 5011 7 0 0 20 0 2 0 277212443 189423616 31673 33554432000 4194304 5963574 140736089526352 139779869566776 4392415 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 184984

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11813
/proc/meminfo: memFree=31042652/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=184984 CPUtime=102.26 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 43542 0 0 0 10214 12 0 0 20 0 2 0 277212367 189423616 39476 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 46246 39476 187 432 0 45811 0
[pid=11811/tid=11813] ppid=11809 vsize=184984 CPUtime=101.25 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 30740 0 0 0 10114 11 0 0 20 0 2 0 277212443 189423616 39476 33554432000 4194304 5963574 140736089526352 139779869567016 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 184984

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11816
/proc/meminfo: memFree=30997980/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=250520 CPUtime=162.22 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 50256 0 0 0 16205 17 0 0 20 0 2 0 277212367 256532480 46909 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 62630 46909 187 432 0 62195 0
[pid=11811/tid=11813] ppid=11809 vsize=250520 CPUtime=161.06 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 37454 0 0 0 16089 17 0 0 20 0 2 0 277212443 256532480 46909 33554432000 4194304 5963574 140736089526352 139779869567016 4400361 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 250520

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11816
/proc/meminfo: memFree=30978864/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=254168 CPUtime=222.17 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 53791 0 0 0 22198 19 0 0 20 0 2 0 277212367 260268032 51558 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 63542 51558 187 432 0 63107 0
[pid=11811/tid=11813] ppid=11809 vsize=254168 CPUtime=220.87 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 40989 0 0 0 22067 20 0 0 20 0 2 0 277212443 260268032 51558 33554432000 4194304 5963574 140736089526352 139779869566776 4400164 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 254168

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11816
/proc/meminfo: memFree=30930736/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=254168 CPUtime=282.16 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 59612 0 0 0 28192 24 0 0 20 0 2 0 277212367 260268032 57881 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 63542 57881 187 432 0 63107 0
[pid=11811/tid=11813] ppid=11809 vsize=254168 CPUtime=280.7 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 46810 0 0 0 28045 25 0 0 20 0 2 0 277212443 260268032 57881 33554432000 4194304 5963574 140736089526352 139779869566776 4403253 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 254168

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11817
/proc/meminfo: memFree=30884080/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=319704 CPUtime=342.15 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 65799 0 0 0 34186 29 0 0 20 0 2 0 277212367 327376896 64068 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 79926 64068 187 432 0 79491 0
[pid=11811/tid=11813] ppid=11809 vsize=319704 CPUtime=340.55 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 52997 0 0 0 34023 32 0 0 20 0 2 0 277212443 327376896 64068 33554432000 4194304 5963574 140736089526352 139779869566968 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 319704

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11817
/proc/meminfo: memFree=30834976/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=321528 CPUtime=402.14 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 70903 0 0 0 40179 35 0 0 20 0 2 0 277212367 329244672 69172 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 80382 69172 187 432 0 79947 0
[pid=11811/tid=11813] ppid=11809 vsize=321528 CPUtime=400.4 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 58101 0 0 0 40001 39 0 0 20 0 2 0 277212443 329244672 69172 33554432000 4194304 5963574 140736089526352 139779869566968 4400078 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 321528

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11818
/proc/meminfo: memFree=30793444/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=321528 CPUtime=462.13 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11866
/proc/meminfo: memFree=30995732/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1421.9 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 110570 0 0 0 142114 76 0 0 20 0 2 0 277212367 533368832 111949 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 111949 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1417.71 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 97768 0 0 0 141676 95 0 0 20 0 2 0 277212443 533368832 111949 33554432000 4194304 5963574 140736089526352 139779869566776 4399456 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) 520868

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11866
/proc/meminfo: memFree=30968572/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1481.89 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 110696 0 0 0 148113 76 0 0 20 0 2 0 277212367 533368832 112075 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 112075 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1477.55 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 97894 0 0 0 147659 96 0 0 20 0 2 0 277212443 533368832 112075 33554432000 4194304 5963574 140736089526352 139779869566776 4399456 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) 520868

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30932488/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1541.87 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 110883 0 0 0 154111 76 0 0 20 0 2 0 277212367 533368832 112262 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 112262 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1537.39 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 98081 0 0 0 153642 97 0 0 20 0 2 0 277212443 533368832 112262 33554432000 4194304 5963574 140736089526352 139779869566776 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 520868

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11867
/proc/meminfo: memFree=30908152/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1601.86 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 111044 0 0 0 160110 76 0 0 20 0 2 0 277212367 533368832 112423 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 112423 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1597.24 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 98242 0 0 0 159626 98 0 0 20 0 2 0 277212443 533368832 112423 33554432000 4194304 5963574 140736089526352 139779869566776 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 520868

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11867
/proc/meminfo: memFree=30892620/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1661.86 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 111135 0 0 0 166110 76 0 0 20 0 2 0 277212367 533368832 112514 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 112514 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1657.09 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 98333 0 0 0 165610 99 0 0 20 0 2 0 277212443 533368832 112514 33554432000 4194304 5963574 140736089526352 139779869566776 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 520868

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11867
/proc/meminfo: memFree=30865668/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1721.85 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 111234 0 0 0 172109 76 0 0 20 0 2 0 277212367 533368832 112613 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 112613 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1716.93 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 98432 0 0 0 171593 100 0 0 20 0 2 0 277212443 533368832 112613 33554432000 4194304 5963574 140736089526352 139779869566776 4399511 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 520868

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30830328/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1781.84 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113274 0 0 0 178106 78 0 0 20 0 2 0 277212367 533368832 114653 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 114653 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1776.78 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 100472 0 0 0 177576 102 0 0 20 0 2 0 277212443 533368832 114653 33554432000 4194304 5963574 140736089526352 139779869566968 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 520868

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

[startup+1791.91 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30825732/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1791.44 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113549 0 0 0 179066 78 0 0 20 0 2 0 277212367 533368832 115021 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 115021 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1786.36 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 100747 0 0 0 178533 103 0 0 20 0 2 0 277212443 533368832 115021 33554432000 4194304 5963574 140736089526352 139779869566968 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.44
Current children cumulated vsize (KiB) 520868

[startup+1795.1 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30824420/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1794.64 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113672 0 0 0 179386 78 0 0 20 0 2 0 277212367 533368832 115203 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 115203 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1789.55 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 100870 0 0 0 178852 103 0 0 20 0 2 0 277212443 533368832 115203 33554432000 4194304 5963574 140736089526352 139779869566968 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 520868

[startup+1798.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30824048/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1797.83 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113796 0 0 0 179705 78 0 0 20 0 2 0 277212367 533368832 115327 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 115327 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1792.73 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 100994 0 0 0 179170 103 0 0 20 0 2 0 277212443 533368832 115327 33554432000 4194304 5963574 140736089526352 139779869566776 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 520868

[startup+1799.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30823924/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1798.63 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113822 0 0 0 179785 78 0 0 20 0 2 0 277212367 533368832 115353 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 115353 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1793.53 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 101020 0 0 0 179250 103 0 0 20 0 2 0 277212443 533368832 115353 33554432000 4194304 5963574 140736089526352 139779869566968 4399474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 520868

[startup+1799.5 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30823800/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1799.04 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113835 0 0 0 179826 78 0 0 20 0 2 0 277212367 533368832 115366 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 115366 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1793.94 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 101033 0 0 0 179291 103 0 0 20 0 2 0 277212443 533368832 115366 33554432000 4194304 5963574 140736089526352 139779869566968 4399542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 520868

[startup+1799.9 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30823800/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1799.43 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113850 0 0 0 179865 78 0 0 20 0 2 0 277212367 533368832 115381 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 115381 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1794.33 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 101048 0 0 0 179330 103 0 0 20 0 2 0 277212443 533368832 115381 33554432000 4194304 5963574 140736089526352 139779869566968 4381251 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 520868

[startup+1800 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 11867
/proc/meminfo: memFree=30823800/32873844 swapFree=6088/6088
[pid=11811] ppid=11809 vsize=520868 CPUtime=1799.53 cores=1,3,5,7
/proc/11811/stat : 11811 (wbo1.7) S 11809 11811 8971 0 -1 4202496 113853 0 0 0 179875 78 0 0 20 0 2 0 277212367 533368832 115384 33554432000 4194304 5963574 140736089526352 140736089525872 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11811/statm: 130217 115384 187 432 0 129782 0
[pid=11811/tid=11813] ppid=11809 vsize=520868 CPUtime=1794.43 cores=1,3,5,7
/proc/11811/task/11813/stat : 11813 (wbo1.7) R 11809 11811 8971 0 -1 4202560 101051 0 0 0 179340 103 0 0 20 0 2 0 277212443 533368832 115384 33554432000 4194304 5963574 140736089526352 139779869566968 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 520868

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.53
CPU user time (s): 1798.75
CPU system time (s): 0.78
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 520868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.15
system time used= 1.06484
maximum resident set size= 461540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113854
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= 192
involuntary context switches= 2005

runsolver used 3.74843 second user time and 8.60669 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 11:27:19
IDJOB=3704874
IDBENCH=89796
IDSOLVER=2283
FILE ID=node110/3704874-1338110839
RUNJOBID= node110-1338085012-8988
PBS_JOBID= 14624425
Free space on /tmp= 71656 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-70.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704874-1338110839/watcher-3704874-1338110839 -o /tmp/evaluation-result-3704874-1338110839/solver-3704874-1338110839 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704874-1338110839.opb

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

MD5SUM BENCH= 4f155d4f8b05885565510d4fbd89c993
RANDOM SEED=1751437480

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.90
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.893
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.893
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:       32873844 kB
MemFree:        31246956 kB
Buffers:          228592 kB
Cached:           301620 kB
SwapCached:          148 kB
Active:           766620 kB
Inactive:          74976 kB
Active(anon):     301608 kB
Inactive(anon):    12496 kB
Active(file):     465012 kB
Inactive(file):    62480 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             17680 kB
Writeback:             0 kB
AnonPages:        317736 kB
Mapped:            14988 kB
Shmem:               196 kB
Slab:             645012 kB
SReclaimable:      87372 kB
SUnreclaim:       557640 kB
KernelStack:        1440 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     167100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 71660 MiB
End job on node110 at 2012-05-27 11:57:19