Trace number 3730929

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
PB09: bsolo 3.1UNSAT 188.226 188.272

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
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 benchmark3.35249
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
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 bsolo beta version 3.1 - 13/04/2009 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Memory Limit set to 15500 MB
0.00/0.00	c Instance file HOME/instance-3730929-1338685886.opb
0.00/0.00	c File size is 8485553 bytes.
0.59/0.63	c Highest Coefficient sum: 512
0.59/0.63	c Parsing was ok!!
0.59/0.63	c Total parsing time: 0.635 s
0.69/0.70	c Var: 87751 Constr: 254772 247060/0/7712 Lit: 685560 Watch. Lit: 517564
0.69/0.70	c Obj. Vars: 0 (0 % of total variables)
179.64/179.79	c Pre-processing Time: 179.748 s
179.64/179.79	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
179.64/179.79	c        0  80606   228045   624734    2   525707  294156      0      0 179.75
179.64/179.79	c Switching off lower bounding mode.
188.15/188.27	c      101  80603   228219   626792    2   517879  323572    174      0 180.20
188.15/188.27	c      252  80603   228468   630553    2   515262  355930    423      1 180.84
188.15/188.27	c      477  80603   228751   635650    2   515637  391524    706      2 181.59
188.15/188.27	c      815  80602   229288   641880    2   512771  430677   1243      4 182.97
188.15/188.27	c     1323  80602   230099   667171    2   514285  473745   2054      7 186.83
188.15/188.27	c Backtracks by Clause: 1287
188.15/188.27	c Backtracks by PB constraint: 77
188.15/188.27	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
188.15/188.27	c    5     1634    798    32260   230534   676815   2489      8 188.22
188.15/188.27	s UNSATISFIABLE
188.15/188.27	c Total time: 188.223 s

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-3730929-1338685886/watcher-3730929-1338685886 -o /tmp/evaluation-result-3730929-1338685886/solver-3730929-1338685886 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 -m15500 HOME/instance-3730929-1338685886.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: 1.94 1.98 1.97 3/175 17260
/proc/meminfo: memFree=26917472/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=19360 CPUtime=0 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 334714116 19824640 322 33554432000 134512640 137136520 4286612544 4286611072 136575102 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 4840 322 191 641 0 2124 0

[startup+0.043608 s]
/proc/loadavg: 1.94 1.98 1.97 3/175 17260
/proc/meminfo: memFree=26917472/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=21740 CPUtime=0.03 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 1097 0 0 0 3 0 0 0 20 0 1 0 334714116 22261760 1050 33554432000 134512640 137136520 4286612544 4286610936 136504651 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 5435 1050 325 641 0 2719 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21740

[startup+0.100219 s]
/proc/loadavg: 1.94 1.98 1.97 3/175 17260
/proc/meminfo: memFree=26917472/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=25212 CPUtime=0.09 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 2155 0 0 0 9 0 0 0 20 0 1 0 334714116 25817088 2108 33554432000 134512640 137136520 4286612544 4286610824 136504651 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 6303 2108 526 641 0 3587 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25212

[startup+0.300227 s]
/proc/loadavg: 1.94 1.98 1.97 3/175 17260
/proc/meminfo: memFree=26917472/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=36100 CPUtime=0.29 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 5604 0 0 0 28 1 0 0 20 0 1 0 334714116 36966400 5438 33554432000 134512640 137136520 4286612544 4286611072 136575102 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 9025 5439 1166 641 0 6309 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36100

[startup+0.70023 s]
/proc/loadavg: 1.94 1.98 1.97 3/175 17260
/proc/meminfo: memFree=26917472/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=63964 CPUtime=0.69 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 15662 0 0 0 67 2 0 0 20 0 1 0 334714116 65499136 13218 33554432000 134512640 137136520 4286612544 4286611568 134550412 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 15991 13218 186 641 0 15347 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63964

[startup+1.50025 s]
/proc/loadavg: 1.94 1.98 1.97 3/176 17261
/proc/meminfo: memFree=26863528/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=65576 CPUtime=1.49 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 15941 0 0 0 146 3 0 0 20 0 1 0 334714116 67149824 13497 33554432000 134512640 137136520 4286612544 4285558220 136568305 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 16394 13497 189 641 0 15750 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65576

[startup+3.10026 s]
/proc/loadavg: 1.94 1.98 1.97 3/176 17261
/proc/meminfo: memFree=26862040/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=65576 CPUtime=3.09 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 15960 0 0 0 306 3 0 0 20 0 1 0 334714116 67149824 13516 33554432000 134512640 137136520 4286612544 4285558032 134543819 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 16394 13516 189 641 0 15750 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65576

[startup+6.3003 s]
/proc/loadavg: 1.95 1.98 1.97 3/176 17261
/proc/meminfo: memFree=26862500/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=65708 CPUtime=6.29 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 15987 0 0 0 626 3 0 0 20 0 1 0 334714116 67284992 13543 33554432000 134512640 137136520 4286612544 4285558032 134543831 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 16427 13543 189 641 0 15783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65708

[startup+12.7003 s]
/proc/loadavg: 1.95 1.98 1.97 3/176 17261
/proc/meminfo: memFree=26856380/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=65840 CPUtime=12.69 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 16019 0 0 0 1266 3 0 0 20 0 1 0 334714116 67420160 13574 33554432000 134512640 137136520 4286612544 4285558256 134563134 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 16460 13574 189 641 0 15816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65840

[startup+25.5002 s]
/proc/loadavg: 1.96 1.98 1.97 3/176 17261
/proc/meminfo: memFree=26824648/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=66104 CPUtime=25.48 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 16093 0 0 0 2544 4 0 0 20 0 1 0 334714116 67690496 13640 33554432000 134512640 137136520 4286612544 4285558032 134543819 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/17260/statm: 16526 13640 189 641 0 15882 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 66104

[startup+51.1003 s]
/proc/loadavg: 1.97 1.98 1.97 3/176 17262
/proc/meminfo: memFree=26773916/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=66500 CPUtime=51.06 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 16214 0 0 0 5102 4 0 0 20 0 1 0 334714116 68096000 13845 33554432000 134512640 137136520 4286612544 4285558032 134543831 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16625 13845 189 641 0 15981 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 66500

[startup+102.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17262
/proc/meminfo: memFree=26706576/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=66632 CPUtime=102.27 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 16261 0 0 0 10221 6 0 0 20 0 1 0 334714116 68231168 13892 33554432000 134512640 137136520 4286612544 4285558256 134563028 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16658 13892 189 641 0 16014 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 66632

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26845712/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67160 CPUtime=162.25 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 16386 0 0 0 16218 7 0 0 20 0 1 0 334714116 68771840 14016 33554432000 134512640 137136520 4286612544 4285558032 134543831 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16790 14016 189 641 0 16146 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 67160

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

[startup+166.4 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26845464/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67160 CPUtime=166.35 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 16386 0 0 0 16628 7 0 0 20 0 1 0 334714116 68771840 14016 33554432000 134512640 137136520 4286612544 4285558236 136293438 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16790 14016 189 641 0 16146 0
Current children cumulated CPU time (s) 166.35
Current children cumulated vsize (KiB) 67160

[startup+179.2 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26842524/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67160 CPUtime=179.14 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 16386 0 0 0 17907 7 0 0 20 0 1 0 334714116 68771840 14016 33554432000 134512640 137136520 4286612544 4285558208 134545039 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16790 14016 189 641 0 16146 0
Current children cumulated CPU time (s) 179.14
Current children cumulated vsize (KiB) 67160

[startup+182.4 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26842152/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67160 CPUtime=182.35 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 123729 0 0 0 18212 23 0 0 20 0 1 0 334714116 68771840 14031 33554432000 134512640 137136520 4286612544 4286611208 136502385 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16790 14031 198 641 0 16146 0
Current children cumulated CPU time (s) 182.35
Current children cumulated vsize (KiB) 67160

[startup+185.6 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26842276/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67160 CPUtime=185.54 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 216609 0 0 0 18518 36 0 0 20 0 1 0 334714116 68771840 14031 33554432000 134512640 137136520 4286612544 4286611472 134543865 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16790 14031 198 641 0 16146 0
Current children cumulated CPU time (s) 185.54
Current children cumulated vsize (KiB) 67160

[startup+187.2 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26841840/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67848 CPUtime=187.14 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 249977 0 0 0 18674 40 0 0 20 0 1 0 334714116 69476352 14203 33554432000 134512640 137136520 4286612544 4286611312 134573541 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16962 14203 198 641 0 16318 0
Current children cumulated CPU time (s) 187.14
Current children cumulated vsize (KiB) 67848

[startup+188 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26841840/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67160 CPUtime=187.95 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 289365 0 0 0 18749 46 0 0 20 0 1 0 334714116 68771840 14031 33554432000 134512640 137136520 4286612544 4286611208 136502385 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16790 14031 198 641 0 16146 0
Current children cumulated CPU time (s) 187.95
Current children cumulated vsize (KiB) 67160

[startup+188.206 s]
/proc/loadavg: 1.99 1.98 1.97 3/176 17358
/proc/meminfo: memFree=26841964/32873624 swapFree=7112/7112
[pid=17260] ppid=17258 vsize=67160 CPUtime=188.15 cores=1,3,5,7
/proc/17260/stat : 17260 (bsolo) R 17258 17260 5438 0 -1 4202496 294009 0 0 0 18768 47 0 0 20 0 1 0 334714116 68771840 14031 33554432000 134512640 137136520 4286612544 4286611660 136568305 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/17260/statm: 16790 14031 198 641 0 16146 0
Current children cumulated CPU time (s) 188.15
Current children cumulated vsize (KiB) 67160

Child status: 0
Real time (s): 188.272
CPU time (s): 188.226
CPU user time (s): 187.748
CPU system time (s): 0.477927
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 67848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.748
system time used= 0.477927
maximum resident set size= 56812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297622
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= 23
involuntary context switches= 288

runsolver used 0.277957 second user time and 0.754885 second system time

The end

Launcher Data

Begin job on node121 at 2012-06-03 03:11:26
IDJOB=3730929
IDBENCH=1495
IDSOLVER=2320
FILE ID=node121/3730929-1338685886
RUNJOBID= node121-1338679211-14283
PBS_JOBID= 14636692
Free space on /tmp= 71244 MiB

SOLVER NAME= PB09: bsolo 3.1
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT -mMEMLIMIT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730929-1338685886/watcher-3730929-1338685886 -o /tmp/evaluation-result-3730929-1338685886/solver-3730929-1338685886 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 -m15500 HOME/instance-3730929-1338685886.opb

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=1894548239

node121.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.042
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.08
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.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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		: 2667.042
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.91
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26917744 kB
Buffers:          605472 kB
Cached:          4450464 kB
SwapCached:            0 kB
Active:          1791148 kB
Inactive:        3291784 kB
Active(anon):      14180 kB
Inactive(anon):    10772 kB
Active(file):    1776968 kB
Inactive(file):  3281012 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17416 kB
Writeback:             0 kB
AnonPages:         29584 kB
Mapped:            14888 kB
Shmem:               200 kB
Slab:             737264 kB
SReclaimable:     180604 kB
SUnreclaim:       556660 kB
KernelStack:        1440 kB
PageTables:         4284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     133748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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-3730929-1338685886.opb

Free space on /tmp at the end= 71244 MiB
End job on node121 at 2012-06-03 03:14:35