Trace number 3705615

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
MD5SUM9100923ff6d9c8d4da1b288858ed91b3
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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.0534
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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-3705615-1338111499.opb.
0.00/0.00	c Instance file HOME/instance-3705615-1338111499.opb
0.00/0.00	c File size is 256866 bytes.
0.00/0.02	c Highest Coefficient sum: 200
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3262                                                |
0.00/0.02	c |  Number Clauses:        3162                                                |
0.00/0.02	c |  Number Cardinality:    203                                                 |
0.00/0.02	c |  Number PB Constraints: 3062                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.44/1800.00	c ===============================================================================
1799.44/1800.00	c Wall Clock Time: 1800.00 s
1799.44/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-3705615-1338111499/watcher-3705615-1338111499 -o /tmp/evaluation-result-3705615-1338111499/solver-3705615-1338111499 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705615-1338111499.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.01 2.00 3/177 4739
/proc/meminfo: memFree=27941820/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=4332 CPUtime=0 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) R 4737 4739 2447 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 277275893 4435968 495 33554432000 4194304 5963574 140734937142832 140733980600312 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 1083 497 173 432 0 585 0

[startup+0.050899 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4739
/proc/meminfo: memFree=27941820/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=85780 CPUtime=0.04 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 2039 0 0 0 4 0 0 0 20 0 2 0 277275893 87838720 1928 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21445 1928 186 432 0 21010 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 85780

[startup+0.100186 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4739
/proc/meminfo: memFree=27941820/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=85780 CPUtime=0.09 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 2085 0 0 0 9 0 0 0 20 0 2 0 277275893 87838720 1974 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21445 1974 187 432 0 21010 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85780

[startup+0.30011 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4739
/proc/meminfo: memFree=27941820/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=85780 CPUtime=0.29 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 2244 0 0 0 29 0 0 0 20 0 2 0 277275893 87838720 2133 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21445 2133 187 432 0 21010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85780

[startup+0.700107 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4739
/proc/meminfo: memFree=27941820/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=85780 CPUtime=0.69 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 2642 0 0 0 69 0 0 0 20 0 2 0 277275893 87838720 2531 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21445 2531 187 432 0 21010 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85780

[startup+1.50025 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4741
/proc/meminfo: memFree=27931140/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=85780 CPUtime=1.48 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 3504 0 0 0 148 0 0 0 20 0 2 0 277275893 87838720 3393 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21445 3393 187 432 0 21010 0
[pid=4739/tid=4741] ppid=4737 vsize=85780 CPUtime=1.46 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 2198 0 0 0 146 0 0 0 20 0 2 0 277275895 87838720 3393 33554432000 4194304 5963574 140734937142832 139986547541528 5135572 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) 85780

[startup+3.10026 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4741
/proc/meminfo: memFree=27928164/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=85924 CPUtime=3.08 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 3962 0 0 0 308 0 0 0 20 0 2 0 277275893 87986176 3851 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21481 3851 187 432 0 21046 0
[pid=4739/tid=4741] ppid=4737 vsize=85924 CPUtime=3.06 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 2656 0 0 0 306 0 0 0 20 0 2 0 277275895 87986176 3851 33554432000 4194304 5963574 140734937142832 139986547541816 4400320 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) 85924

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4741
/proc/meminfo: memFree=27921756/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=85996 CPUtime=6.28 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 5840 0 0 0 627 1 0 0 20 0 2 0 277275893 88059904 5729 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21499 5729 187 432 0 21064 0
[pid=4739/tid=4741] ppid=4737 vsize=85996 CPUtime=6.26 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 4534 0 0 0 624 2 0 0 20 0 2 0 277275895 88059904 5729 33554432000 4194304 5963574 140734937142832 139986547541528 4221984 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) 85996

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4741
/proc/meminfo: memFree=27904776/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=86392 CPUtime=12.68 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 9560 0 0 0 1266 2 0 0 20 0 2 0 277275893 88465408 9449 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21598 9449 187 432 0 21163 0
[pid=4739/tid=4741] ppid=4737 vsize=86392 CPUtime=12.66 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 8254 0 0 0 1263 3 0 0 20 0 2 0 277275895 88465408 9449 33554432000 4194304 5963574 140734937142832 139986547541528 4402912 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) 86392

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4741
/proc/meminfo: memFree=27890152/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=87440 CPUtime=25.48 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 13134 0 0 0 2545 3 0 0 20 0 2 0 277275893 89538560 13023 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 21860 13023 187 432 0 21425 0
[pid=4739/tid=4741] ppid=4737 vsize=87440 CPUtime=25.46 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 11828 0 0 0 2542 4 0 0 20 0 2 0 277275895 89538560 13023 33554432000 4194304 5963574 140734937142832 139986547542008 5135572 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) 87440

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4741
/proc/meminfo: memFree=27759532/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=158100 CPUtime=51.07 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 24424 0 0 0 5099 8 0 0 20 0 2 0 277275893 161894400 24313 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 39525 24313 187 432 0 39090 0
[pid=4739/tid=4741] ppid=4737 vsize=158100 CPUtime=51.06 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 23118 0 0 0 5097 9 0 0 20 0 2 0 277275895 161894400 24313 33554432000 4194304 5963574 140734937142832 139986547542056 4399569 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) 158100

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4744
/proc/meminfo: memFree=27685404/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=227832 CPUtime=102.28 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 36734 0 0 0 10214 14 0 0 20 0 2 0 277275893 233299968 36160 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 56958 36160 187 432 0 56523 0
[pid=4739/tid=4741] ppid=4737 vsize=227832 CPUtime=102.26 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 35428 0 0 0 10210 16 0 0 20 0 2 0 277275895 233299968 36160 33554432000 4194304 5963574 140734937142832 139986547542008 4409160 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 227832

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4744
/proc/meminfo: memFree=27588424/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=231192 CPUtime=162.26 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 45957 0 0 0 16209 17 0 0 20 0 2 0 277275893 236740608 45191 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 57798 45191 187 432 0 57363 0
[pid=4739/tid=4741] ppid=4737 vsize=231192 CPUtime=162.26 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 44651 0 0 0 16206 20 0 0 20 0 2 0 277275895 236740608 45191 33554432000 4194304 5963574 140734937142832 139986547542008 4399603 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) 231192

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4745
/proc/meminfo: memFree=27531032/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=236288 CPUtime=222.25 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 54258 0 0 0 22202 23 0 0 20 0 2 0 277275893 241958912 53492 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 59072 53492 187 432 0 58637 0
[pid=4739/tid=4741] ppid=4737 vsize=236288 CPUtime=222.26 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 52952 0 0 0 22199 27 0 0 20 0 2 0 277275895 241958912 53492 33554432000 4194304 5963574 140734937142832 139986547542008 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) 236288

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4745
/proc/meminfo: memFree=27462900/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=304492 CPUtime=282.23 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 63928 0 0 0 28195 28 0 0 20 0 2 0 277275893 311799808 63266 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 76123 63266 187 432 0 75688 0
[pid=4739/tid=4741] ppid=4737 vsize=304492 CPUtime=282.26 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 62622 0 0 0 28193 33 0 0 20 0 2 0 277275895 311799808 63266 33554432000 4194304 5963574 140734937142832 139986547542008 4378847 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 304492

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4745
/proc/meminfo: memFree=27409532/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=304976 CPUtime=342.21 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 66637 0 0 0 34191 30 0 0 20 0 2 0 277275893 312295424 65998 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 76244 65998 187 432 0 75809 0
[pid=4739/tid=4741] ppid=4737 vsize=304976 CPUtime=342.23 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 65331 0 0 0 34188 35 0 0 20 0 2 0 277275895 312295424 65998 33554432000 4194304 5963574 140734937142832 139986547541528 4399623 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 304976

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4745
/proc/meminfo: memFree=27385828/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=371624 CPUtime=402.17 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 72479 0 0 0 40181 36 0 0 20 0 2 0 277275893 380542976 71843 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 92906 71843 187 432 0 92471 0
[pid=4739/tid=4741] ppid=4737 vsize=371624 CPUtime=402.2 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 71173 0 0 0 40177 43 0 0 20 0 2 0 277275895 380542976 71843 33554432000 4194304 5963574 140734937142832 139986547542008 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 371624

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4745
/proc/meminfo: memFree=27358296/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=373156 CPUtime=462.16 cores=1,3,5,7

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

/proc/4739/statm: 149602 132905 187 432 0 149167 0
[pid=4739/tid=4741] ppid=4737 vsize=598408 CPUtime=1302.14 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 131524 0 0 0 130086 128 0 0 20 0 2 0 277275895 612769792 132905 33554432000 4194304 5963574 140734937142832 139986547541528 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 598408

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4754
/proc/meminfo: memFree=26745048/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=598892 CPUtime=1361.96 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 135725 0 0 0 136083 113 0 0 20 0 2 0 277275893 613265408 135800 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 149723 135800 187 432 0 149288 0
[pid=4739/tid=4741] ppid=4737 vsize=598892 CPUtime=1362.14 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 134419 0 0 0 136080 134 0 0 20 0 2 0 277275895 613265408 135800 33554432000 4194304 5963574 140734937142832 139986547541528 4402909 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 598892

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4778
/proc/meminfo: memFree=26732664/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=599732 CPUtime=1421.96 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 138931 0 0 0 142078 118 0 0 20 0 2 0 277275893 614125568 139006 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 149933 139006 187 432 0 149498 0
[pid=4739/tid=4741] ppid=4737 vsize=599732 CPUtime=1422.14 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 137625 0 0 0 142074 140 0 0 20 0 2 0 277275895 614125568 139006 33554432000 4194304 5963574 140734937142832 139986547542008 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 599732

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26710604/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=603720 CPUtime=1481.95 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 143059 0 0 0 148073 122 0 0 20 0 2 0 277275893 618209280 143134 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 150930 143134 187 432 0 150495 0
[pid=4739/tid=4741] ppid=4737 vsize=603720 CPUtime=1482.13 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 141753 0 0 0 148068 145 0 0 20 0 2 0 277275895 618209280 143134 33554432000 4194304 5963574 140734937142832 139986547542008 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 603720

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4778
/proc/meminfo: memFree=26486908/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=604080 CPUtime=1541.94 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 143087 0 0 0 154072 122 0 0 20 0 2 0 277275893 618577920 143162 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 151020 143162 187 432 0 150585 0
[pid=4739/tid=4741] ppid=4737 vsize=604080 CPUtime=1542.13 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 141781 0 0 0 154067 146 0 0 20 0 2 0 277275895 618577920 143162 33554432000 4194304 5963574 140734937142832 139986547542056 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 604080

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 4829
/proc/meminfo: memFree=27553856/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=673820 CPUtime=1601.9 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 151526 0 0 0 160063 127 0 0 20 0 2 0 277275893 689991680 151578 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 168455 151578 187 432 0 168020 0
[pid=4739/tid=4741] ppid=4737 vsize=673820 CPUtime=1602.11 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 150220 0 0 0 160059 152 0 0 20 0 2 0 277275895 689991680 151578 33554432000 4194304 5963574 140734937142832 139986547541528 4388608 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 673820

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4829
/proc/meminfo: memFree=27529468/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=673820 CPUtime=1661.87 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 152126 0 0 0 166058 129 0 0 20 0 2 0 277275893 689991680 152137 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 168455 152137 187 432 0 168020 0
[pid=4739/tid=4741] ppid=4737 vsize=673820 CPUtime=1662.07 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 150820 0 0 0 166052 155 0 0 20 0 2 0 277275895 689991680 152137 33554432000 4194304 5963574 140734937142832 139986547541528 4387781 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 673820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 4829
/proc/meminfo: memFree=27486140/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=674580 CPUtime=1721.85 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 155176 0 0 0 172052 133 0 0 20 0 2 0 277275893 690769920 155185 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 168645 155185 187 432 0 168210 0
[pid=4739/tid=4741] ppid=4737 vsize=674580 CPUtime=1722.07 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 153870 0 0 0 172047 160 0 0 20 0 2 0 277275895 690769920 155185 33554432000 4194304 5963574 140734937142832 139986547542056 4402906 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) 674580

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27379120/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=676744 CPUtime=1781.85 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 161702 0 0 0 178043 142 0 0 20 0 2 0 277275893 692985856 161696 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 169186 161696 187 432 0 168751 0
[pid=4739/tid=4741] ppid=4737 vsize=676744 CPUtime=1782.07 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 160396 0 0 0 178037 170 0 0 20 0 2 0 277275895 692985856 161696 33554432000 4194304 5963574 140734937142832 139986547541528 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 676744

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

[startup+1791.91 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27378996/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=676744 CPUtime=1791.45 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 161713 0 0 0 179003 142 0 0 20 0 2 0 277275893 692985856 161707 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 169186 161707 187 432 0 168751 0
[pid=4739/tid=4741] ppid=4737 vsize=676744 CPUtime=1791.67 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 160407 0 0 0 178997 170 0 0 20 0 2 0 277275895 692985856 161707 33554432000 4194304 5963574 140734937142832 139986547541528 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.45
Current children cumulated vsize (KiB) 676744

[startup+1795.1 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27378996/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=676744 CPUtime=1794.65 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 161713 0 0 0 179323 142 0 0 20 0 2 0 277275893 692985856 161707 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 169186 161707 187 432 0 168751 0
[pid=4739/tid=4741] ppid=4737 vsize=676744 CPUtime=1794.87 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 160407 0 0 0 179317 170 0 0 20 0 2 0 277275895 692985856 161707 33554432000 4194304 5963574 140734937142832 139986547541528 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.65
Current children cumulated vsize (KiB) 676744

[startup+1798.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27378996/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=676744 CPUtime=1797.84 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 161713 0 0 0 179642 142 0 0 20 0 2 0 277275893 692985856 161707 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 169186 161707 187 432 0 168751 0
[pid=4739/tid=4741] ppid=4737 vsize=676744 CPUtime=1798.07 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 160407 0 0 0 179637 170 0 0 20 0 2 0 277275895 692985856 161707 33554432000 4194304 5963574 140734937142832 139986547541528 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 676744

[startup+1799.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27378996/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=676744 CPUtime=1798.64 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 161713 0 0 0 179722 142 0 0 20 0 2 0 277275893 692985856 161707 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 169186 161707 187 432 0 168751 0
[pid=4739/tid=4741] ppid=4737 vsize=676744 CPUtime=1798.87 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 160407 0 0 0 179717 170 0 0 20 0 2 0 277275895 692985856 161707 33554432000 4194304 5963574 140734937142832 139986547541528 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.64
Current children cumulated vsize (KiB) 676744

[startup+1799.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27378996/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=676744 CPUtime=1799.05 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 161713 0 0 0 179763 142 0 0 20 0 2 0 277275893 692985856 161707 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 169186 161707 187 432 0 168751 0
[pid=4739/tid=4741] ppid=4737 vsize=676744 CPUtime=1799.27 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 160407 0 0 0 179757 170 0 0 20 0 2 0 277275895 692985856 161707 33554432000 4194304 5963574 140734937142832 139986547541528 4399651 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 676744

[startup+1799.9 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27378996/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=676744 CPUtime=1799.44 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) S 4737 4739 2447 0 -1 4202496 161713 0 0 0 179802 142 0 0 20 0 2 0 277275893 692985856 161707 33554432000 4194304 5963574 140734937142832 140734937142352 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 169186 161707 187 432 0 168751 0
[pid=4739/tid=4741] ppid=4737 vsize=676744 CPUtime=1799.67 cores=1,3,5,7
/proc/4739/task/4741/stat : 4741 (wbo1.7) R 4737 4739 2447 0 -1 4202560 160407 0 0 0 179797 170 0 0 20 0 2 0 277275895 692985856 161707 33554432000 4194304 5963574 140734937142832 139986547541528 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.44
Current children cumulated vsize (KiB) 676744

[startup+1800 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 4830
/proc/meminfo: memFree=27378996/32873648 swapFree=6864/6864
[pid=4739] ppid=4737 vsize=0 CPUtime=1799.8 cores=1,3,5,7
/proc/4739/stat : 4739 (wbo1.7) R 4737 4739 2447 0 -1 4203524 161714 0 0 0 179809 171 0 0 20 0 1 0 277275893 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4739/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 0

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 1.72074
maximum resident set size= 646832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161714
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= 211
involuntary context switches= 2380

runsolver used 2.68359 second user time and 7.13891 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 11:38:19
IDJOB=3705615
IDBENCH=48320
IDSOLVER=2284
FILE ID=node120/3705615-1338111499
RUNJOBID= node120-1338088086-2464
PBS_JOBID= 14624455
Free space on /tmp= 71692 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705615-1338111499/watcher-3705615-1338111499 -o /tmp/evaluation-result-3705615-1338111499/solver-3705615-1338111499 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705615-1338111499.opb

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

MD5SUM BENCH= 9100923ff6d9c8d4da1b288858ed91b3
RANDOM SEED=597402712

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27942488 kB
Buffers:          312040 kB
Cached:          3422272 kB
SwapCached:          636 kB
Active:          1105628 kB
Inactive:        2999128 kB
Active(anon):     359160 kB
Inactive(anon):    12532 kB
Active(file):     746468 kB
Inactive(file):  2986596 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              5428 kB
Writeback:             0 kB
AnonPages:        449424 kB
Mapped:            14984 kB
Shmem:               120 kB
Slab:             686116 kB
SReclaimable:     130308 kB
SUnreclaim:       555808 kB
KernelStack:        1448 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     147988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3705615-1338111499.opb

Free space on /tmp at the end= 71684 MiB
End job on node120 at 2012-05-27 12:08:19