Trace number 3727962

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.72? 1799.17 1800.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_500_10_2.opb
MD5SUMfc8bff78845ab9a14b2d06ab749e4dc4
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-144
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -137
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)12656
Sum of products size (including duplicates)25312
Number of different products6328
Sum of products size12656

Solver Data

0.00/0.02	c ==============================[ Solver Version ]===============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.02	c |                                                                             |
0.00/0.02	c Parsing opb file format. File HOME/instance-3727962-1339017760.opb.
0.00/0.02	c Instance file HOME/instance-3727962-1339017760.opb
0.00/0.02	c File size is 567845 bytes.
0.00/0.06	c Cost Offset: -500
0.00/0.06	c Highest Coefficient sum: 1000
0.00/0.06	c ============================[ Problem Statistics ]=============================
0.00/0.06	c |                                                                             |
0.00/0.06	c |  Parsing time:          0.05         s                                      |
0.00/0.06	c |  Number Variables:      7328                                                |
0.00/0.06	c |  Number Clauses:        6828                                                |
0.00/0.06	c |  Number Cardinality:    1002                                                |
0.00/0.06	c |  Number PB Constraints: 6328                                                |
0.00/0.06	c |                                                                             |
0.00/0.07	c |  Problem Type:          Optimization                                        |
0.00/0.07	c |  Objective Function:    Cardinality Constraint                              |
0.00/0.07	c |                                                                             |
0.00/0.07	c ============================[ Search Statistics ]==============================
0.00/0.07	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.00/0.07	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.00/0.07	c ===============================================================================
0.00/0.09	c | 0.07      | 0  | -499         lb |  0                0                0.00  |
0.47/0.55	c | 0.54      | 0  | -498         lb |  0                0                0.00  |
87.12/87.27	c | 87.25     | 0  | -497         lb |  0                0                0.00  |
1799.17/1800.02	c ===============================================================================
1799.17/1800.02	c Wall Clock Time: 1800.00 s
1799.17/1800.02	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-3727962-1339017760/watcher-3727962-1339017760 -o /tmp/evaluation-result-3727962-1339017760/solver-3727962-1339017760 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727962-1339017760.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: 0.00 0.00 0.00 3/176 30690
/proc/meminfo: memFree=32109352/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/30690/stat : 30690 (runsolver) D 30688 30690 30634 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 367901677 12095488 55 33554432000 4194304 5436572 140736726361504 140736726357384 5057063 0 0 4096 24578 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/30690/statm: 2953 55 36 304 0 2645 0

[startup+0.0994629 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 30690
/proc/meminfo: memFree=32109352/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=88540 CPUtime=0.07 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 3959 0 0 0 7 0 0 0 20 0 2 0 367901677 90664960 3617 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 22135 3619 189 433 0 21699 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 88540

[startup+0.100259 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 30690
/proc/meminfo: memFree=32109352/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=88540 CPUtime=0.07 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 4007 0 0 0 7 0 0 0 20 0 2 0 367901677 90664960 3664 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 22135 3666 189 433 0 21699 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 88540

[startup+0.300192 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 30690
/proc/meminfo: memFree=32109352/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=87820 CPUtime=0.27 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 4252 0 0 0 27 0 0 0 20 0 2 0 367901677 89927680 3764 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 21955 3764 193 433 0 21519 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 87820

[startup+0.700214 s]
/proc/loadavg: 0.00 0.00 0.00 3/176 30690
/proc/meminfo: memFree=32109352/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=87820 CPUtime=0.67 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 5078 0 0 0 67 0 0 0 20 0 2 0 367901677 89927680 4589 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 21955 4589 194 433 0 21519 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 87820

[startup+1.50021 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 30699
/proc/meminfo: memFree=32081064/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=87820 CPUtime=1.47 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 5149 0 0 0 147 0 0 0 20 0 2 0 367901677 89927680 4660 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 21955 4660 194 433 0 21519 0
[pid=30690/tid=30693] ppid=30688 vsize=87820 CPUtime=1.41 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 3126 0 0 0 141 0 0 0 20 0 2 0 367901684 89927680 4660 33554432000 4194304 5964350 140736732441136 139947628484968 4221984 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 87820

[startup+3.1002 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 30699
/proc/meminfo: memFree=32074244/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=87820 CPUtime=3.06 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 6265 0 0 0 306 0 0 0 20 0 2 0 367901677 89927680 5776 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 21955 5776 194 433 0 21519 0
[pid=30690/tid=30693] ppid=30688 vsize=87820 CPUtime=3.01 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 4242 0 0 0 301 0 0 0 20 0 2 0 367901684 89927680 5776 33554432000 4194304 5964350 140736732441136 139947628484120 4389084 0 0 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 87820

[startup+6.30027 s]
/proc/loadavg: 0.16 0.03 0.01 3/179 30700
/proc/meminfo: memFree=32057248/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=87820 CPUtime=6.27 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 8775 0 0 0 626 1 0 0 20 0 2 0 367901677 89927680 8286 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 21955 8287 194 433 0 21519 0
[pid=30690/tid=30693] ppid=30688 vsize=87820 CPUtime=6.2 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 6753 0 0 0 619 1 0 0 20 0 2 0 367901684 89927680 8287 33554432000 4194304 5964350 140736732441136 139947628484120 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 87820

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 3/179 30700
/proc/meminfo: memFree=32032000/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=87820 CPUtime=12.67 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 14181 0 0 0 1264 3 0 0 20 0 2 0 367901677 89927680 13692 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 21955 13692 194 433 0 21519 0
[pid=30690/tid=30693] ppid=30688 vsize=87820 CPUtime=12.58 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 12158 0 0 0 1255 3 0 0 20 0 2 0 367901684 89927680 13692 33554432000 4194304 5964350 140736732441136 139947628484120 4403628 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 87820

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 0.05 3/179 30700
/proc/meminfo: memFree=31995432/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=153356 CPUtime=25.45 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 20023 0 0 0 2541 4 0 0 20 0 2 0 367901677 157036544 19795 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 38339 19795 194 433 0 37903 0
[pid=30690/tid=30693] ppid=30688 vsize=153356 CPUtime=25.34 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 18000 0 0 0 2530 4 0 0 20 0 2 0 367901684 157036544 19795 33554432000 4194304 5964350 140736732441136 139947628484120 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 153356

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 3/179 30700
/proc/meminfo: memFree=31920496/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=153356 CPUtime=51.03 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 34144 0 0 0 5094 9 0 0 20 0 2 0 367901677 157036544 33925 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 38339 33925 194 433 0 37903 0
[pid=30690/tid=30693] ppid=30688 vsize=153356 CPUtime=50.85 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 32121 0 0 0 5076 9 0 0 20 0 2 0 367901684 157036544 33925 33554432000 4194304 5964350 140736732441136 139947628484120 4388212 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 153356

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 3/179 30700
/proc/meminfo: memFree=31812792/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=284428 CPUtime=102.23 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 51995 0 0 0 10208 15 0 0 20 0 2 0 367901677 291254272 52200 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 71107 52200 194 433 0 70671 0
[pid=30690/tid=30693] ppid=30688 vsize=284428 CPUtime=101.92 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 49972 0 0 0 10177 15 0 0 20 0 2 0 367901684 291254272 52200 33554432000 4194304 5964350 140736732441136 139947628485560 4403639 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 284428

[startup+162.3 s]
/proc/loadavg: 1.86 0.82 0.31 3/179 30700
/proc/meminfo: memFree=31764516/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=284428 CPUtime=162.19 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 55952 0 0 0 16203 16 0 0 20 0 2 0 367901677 291254272 56149 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 71107 56149 194 433 0 70671 0
[pid=30690/tid=30693] ppid=30688 vsize=284428 CPUtime=161.74 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 53929 0 0 0 16156 18 0 0 20 0 2 0 367901684 291254272 56149 33554432000 4194304 5964350 140736732441136 139947628484600 4222304 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 284428

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.41 3/179 30700
/proc/meminfo: memFree=31634840/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=350448 CPUtime=222.14 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 81882 0 0 0 22190 24 0 0 20 0 2 0 367901677 358858752 82039 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 87612 82039 194 433 0 87176 0
[pid=30690/tid=30693] ppid=30688 vsize=350448 CPUtime=221.55 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 79859 0 0 0 22128 27 0 0 20 0 2 0 367901684 358858752 82039 33554432000 4194304 5964350 140736732441136 139947628484120 4389020 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 350448

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.51 3/179 30700
/proc/meminfo: memFree=31520492/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=481520 CPUtime=282.14 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 105543 0 0 0 28182 32 0 0 20 0 2 0 367901677 493076480 105700 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 120380 105700 194 433 0 119944 0
[pid=30690/tid=30693] ppid=30688 vsize=481520 CPUtime=281.39 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 103520 0 0 0 28103 36 0 0 20 0 2 0 367901684 493076480 105700 33554432000 4194304 5964350 140736732441136 139947628484120 4410659 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 481520

[startup+342.3 s]
/proc/loadavg: 1.99 1.35 0.60 3/179 30701
/proc/meminfo: memFree=31411988/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=547296 CPUtime=342.13 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 127138 0 0 0 34173 40 0 0 20 0 2 0 367901677 560431104 127295 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 136824 127295 194 433 0 136388 0
[pid=30690/tid=30693] ppid=30688 vsize=547296 CPUtime=341.23 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 125115 0 0 0 34078 45 0 0 20 0 2 0 367901684 560431104 127295 33554432000 4194304 5964350 140736732441136 139947628484120 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 547296

[startup+402.3 s]
/proc/loadavg: 1.99 1.47 0.68 3/179 30701
/proc/meminfo: memFree=31223260/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=743904 CPUtime=402.12 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 167612 0 0 0 40158 54 0 0 20 0 2 0 367901677 761757696 167769 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 185976 167769 194 433 0 185540 0
[pid=30690/tid=30693] ppid=30688 vsize=743904 CPUtime=401.07 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 165589 0 0 0 40047 60 0 0 20 0 2 0 367901684 761757696 167769 33554432000 4194304 5964350 140736732441136 139947628484120 4222464 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 743904

[startup+462.3 s]
/proc/loadavg: 1.99 1.56 0.76 3/180 30704
/proc/meminfo: memFree=31131276/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=809440 CPUtime=462.07 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 1.98 1.54 3/179 30710
/proc/meminfo: memFree=29593192/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2188288 CPUtime=1421.57 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 538142 0 0 0 141970 187 0 0 20 0 2 0 367901677 2240806912 538353 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 547072 538353 194 433 0 546636 0
[pid=30690/tid=30693] ppid=30688 vsize=2188288 CPUtime=1418.04 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 536119 0 0 0 141597 207 0 0 20 0 2 0 367901684 2240806912 538353 33554432000 4194304 5964350 140736732441136 139947628484600 4389020 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 2188288

[startup+1482.3 s]
/proc/loadavg: 2.00 1.98 1.57 3/179 30710
/proc/meminfo: memFree=29580076/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2188288 CPUtime=1481.53 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 538177 0 0 0 147966 187 0 0 20 0 2 0 367901677 2240806912 538381 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 547072 538381 194 433 0 546636 0
[pid=30690/tid=30693] ppid=30688 vsize=2188288 CPUtime=1477.86 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 536154 0 0 0 147578 208 0 0 20 0 2 0 367901684 2240806912 538381 33554432000 4194304 5964350 140736732441136 139947628484600 4389049 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 2188288

[startup+1542.3 s]
/proc/loadavg: 2.00 1.98 1.59 3/179 30711
/proc/meminfo: memFree=29565056/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2188288 CPUtime=1541.51 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 538200 0 0 0 153964 187 0 0 20 0 2 0 367901677 2240806912 538390 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 547072 538390 194 433 0 546636 0
[pid=30690/tid=30693] ppid=30688 vsize=2188288 CPUtime=1537.69 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 536177 0 0 0 153560 209 0 0 20 0 2 0 367901684 2240806912 538390 33554432000 4194304 5964350 140736732441136 139947628484600 4400547 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 2188288

[startup+1602.3 s]
/proc/loadavg: 2.00 1.98 1.62 3/179 30711
/proc/meminfo: memFree=29404848/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2384896 CPUtime=1601.5 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 576525 0 0 0 159951 199 0 0 20 0 2 0 367901677 2442133504 576715 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 596224 576716 194 433 0 595788 0
[pid=30690/tid=30693] ppid=30688 vsize=2384896 CPUtime=1597.53 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 574503 0 0 0 159530 223 0 0 20 0 2 0 367901684 2442133504 576716 33554432000 4194304 5964350 140736732441136 139947628484120 5136340 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1601.5
Current children cumulated vsize (KiB) 2384896

[startup+1662.3 s]
/proc/loadavg: 2.00 1.98 1.64 3/180 30714
/proc/meminfo: memFree=29367392/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2384896 CPUtime=1661.49 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 579629 0 0 0 165949 200 0 0 20 0 2 0 367901677 2442133504 579819 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 596224 579819 194 433 0 595788 0
[pid=30690/tid=30693] ppid=30688 vsize=2384896 CPUtime=1657.37 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 577606 0 0 0 165512 225 0 0 20 0 2 0 367901684 2442133504 579819 33554432000 4194304 5964350 140736732441136 139947628484600 4389090 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 2384896

[startup+1722.3 s]
/proc/loadavg: 2.00 1.98 1.66 3/179 30714
/proc/meminfo: memFree=29233976/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2450432 CPUtime=1721.48 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 608878 0 0 0 171938 210 0 0 20 0 2 0 367901677 2509242368 609068 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 612608 609068 194 433 0 612172 0
[pid=30690/tid=30693] ppid=30688 vsize=2450432 CPUtime=1717.22 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 606855 0 0 0 171487 235 0 0 20 0 2 0 367901684 2509242368 609068 33554432000 4194304 5964350 140736732441136 139947628484120 4389005 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 2450432

[startup+1782.3 s]
/proc/loadavg: 2.00 1.98 1.67 3/179 30714
/proc/meminfo: memFree=29066576/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1781.47 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 177922 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1777.06 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 177455 251 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4392888 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 2647040

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

[startup+1791.91 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 30714
/proc/meminfo: memFree=29066576/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1791.07 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 178882 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1786.64 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 178412 252 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4221984 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1791.07
Current children cumulated vsize (KiB) 2647040

[startup+1795.1 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 30714
/proc/meminfo: memFree=29066700/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1794.27 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 179202 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1789.83 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 178731 252 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4389090 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1794.27
Current children cumulated vsize (KiB) 2647040

[startup+1798.3 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 30714
/proc/meminfo: memFree=29066700/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1797.47 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 179522 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1793.02 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 179050 252 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4388992 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1797.47
Current children cumulated vsize (KiB) 2647040

[startup+1799.1 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 30714
/proc/meminfo: memFree=29066700/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1798.27 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 179602 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1793.81 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 179129 252 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4400035 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.27
Current children cumulated vsize (KiB) 2647040

[startup+1799.5 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 30714
/proc/meminfo: memFree=29066700/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1798.67 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 179642 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1794.22 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 179170 252 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4389030 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.67
Current children cumulated vsize (KiB) 2647040

[startup+1799.9 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 30714
/proc/meminfo: memFree=29066700/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1799.07 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 179682 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1794.61 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 179209 252 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4389084 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.07
Current children cumulated vsize (KiB) 2647040

[startup+1800 s]
/proc/loadavg: 2.00 1.98 1.68 3/179 30714
/proc/meminfo: memFree=29066700/32873844 swapFree=7632/7632
[pid=30690] ppid=30688 vsize=2647040 CPUtime=1799.17 cores=0,2,4,6
/proc/30690/stat : 30690 (wbo1.72) S 30688 30690 30634 0 -1 4202496 648344 0 0 0 179692 225 0 0 20 0 2 0 367901677 2710568960 648534 33554432000 4194304 5964350 140736732441136 140736732440656 4546605 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/30690/statm: 661760 648534 194 433 0 661324 0
[pid=30690/tid=30693] ppid=30688 vsize=2647040 CPUtime=1794.71 cores=0,2,4,6
/proc/30690/task/30693/stat : 30693 (wbo1.72) R 30688 30690 30634 0 -1 4202560 646321 0 0 0 179219 252 0 0 20 0 2 0 367901684 2710568960 648534 33554432000 4194304 5964350 140736732441136 139947628484600 4410656 0 0 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.17
Current children cumulated vsize (KiB) 2647040

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30690 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=262534
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=593605
# CPU time returned by wait4() is 1794.86
# while last known CPU time is 1799.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.08
CPU time (s): 1799.17
CPU user time (s): 1796.92
CPU system time (s): 2.25
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 2647040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.26
system time used= 2.59361
maximum resident set size= 2594144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648346
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= 638
involuntary context switches= 1894

runsolver used 3.9204 second user time and 8.93564 second system time

The end

Launcher Data

Begin job on node130 at 2012-06-06 23:22:40
IDJOB=3727962
IDBENCH=48256
IDSOLVER=2314
FILE ID=node130/3727962-1339017760
RUNJOBID= node130-1339017759-30650
PBS_JOBID= 14643285
Free space on /tmp= 71040 MiB

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

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

MD5SUM BENCH= fc8bff78845ab9a14b2d06ab749e4dc4
RANDOM SEED=1556657006

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        32123120 kB
Buffers:            3416 kB
Cached:            27612 kB
SwapCached:         2748 kB
Active:            14064 kB
Inactive:          20320 kB
Active(anon):       4024 kB
Inactive(anon):     1944 kB
Active(file):      10040 kB
Inactive(file):    18376 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67096112 kB
Dirty:              5556 kB
Writeback:             0 kB
AnonPages:          9552 kB
Mapped:             6880 kB
Shmem:                 0 kB
Slab:             579680 kB
SReclaimable:      20100 kB
SUnreclaim:       559580 kB
KernelStack:        1384 kB
PageTables:         3808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3727962-1339017760.opb

Free space on /tmp at the end= 71028 MiB
End job on node130 at 2012-06-06 23:52:41