Trace number 3705642

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? 1800.01 1800.06

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_1000_25_1.opb
MD5SUM02054528a722e9af7937139e87d0b5ac
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-134
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -169
Optimality of the best value was proved NO
Number of variables2000
Total number of constraints3001
Number of constraints which are clauses1000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2001
Minimum length of a constraint2
Maximum length of a constraint2000
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)63280
Sum of products size (including duplicates)126560
Number of different products31640
Sum of products size63280

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-3705642-1338107647.opb.
0.00/0.00	c Instance file HOME/instance-3705642-1338107647.opb
0.00/0.00	c File size is 2907531 bytes.
0.19/0.24	c Cost Offset: -1000
0.19/0.24	c Highest Coefficient sum: 2000
0.19/0.24	c ============================[ Problem Statistics ]=============================
0.19/0.24	c |                                                                             |
0.19/0.24	c |  Parsing time:          0.25         s                                      |
0.19/0.24	c |  Number Variables:      33640                                               |
0.19/0.24	c |  Number Clauses:        32640                                               |
0.19/0.24	c |  Number Cardinality:    2002                                                |
0.19/0.24	c |  Number PB Constraints: 31640                                               |
0.19/0.24	c |                                                                             |
0.19/0.27	c |  Problem Type:          Optimization                                        |
0.19/0.27	c |  Objective Function:    Cardinality Constraint                              |
0.19/0.27	c |                                                                             |
0.19/0.27	c ============================[ Search Statistics ]==============================
0.19/0.27	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.19/0.27	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.19/0.27	c ===============================================================================
0.29/0.35	c | 0.36      | 0  | -999         lb |  0                0                0.00  |
4.19/4.20	c | 4.21      | 0  | -998         lb |  0                0                0.00  |
377.09/377.29	c | 377.30    | 0  | -997         lb |  0                0                0.00  |
1799.56/1800.00	c ===============================================================================
1799.56/1800.00	c Wall Clock Time: 1800.00 s
1799.56/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-3705642-1338107647/watcher-3705642-1338107647 -o /tmp/evaluation-result-3705642-1338107647/solver-3705642-1338107647 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705642-1338107647.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4224
/proc/meminfo: memFree=26208076/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=7456 CPUtime=0 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) R 4222 4224 2447 0 -1 4202496 679 0 0 0 0 0 0 0 20 0 1 0 276890720 7634944 631 33554432000 4194304 5963574 140736392798432 140734982074088 4394942 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 1864 631 169 432 0 719 0

[startup+0.01688 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4224
/proc/meminfo: memFree=26208076/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=10624 CPUtime=0.01 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) R 4222 4224 2447 0 -1 4202496 1366 0 0 0 1 0 0 0 20 0 1 0 276890720 10878976 1318 33554432000 4194304 5963574 140736392798432 140734982074088 4343745 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 2656 1320 193 432 0 1511 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10624

[startup+0.100224 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4224
/proc/meminfo: memFree=26208076/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=20804 CPUtime=0.09 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) R 4222 4224 2447 0 -1 4202496 4077 0 0 0 9 0 0 0 20 0 1 0 276890720 21303296 3882 33554432000 4194304 5963574 140736392798432 140734982074088 5135642 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 5201 3882 424 432 0 4056 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20804

[startup+0.300219 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4224
/proc/meminfo: memFree=26208076/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=114616 CPUtime=0.29 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 11207 0 0 0 28 1 0 0 20 0 2 0 276890720 117366784 10224 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 28654 10224 183 432 0 28219 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 114616

[startup+0.700176 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4224
/proc/meminfo: memFree=26208076/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=106192 CPUtime=0.69 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 17408 0 0 0 66 3 0 0 20 0 2 0 276890720 108740608 14714 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 26548 14714 192 432 0 26113 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 106192

[startup+1.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4226
/proc/meminfo: memFree=26149648/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=106192 CPUtime=1.49 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 17409 0 0 0 146 3 0 0 20 0 2 0 276890720 108740608 14715 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 26548 14715 193 432 0 26113 0
[pid=4224/tid=4226] ppid=4222 vsize=106192 CPUtime=1.24 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 10269 0 0 0 121 3 0 0 20 0 2 0 276890744 108740608 14715 33554432000 4194304 5963574 140736392798432 140231344475064 4388706 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 106192

[startup+3.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4226
/proc/meminfo: memFree=26149012/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=106192 CPUtime=3.09 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 17638 0 0 0 306 3 0 0 20 0 2 0 276890720 108740608 14944 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 26548 14944 194 432 0 26113 0
[pid=4224/tid=4226] ppid=4222 vsize=106192 CPUtime=2.84 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 10498 0 0 0 281 3 0 0 20 0 2 0 276890744 108740608 14944 33554432000 4194304 5963574 140736392798432 140231344473624 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 106192

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4226
/proc/meminfo: memFree=26134388/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=106192 CPUtime=6.29 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 21166 0 0 0 626 3 0 0 20 0 2 0 276890720 108740608 18471 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 26548 18471 194 432 0 26113 0
[pid=4224/tid=4226] ppid=4222 vsize=106192 CPUtime=6.04 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 14026 0 0 0 601 3 0 0 20 0 2 0 276890744 108740608 18471 33554432000 4194304 5963574 140736392798432 140231344474440 4388696 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 106192

[startup+12.7001 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4226
/proc/meminfo: memFree=26118428/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=106192 CPUtime=12.69 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 21638 0 0 0 1266 3 0 0 20 0 2 0 276890720 108740608 18943 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 26548 18943 194 432 0 26113 0
[pid=4224/tid=4226] ppid=4222 vsize=106192 CPUtime=12.44 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 14498 0 0 0 1241 3 0 0 20 0 2 0 276890744 108740608 18943 33554432000 4194304 5963574 140736392798432 140231344473624 4403253 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 106192

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4226
/proc/meminfo: memFree=26056568/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=171728 CPUtime=25.49 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 27490 0 0 0 2544 5 0 0 20 0 2 0 276890720 175849472 24795 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 42932 24795 194 432 0 42497 0
[pid=4224/tid=4226] ppid=4222 vsize=171728 CPUtime=25.24 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 20350 0 0 0 2519 5 0 0 20 0 2 0 276890744 175849472 24795 33554432000 4194304 5963574 140736392798432 140231344473624 4388621 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 171728

[startup+51.1001 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 4226
/proc/meminfo: memFree=25926708/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=171728 CPUtime=51.08 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 38288 0 0 0 5100 8 0 0 20 0 2 0 276890720 175849472 35593 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 42932 35593 194 432 0 42497 0
[pid=4224/tid=4226] ppid=4222 vsize=171728 CPUtime=50.84 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 31148 0 0 0 5076 8 0 0 20 0 2 0 276890744 175849472 35593 33554432000 4194304 5963574 140736392798432 140231344473624 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 171728

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 4227
/proc/meminfo: memFree=25789096/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=302800 CPUtime=102.28 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 61514 0 0 0 10215 13 0 0 20 0 2 0 276890720 310067200 58819 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 75700 58819 194 432 0 75265 0
[pid=4224/tid=4226] ppid=4222 vsize=302800 CPUtime=102.05 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 54374 0 0 0 10191 14 0 0 20 0 2 0 276890744 310067200 58819 33554432000 4194304 5963574 140736392798432 140231344473624 5142110 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 302800

[startup+162.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/179 4227
/proc/meminfo: memFree=25596784/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=433872 CPUtime=162.27 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 91755 0 0 0 16205 22 0 0 20 0 2 0 276890720 444284928 89060 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 108468 89060 194 432 0 108033 0
[pid=4224/tid=4226] ppid=4222 vsize=433872 CPUtime=162.04 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 84615 0 0 0 16180 24 0 0 20 0 2 0 276890744 444284928 89060 33554432000 4194304 5963574 140736392798432 140231344473624 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 433872

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/179 4227
/proc/meminfo: memFree=25293252/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=499408 CPUtime=222.26 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 120318 0 0 0 22195 31 0 0 20 0 2 0 276890720 511393792 117623 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 124852 117623 194 432 0 124417 0
[pid=4224/tid=4226] ppid=4222 vsize=499408 CPUtime=222.05 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 113178 0 0 0 22171 34 0 0 20 0 2 0 276890744 511393792 117623 33554432000 4194304 5963574 140736392798432 140231344474104 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 499408

[startup+282.3 s]
/proc/loadavg: 2.17 2.05 2.01 3/179 4278
/proc/meminfo: memFree=27723224/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=499408 CPUtime=282.24 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 120332 0 0 0 28193 31 0 0 20 0 2 0 276890720 511393792 117938 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 124852 117938 194 432 0 124417 0
[pid=4224/tid=4226] ppid=4222 vsize=499408 CPUtime=282.04 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 113192 0 0 0 28169 35 0 0 20 0 2 0 276890744 511393792 117938 33554432000 4194304 5963574 140736392798432 140231344474104 4399633 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 499408

[startup+342.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/179 4278
/proc/meminfo: memFree=27574912/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=564944 CPUtime=342.21 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 131445 0 0 0 34187 34 0 0 20 0 2 0 276890720 578502656 129106 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 141236 129106 194 432 0 140801 0
[pid=4224/tid=4226] ppid=4222 vsize=564944 CPUtime=342.03 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 124305 0 0 0 34164 39 0 0 20 0 2 0 276890744 578502656 129106 33554432000 4194304 5963574 140736392798432 140231344473624 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 564944

[startup+402.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/180 4282
/proc/meminfo: memFree=27495704/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=630480 CPUtime=402.18 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 151216 0 0 0 40178 40 0 0 20 0 2 0 276890720 645611520 148871 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 157620 148871 194 432 0 157185 0
[pid=4224/tid=4226] ppid=4222 vsize=630480 CPUtime=402.01 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 144076 0 0 0 40155 46 0 0 20 0 2 0 276890744 645611520 148871 33554432000 4194304 5963574 140736392798432 140231344474472 4388683 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 630480

[startup+462.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/179 4282
/proc/meminfo: memFree=27395300/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=630480 CPUtime=462.17 cores=0,2,4,6

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

/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 283310 0 0 0 130103 94 0 0 20 0 2 0 276890744 1249591296 288941 33554432000 4194304 5963574 140736392798432 140231344473624 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.94
Current children cumulated vsize (KiB) 1220304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4288
/proc/meminfo: memFree=25306852/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1351376 CPUtime=1361.93 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 327581 0 0 0 136107 86 0 0 20 0 2 0 276890720 1383809024 326072 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 337844 326072 194 432 0 337409 0
[pid=4224/tid=4226] ppid=4222 vsize=1351376 CPUtime=1361.97 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 320442 0 0 0 136091 106 0 0 20 0 2 0 276890744 1383809024 326073 33554432000 4194304 5963574 140736392798432 140231344474104 5135572 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.93
Current children cumulated vsize (KiB) 1351376

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4288
/proc/meminfo: memFree=25140696/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1482448 CPUtime=1421.92 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 366779 0 0 0 142096 96 0 0 20 0 2 0 276890720 1518026752 365270 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 370612 365270 194 432 0 370177 0
[pid=4224/tid=4226] ppid=4222 vsize=1482448 CPUtime=1421.97 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 359639 0 0 0 142080 117 0 0 20 0 2 0 276890744 1518026752 365270 33554432000 4194304 5963574 140736392798432 140231344473912 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 1482448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4288
/proc/meminfo: memFree=24838972/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1615144 CPUtime=1481.91 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 396653 0 0 0 148085 106 0 0 20 0 2 0 276890720 1653907456 395143 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 403786 395143 194 432 0 403351 0
[pid=4224/tid=4226] ppid=4222 vsize=1615144 CPUtime=1481.97 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 389513 0 0 0 148069 128 0 0 20 0 2 0 276890744 1653907456 395143 33554432000 4194304 5963574 140736392798432 140231344474104 4388636 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 1615144

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4288
/proc/meminfo: memFree=24755236/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1615144 CPUtime=1541.9 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 396653 0 0 0 154084 106 0 0 20 0 2 0 276890720 1653907456 395143 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 403786 395143 194 432 0 403351 0
[pid=4224/tid=4226] ppid=4222 vsize=1615144 CPUtime=1541.97 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 389513 0 0 0 154068 129 0 0 20 0 2 0 276890744 1653907456 395143 33554432000 4194304 5963574 140736392798432 140231344474104 4388706 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 1615144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4291
/proc/meminfo: memFree=24749248/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1615144 CPUtime=1601.89 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 396653 0 0 0 160083 106 0 0 20 0 2 0 276890720 1653907456 395143 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 403786 395143 194 432 0 403351 0
[pid=4224/tid=4226] ppid=4222 vsize=1615144 CPUtime=1601.98 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 389513 0 0 0 160068 130 0 0 20 0 2 0 276890744 1653907456 395143 33554432000 4194304 5963574 140736392798432 140231344474104 4387756 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 1615144

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 4315
/proc/meminfo: memFree=24557368/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1615144 CPUtime=1661.88 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 396655 0 0 0 166082 106 0 0 20 0 2 0 276890720 1653907456 395145 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 403786 395145 194 432 0 403351 0
[pid=4224/tid=4226] ppid=4222 vsize=1615144 CPUtime=1661.98 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 389515 0 0 0 166067 131 0 0 20 0 2 0 276890744 1653907456 395145 33554432000 4194304 5963574 140736392798432 140231344474104 4388706 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1615144

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 4315
/proc/meminfo: memFree=24542400/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1615144 CPUtime=1721.87 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 401122 0 0 0 172080 107 0 0 20 0 2 0 276890720 1653907456 399612 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 403786 399612 194 432 0 403351 0
[pid=4224/tid=4226] ppid=4222 vsize=1615144 CPUtime=1721.98 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 393982 0 0 0 172065 133 0 0 20 0 2 0 276890744 1653907456 399612 33554432000 4194304 5963574 140736392798432 140231344474104 4388621 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1615144

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 4315
/proc/meminfo: memFree=24393876/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1781.86 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 437804 0 0 0 178068 118 0 0 20 0 2 0 276890720 1855234048 436294 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 436294 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1781.99 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 430664 0 0 0 178054 145 0 0 20 0 2 0 276890744 1855234048 436294 33554432000 4194304 5963574 140736392798432 140231344474104 4400074 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1811752

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

[startup+1791.91 s]
/proc/loadavg: 2.08 2.02 2.01 3/179 4315
/proc/meminfo: memFree=24363172/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1791.46 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 445058 0 0 0 179027 119 0 0 20 0 2 0 276890720 1855234048 443548 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 443548 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1791.59 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 437918 0 0 0 179012 147 0 0 20 0 2 0 276890744 1855234048 443548 33554432000 4194304 5963574 140736392798432 140231344474104 4388665 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 1811752

[startup+1795.1 s]
/proc/loadavg: 2.08 2.02 2.00 3/179 4315
/proc/meminfo: memFree=24355716/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1794.66 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 446815 0 0 0 179347 119 0 0 20 0 2 0 276890720 1855234048 445305 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 445305 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1794.79 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 439675 0 0 0 179332 147 0 0 20 0 2 0 276890744 1855234048 445305 33554432000 4194304 5963574 140736392798432 140231344473624 4388668 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 1811752

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4315
/proc/meminfo: memFree=24349764/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1797.85 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 449103 0 0 0 179665 120 0 0 20 0 2 0 276890720 1855234048 447593 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 447593 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1797.99 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 441963 0 0 0 179652 147 0 0 20 0 2 0 276890744 1855234048 447593 33554432000 4194304 5963574 140736392798432 140231344473624 4222464 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 1811752

[startup+1799.1 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4315
/proc/meminfo: memFree=24345920/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1798.65 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 449701 0 0 0 179745 120 0 0 20 0 2 0 276890720 1855234048 448191 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 448191 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1798.79 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 442561 0 0 0 179732 147 0 0 20 0 2 0 276890744 1855234048 448191 33554432000 4194304 5963574 140736392798432 140231344474104 4399459 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 1811752

[startup+1799.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4315
/proc/meminfo: memFree=24342944/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1799.06 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 449995 0 0 0 179786 120 0 0 20 0 2 0 276890720 1855234048 448485 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 448485 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1799.19 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 442855 0 0 0 179771 148 0 0 20 0 2 0 276890744 1855234048 448485 33554432000 4194304 5963574 140736392798432 140231344474104 4399451 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.06
Current children cumulated vsize (KiB) 1811752

[startup+1799.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4315
/proc/meminfo: memFree=24342944/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1799.45 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 450316 0 0 0 179825 120 0 0 20 0 2 0 276890720 1855234048 448806 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 448806 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1799.59 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 443176 0 0 0 179811 148 0 0 20 0 2 0 276890744 1855234048 448806 33554432000 4194304 5963574 140736392798432 140231344474104 4388683 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 1811752

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.00 3/179 4315
/proc/meminfo: memFree=24342944/32873648 swapFree=6864/6864
[pid=4224] ppid=4222 vsize=1811752 CPUtime=1799.56 cores=0,2,4,6
/proc/4224/stat : 4224 (wbo1.7) S 4222 4224 2447 0 -1 4202496 450427 0 0 0 179835 121 0 0 20 0 2 0 276890720 1855234048 448917 33554432000 4194304 5963574 140736392798432 140736392797952 4545837 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4224/statm: 452938 448917 194 432 0 452503 0
[pid=4224/tid=4226] ppid=4222 vsize=1811752 CPUtime=1799.69 cores=0,2,4,6
/proc/4224/task/4226/stat : 4226 (wbo1.7) R 4222 4224 2447 0 -1 4202560 443287 0 0 0 179821 148 0 0 20 0 2 0 276890744 1855234048 448917 33554432000 4194304 5963574 140736392798432 140231344474104 4388696 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 1811752

Child status: 255
Real time (s): 1800.06
CPU time (s): 1800.01
CPU user time (s): 1798.46
CPU system time (s): 1.55476
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 1811752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.55476
maximum resident set size= 1795672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450428
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= 222
involuntary context switches= 1885

runsolver used 2.74158 second user time and 7.08292 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-27 10:34:07
IDJOB=3705642
IDBENCH=48255
IDSOLVER=2284
FILE ID=node120/3705642-1338107647
RUNJOBID= node120-1338088086-2463
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_1000_25_1.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705642-1338107647/watcher-3705642-1338107647 -o /tmp/evaluation-result-3705642-1338107647/solver-3705642-1338107647 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705642-1338107647.opb

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

MD5SUM BENCH= 02054528a722e9af7937139e87d0b5ac
RANDOM SEED=897997097

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:        26210440 kB
Buffers:          311344 kB
Cached:          3422920 kB
SwapCached:          636 kB
Active:          2835796 kB
Inactive:        2998972 kB
Active(anon):    2089504 kB
Inactive(anon):    12532 kB
Active(file):     746292 kB
Inactive(file):  2986440 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              6228 kB
Writeback:             0 kB
AnonPages:       2044108 kB
Mapped:            15012 kB
Shmem:               120 kB
Slab:             685728 kB
SReclaimable:     130180 kB
SUnreclaim:       555548 kB
KernelStack:        1488 kB
PageTables:         7972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     148820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1118208 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-3705642-1338107647.opb

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