Trace number 3704752

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.7UNSAT 1071.54 1071.89

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark369.578
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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-3704752-1338084264.opb.
0.00/0.00	c Instance file HOME/instance-3704752-1338084264.opb
0.00/0.00	c File size is 17269096 bytes.
1.18/1.22	c Highest Coefficient sum: 512
1.18/1.22	c ============================[ Problem Statistics ]=============================
1.18/1.22	c |                                                                             |
1.18/1.22	c |  Parsing time:          1.21         s                                      |
1.18/1.22	c |  Number Variables:      168111                                              |
1.18/1.22	c |  Number Clauses:        468727                                              |
1.18/1.22	c |  Number Cardinality:    0                                                   |
1.18/1.22	c |  Number PB Constraints: 18798                                               |
1.18/1.22	c |                                                                             |
1.48/1.51	c |  Problem Type:          Decision                                            |
1.48/1.51	c |  Objective Function:    None                                                |
1.48/1.51	c |                                                                             |
1.48/1.51	c ===============================================================================
1071.54/1071.88	c ===============================================================================
1071.54/1071.88	c Wall Clock Time: 1071.88 s
1071.54/1071.88	s UNSATISFIABLE

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-3704752-1338084264/watcher-3704752-1338084264 -o /tmp/evaluation-result-3704752-1338084264/solver-3704752-1338084264 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704752-1338084264.opb 

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.02 2.01 2.00 3/177 29884
/proc/meminfo: memFree=29003168/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/29884/stat : 29884 (runsolver) D 29882 29884 27916 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 274552317 12095488 51 33554432000 4194304 5436572 140734026743840 140734026740136 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/29884/statm: 2953 51 31 304 0 2645 0

[startup+0.0238569 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29884
/proc/meminfo: memFree=29003168/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=21584 CPUtime=0.01 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) R 29882 29884 27916 0 -1 4202496 724 0 0 0 1 0 0 0 20 0 1 0 274552317 22102016 676 33554432000 4194304 5963574 140737476719872 140737476717752 5302118 0 0 4096 16387 0 0 0 17 6 0 0 0 0 0
/proc/29884/statm: 5396 676 219 432 0 744 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21584

[startup+0.100159 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29884
/proc/meminfo: memFree=29003168/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=28220 CPUtime=0.09 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) R 29882 29884 27916 0 -1 4202496 2610 0 0 0 9 0 0 0 20 0 1 0 274552317 28897280 2529 33554432000 4194304 5963574 140737476719872 140737476718472 5301643 0 0 4096 16387 0 0 0 17 6 0 0 0 0 0
/proc/29884/statm: 7055 2529 497 432 0 2403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28220

[startup+0.300158 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29884
/proc/meminfo: memFree=29003168/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=45808 CPUtime=0.29 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) R 29882 29884 27916 0 -1 4202496 7657 0 0 0 28 1 0 0 20 0 1 0 274552317 46907392 7131 33554432000 4194304 5963574 140737476719872 140737476718360 4348725 0 0 4096 16387 0 0 0 17 6 0 0 0 0 0
/proc/29884/statm: 11452 7131 1174 432 0 6800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45808

[startup+0.700181 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29884
/proc/meminfo: memFree=29003168/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=79420 CPUtime=0.68 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) R 29882 29884 27916 0 -1 4202496 17197 0 0 0 66 2 0 0 20 0 1 0 274552317 81326080 16013 33554432000 4194304 5963574 140737476719872 140737476718504 4338933 0 0 4096 16387 0 0 0 17 6 0 0 0 0 0
/proc/29884/statm: 19855 16013 2541 432 0 15203 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79420

[startup+1.50108 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 29885
/proc/meminfo: memFree=28927148/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=202020 CPUtime=1.48 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 48912 0 0 0 142 6 0 0 20 0 2 0 274552317 206868480 44119 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 50505 44120 178 432 0 50070 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 202020

[startup+3.10111 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 29886
/proc/meminfo: memFree=28772320/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=262484 CPUtime=3.08 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 68107 0 0 0 299 9 0 0 20 0 2 0 274552317 268783616 57812 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 65621 57812 188 432 0 65186 0
[pid=29884/tid=29886] ppid=29882 vsize=262484 CPUtime=1.86 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 38327 0 0 0 181 5 0 0 20 0 2 0 274552439 268783616 57812 33554432000 4194304 5963574 140737476719872 140585543305016 4399952 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 262484

[startup+6.30111 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 29886
/proc/meminfo: memFree=28769744/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=262484 CPUtime=6.28 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 68107 0 0 0 619 9 0 0 20 0 2 0 274552317 268783616 57812 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 65621 57812 188 432 0 65186 0
[pid=29884/tid=29886] ppid=29882 vsize=262484 CPUtime=5.05 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 38327 0 0 0 500 5 0 0 20 0 2 0 274552439 268783616 57812 33554432000 4194304 5963574 140737476719872 140585543305016 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 262484

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 29886
/proc/meminfo: memFree=28765628/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=262484 CPUtime=12.68 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 68384 0 0 0 1259 9 0 0 20 0 2 0 274552317 268783616 58089 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 65621 58089 188 432 0 65186 0
[pid=29884/tid=29886] ppid=29882 vsize=262484 CPUtime=11.43 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 38604 0 0 0 1138 5 0 0 20 0 2 0 274552439 268783616 58089 33554432000 4194304 5963574 140737476719872 140585543305016 4399409 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 262484

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 29886
/proc/meminfo: memFree=28758152/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=262484 CPUtime=25.48 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 69033 0 0 0 2538 10 0 0 20 0 2 0 274552317 268783616 58738 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 65621 58738 188 432 0 65186 0
[pid=29884/tid=29886] ppid=29882 vsize=262484 CPUtime=24.2 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 39253 0 0 0 2414 6 0 0 20 0 2 0 274552439 268783616 58738 33554432000 4194304 5963574 140737476719872 140585543305256 4399462 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 262484

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29886
/proc/meminfo: memFree=28745980/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=328020 CPUtime=51.07 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 71042 0 0 0 5096 11 0 0 20 0 2 0 274552317 335892480 60747 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 82005 60747 188 432 0 81570 0
[pid=29884/tid=29886] ppid=29882 vsize=328020 CPUtime=49.73 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 41262 0 0 0 4966 7 0 0 20 0 2 0 274552439 335892480 60747 33554432000 4194304 5963574 140737476719872 140585543305256 4402906 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 328020

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29886
/proc/meminfo: memFree=28715992/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=328020 CPUtime=102.26 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 74825 0 0 0 10213 13 0 0 20 0 2 0 274552317 335892480 65160 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 82005 65160 188 432 0 81570 0
[pid=29884/tid=29886] ppid=29882 vsize=328020 CPUtime=100.8 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 45045 0 0 0 10070 10 0 0 20 0 2 0 274552439 335892480 65160 33554432000 4194304 5963574 140737476719872 140585543305016 4390404 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 328020

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29886
/proc/meminfo: memFree=28690420/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=328020 CPUtime=162.23 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 79123 0 0 0 16205 18 0 0 20 0 2 0 274552317 335892480 69497 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 82005 69497 188 432 0 81570 0
[pid=29884/tid=29886] ppid=29882 vsize=328020 CPUtime=160.61 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 49343 0 0 0 16045 16 0 0 20 0 2 0 274552439 335892480 69497 33554432000 4194304 5963574 140737476719872 140585543305016 4399451 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 328020

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 29886
/proc/meminfo: memFree=28665996/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=328020 CPUtime=222.21 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 81962 0 0 0 22201 20 0 0 20 0 2 0 274552317 335892480 73624 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 82005 73624 188 432 0 81570 0
[pid=29884/tid=29886] ppid=29882 vsize=328020 CPUtime=220.45 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 52182 0 0 0 22026 19 0 0 20 0 2 0 274552439 335892480 73624 33554432000 4194304 5963574 140737476719872 140585543305208 4392498 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 328020

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 29886
/proc/meminfo: memFree=28639992/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=328020 CPUtime=282.2 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 84530 0 0 0 28197 23 0 0 20 0 2 0 274552317 335892480 76192 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 82005 76192 188 432 0 81570 0
[pid=29884/tid=29886] ppid=29882 vsize=328020 CPUtime=280.29 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 54750 0 0 0 28006 23 0 0 20 0 2 0 274552439 335892480 76192 33554432000 4194304 5963574 140737476719872 140585543305016 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 328020

[startup+342.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 29890
/proc/meminfo: memFree=28620968/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=342.19 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 87044 0 0 0 34194 25 0 0 20 0 2 0 274552317 403001344 78706 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 78706 188 432 0 97954 0
[pid=29884/tid=29886] ppid=29882 vsize=393556 CPUtime=340.13 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 57264 0 0 0 33987 26 0 0 20 0 2 0 274552439 403001344 78706 33554432000 4194304 5963574 140737476719872 140585543305016 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 393556

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 30241
/proc/meminfo: memFree=28584092/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=402.17 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 89322 0 0 0 40189 28 0 0 20 0 2 0 274552317 403001344 81106 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 81106 188 432 0 97954 0
[pid=29884/tid=29886] ppid=29882 vsize=393556 CPUtime=399.96 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 59542 0 0 0 39966 30 0 0 20 0 2 0 274552439 403001344 81106 33554432000 4194304 5963574 140737476719872 140585543305256 4392495 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 393556

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 30241
/proc/meminfo: memFree=28556304/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=462.16 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 91050 0 0 0 46187 29 0 0 20 0 2 0 274552317 403001344 82833 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 82833 188 432 0 97954 0

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


[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30242
/proc/meminfo: memFree=28502924/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=642.12 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 95458 0 0 0 64179 33 0 0 20 0 2 0 274552317 403001344 88043 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 88043 188 432 0 97954 0
[pid=29884/tid=29886] ppid=29882 vsize=393556 CPUtime=639.32 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 65678 0 0 0 63894 38 0 0 20 0 2 0 274552439 403001344 88043 33554432000 4194304 5963574 140737476719872 140585543305208 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 393556

[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30242
/proc/meminfo: memFree=28484084/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=702.11 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 97153 0 0 0 70176 35 0 0 20 0 2 0 274552317 403001344 89738 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 89738 188 432 0 97954 0
[pid=29884/tid=29886] ppid=29882 vsize=393556 CPUtime=699.16 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 67373 0 0 0 69875 41 0 0 20 0 2 0 274552439 403001344 89738 33554432000 4194304 5963574 140737476719872 140585543305016 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 393556

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30242
/proc/meminfo: memFree=28471744/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=762.11 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 98393 0 0 0 76174 37 0 0 20 0 2 0 274552317 403001344 90978 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 90978 188 432 0 97954 0
[pid=29884/tid=29886] ppid=29882 vsize=393556 CPUtime=759.01 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 68613 0 0 0 75858 43 0 0 20 0 2 0 274552439 403001344 90978 33554432000 4194304 5963574 140737476719872 140585543305256 4399451 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 393556

[startup+822.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 30242
/proc/meminfo: memFree=28458968/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=822.09 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 99637 0 0 0 82172 37 0 0 20 0 2 0 274552317 403001344 92222 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 92222 188 432 0 97954 0
[pid=29884/tid=29886] ppid=29882 vsize=393556 CPUtime=818.84 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 69857 0 0 0 81839 45 0 0 20 0 2 0 274552439 403001344 92222 33554432000 4194304 5963574 140737476719872 140585543305256 4399390 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 393556

[startup+882.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 30437
/proc/meminfo: memFree=28618964/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=393556 CPUtime=882.08 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 100957 0 0 0 88169 39 0 0 20 0 2 0 274552317 403001344 93542 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 98389 93542 188 432 0 97954 0
[pid=29884/tid=29886] ppid=29882 vsize=393556 CPUtime=878.69 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 71177 0 0 0 87821 48 0 0 20 0 2 0 274552439 403001344 93542 33554432000 4194304 5963574 140737476719872 140585543305256 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 393556

[startup+942.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/180 30441
/proc/meminfo: memFree=28569160/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=942.08 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 102395 0 0 0 94167 41 0 0 20 0 2 0 274552317 470110208 94980 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 94980 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=938.53 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 72615 0 0 0 93802 51 0 0 20 0 2 0 274552439 470110208 94980 33554432000 4194304 5963574 140737476719872 140585543305256 4402879 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 459092

[startup+1002.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 30441
/proc/meminfo: memFree=28538672/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1002.07 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 103625 0 0 0 100164 43 0 0 20 0 2 0 274552317 470110208 96210 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 96210 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=998.37 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 73845 0 0 0 99784 53 0 0 20 0 2 0 274552439 470110208 96210 33554432000 4194304 5963574 140737476719872 140585543305208 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1002.07
Current children cumulated vsize (KiB) 459092

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 30441
/proc/meminfo: memFree=28491144/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1062.04 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 103946 0 0 0 106161 43 0 0 20 0 2 0 274552317 470110208 97736 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 97736 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=1058.2 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 74166 0 0 0 105765 55 0 0 20 0 2 0 274552439 470110208 97736 33554432000 4194304 5963574 140737476719872 140585543305208 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 459092

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

[startup+1068.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30441
/proc/meminfo: memFree=28490772/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1068.44 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 104052 0 0 0 106801 43 0 0 20 0 2 0 274552317 470110208 97842 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 97842 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=1064.58 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 74272 0 0 0 106403 55 0 0 20 0 2 0 274552439 470110208 97842 33554432000 4194304 5963574 140737476719872 140585543305256 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1068.44
Current children cumulated vsize (KiB) 459092

[startup+1070.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30441
/proc/meminfo: memFree=28490648/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1070.04 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 104076 0 0 0 106961 43 0 0 20 0 2 0 274552317 470110208 97866 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 97866 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=1066.19 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 74296 0 0 0 106564 55 0 0 20 0 2 0 274552439 470110208 97866 33554432000 4194304 5963574 140737476719872 140585543305256 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1070.04
Current children cumulated vsize (KiB) 459092

[startup+1071.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30441
/proc/meminfo: memFree=28490648/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1070.84 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 104091 0 0 0 107041 43 0 0 20 0 2 0 274552317 470110208 97881 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 97881 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=1066.98 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 74311 0 0 0 106643 55 0 0 20 0 2 0 274552439 470110208 97881 33554432000 4194304 5963574 140737476719872 140585543305256 4399406 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1070.84
Current children cumulated vsize (KiB) 459092

[startup+1071.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30441
/proc/meminfo: memFree=28490648/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1071.24 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 104098 0 0 0 107081 43 0 0 20 0 2 0 274552317 470110208 97888 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 97888 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=1067.38 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 74318 0 0 0 106683 55 0 0 20 0 2 0 274552439 470110208 97888 33554432000 4194304 5963574 140737476719872 140585543305256 4399456 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1071.24
Current children cumulated vsize (KiB) 459092

[startup+1071.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30441
/proc/meminfo: memFree=28490648/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1071.44 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 104100 0 0 0 107101 43 0 0 20 0 2 0 274552317 470110208 97890 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 97890 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=1067.58 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 74320 0 0 0 106703 55 0 0 20 0 2 0 274552439 470110208 97890 33554432000 4194304 5963574 140737476719872 140585543305256 4399642 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1071.44
Current children cumulated vsize (KiB) 459092

[startup+1071.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 30441
/proc/meminfo: memFree=28490648/32873648 swapFree=6844/6844
[pid=29884] ppid=29882 vsize=459092 CPUtime=1071.54 cores=0,2,4,6
/proc/29884/stat : 29884 (wbo1.7) S 29882 29884 27916 0 -1 4202496 104101 0 0 0 107111 43 0 0 20 0 2 0 274552317 470110208 97891 33554432000 4194304 5963574 140737476719872 140737476719392 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29884/statm: 114773 97891 188 432 0 114338 0
[pid=29884/tid=29886] ppid=29882 vsize=459092 CPUtime=1067.68 cores=0,2,4,6
/proc/29884/task/29886/stat : 29886 (wbo1.7) R 29882 29884 27916 0 -1 4202560 74321 0 0 0 106713 55 0 0 20 0 2 0 274552439 470110208 97891 33554432000 4194304 5963574 140737476719872 140585543305256 4408821 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1071.54
Current children cumulated vsize (KiB) 459092

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29884 and gives
#  childrusage.ru_utime.tv_sec=1068
#  childrusage.ru_utime.tv_usec=386580
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=603908
# CPU time returned by wait4() is 1068.99
# while last known CPU time is 1071.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1071.89
CPU time (s): 1071.54
CPU user time (s): 1071.11
CPU system time (s): 0.43
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 459092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1068.39
system time used= 0.603908
maximum resident set size= 391576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104104
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= 107
involuntary context switches= 1434

runsolver used 3.15252 second user time and 7.48086 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-27 04:04:24
IDJOB=3704752
IDBENCH=1447
IDSOLVER=2283
FILE ID=node124/3704752-1338084264
RUNJOBID= node124-1338072365-27932
PBS_JOBID= 14624420
Free space on /tmp= 71412 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704752-1338084264/watcher-3704752-1338084264 -o /tmp/evaluation-result-3704752-1338084264/solver-3704752-1338084264 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704752-1338084264.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=779037603

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.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		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29003432 kB
Buffers:          324928 kB
Cached:          2681192 kB
SwapCached:            0 kB
Active:           952764 kB
Inactive:        2110864 kB
Active(anon):      59560 kB
Inactive(anon):        0 kB
Active(file):     893204 kB
Inactive(file):  2110864 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22320 kB
Writeback:             0 kB
AnonPages:         65984 kB
Mapped:            15164 kB
Shmem:               200 kB
Slab:             668480 kB
SReclaimable:     112372 kB
SUnreclaim:       556108 kB
KernelStack:        1456 kB
PageTables:         4124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     150144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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= 71404 MiB
End job on node124 at 2012-05-27 04:22:16