Trace number 3727915

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.47 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_2_15.opb
MD5SUMb437bd5db918ab114396d43dfca73285
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark93.6968
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6148
Sum of products size (including duplicates)12296
Number of different products3074
Sum of products size6148

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-3727915-1338667844.opb.
0.00/0.00	c Instance file HOME/instance-3727915-1338667844.opb
0.00/0.00	c File size is 257828 bytes.
0.00/0.02	c Highest Coefficient sum: 200
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      3274                                                |
0.00/0.02	c |  Number Clauses:        3174                                                |
0.00/0.02	c |  Number Cardinality:    203                                                 |
0.00/0.02	c |  Number PB Constraints: 3074                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Problem Type:          Decision                                            |
0.00/0.02	c |  Objective Function:    None                                                |
0.00/0.02	c |                                                                             |
0.00/0.02	c ===============================================================================
1799.45/1800.00	c ===============================================================================
1799.45/1800.00	c Wall Clock Time: 1800.00 s
1799.45/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-3727915-1338667844/watcher-3727915-1338667844 -o /tmp/evaluation-result-3727915-1338667844/solver-3727915-1338667844 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727915-1338667844.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.86 2.48 3.22 3/180 26258
/proc/meminfo: memFree=28217592/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=4332 CPUtime=0 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) R 26256 26258 25363 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 332909850 4435968 500 33554432000 4194304 5964350 140736915965360 140734418522920 5136410 0 0 4096 16387 0 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 1083 501 173 433 0 584 0

[startup+0.0670739 s]
/proc/loadavg: 1.86 2.48 3.22 3/180 26258
/proc/meminfo: memFree=28217592/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=85792 CPUtime=0.06 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 2047 0 0 0 6 0 0 0 20 0 2 0 332909850 87851008 1937 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21448 1937 185 433 0 21012 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85792

[startup+0.100297 s]
/proc/loadavg: 1.86 2.48 3.22 3/180 26258
/proc/meminfo: memFree=28217592/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=85792 CPUtime=0.09 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 2083 0 0 0 9 0 0 0 20 0 2 0 332909850 87851008 1973 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21448 1973 186 433 0 21012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85792

[startup+0.300243 s]
/proc/loadavg: 1.86 2.48 3.22 3/180 26258
/proc/meminfo: memFree=28217592/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=85792 CPUtime=0.29 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 2548 0 0 0 29 0 0 0 20 0 2 0 332909850 87851008 2438 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21448 2438 186 433 0 21012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85792

[startup+0.700212 s]
/proc/loadavg: 1.86 2.48 3.22 3/180 26258
/proc/meminfo: memFree=28217592/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=85792 CPUtime=0.69 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 3668 0 0 0 69 0 0 0 20 0 2 0 332909850 87851008 3558 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21448 3558 186 433 0 21012 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85792

[startup+1.50025 s]
/proc/loadavg: 1.86 2.48 3.22 3/182 26311
/proc/meminfo: memFree=28208428/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=85936 CPUtime=1.49 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 4524 0 0 0 149 0 0 0 20 0 2 0 332909850 87998464 4414 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21484 4414 186 433 0 21048 0
[pid=26258/tid=26260] ppid=26256 vsize=85936 CPUtime=1.46 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 3219 0 0 0 146 0 0 0 20 0 2 0 332909852 87998464 4414 33554432000 4194304 5964350 140736915965360 139979086997304 4373373 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85936

[startup+3.10024 s]
/proc/loadavg: 1.86 2.48 3.22 3/182 26311
/proc/meminfo: memFree=28200996/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=85936 CPUtime=3.09 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 4931 0 0 0 309 0 0 0 20 0 2 0 332909850 87998464 4821 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21484 4821 186 433 0 21048 0
[pid=26258/tid=26260] ppid=26256 vsize=85936 CPUtime=3.05 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 3626 0 0 0 305 0 0 0 20 0 2 0 332909852 87998464 4821 33554432000 4194304 5964350 140736915965360 139979086997304 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85936

[startup+6.30029 s]
/proc/loadavg: 1.87 2.48 3.21 3/182 26311
/proc/meminfo: memFree=28187016/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=86008 CPUtime=6.29 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 6929 0 0 0 628 1 0 0 20 0 2 0 332909850 88072192 6819 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21502 6819 186 433 0 21066 0
[pid=26258/tid=26260] ppid=26256 vsize=86008 CPUtime=6.25 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 5624 0 0 0 625 0 0 0 20 0 2 0 332909852 88072192 6819 33554432000 4194304 5964350 140736915965360 139979086997544 4220672 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86008

[startup+12.7003 s]
/proc/loadavg: 1.96 2.48 3.21 3/182 26311
/proc/meminfo: memFree=28160964/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=86296 CPUtime=12.69 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 9192 0 0 0 1268 1 0 0 20 0 2 0 332909850 88367104 9082 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21574 9082 186 433 0 21138 0
[pid=26258/tid=26260] ppid=26256 vsize=86296 CPUtime=12.63 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 7887 0 0 0 1262 1 0 0 20 0 2 0 332909852 88367104 9082 33554432000 4194304 5964350 140736915965360 139979086997544 4403647 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 86296

[startup+25.5004 s]
/proc/loadavg: 1.97 2.46 3.19 3/181 26311
/proc/meminfo: memFree=28140552/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=87556 CPUtime=25.47 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 11845 0 0 0 2545 2 0 0 20 0 2 0 332909850 89657344 11772 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 21889 11772 186 433 0 21453 0
[pid=26258/tid=26260] ppid=26256 vsize=87556 CPUtime=25.39 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 10540 0 0 0 2537 2 0 0 20 0 2 0 332909852 89657344 11772 33554432000 4194304 5964350 140736915965360 139979086997496 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 87556

[startup+51.1003 s]
/proc/loadavg: 2.06 2.44 3.16 3/181 26311
/proc/meminfo: memFree=28103560/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=89360 CPUtime=51.05 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 16483 0 0 0 5101 4 0 0 20 0 2 0 332909850 91504640 16993 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 22340 16993 186 433 0 21904 0
[pid=26258/tid=26260] ppid=26256 vsize=89360 CPUtime=50.9 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 15178 0 0 0 5086 4 0 0 20 0 2 0 332909852 91504640 16993 33554432000 4194304 5964350 140736915965360 139979086997496 4399846 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 89360

[startup+102.307 s]
/proc/loadavg: 2.02 2.37 3.10 4/181 26311
/proc/meminfo: memFree=28014708/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=166308 CPUtime=102.25 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 29475 0 0 0 10214 11 0 0 20 0 2 0 332909850 170299392 30179 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 41577 30179 186 433 0 41141 0
[pid=26258/tid=26260] ppid=26256 vsize=166308 CPUtime=101.97 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 28170 0 0 0 10185 12 0 0 20 0 2 0 332909852 170299392 30179 33554432000 4194304 5964350 140736915965360 139979086997544 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 166308

[startup+162.3 s]
/proc/loadavg: 2.01 2.30 3.03 3/181 26311
/proc/meminfo: memFree=27931400/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=237956 CPUtime=162.23 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 41329 0 0 0 16205 18 0 0 20 0 2 0 332909850 243666944 42020 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 59489 42020 186 433 0 59053 0
[pid=26258/tid=26260] ppid=26256 vsize=237956 CPUtime=161.8 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 40024 0 0 0 16161 19 0 0 20 0 2 0 332909852 243666944 42020 33554432000 4194304 5964350 140736915965360 139979086997544 4378912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 237956

[startup+222.3 s]
/proc/loadavg: 2.00 2.24 2.96 3/181 26311
/proc/meminfo: memFree=27889544/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=238448 CPUtime=222.21 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 41423 0 0 0 22203 18 0 0 20 0 2 0 332909850 244170752 41729 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 59612 41729 186 433 0 59176 0
[pid=26258/tid=26260] ppid=26256 vsize=238448 CPUtime=221.63 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 40118 0 0 0 22143 20 0 0 20 0 2 0 332909852 244170752 41729 33554432000 4194304 5964350 140736915965360 139979086997544 4400029 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 238448

[startup+282.3 s]
/proc/loadavg: 2.07 2.21 2.90 3/181 26311
/proc/meminfo: memFree=27821680/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=239240 CPUtime=282.2 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 51443 0 0 0 28196 24 0 0 20 0 2 0 332909850 244981760 51749 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 59810 51749 186 433 0 59374 0
[pid=26258/tid=26260] ppid=26256 vsize=239240 CPUtime=281.48 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 50138 0 0 0 28120 28 0 0 20 0 2 0 332909852 244981760 51749 33554432000 4194304 5964350 140736915965360 139979086997496 4399989 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 239240

[startup+342.3 s]
/proc/loadavg: 2.02 2.17 2.85 3/181 26312
/proc/meminfo: memFree=27772492/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=311392 CPUtime=342.18 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 59762 0 0 0 34187 31 0 0 20 0 2 0 332909850 318865408 60062 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 77848 60062 186 433 0 77412 0
[pid=26258/tid=26260] ppid=26256 vsize=311392 CPUtime=341.31 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 58457 0 0 0 34095 36 0 0 20 0 2 0 332909852 318865408 60062 33554432000 4194304 5964350 140736915965360 139979086997496 4399906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 311392

[startup+402.3 s]
/proc/loadavg: 2.01 2.14 2.79 3/181 26312
/proc/meminfo: memFree=27729768/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=314808 CPUtime=402.14 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 64837 0 0 0 40177 37 0 0 20 0 2 0 332909850 322363392 65130 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 78702 65130 186 433 0 78266 0
[pid=26258/tid=26260] ppid=26256 vsize=314808 CPUtime=401.13 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 63532 0 0 0 40071 42 0 0 20 0 2 0 332909852 322363392 65130 33554432000 4194304 5964350 140736915965360 139979086997544 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 314808

[startup+462.3 s]
/proc/loadavg: 2.00 2.11 2.74 3/181 26312
/proc/meminfo: memFree=27692620/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=317520 CPUtime=462.13 cores=1,3,5,7

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

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/181 26323
/proc/meminfo: memFree=27224604/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=536468 CPUtime=1541.89 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 122756 0 0 0 154074 115 0 0 20 0 2 0 332909850 549343232 122961 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 134117 122961 186 433 0 133681 0
[pid=26258/tid=26260] ppid=26256 vsize=536468 CPUtime=1538.06 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 121451 0 0 0 153668 138 0 0 20 0 2 0 332909852 549343232 122961 33554432000 4194304 5964350 140736915965360 139979086997016 4399872 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 536468

[startup+1602.3 s]
/proc/loadavg: 2.04 2.01 2.19 3/181 26323
/proc/meminfo: memFree=27204764/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=536648 CPUtime=1601.87 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 125468 0 0 0 160068 119 0 0 20 0 2 0 332909850 549527552 125673 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 134162 125673 186 433 0 133726 0
[pid=26258/tid=26260] ppid=26256 vsize=536648 CPUtime=1597.9 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 124163 0 0 0 159647 143 0 0 20 0 2 0 332909852 549527552 125673 33554432000 4194304 5964350 140736915965360 139979086997544 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 536648

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.18 3/181 26323
/proc/meminfo: memFree=27203268/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=537808 CPUtime=1661.86 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 125782 0 0 0 166067 119 0 0 20 0 2 0 332909850 550715392 125987 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 134452 125987 186 433 0 134016 0
[pid=26258/tid=26260] ppid=26256 vsize=537808 CPUtime=1657.75 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 124477 0 0 0 165631 144 0 0 20 0 2 0 332909852 550715392 125987 33554432000 4194304 5964350 140736915965360 139979086997544 4389471 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 537808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/181 26323
/proc/meminfo: memFree=27150620/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604244 CPUtime=1721.85 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133514 0 0 0 172054 131 0 0 20 0 2 0 332909850 618745856 133719 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151061 133719 186 433 0 150625 0
[pid=26258/tid=26260] ppid=26256 vsize=604244 CPUtime=1717.59 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132209 0 0 0 171602 157 0 0 20 0 2 0 332909852 618745856 133719 33554432000 4194304 5964350 140736915965360 139979086997496 4379216 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.85
Current children cumulated vsize (KiB) 604244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/182 26326
/proc/meminfo: memFree=27146948/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1781.85 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133607 0 0 0 178053 132 0 0 20 0 2 0 332909850 619077632 133812 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133812 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1777.43 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132302 0 0 0 177586 157 0 0 20 0 2 0 332909852 619077632 133812 33554432000 4194304 5964350 140736915965360 139979086997304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.85
Current children cumulated vsize (KiB) 604568

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

[startup+1799.9 s]
/proc/loadavg: 2.06 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1799.45 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133608 0 0 0 179813 132 0 0 20 0 2 0 332909850 619077632 133813 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133813 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1794.99 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132303 0 0 0 179341 158 0 0 20 0 2 0 332909852 619077632 133813 33554432000 4194304 5964350 140736915965360 139979086997304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 604568

[startup+1800 s]
/proc/loadavg: 2.06 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=0 CPUtime=1795.12 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) R 26256 26258 25363 0 -1 4203524 133611 0 0 0 179353 159 0 0 20 0 1 0 332909850 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.12
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1791.91 s]
/proc/loadavg: 2.07 2.02 2.16 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1791.46 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133608 0 0 0 179014 132 0 0 20 0 2 0 332909850 619077632 133813 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133813 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1787.01 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132303 0 0 0 178543 158 0 0 20 0 2 0 332909852 619077632 133813 33554432000 4194304 5964350 140736915965360 139979086997304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 604568

[startup+1795.1 s]
/proc/loadavg: 2.07 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1794.66 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133608 0 0 0 179334 132 0 0 20 0 2 0 332909850 619077632 133813 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133813 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1790.21 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132303 0 0 0 178863 158 0 0 20 0 2 0 332909852 619077632 133813 33554432000 4194304 5964350 140736915965360 139979086997304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 604568

[startup+1798.3 s]
/proc/loadavg: 2.07 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1797.85 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133608 0 0 0 179653 132 0 0 20 0 2 0 332909850 619077632 133813 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133813 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1793.39 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132303 0 0 0 179181 158 0 0 20 0 2 0 332909852 619077632 133813 33554432000 4194304 5964350 140736915965360 139979086997304 4222304 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (KiB) 604568

[startup+1799.1 s]
/proc/loadavg: 2.06 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1798.65 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133608 0 0 0 179733 132 0 0 20 0 2 0 332909850 619077632 133813 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133813 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1794.19 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132303 0 0 0 179261 158 0 0 20 0 2 0 332909852 619077632 133813 33554432000 4194304 5964350 140736915965360 139979086997304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.65
Current children cumulated vsize (KiB) 604568

[startup+1799.5 s]
/proc/loadavg: 2.06 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1799.05 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133608 0 0 0 179773 132 0 0 20 0 2 0 332909850 619077632 133813 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133813 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1794.59 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132303 0 0 0 179301 158 0 0 20 0 2 0 332909852 619077632 133813 33554432000 4194304 5964350 140736915965360 139979086997304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.05
Current children cumulated vsize (KiB) 604568

[startup+1799.9 s]
/proc/loadavg: 2.06 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=604568 CPUtime=1799.45 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) S 26256 26258 25363 0 -1 4202496 133608 0 0 0 179813 132 0 0 20 0 2 0 332909850 619077632 133813 33554432000 4194304 5964350 140736915965360 140736915964880 4546605 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 151142 133813 186 433 0 150706 0
[pid=26258/tid=26260] ppid=26256 vsize=604568 CPUtime=1794.99 cores=1,3,5,7
/proc/26258/task/26260/stat : 26260 (wbo1.72) R 26256 26258 25363 0 -1 4202560 132303 0 0 0 179341 158 0 0 20 0 2 0 332909852 619077632 133813 33554432000 4194304 5964350 140736915965360 139979086997304 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.45
Current children cumulated vsize (KiB) 604568

[startup+1800 s]
/proc/loadavg: 2.06 2.02 2.15 3/182 26326
/proc/meminfo: memFree=27147196/32873844 swapFree=7124/7124
[pid=26258] ppid=26256 vsize=0 CPUtime=1795.12 cores=1,3,5,7
/proc/26258/stat : 26258 (wbo1.72) R 26256 26258 25363 0 -1 4203524 133611 0 0 0 179353 159 0 0 20 0 1 0 332909850 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26258/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1795.12
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.32996
#  lost CPU user time (s): 4.59998
#  lost CPU system time (s): -0.27

Real time (s): 1800.01
CPU time (s): 1799.47
CPU user time (s): 1798.14
CPU system time (s): 1.33476
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 604568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.54
system time used= 1.60476
maximum resident set size= 535264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133611
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= 173
involuntary context switches= 1881

runsolver used 4.28735 second user time and 10.2174 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-02 22:10:45
IDJOB=3727915
IDBENCH=48376
IDSOLVER=2314
FILE ID=node134/3727915-1338667844
RUNJOBID= node134-1338667844-26161
PBS_JOBID= 14636484
Free space on /tmp= 70352 MiB

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

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=1038261732

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28228296 kB
Buffers:          459792 kB
Cached:          3281120 kB
SwapCached:           76 kB
Active:          1727680 kB
Inactive:        2024388 kB
Active(anon):       2772 kB
Inactive(anon):    10508 kB
Active(file):    1724908 kB
Inactive(file):  2013880 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:             11656 kB
Writeback:             0 kB
AnonPages:         18096 kB
Mapped:            11500 kB
Shmem:                96 kB
Slab:             754300 kB
SReclaimable:     195824 kB
SUnreclaim:       558476 kB
KernelStack:        1408 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     125812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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-3727915-1338667844.opb

Free space on /tmp at the end= 70348 MiB
End job on node134 at 2012-06-02 22:40:45