Trace number 3727963

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.41 1800.1

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.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727963-1338666056.opb.
0.00/0.00	c Instance file HOME/instance-3727963-1338666056.opb
0.00/0.00	c File size is 566883 bytes.
0.02/0.05	c Cost Offset: -500
0.02/0.05	c Highest Coefficient sum: 1000
0.02/0.05	c ============================[ Problem Statistics ]=============================
0.02/0.05	c |                                                                             |
0.02/0.05	c |  Parsing time:          0.05         s                                      |
0.02/0.05	c |  Number Variables:      7316                                                |
0.02/0.05	c |  Number Clauses:        6816                                                |
0.02/0.05	c |  Number Cardinality:    1002                                                |
0.02/0.05	c |  Number PB Constraints: 6316                                                |
0.02/0.05	c |                                                                             |
0.02/0.05	c |  Problem Type:          Optimization                                        |
0.02/0.05	c |  Objective Function:    Cardinality Constraint                              |
0.02/0.05	c |                                                                             |
0.02/0.05	c ============================[ Search Statistics ]==============================
0.02/0.05	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.02/0.05	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.02/0.05	c ===============================================================================
0.02/0.07	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.26/71.32	c | 71.33     | 0  | -497         lb |  0                0                0.00  |
1799.30/1800.00	c ===============================================================================
1799.30/1800.00	c Wall Clock Time: 1800.00 s
1799.30/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-3727963-1338666056/watcher-3727963-1338666056 -o /tmp/evaluation-result-3727963-1338666056/solver-3727963-1338666056 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727963-1338666056.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: 1.92 1.98 1.99 3/176 23953
/proc/meminfo: memFree=28449428/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=5088 CPUtime=0 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) R 23951 23953 23631 0 -1 4202496 626 0 0 0 0 0 0 0 20 0 1 0 332731093 5210112 579 33554432000 4194304 5964350 140736553558608 140736191140232 4395326 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 1272 580 165 433 0 697 0

[startup+0.0268931 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 23953
/proc/meminfo: memFree=28449428/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=6936 CPUtime=0.02 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) R 23951 23953 23631 0 -1 4202496 1145 0 0 0 2 0 0 0 20 0 1 0 332731093 7102464 1098 33554432000 4194304 5964350 140736553558608 140736191140232 4221984 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 1734 1098 226 433 0 1159 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6936

[startup+0.100262 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 23953
/proc/meminfo: memFree=28449428/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=87816 CPUtime=0.09 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 4256 0 0 0 9 0 0 0 20 0 2 0 332731093 89923584 3769 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 21954 3769 192 433 0 21518 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 87816

[startup+0.300223 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 23953
/proc/meminfo: memFree=28449428/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=87816 CPUtime=0.29 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 4257 0 0 0 29 0 0 0 20 0 2 0 332731093 89923584 3770 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 21954 3770 193 433 0 21518 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87816

[startup+0.700226 s]
/proc/loadavg: 1.92 1.98 1.99 3/176 23953
/proc/meminfo: memFree=28449428/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=87816 CPUtime=0.69 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 5069 0 0 0 68 1 0 0 20 0 2 0 332731093 89923584 4581 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 21954 4581 194 433 0 21518 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87816

[startup+1.50025 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 23955
/proc/meminfo: memFree=28427736/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=87816 CPUtime=1.49 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 5268 0 0 0 148 1 0 0 20 0 2 0 332731093 89923584 4780 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 21954 4780 194 433 0 21518 0
[pid=23953/tid=23955] ppid=23951 vsize=87816 CPUtime=1.43 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 3247 0 0 0 143 0 0 0 20 0 2 0 332731098 89923584 4780 33554432000 4194304 5964350 140736553558608 140009231407432 5136340 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) 87816

[startup+3.10025 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 23955
/proc/meminfo: memFree=28421536/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=87816 CPUtime=3.09 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 6482 0 0 0 308 1 0 0 20 0 2 0 332731093 89923584 5994 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 21954 5994 194 433 0 21518 0
[pid=23953/tid=23955] ppid=23951 vsize=87816 CPUtime=3.03 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 4461 0 0 0 302 1 0 0 20 0 2 0 332731098 89923584 5994 33554432000 4194304 5964350 140736553558608 140009231406616 4389080 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) 87816

[startup+6.30025 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 23955
/proc/meminfo: memFree=28402076/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=87816 CPUtime=6.29 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 8944 0 0 0 626 3 0 0 20 0 2 0 332731093 89923584 8456 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 21954 8456 194 433 0 21518 0
[pid=23953/tid=23955] ppid=23951 vsize=87816 CPUtime=6.22 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 6923 0 0 0 620 2 0 0 20 0 2 0 332731098 89923584 8456 33554432000 4194304 5964350 140736553558608 140009231407096 5136340 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) 87816

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 1.99 3/177 23955
/proc/meminfo: memFree=28373684/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=87816 CPUtime=12.69 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 14286 0 0 0 1264 5 0 0 20 0 2 0 332731093 89923584 13798 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 21954 13798 194 433 0 21518 0
[pid=23953/tid=23955] ppid=23951 vsize=87816 CPUtime=12.6 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 12265 0 0 0 1256 4 0 0 20 0 2 0 332731098 89923584 13798 33554432000 4194304 5964350 140736553558608 140009231406616 4389084 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) 87816

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 23955
/proc/meminfo: memFree=28332572/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=153352 CPUtime=25.48 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 20317 0 0 0 2542 6 0 0 20 0 2 0 332731093 157032448 19829 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 38338 19829 194 433 0 37902 0
[pid=23953/tid=23955] ppid=23951 vsize=153352 CPUtime=25.37 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 18296 0 0 0 2531 6 0 0 20 0 2 0 332731098 157032448 19829 33554432000 4194304 5964350 140736553558608 140009231406616 4389084 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 153352

[startup+51.1003 s]
/proc/loadavg: 1.96 1.98 1.99 3/177 23955
/proc/meminfo: memFree=28250444/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=153352 CPUtime=51.07 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 33329 0 0 0 5097 10 0 0 20 0 2 0 332731093 157032448 32840 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 38338 32840 194 433 0 37902 0
[pid=23953/tid=23955] ppid=23951 vsize=153352 CPUtime=50.89 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 31308 0 0 0 5079 10 0 0 20 0 2 0 332731098 157032448 32840 33554432000 4194304 5964350 140736553558608 140009231406616 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 153352

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 23955
/proc/meminfo: memFree=28166232/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=218888 CPUtime=102.25 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 44117 0 0 0 10210 15 0 0 20 0 2 0 332731093 224141312 43554 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 54722 43554 194 433 0 54286 0
[pid=23953/tid=23955] ppid=23951 vsize=218888 CPUtime=101.95 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 42096 0 0 0 10180 15 0 0 20 0 2 0 332731098 224141312 43554 33554432000 4194304 5964350 140736553558608 140009231408056 4389080 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 218888

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 23956
/proc/meminfo: memFree=28063108/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=284424 CPUtime=162.22 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 60041 0 0 0 16203 19 0 0 20 0 2 0 332731093 291250176 59957 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 71106 59957 194 433 0 70670 0
[pid=23953/tid=23955] ppid=23951 vsize=284424 CPUtime=161.77 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 58020 0 0 0 16156 21 0 0 20 0 2 0 332731098 291250176 59957 33554432000 4194304 5964350 140736553558608 140009231406616 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 284424

[startup+222.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 23956
/proc/meminfo: memFree=27879708/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=415980 CPUtime=222.21 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 97878 0 0 0 22189 32 0 0 20 0 2 0 332731093 425963520 97794 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 103995 97794 194 433 0 103559 0
[pid=23953/tid=23955] ppid=23951 vsize=415980 CPUtime=221.62 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 95857 0 0 0 22127 35 0 0 20 0 2 0 332731098 425963520 97794 33554432000 4194304 5964350 140736553558608 140009231407096 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 415980

[startup+282.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/177 23956
/proc/meminfo: memFree=27765360/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=547052 CPUtime=282.18 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 119210 0 0 0 28178 40 0 0 20 0 2 0 332731093 560181248 119129 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 136763 119129 194 433 0 136327 0
[pid=23953/tid=23955] ppid=23951 vsize=547052 CPUtime=281.44 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 117189 0 0 0 28100 44 0 0 20 0 2 0 332731098 560181248 119129 33554432000 4194304 5964350 140736553558608 140009231407096 4389090 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 547052

[startup+342.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 23956
/proc/meminfo: memFree=27670900/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=612828 CPUtime=342.14 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 134819 0 0 0 34169 45 0 0 20 0 2 0 332731093 627535872 134724 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 153207 134724 194 433 0 152771 0
[pid=23953/tid=23955] ppid=23951 vsize=612828 CPUtime=341.26 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 132798 0 0 0 34076 50 0 0 20 0 2 0 332731098 627535872 134724 33554432000 4194304 5964350 140736553558608 140009231407096 4392783 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 612828

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 23956
/proc/meminfo: memFree=27487672/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=743900 CPUtime=402.11 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 173717 0 0 0 40153 58 0 0 20 0 2 0 332731093 761753600 173611 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 185975 173611 194 433 0 185539 0
[pid=23953/tid=23955] ppid=23951 vsize=743900 CPUtime=401.08 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 171696 0 0 0 40045 63 0 0 20 0 2 0 332731098 761753600 173611 33554432000 4194304 5964350 140736553558608 140009231407096 4400007 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 743900

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23957
/proc/meminfo: memFree=27402160/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=809436 CPUtime=462.09 cores=0,2,4,6

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23989
/proc/meminfo: memFree=25797508/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2122024 CPUtime=1481.77 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 521418 0 0 0 148001 176 0 0 20 0 2 0 332731093 2172952576 521287 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 530506 521287 194 433 0 530070 0
[pid=23953/tid=23955] ppid=23951 vsize=2122024 CPUtime=1478.16 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 519397 0 0 0 147619 197 0 0 20 0 2 0 332731098 2172952576 521287 33554432000 4194304 5964350 140736553558608 140009231407096 4400336 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 2122024

[startup+1542.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 23989
/proc/meminfo: memFree=25784892/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2122024 CPUtime=1541.76 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 521421 0 0 0 154000 176 0 0 20 0 2 0 332731093 2172952576 521290 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 530506 521290 194 433 0 530070 0
[pid=23953/tid=23955] ppid=23951 vsize=2122024 CPUtime=1538 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 519400 0 0 0 153602 198 0 0 20 0 2 0 332731098 2172952576 521290 33554432000 4194304 5964350 140736553558608 140009231407096 4389084 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.76
Current children cumulated vsize (KiB) 2122024

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 23989
/proc/meminfo: memFree=25580912/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2318632 CPUtime=1601.75 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 565613 0 0 0 159983 192 0 0 20 0 2 0 332731093 2374279168 565482 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 579658 565482 194 433 0 579222 0
[pid=23953/tid=23955] ppid=23951 vsize=2318632 CPUtime=1597.85 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 563592 0 0 0 159570 215 0 0 20 0 2 0 332731098 2374279168 565482 33554432000 4194304 5964350 140736553558608 140009231407096 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 2318632

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23990
/proc/meminfo: memFree=25556732/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2318632 CPUtime=1661.74 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 566979 0 0 0 165982 192 0 0 20 0 2 0 332731093 2374279168 566848 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 579658 566848 194 433 0 579222 0
[pid=23953/tid=23955] ppid=23951 vsize=2318632 CPUtime=1657.69 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 564958 0 0 0 165552 217 0 0 20 0 2 0 332731098 2374279168 566848 33554432000 4194304 5964350 140736553558608 140009231407096 4389049 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 2318632

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 23990
/proc/meminfo: memFree=25391688/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2449704 CPUtime=1721.73 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 602320 0 0 0 171966 207 0 0 20 0 2 0 332731093 2508496896 602189 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 612426 602189 194 433 0 611990 0
[pid=23953/tid=23955] ppid=23951 vsize=2449704 CPUtime=1717.54 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 600299 0 0 0 171522 232 0 0 20 0 2 0 332731098 2508496896 602189 33554432000 4194304 5964350 140736553558608 140009231407096 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 2449704

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/178 23993
/proc/meminfo: memFree=25256652/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2580776 CPUtime=1781.7 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 633398 0 0 0 177952 218 0 0 20 0 2 0 332731093 2642714624 633266 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 645194 633266 194 433 0 644758 0
[pid=23953/tid=23955] ppid=23951 vsize=2580776 CPUtime=1777.37 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 631377 0 0 0 177493 244 0 0 20 0 2 0 332731098 2642714624 633266 33554432000 4194304 5964350 140736553558608 140009231407096 4388992 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.7
Current children cumulated vsize (KiB) 2580776

############
# WARNING:
# current cumulated CPU time (1795.08 s) is less than in the last sample (1799.3 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (4.22009 s) to the 'lost time'.

[startup+1799.9 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25244112/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2580776 CPUtime=1799.3 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 633408 0 0 0 179712 218 0 0 20 0 2 0 332731093 2642714624 633289 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 645194 633289 194 433 0 644758 0
[pid=23953/tid=23955] ppid=23951 vsize=2580776 CPUtime=1794.92 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 631387 0 0 0 179247 245 0 0 20 0 2 0 332731098 2642714624 633289 33554432000 4194304 5964350 140736553558608 140009231407096 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (KiB) 2580776

[startup+1800 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25244112/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=0 CPUtime=1795.08 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) R 23951 23953 23631 0 -1 4203524 633410 0 0 0 179262 246 0 0 20 0 1 0 332731093 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.08
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 2.11 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25249816/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2580776 CPUtime=1791.31 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 633403 0 0 0 178913 218 0 0 20 0 2 0 332731093 2642714624 633280 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 645194 633280 194 433 0 644758 0
[pid=23953/tid=23955] ppid=23951 vsize=2580776 CPUtime=1786.95 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 631382 0 0 0 178450 245 0 0 20 0 2 0 332731098 2642714624 633280 33554432000 4194304 5964350 140736553558608 140009231407096 4410659 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.31
Current children cumulated vsize (KiB) 2580776

[startup+1795.1 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25247336/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2580776 CPUtime=1794.51 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 633403 0 0 0 179233 218 0 0 20 0 2 0 332731093 2642714624 633280 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 645194 633280 194 433 0 644758 0
[pid=23953/tid=23955] ppid=23951 vsize=2580776 CPUtime=1790.15 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 631382 0 0 0 178770 245 0 0 20 0 2 0 332731098 2642714624 633280 33554432000 4194304 5964350 140736553558608 140009231407096 5130821 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (KiB) 2580776

[startup+1798.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25245600/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2580776 CPUtime=1797.7 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 633403 0 0 0 179552 218 0 0 20 0 2 0 332731093 2642714624 633280 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 645194 633280 194 433 0 644758 0
[pid=23953/tid=23955] ppid=23951 vsize=2580776 CPUtime=1793.33 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 631382 0 0 0 179088 245 0 0 20 0 2 0 332731098 2642714624 633280 33554432000 4194304 5964350 140736553558608 140009231407096 4389049 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.7
Current children cumulated vsize (KiB) 2580776

[startup+1799.1 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25244980/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2580776 CPUtime=1798.5 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 633403 0 0 0 179632 218 0 0 20 0 2 0 332731093 2642714624 633280 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 645194 633280 194 433 0 644758 0
[pid=23953/tid=23955] ppid=23951 vsize=2580776 CPUtime=1794.13 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 631382 0 0 0 179168 245 0 0 20 0 2 0 332731098 2642714624 633280 33554432000 4194304 5964350 140736553558608 140009231407096 4389067 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (KiB) 2580776

[startup+1799.9 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25244112/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=2580776 CPUtime=1799.3 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) S 23951 23953 23631 0 -1 4202496 633408 0 0 0 179712 218 0 0 20 0 2 0 332731093 2642714624 633289 33554432000 4194304 5964350 140736553558608 140736553558128 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 645194 633289 194 433 0 644758 0
[pid=23953/tid=23955] ppid=23951 vsize=2580776 CPUtime=1794.92 cores=0,2,4,6
/proc/23953/task/23955/stat : 23955 (wbo1.72) R 23951 23953 23631 0 -1 4202560 631387 0 0 0 179247 245 0 0 20 0 2 0 332731098 2642714624 633289 33554432000 4194304 5964350 140736553558608 140009231407096 4399998 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (KiB) 2580776

[startup+1800.1 s]
/proc/loadavg: 2.10 2.03 2.01 3/178 23993
/proc/meminfo: memFree=25244112/32873852 swapFree=7624/7624
[pid=23953] ppid=23951 vsize=0 CPUtime=1795.18 cores=0,2,4,6
/proc/23953/stat : 23953 (wbo1.72) R 23951 23953 23631 0 -1 4203524 633410 0 0 0 179262 256 0 0 20 0 1 0 332731093 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23953/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.18
Current children cumulated vsize (KiB) 0

Child status: 255

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.22009
#  lost CPU user time (s): 4.5
#  lost CPU system time (s): -0.28

Real time (s): 1800.1
CPU time (s): 1799.41
CPU user time (s): 1797.13
CPU system time (s): 2.28461
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 2580776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.63
system time used= 2.56461
maximum resident set size= 2533164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 633410
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= 467
involuntary context switches= 1829

runsolver used 2.6296 second user time and 7.19191 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-02 21:40:56
IDJOB=3727963
IDBENCH=48247
IDSOLVER=2314
FILE ID=node131/3727963-1338666056
RUNJOBID= node131-1338662455-23647
PBS_JOBID= 14636485
Free space on /tmp= 71400 MiB

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

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

MD5SUM BENCH= 68d7f052f18638860d9232a7f3ed2053
RANDOM SEED=1816373722

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        28451724 kB
Buffers:          542052 kB
Cached:          3007952 kB
SwapCached:         2348 kB
Active:          1379652 kB
Inactive:        2183180 kB
Active(anon):       8884 kB
Inactive(anon):     3676 kB
Active(file):    1370768 kB
Inactive(file):  2179504 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:             11336 kB
Writeback:            36 kB
AnonPages:         16720 kB
Mapped:            15080 kB
Shmem:                 0 kB
Slab:             720132 kB
SReclaimable:     162136 kB
SUnreclaim:       557996 kB
KernelStack:        1464 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     142740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 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-3727963-1338666056.opb

Free space on /tmp at the end= 71392 MiB
End job on node131 at 2012-06-02 22:10:57