Trace number 3704833

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark17.6313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
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-3704833-1338107773.opb.
0.00/0.00	c Instance file HOME/instance-3704833-1338107773.opb
0.00/0.00	c File size is 2695060 bytes.
0.18/0.20	c Highest Coefficient sum: 745
0.18/0.20	c ============================[ Problem Statistics ]=============================
0.18/0.20	c |                                                                             |
0.18/0.20	c |  Parsing time:          0.20         s                                      |
0.18/0.20	c |  Number Variables:      24684                                               |
0.18/0.20	c |  Number Clauses:        81252                                               |
0.18/0.20	c |  Number Cardinality:    0                                                   |
0.18/0.20	c |  Number PB Constraints: 404                                                 |
0.18/0.20	c |                                                                             |
0.18/0.24	c |  Problem Type:          Decision                                            |
0.18/0.24	c |  Objective Function:    None                                                |
0.18/0.24	c |                                                                             |
0.18/0.24	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-3704833-1338107773/watcher-3704833-1338107773 -o /tmp/evaluation-result-3704833-1338107773/solver-3704833-1338107773 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3704833-1338107773.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.02 2.01 2.00 3/177 23752
/proc/meminfo: memFree=28925464/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=6304 CPUtime=0 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) R 23750 23752 21940 0 -1 4202496 450 0 0 0 0 0 0 0 20 0 1 0 276902237 6455296 402 33554432000 4194304 5963574 140735605227408 140736208624904 4394802 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 1576 402 169 432 0 483 0

[startup+0.073488 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 23752
/proc/meminfo: memFree=28925464/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=12220 CPUtime=0.06 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) R 23750 23752 21940 0 -1 4202496 2108 0 0 0 6 0 0 0 20 0 1 0 276902237 12513280 2027 33554432000 4194304 5963574 140735605227408 140736208624904 4343959 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 3055 2028 406 432 0 1962 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12220

[startup+0.100384 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 23752
/proc/meminfo: memFree=28925464/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=13900 CPUtime=0.09 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) R 23750 23752 21940 0 -1 4202496 2584 0 0 0 9 0 0 0 20 0 1 0 276902237 14233600 2503 33554432000 4194304 5963574 140735605227408 140736208624904 5134132 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 3475 2509 507 432 0 2382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13900

[startup+0.300199 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 23752
/proc/meminfo: memFree=28925464/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=98412 CPUtime=0.29 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 8967 0 0 0 28 1 0 0 20 0 2 0 276902237 100773888 7329 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 24603 7329 187 432 0 24168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98412

[startup+0.700112 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 23752
/proc/meminfo: memFree=28925464/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=98412 CPUtime=0.69 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 9063 0 0 0 68 1 0 0 20 0 2 0 276902237 100773888 7425 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 24603 7425 188 432 0 24168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98412

[startup+1.50026 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 23754
/proc/meminfo: memFree=28896316/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=98412 CPUtime=1.49 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 9573 0 0 0 148 1 0 0 20 0 2 0 276902237 100773888 7935 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 24603 7935 188 432 0 24168 0
[pid=23752/tid=23754] ppid=23750 vsize=98412 CPUtime=1.28 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 4555 0 0 0 128 0 0 0 20 0 2 0 276902257 100773888 7935 33554432000 4194304 5963574 140735605227408 139655420614456 4221120 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) 98412

[startup+3.10026 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 23754
/proc/meminfo: memFree=28893092/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=98412 CPUtime=3.08 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 10531 0 0 0 307 1 0 0 20 0 2 0 276902237 100773888 8893 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 24603 8893 188 432 0 24168 0
[pid=23752/tid=23754] ppid=23750 vsize=98412 CPUtime=2.88 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 5513 0 0 0 288 0 0 0 20 0 2 0 276902257 100773888 8893 33554432000 4194304 5963574 140735605227408 139655420614696 4399451 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) 98412

[startup+6.30027 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 23754
/proc/meminfo: memFree=28885404/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=98412 CPUtime=6.28 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 12208 0 0 0 626 2 0 0 20 0 2 0 276902237 100773888 10570 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 24603 10570 188 432 0 24168 0
[pid=23752/tid=23754] ppid=23750 vsize=98412 CPUtime=6.08 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 7190 0 0 0 606 2 0 0 20 0 2 0 276902257 100773888 10570 33554432000 4194304 5963574 140735605227408 139655420614456 4399655 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) 98412

[startup+12.7003 s]
/proc/loadavg: 2.09 2.02 2.01 3/179 23754
/proc/meminfo: memFree=28879320/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=98412 CPUtime=12.68 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 13489 0 0 0 1265 3 0 0 20 0 2 0 276902237 100773888 11851 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 24603 11851 188 432 0 24168 0
[pid=23752/tid=23754] ppid=23750 vsize=98412 CPUtime=12.48 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 8471 0 0 0 1245 3 0 0 20 0 2 0 276902257 100773888 11851 33554432000 4194304 5963574 140735605227408 139655420614648 4400078 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) 98412

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 23754
/proc/meminfo: memFree=28864184/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=98412 CPUtime=25.48 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 17001 0 0 0 2543 5 0 0 20 0 2 0 276902237 100773888 15363 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 24603 15363 188 432 0 24168 0
[pid=23752/tid=23754] ppid=23750 vsize=98412 CPUtime=25.28 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 11983 0 0 0 2523 5 0 0 20 0 2 0 276902257 100773888 15363 33554432000 4194304 5963574 140735605227408 139655420614456 4399603 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) 98412

[startup+51.1004 s]
/proc/loadavg: 2.11 2.03 2.01 3/179 23754
/proc/meminfo: memFree=28842312/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=165032 CPUtime=51.08 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 22735 0 0 0 5099 9 0 0 20 0 2 0 276902237 168992768 21097 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 41258 21097 188 432 0 40823 0
[pid=23752/tid=23754] ppid=23750 vsize=165032 CPUtime=50.88 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 17717 0 0 0 5079 9 0 0 20 0 2 0 276902257 168992768 21097 33554432000 4194304 5963574 140735605227408 139655420614456 4221120 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) 165032

[startup+102.307 s]
/proc/loadavg: 2.12 2.05 2.01 3/179 23754
/proc/meminfo: memFree=28809632/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=165572 CPUtime=102.27 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 30493 0 0 0 10214 13 0 0 20 0 2 0 276902237 169545728 28855 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 41393 28855 188 432 0 40958 0
[pid=23752/tid=23754] ppid=23750 vsize=165572 CPUtime=102.09 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 25475 0 0 0 10195 14 0 0 20 0 2 0 276902257 169545728 28855 33554432000 4194304 5963574 140735605227408 139655420614456 4222464 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 165572

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/179 23754
/proc/meminfo: memFree=28767904/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=231916 CPUtime=162.26 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 40618 0 0 0 16206 20 0 0 20 0 2 0 276902237 237481984 38980 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 57979 38980 188 432 0 57544 0
[pid=23752/tid=23754] ppid=23750 vsize=231916 CPUtime=162.08 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 35600 0 0 0 16186 22 0 0 20 0 2 0 276902257 237481984 38980 33554432000 4194304 5963574 140735605227408 139655420614456 4400078 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 231916

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 23755
/proc/meminfo: memFree=28688108/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=231916 CPUtime=222.25 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 45123 0 0 0 22202 23 0 0 20 0 2 0 276902237 237481984 43485 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 57979 43485 188 432 0 57544 0
[pid=23752/tid=23754] ppid=23750 vsize=231916 CPUtime=222.08 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 40105 0 0 0 22182 26 0 0 20 0 2 0 276902257 237481984 43485 33554432000 4194304 5963574 140735605227408 139655420614456 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 231916

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/180 23758
/proc/meminfo: memFree=28630856/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=231916 CPUtime=282.22 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 54693 0 0 0 28187 35 0 0 20 0 2 0 276902237 237481984 53390 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 57979 53390 188 432 0 57544 0
[pid=23752/tid=23754] ppid=23750 vsize=231916 CPUtime=282.06 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 49675 0 0 0 28167 39 0 0 20 0 2 0 276902257 237481984 53390 33554432000 4194304 5963574 140735605227408 139655420614696 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 231916

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 23758
/proc/meminfo: memFree=28569016/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=297452 CPUtime=342.17 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 56693 0 0 0 34179 38 0 0 20 0 2 0 276902237 304590848 55394 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 74363 55394 188 432 0 73928 0
[pid=23752/tid=23754] ppid=23750 vsize=297452 CPUtime=342.02 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 51675 0 0 0 34159 43 0 0 20 0 2 0 276902257 304590848 55394 33554432000 4194304 5963574 140735605227408 139655420614456 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 297452

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23758
/proc/meminfo: memFree=28547392/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=297452 CPUtime=402.16 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 61923 0 0 0 40171 45 0 0 20 0 2 0 276902237 304590848 60813 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 74363 60813 188 432 0 73928 0
[pid=23752/tid=23754] ppid=23750 vsize=297452 CPUtime=402.02 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 56905 0 0 0 40150 52 0 0 20 0 2 0 276902257 304590848 60813 33554432000 4194304 5963574 140735605227408 139655420614648 4399505 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 297452

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 23758
/proc/meminfo: memFree=28524424/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=298668 CPUtime=462.15 cores=1,3,5,7

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

/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 103406 0 0 0 130068 129 0 0 20 0 2 0 276902257 507162624 107643 33554432000 4194304 5963574 140735605227408 139655420614456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.97
Current children cumulated vsize (KiB) 495276

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 23803
/proc/meminfo: memFree=28693064/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=495276 CPUtime=1361.94 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 108987 0 0 0 136084 110 0 0 20 0 2 0 276902237 507162624 108410 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 123819 108410 188 432 0 123384 0
[pid=23752/tid=23754] ppid=23750 vsize=495276 CPUtime=1361.95 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 103969 0 0 0 136065 130 0 0 20 0 2 0 276902257 507162624 108410 33554432000 4194304 5963574 140735605227408 139655420614456 4381684 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.94
Current children cumulated vsize (KiB) 495276

[startup+1422.31 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 23804
/proc/meminfo: memFree=28669628/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=495276 CPUtime=1421.94 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 114827 0 0 0 142075 119 0 0 20 0 2 0 276902237 507162624 114250 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 123819 114250 188 432 0 123384 0
[pid=23752/tid=23754] ppid=23750 vsize=495276 CPUtime=1421.95 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 109809 0 0 0 142055 140 0 0 20 0 2 0 276902257 507162624 114250 33554432000 4194304 5963574 140735605227408 139655420614648 4399614 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 495276

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 23807
/proc/meminfo: memFree=28626776/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=495276 CPUtime=1481.92 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 120358 0 0 0 148065 127 0 0 20 0 2 0 276902237 507162624 119781 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 123819 119781 188 432 0 123384 0
[pid=23752/tid=23754] ppid=23750 vsize=495276 CPUtime=1481.94 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 115340 0 0 0 148045 149 0 0 20 0 2 0 276902257 507162624 119781 33554432000 4194304 5963574 140735605227408 139655420614648 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 495276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 23830
/proc/meminfo: memFree=28587144/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=560812 CPUtime=1541.92 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 125404 0 0 0 154056 136 0 0 20 0 2 0 276902237 574271488 124827 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140203 124827 188 432 0 139768 0
[pid=23752/tid=23754] ppid=23750 vsize=560812 CPUtime=1541.94 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 120386 0 0 0 154035 159 0 0 20 0 2 0 276902257 574271488 124827 33554432000 4194304 5963574 140735605227408 139655420614648 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 560812

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23830
/proc/meminfo: memFree=28566596/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1601.91 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 129872 0 0 0 160047 144 0 0 20 0 2 0 276902237 576139264 129295 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 129295 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1601.94 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 124854 0 0 0 160026 168 0 0 20 0 2 0 276902257 576139264 129295 33554432000 4194304 5963574 140735605227408 139655420614648 4400320 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 562636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23830
/proc/meminfo: memFree=28549784/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1661.89 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 133569 0 0 0 166041 148 0 0 20 0 2 0 276902237 576139264 132992 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 132992 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1661.94 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 128551 0 0 0 166021 173 0 0 20 0 2 0 276902257 576139264 132992 33554432000 4194304 5963574 140735605227408 139655420614456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 562636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28533360/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1721.86 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 135783 0 0 0 172033 153 0 0 20 0 2 0 276902237 576139264 135456 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135456 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1721.91 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 130765 0 0 0 172012 179 0 0 20 0 2 0 276902257 576139264 135456 33554432000 4194304 5963574 140735605227408 139655420614456 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.86
Current children cumulated vsize (KiB) 562636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532324/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1781.83 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 135921 0 0 0 178030 153 0 0 20 0 2 0 276902237 576139264 135609 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135609 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1781.89 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 130903 0 0 0 178009 180 0 0 20 0 2 0 276902257 576139264 135609 33554432000 4194304 5963574 140735605227408 139655420614456 4221232 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 562636

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532320/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1791.43 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 135996 0 0 0 178990 153 0 0 20 0 2 0 276902237 576139264 135682 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135682 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1791.5 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 130978 0 0 0 178970 180 0 0 20 0 2 0 276902257 576139264 135682 33554432000 4194304 5963574 140735605227408 139655420614456 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 562636

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532320/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1794.63 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 136000 0 0 0 179310 153 0 0 20 0 2 0 276902237 576139264 135686 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135686 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1794.7 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 130982 0 0 0 179290 180 0 0 20 0 2 0 276902257 576139264 135686 33554432000 4194304 5963574 140735605227408 139655420614456 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 562636

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532320/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1797.83 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 136017 0 0 0 179630 153 0 0 20 0 2 0 276902237 576139264 135703 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135703 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1797.89 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 130999 0 0 0 179609 180 0 0 20 0 2 0 276902257 576139264 135703 33554432000 4194304 5963574 140735605227408 139655420614456 4399468 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) 562636

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532196/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1798.63 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 136040 0 0 0 179710 153 0 0 20 0 2 0 276902237 576139264 135726 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135726 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1798.69 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 131022 0 0 0 179689 180 0 0 20 0 2 0 276902257 576139264 135726 33554432000 4194304 5963574 140735605227408 139655420614456 4399546 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) 562636

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532072/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1799.03 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 136048 0 0 0 179750 153 0 0 20 0 2 0 276902237 576139264 135734 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135734 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1799.1 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 131030 0 0 0 179730 180 0 0 20 0 2 0 276902257 576139264 135734 33554432000 4194304 5963574 140735605227408 139655420614456 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 562636

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532072/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1799.43 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 136048 0 0 0 179790 153 0 0 20 0 2 0 276902237 576139264 135734 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135734 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1799.49 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 131030 0 0 0 179769 180 0 0 20 0 2 0 276902257 576139264 135734 33554432000 4194304 5963574 140735605227408 139655420614456 4399456 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) 562636

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23831
/proc/meminfo: memFree=28532072/32873844 swapFree=6856/6856
[pid=23752] ppid=23750 vsize=562636 CPUtime=1799.53 cores=1,3,5,7
/proc/23752/stat : 23752 (wbo1.7) S 23750 23752 21940 0 -1 4202496 136048 0 0 0 179800 153 0 0 20 0 2 0 276902237 576139264 135734 33554432000 4194304 5963574 140735605227408 140735605226928 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23752/statm: 140659 135734 188 432 0 140224 0
[pid=23752/tid=23754] ppid=23750 vsize=562636 CPUtime=1799.59 cores=1,3,5,7
/proc/23752/task/23754/stat : 23754 (wbo1.7) R 23750 23752 21940 0 -1 4202560 131030 0 0 0 179779 180 0 0 20 0 2 0 276902257 576139264 135734 33554432000 4194304 5963574 140735605227408 139655420614456 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) 562636

Child status: 255
Real time (s): 1800.01
CPU time (s): 1799.81
CPU user time (s): 1797.99
CPU system time (s): 1.82172
CPU usage (%): 99.9892
Max. virtual memory (cumulated for all children) (KiB): 562636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 1.82172
maximum resident set size= 542948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136051
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= 253
involuntary context switches= 2726

runsolver used 10.5954 second user time and 14.2958 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-27 10:36:13
IDJOB=3704833
IDBENCH=73968
IDSOLVER=2283
FILE ID=node144/3704833-1338107773
RUNJOBID= node144-1338086104-21957
PBS_JOBID= 14624429
Free space on /tmp= 71492 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3704833-1338107773/watcher-3704833-1338107773 -o /tmp/evaluation-result-3704833-1338107773/solver-3704833-1338107773 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3704833-1338107773.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=1276475201

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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.92
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.196
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.196
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:        28926000 kB
Buffers:          297204 kB
Cached:          2495816 kB
SwapCached:            0 kB
Active:          1107208 kB
Inactive:        2059224 kB
Active(anon):     374920 kB
Inactive(anon):        0 kB
Active(file):     732288 kB
Inactive(file):  2059224 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8168 kB
Writeback:             0 kB
AnonPages:        379140 kB
Mapped:            15060 kB
Shmem:               200 kB
Slab:             643356 kB
SReclaimable:      85996 kB
SUnreclaim:       557360 kB
KernelStack:        1488 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     148840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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= 71480 MiB
End job on node144 at 2012-05-27 11:06:13