Trace number 3705662

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.56 1800.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_3.opb
MD5SUM68d7f052f18638860d9232a7f3ed2053
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-146
Best CPU time to get the best result obtained on this benchmark1796.83
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -139
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1501
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12632
Sum of products size (including duplicates)25264
Number of different products6316
Sum of products size12632

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-3705662-1338106093.opb.
0.00/0.00	c Instance file HOME/instance-3705662-1338106093.opb
0.00/0.00	c File size is 566883 bytes.
0.00/0.04	c Cost Offset: -500
0.00/0.04	c Highest Coefficient sum: 1000
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.05         s                                      |
0.00/0.04	c |  Number Variables:      7316                                                |
0.00/0.04	c |  Number Clauses:        6816                                                |
0.00/0.04	c |  Number Cardinality:    1002                                                |
0.00/0.04	c |  Number PB Constraints: 6316                                                |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Optimization                                        |
0.00/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.05	c |                                                                             |
0.00/0.05	c ============================[ Search Statistics ]==============================
0.00/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.05	c ===============================================================================
0.00/0.06	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.39/0.48	c | 0.48      | 0  | -498         lb |  0                0                0.00  |
71.97/72.05	c | 72.06     | 0  | -497         lb |  0                0                0.00  |
1799.25/1800.00	c ===============================================================================
1799.25/1800.00	c Wall Clock Time: 1800.00 s
1799.25/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-3705662-1338106093/watcher-3705662-1338106093 -o /tmp/evaluation-result-3705662-1338106093/solver-3705662-1338106093 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705662-1338106093.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.01 2.01 2.00 3/177 4158
/proc/meminfo: memFree=28099488/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=4436 CPUtime=0 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) R 4156 4158 2447 0 -1 4202496 506 0 0 0 0 0 0 0 20 0 1 0 276735259 4542464 458 33554432000 4194304 5963574 140736655094064 140735011167208 4394942 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 1109 458 165 432 0 535 0

[startup+0.00671703 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4158
/proc/meminfo: memFree=28099488/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=4700 CPUtime=0 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) R 4156 4158 2447 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 276735259 4812800 499 33554432000 4194304 5963574 140736655094064 140735011167208 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 1175 500 167 432 0 601 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4700

[startup+0.100123 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4158
/proc/meminfo: memFree=28099488/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=87812 CPUtime=0.09 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 4257 0 0 0 9 0 0 0 20 0 2 0 276735259 89919488 3769 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 21953 3769 192 432 0 21518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87812

[startup+0.300109 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4158
/proc/meminfo: memFree=28099488/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=87812 CPUtime=0.29 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 4258 0 0 0 29 0 0 0 20 0 2 0 276735259 89919488 3770 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 21953 3770 193 432 0 21518 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87812

[startup+0.700108 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 4158
/proc/meminfo: memFree=28099488/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=87812 CPUtime=0.68 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 5070 0 0 0 68 0 0 0 20 0 2 0 276735259 89919488 4581 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 21953 4581 194 432 0 21518 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 87812

[startup+1.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4160
/proc/meminfo: memFree=28082028/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=87812 CPUtime=1.48 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 5269 0 0 0 148 0 0 0 20 0 2 0 276735259 89919488 4780 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 21953 4780 194 432 0 21518 0
[pid=4158/tid=4160] ppid=4156 vsize=87812 CPUtime=1.44 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 3246 0 0 0 144 0 0 0 20 0 2 0 276735263 89919488 4780 33554432000 4194304 5963574 140736655094064 140160594143560 4222416 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) 87812

[startup+3.10021 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4160
/proc/meminfo: memFree=28079004/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=87812 CPUtime=3.08 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 6483 0 0 0 307 1 0 0 20 0 2 0 276735259 89919488 5994 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 21953 5994 194 432 0 21518 0
[pid=4158/tid=4160] ppid=4156 vsize=87812 CPUtime=3.04 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 4460 0 0 0 304 0 0 0 20 0 2 0 276735263 89919488 5994 33554432000 4194304 5963574 140736655094064 140160594142744 4410035 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) 87812

[startup+6.30025 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 4160
/proc/meminfo: memFree=28068900/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=87812 CPUtime=6.28 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 8944 0 0 0 627 1 0 0 20 0 2 0 276735259 89919488 8455 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 21953 8455 194 432 0 21518 0
[pid=4158/tid=4160] ppid=4156 vsize=87812 CPUtime=6.24 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 6921 0 0 0 622 2 0 0 20 0 2 0 276735263 89919488 8455 33554432000 4194304 5963574 140736655094064 140160594142744 4388621 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) 87812

[startup+12.7003 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4160
/proc/meminfo: memFree=28044548/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=87812 CPUtime=12.68 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 14287 0 0 0 1265 3 0 0 20 0 2 0 276735259 89919488 13798 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 21953 13798 194 432 0 21518 0
[pid=4158/tid=4160] ppid=4156 vsize=87812 CPUtime=12.64 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 12264 0 0 0 1261 3 0 0 20 0 2 0 276735263 89919488 13798 33554432000 4194304 5963574 140736655094064 140160594142744 4410275 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) 87812

[startup+25.5002 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 4160
/proc/meminfo: memFree=28020632/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=153348 CPUtime=25.48 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 20301 0 0 0 2543 5 0 0 20 0 2 0 276735259 157028352 19812 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 38337 19812 194 432 0 37902 0
[pid=4158/tid=4160] ppid=4156 vsize=153348 CPUtime=25.44 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 18278 0 0 0 2539 5 0 0 20 0 2 0 276735263 157028352 19812 33554432000 4194304 5963574 140736655094064 140160594142744 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) 153348

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4160
/proc/meminfo: memFree=27960196/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=153348 CPUtime=51.08 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 33137 0 0 0 5099 9 0 0 20 0 2 0 276735259 157028352 32648 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 38337 32648 194 432 0 37902 0
[pid=4158/tid=4160] ppid=4156 vsize=153348 CPUtime=51.04 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 31114 0 0 0 5095 9 0 0 20 0 2 0 276735263 157028352 32648 33554432000 4194304 5963574 140736655094064 140160594142744 4222464 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) 153348

[startup+102.306 s]
/proc/loadavg: 2.13 2.03 2.01 3/179 4160
/proc/meminfo: memFree=27884852/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=218884 CPUtime=102.28 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 44093 0 0 0 10215 13 0 0 20 0 2 0 276735259 224137216 43530 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 54721 43530 194 432 0 54286 0
[pid=4158/tid=4160] ppid=4156 vsize=218884 CPUtime=102.24 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 42070 0 0 0 10210 14 0 0 20 0 2 0 276735263 224137216 43530 33554432000 4194304 5963574 140736655094064 140160594144184 4388929 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) 218884

[startup+162.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/180 4164
/proc/meminfo: memFree=27810484/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=284420 CPUtime=162.24 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 54705 0 0 0 16207 17 0 0 20 0 2 0 276735259 291246080 54315 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 71105 54315 194 432 0 70670 0
[pid=4158/tid=4160] ppid=4156 vsize=284420 CPUtime=162.21 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 52682 0 0 0 16201 20 0 0 20 0 2 0 276735263 291246080 54315 33554432000 4194304 5963574 140736655094064 140160594143224 4399456 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 284420

[startup+222.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 4164
/proc/meminfo: memFree=27646656/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=415976 CPUtime=222.19 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 91713 0 0 0 22193 26 0 0 20 0 2 0 276735259 425959424 91290 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 103994 91290 194 432 0 103559 0
[pid=4158/tid=4160] ppid=4156 vsize=415976 CPUtime=222.18 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 89690 0 0 0 22188 30 0 0 20 0 2 0 276735263 425959424 91290 33554432000 4194304 5963574 140736655094064 140160594142744 5135572 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 415976

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 4164
/proc/meminfo: memFree=27531044/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=481512 CPUtime=282.17 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 111920 0 0 0 28183 34 0 0 20 0 2 0 276735259 493068288 111974 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 120378 111974 194 432 0 119943 0
[pid=4158/tid=4160] ppid=4156 vsize=481512 CPUtime=282.16 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 109897 0 0 0 28178 38 0 0 20 0 2 0 276735263 493068288 111974 33554432000 4194304 5963574 140736655094064 140160594142744 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 481512

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 4164
/proc/meminfo: memFree=27412416/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=612824 CPUtime=342.16 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 134831 0 0 0 34174 42 0 0 20 0 2 0 276735259 627531776 134885 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 153206 134885 194 432 0 152771 0
[pid=4158/tid=4160] ppid=4156 vsize=612824 CPUtime=342.15 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 132808 0 0 0 34167 48 0 0 20 0 2 0 276735263 627531776 134885 33554432000 4194304 5963574 140736655094064 140160594143224 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 612824

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/179 4164
/proc/meminfo: memFree=27244200/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=743896 CPUtime=402.15 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 173705 0 0 0 40158 57 0 0 20 0 2 0 276735259 761749504 173759 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 185974 173759 194 432 0 185539 0
[pid=4158/tid=4160] ppid=4156 vsize=743896 CPUtime=402.15 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 171682 0 0 0 40152 63 0 0 20 0 2 0 276735263 761749504 173759 33554432000 4194304 5963574 140736655094064 140160594143224 4222464 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 743896

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4165
/proc/meminfo: memFree=27146860/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=809432 CPUtime=462.13 cores=1,3,5,7

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

/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 470748 0 0 0 130017 179 0 0 20 0 2 0 276735263 1971126272 472783 33554432000 4194304 5963574 140736655094064 140160594143224 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 1924928

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 4175
/proc/meminfo: memFree=25686540/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=1990464 CPUtime=1361.81 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 489852 0 0 0 136016 165 0 0 20 0 2 0 276735259 2038235136 489850 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 497616 489850 194 432 0 497181 0
[pid=4158/tid=4160] ppid=4156 vsize=1990464 CPUtime=1361.94 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 487829 0 0 0 136008 186 0 0 20 0 2 0 276735263 2038235136 489850 33554432000 4194304 5963574 140736655094064 140160594143224 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.81
Current children cumulated vsize (KiB) 1990464

[startup+1422.31 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 4175
/proc/meminfo: memFree=25517200/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2122020 CPUtime=1421.79 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 521416 0 0 0 142002 177 0 0 20 0 2 0 276735259 2172948480 521397 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 530505 521397 194 432 0 530070 0
[pid=4158/tid=4160] ppid=4156 vsize=2122020 CPUtime=1421.92 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 519393 0 0 0 141994 198 0 0 20 0 2 0 276735263 2172948480 521397 33554432000 4194304 5963574 140736655094064 140160594143224 4388668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 2122020

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 4175
/proc/meminfo: memFree=25509304/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2122020 CPUtime=1481.74 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 521463 0 0 0 147997 177 0 0 20 0 2 0 276735259 2172948480 521440 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 530505 521440 194 432 0 530070 0
[pid=4158/tid=4160] ppid=4156 vsize=2122020 CPUtime=1481.88 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 519440 0 0 0 147989 199 0 0 20 0 2 0 276735263 2172948480 521440 33554432000 4194304 5963574 140736655094064 140160594143224 4388696 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 2122020

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4175
/proc/meminfo: memFree=25504384/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2122020 CPUtime=1541.7 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 521508 0 0 0 153993 177 0 0 20 0 2 0 276735259 2172948480 521487 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 530505 521487 194 432 0 530070 0
[pid=4158/tid=4160] ppid=4156 vsize=2122020 CPUtime=1541.85 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 519485 0 0 0 153985 200 0 0 20 0 2 0 276735263 2172948480 521487 33554432000 4194304 5963574 140736655094064 140160594143224 4399627 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 2122020

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 4226
/proc/meminfo: memFree=25946672/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2253092 CPUtime=1601.65 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 553822 0 0 0 159977 188 0 0 20 0 2 0 276735259 2307166208 553783 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 563273 553783 194 432 0 562838 0
[pid=4158/tid=4160] ppid=4156 vsize=2253092 CPUtime=1601.82 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 551799 0 0 0 159970 212 0 0 20 0 2 0 276735263 2307166208 553783 33554432000 4194304 5963574 140736655094064 140160594142744 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 2253092

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 4227
/proc/meminfo: memFree=25778928/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2318628 CPUtime=1661.62 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 567141 0 0 0 165969 193 0 0 20 0 2 0 276735259 2374275072 567148 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 579657 567148 194 432 0 579222 0
[pid=4158/tid=4160] ppid=4156 vsize=2318628 CPUtime=1661.8 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 565118 0 0 0 165961 219 0 0 20 0 2 0 276735263 2374275072 567148 33554432000 4194304 5963574 140736655094064 140160594143224 4388665 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.62
Current children cumulated vsize (KiB) 2318628

[startup+1722.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/179 4227
/proc/meminfo: memFree=25570976/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2384164 CPUtime=1721.59 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 590010 0 0 0 171958 201 0 0 20 0 2 0 276735259 2441383936 590036 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 596041 590036 194 432 0 595606 0
[pid=4158/tid=4160] ppid=4156 vsize=2384164 CPUtime=1721.77 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 587987 0 0 0 171950 227 0 0 20 0 2 0 276735263 2441383936 590036 33554432000 4194304 5963574 140736655094064 140160594142744 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.59
Current children cumulated vsize (KiB) 2384164

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 4227
/proc/meminfo: memFree=25287424/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1781.56 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633595 0 0 0 177940 216 0 0 20 0 2 0 276735259 2642710528 633612 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633612 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1781.74 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631572 0 0 0 177930 244 0 0 20 0 2 0 276735263 2642710528 633612 33554432000 4194304 5963574 140736655094064 140160594143224 4388683 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.56
Current children cumulated vsize (KiB) 2580772

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

[startup+1791.91 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 4227
/proc/meminfo: memFree=25287408/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1791.16 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633602 0 0 0 178900 216 0 0 20 0 2 0 276735259 2642710528 633612 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633612 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1791.35 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631579 0 0 0 178891 244 0 0 20 0 2 0 276735263 2642710528 633612 33554432000 4194304 5963574 140736655094064 140160594143224 4410275 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.16
Current children cumulated vsize (KiB) 2580772

[startup+1795.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/179 4227
/proc/meminfo: memFree=25287656/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1794.36 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633602 0 0 0 179220 216 0 0 20 0 2 0 276735259 2642710528 633612 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633612 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1794.55 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631579 0 0 0 179211 244 0 0 20 0 2 0 276735263 2642710528 633612 33554432000 4194304 5963574 140736655094064 140160594143224 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.36
Current children cumulated vsize (KiB) 2580772

[startup+1798.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4227
/proc/meminfo: memFree=25287516/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1797.55 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633606 0 0 0 179539 216 0 0 20 0 2 0 276735259 2642710528 633623 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633623 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1797.74 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631583 0 0 0 179530 244 0 0 20 0 2 0 276735263 2642710528 633623 33554432000 4194304 5963574 140736655094064 140160594143224 4392285 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.55
Current children cumulated vsize (KiB) 2580772

[startup+1799.1 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4227
/proc/meminfo: memFree=25287516/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1798.35 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633606 0 0 0 179619 216 0 0 20 0 2 0 276735259 2642710528 633623 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633623 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1798.54 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631583 0 0 0 179610 244 0 0 20 0 2 0 276735263 2642710528 633623 33554432000 4194304 5963574 140736655094064 140160594143224 4399623 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.35
Current children cumulated vsize (KiB) 2580772

[startup+1799.5 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4227
/proc/meminfo: memFree=25287516/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1798.75 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633606 0 0 0 179659 216 0 0 20 0 2 0 276735259 2642710528 633623 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633623 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1798.94 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631583 0 0 0 179650 244 0 0 20 0 2 0 276735263 2642710528 633623 33554432000 4194304 5963574 140736655094064 140160594143224 4388668 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.75
Current children cumulated vsize (KiB) 2580772

[startup+1799.9 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4227
/proc/meminfo: memFree=25287516/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1799.15 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633606 0 0 0 179699 216 0 0 20 0 2 0 276735259 2642710528 633623 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633623 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1799.34 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631583 0 0 0 179690 244 0 0 20 0 2 0 276735263 2642710528 633623 33554432000 4194304 5963574 140736655094064 140160594143224 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (KiB) 2580772

[startup+1800 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 4227
/proc/meminfo: memFree=25287516/32873648 swapFree=6864/6864
[pid=4158] ppid=4156 vsize=2580772 CPUtime=1799.25 cores=1,3,5,7
/proc/4158/stat : 4158 (wbo1.7) S 4156 4158 2447 0 -1 4202496 633606 0 0 0 179709 216 0 0 20 0 2 0 276735259 2642710528 633623 33554432000 4194304 5963574 140736655094064 140736655093584 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4158/statm: 645193 633623 194 432 0 644758 0
[pid=4158/tid=4160] ppid=4156 vsize=2580772 CPUtime=1799.44 cores=1,3,5,7
/proc/4158/task/4160/stat : 4160 (wbo1.7) R 4156 4158 2447 0 -1 4202560 631583 0 0 0 179700 244 0 0 20 0 2 0 276735263 2642710528 633623 33554432000 4194304 5963574 140736655094064 140160594143224 4399633 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (KiB) 2580772

Child status: 255
Real time (s): 1800.06
CPU time (s): 1799.56
CPU user time (s): 1797.05
CPU system time (s): 2.51262
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 2580772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.05
system time used= 2.51262
maximum resident set size= 2534492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 633606
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= 680
involuntary context switches= 2339

runsolver used 2.67759 second user time and 7.14991 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 10:08:13
IDJOB=3705662
IDBENCH=48247
IDSOLVER=2284
FILE ID=node120/3705662-1338106093
RUNJOBID= node120-1338088086-2464
PBS_JOBID= 14624455
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 68d7f052f18638860d9232a7f3ed2053
RANDOM SEED=2134319227

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:        28100048 kB
Buffers:          311140 kB
Cached:          3421376 kB
SwapCached:          636 kB
Active:           950872 kB
Inactive:        2999008 kB
Active(anon):     205984 kB
Inactive(anon):    12532 kB
Active(file):     744888 kB
Inactive(file):  2986476 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              5452 kB
Writeback:             0 kB
AnonPages:        219828 kB
Mapped:            15012 kB
Shmem:               120 kB
Slab:             685736 kB
SReclaimable:     130172 kB
SUnreclaim:       555564 kB
KernelStack:        1488 kB
PageTables:         4456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     144700 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-3705662-1338106093.opb

Free space on /tmp at the end= 71684 MiB
End job on node120 at 2012-05-27 10:38:13