Trace number 3726888

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
pwbo 2.02? 1799.53 1800.02

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
MD5SUMaef8bab64cc2dcfbe1beaaaf4a02d676
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 benchmark0.248961
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
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 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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12540
Sum of products size (including duplicates)25080
Number of different products6270
Sum of products size12540

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726888-1338660620.opb.
0.00/0.00	c Instance file HOME/instance-3726888-1338660620.opb
0.00/0.00	c File size is 563011 bytes.
0.00/0.04	c Highest Coefficient sum: 1000
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Parsing time:          0.05         s                                      |
0.00/0.04	c |  Number Variables:      7270                                                |
0.00/0.04	c |  Number Clauses:        6770                                                |
0.00/0.04	c |  Number Cardinality:    1003                                                |
0.00/0.04	c |  Number PB Constraints: 6270                                                |
0.00/0.04	c |                                                                             |
0.00/0.05	c |  Problem Type:          Decision                                            |
0.00/0.05	c |  Objective Function:    None                                                |
0.00/0.05	c |                                                                             |
0.00/0.05	c ===============================================================================
1799.53/1800.00	c ===============================================================================
1799.53/1800.00	c Wall Clock Time: 1800.00 s
1799.53/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-3726888-1338660620/watcher-3726888-1338660620 -o /tmp/evaluation-result-3726888-1338660620/solver-3726888-1338660620 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726888-1338660620.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.82 3.65 3.83 3/180 25279
/proc/meminfo: memFree=28236776/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=5124 CPUtime=0 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) R 25277 25279 22415 0 -1 4202496 647 0 0 0 0 0 0 0 20 0 1 0 332187401 5246976 599 33554432000 4194304 5964478 140733799994928 140733436738056 4395649 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 1281 601 167 433 0 707 0

[startup+0.074429 s]
/proc/loadavg: 2.82 3.65 3.83 3/180 25279
/proc/meminfo: memFree=28236776/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=0.07 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 3509 0 0 0 7 0 0 0 20 0 2 0 332187401 90660864 3179 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 3179 182 433 0 21698 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 88536

[startup+0.100211 s]
/proc/loadavg: 2.82 3.65 3.83 3/180 25279
/proc/meminfo: memFree=28236776/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=0.09 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 3558 0 0 0 9 0 0 0 20 0 2 0 332187401 90660864 3228 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 3228 184 433 0 21698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 88536

[startup+0.300108 s]
/proc/loadavg: 2.82 3.65 3.83 3/180 25279
/proc/meminfo: memFree=28236776/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=0.29 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 3657 0 0 0 29 0 0 0 20 0 2 0 332187401 90660864 3327 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 3327 184 433 0 21698 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88536

[startup+0.700107 s]
/proc/loadavg: 2.82 3.65 3.83 3/180 25279
/proc/meminfo: memFree=28236776/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=0.69 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 3745 0 0 0 69 0 0 0 20 0 2 0 332187401 90660864 3415 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 3415 184 433 0 21698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88536

[startup+1.5002 s]
/proc/loadavg: 2.75 3.62 3.82 3/182 25288
/proc/meminfo: memFree=28209596/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=1.49 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 4058 0 0 0 149 0 0 0 20 0 2 0 332187401 90660864 3728 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 3728 186 433 0 21698 0
[pid=25279/tid=25281] ppid=25277 vsize=88536 CPUtime=1.43 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 2042 0 0 0 143 0 0 0 20 0 2 0 332187405 90660864 3728 33554432000 4194304 5964478 140733799994928 139890770167320 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88536

[startup+3.10024 s]
/proc/loadavg: 2.75 3.62 3.82 3/182 25288
/proc/meminfo: memFree=28200792/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=3.09 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 6675 0 0 0 308 1 0 0 20 0 2 0 332187401 90660864 6345 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 6345 186 433 0 21698 0
[pid=25279/tid=25281] ppid=25277 vsize=88536 CPUtime=3.03 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 4659 0 0 0 303 0 0 0 20 0 2 0 332187405 90660864 6345 33554432000 4194304 5964478 140733799994928 139890770167320 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88536

[startup+6.30024 s]
/proc/loadavg: 2.69 3.59 3.81 3/182 25288
/proc/meminfo: memFree=28168552/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=6.28 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 12509 0 0 0 625 3 0 0 20 0 2 0 332187401 90660864 12179 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 12179 186 433 0 21698 0
[pid=25279/tid=25281] ppid=25277 vsize=88536 CPUtime=6.22 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 10493 0 0 0 619 3 0 0 20 0 2 0 332187405 90660864 12179 33554432000 4194304 5964478 140733799994928 139890770167800 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 88536

[startup+12.7002 s]
/proc/loadavg: 2.64 3.57 3.80 3/182 25288
/proc/meminfo: memFree=28147896/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=88536 CPUtime=12.69 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 15226 0 0 0 1264 5 0 0 20 0 2 0 332187401 90660864 14896 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 22134 14896 186 433 0 21698 0
[pid=25279/tid=25281] ppid=25277 vsize=88536 CPUtime=12.6 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 13210 0 0 0 1255 5 0 0 20 0 2 0 332187405 90660864 14896 33554432000 4194304 5964478 140733799994928 139890770167608 4403708 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 88536

[startup+25.5002 s]
/proc/loadavg: 2.54 3.51 3.78 3/182 25288
/proc/meminfo: memFree=28078852/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=154072 CPUtime=25.47 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 24238 0 0 0 2539 8 0 0 20 0 2 0 332187401 157769728 23957 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 38518 23957 186 433 0 38082 0
[pid=25279/tid=25281] ppid=25277 vsize=154072 CPUtime=25.36 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 22222 0 0 0 2528 8 0 0 20 0 2 0 332187405 157769728 23957 33554432000 4194304 5964478 140733799994928 139890770167800 4389129 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 154072

[startup+51.1002 s]
/proc/loadavg: 2.33 3.37 3.72 3/181 25288
/proc/meminfo: memFree=27989036/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=220092 CPUtime=51.06 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 38231 0 0 0 5093 13 0 0 20 0 2 0 332187401 225374208 37941 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 55023 37941 186 433 0 54587 0
[pid=25279/tid=25281] ppid=25277 vsize=220092 CPUtime=50.87 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 36215 0 0 0 5074 13 0 0 20 0 2 0 332187405 225374208 37941 33554432000 4194304 5964478 140733799994928 139890770167800 5136420 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 220092

[startup+102.307 s]
/proc/loadavg: 2.14 3.16 3.63 3/181 25288
/proc/meminfo: memFree=27896728/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=285868 CPUtime=102.25 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 58508 0 0 0 10205 20 0 0 20 0 2 0 332187401 292728832 58218 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 71467 58218 186 433 0 71031 0
[pid=25279/tid=25281] ppid=25277 vsize=285868 CPUtime=101.95 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 56492 0 0 0 10174 21 0 0 20 0 2 0 332187405 292728832 58218 33554432000 4194304 5964478 140733799994928 139890770167800 4400078 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 285868

[startup+162.3 s]
/proc/loadavg: 2.05 2.94 3.52 3/181 25288
/proc/meminfo: memFree=27843776/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=285868 CPUtime=162.24 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 63669 0 0 0 16202 22 0 0 20 0 2 0 332187401 292728832 63376 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 71467 63376 186 433 0 71031 0
[pid=25279/tid=25281] ppid=25277 vsize=285868 CPUtime=161.78 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 61653 0 0 0 16155 23 0 0 20 0 2 0 332187405 292728832 63376 33554432000 4194304 5964478 140733799994928 139890770167320 4221984 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 285868

[startup+222.3 s]
/proc/loadavg: 2.02 2.77 3.42 3/181 25289
/proc/meminfo: memFree=27768972/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=351404 CPUtime=222.18 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 70161 0 0 0 22194 24 0 0 20 0 2 0 332187401 359837696 70037 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 87851 70037 186 433 0 87415 0
[pid=25279/tid=25281] ppid=25277 vsize=351404 CPUtime=221.59 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 68145 0 0 0 22133 26 0 0 20 0 2 0 332187405 359837696 70037 33554432000 4194304 5964478 140733799994928 139890770167320 4400056 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 351404

[startup+282.3 s]
/proc/loadavg: 2.00 2.63 3.33 3/181 25289
/proc/meminfo: memFree=27667404/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=417300 CPUtime=282.14 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 89405 0 0 0 28182 32 0 0 20 0 2 0 332187401 427315200 89284 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 104325 89284 186 433 0 103889 0
[pid=25279/tid=25281] ppid=25277 vsize=417300 CPUtime=281.41 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 87389 0 0 0 28105 36 0 0 20 0 2 0 332187405 427315200 89284 33554432000 4194304 5964478 140733799994928 139890770167608 4381677 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 417300

[startup+342.3 s]
/proc/loadavg: 2.00 2.51 3.25 3/181 25289
/proc/meminfo: memFree=27449944/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=548372 CPUtime=342.14 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 117283 0 0 0 34170 44 0 0 20 0 2 0 332187401 561532928 117043 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 137093 117043 186 433 0 136657 0
[pid=25279/tid=25281] ppid=25277 vsize=548372 CPUtime=341.25 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 115267 0 0 0 34076 49 0 0 20 0 2 0 332187405 561532928 117043 33554432000 4194304 5964478 140733799994928 139890770167832 4389601 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 548372

[startup+402.3 s]
/proc/loadavg: 2.00 2.41 3.16 3/181 25289
/proc/meminfo: memFree=27448996/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=548372 CPUtime=402.12 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 117293 0 0 0 40168 44 0 0 20 0 2 0 332187401 561532928 117053 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 137093 117053 186 433 0 136657 0
[pid=25279/tid=25281] ppid=25277 vsize=548372 CPUtime=401.09 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 115277 0 0 0 40059 50 0 0 20 0 2 0 332187405 561532928 117053 33554432000 4194304 5964478 140733799994928 139890770167832 4400056 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 548372

[startup+462.3 s]
/proc/loadavg: 2.00 2.34 3.09 3/181 25289
/proc/meminfo: memFree=27370356/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=627292 CPUtime=462.1 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.01 2.02 2.37 3/181 25298
/proc/meminfo: memFree=26682628/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088040 CPUtime=1421.9 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 256231 0 0 0 142092 98 0 0 20 0 2 0 332187401 1114152960 251621 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272010 251621 186 433 0 271574 0
[pid=25279/tid=25281] ppid=25277 vsize=1088040 CPUtime=1418.37 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 254215 0 0 0 141718 119 0 0 20 0 2 0 332187405 1114152960 251621 33554432000 4194304 5964478 140733799994928 139890770167832 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 1088040

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.34 3/181 25299
/proc/meminfo: memFree=26682628/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088040 CPUtime=1481.88 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 256231 0 0 0 148090 98 0 0 20 0 2 0 332187401 1114152960 251621 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272010 251621 186 433 0 271574 0
[pid=25279/tid=25281] ppid=25277 vsize=1088040 CPUtime=1478.21 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 254215 0 0 0 147701 120 0 0 20 0 2 0 332187405 1114152960 251621 33554432000 4194304 5964478 140733799994928 139890770167832 4382271 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1088040

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.32 3/181 25299
/proc/meminfo: memFree=26655224/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088040 CPUtime=1541.87 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 256231 0 0 0 154089 98 0 0 20 0 2 0 332187401 1114152960 251621 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272010 251621 186 433 0 271574 0
[pid=25279/tid=25281] ppid=25277 vsize=1088040 CPUtime=1538.05 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 254215 0 0 0 153684 121 0 0 20 0 2 0 332187405 1114152960 251621 33554432000 4194304 5964478 140733799994928 139890770167832 4389129 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1088040

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.30 3/181 25299
/proc/meminfo: memFree=26632532/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088040 CPUtime=1601.86 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 256231 0 0 0 160088 98 0 0 20 0 2 0 332187401 1114152960 251621 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272010 251621 186 433 0 271574 0
[pid=25279/tid=25281] ppid=25277 vsize=1088040 CPUtime=1597.9 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 254215 0 0 0 159668 122 0 0 20 0 2 0 332187405 1114152960 251621 33554432000 4194304 5964478 140733799994928 139890770167832 4403721 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1088040

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.28 3/181 25299
/proc/meminfo: memFree=26632656/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088040 CPUtime=1661.85 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 256231 0 0 0 166087 98 0 0 20 0 2 0 332187401 1114152960 251621 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272010 251621 186 433 0 271574 0
[pid=25279/tid=25281] ppid=25277 vsize=1088040 CPUtime=1657.74 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 254215 0 0 0 165651 123 0 0 20 0 2 0 332187405 1114152960 251621 33554432000 4194304 5964478 140733799994928 139890770167832 4221984 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1088040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.26 3/181 25299
/proc/meminfo: memFree=26632652/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1721.85 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 256267 0 0 0 172087 98 0 0 20 0 2 0 332187401 1114980352 251657 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 251657 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1717.58 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 254251 0 0 0 171634 124 0 0 20 0 2 0 332187405 1114980352 251657 33554432000 4194304 5964478 140733799994928 139890770167976 4222416 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) 1088848

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26599772/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1781.84 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 256267 0 0 0 178086 98 0 0 20 0 2 0 332187401 1114980352 251657 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 251657 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1777.43 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 254251 0 0 0 177618 125 0 0 20 0 2 0 332187405 1114980352 251657 33554432000 4194304 5964478 140733799994928 139890770167976 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 1088848

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26575492/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1791.43 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 262626 0 0 0 179043 100 0 0 20 0 2 0 332187401 1114980352 258016 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 258016 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1787.01 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 260610 0 0 0 178574 127 0 0 20 0 2 0 332187405 1114980352 258016 33554432000 4194304 5964478 140733799994928 139890770167848 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 1088848

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26565820/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1794.64 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 264867 0 0 0 179362 102 0 0 20 0 2 0 332187401 1114980352 260257 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 260257 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1790.2 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 262851 0 0 0 178891 129 0 0 20 0 2 0 332187405 1114980352 260257 33554432000 4194304 5964478 140733799994928 139890770167848 4382271 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.64
Current children cumulated vsize (KiB) 1088848

[startup+1798.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26559496/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1797.83 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 267680 0 0 0 179680 103 0 0 20 0 2 0 332187401 1114980352 263070 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 263070 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1793.39 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 265664 0 0 0 179209 130 0 0 20 0 2 0 332187405 1114980352 263070 33554432000 4194304 5964478 140733799994928 139890770167848 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.83
Current children cumulated vsize (KiB) 1088848

[startup+1799.1 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26554288/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1798.63 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 268415 0 0 0 179760 103 0 0 20 0 2 0 332187401 1114980352 263805 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 263805 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1794.18 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 266399 0 0 0 179288 130 0 0 20 0 2 0 332187405 1114980352 263805 33554432000 4194304 5964478 140733799994928 139890770167848 5136420 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.63
Current children cumulated vsize (KiB) 1088848

[startup+1799.5 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26550816/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1799.04 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 268703 0 0 0 179800 104 0 0 20 0 2 0 332187401 1114980352 264093 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 264093 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1794.59 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 266687 0 0 0 179328 131 0 0 20 0 2 0 332187405 1114980352 264093 33554432000 4194304 5964478 140733799994928 139890770167848 4382257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.04
Current children cumulated vsize (KiB) 1088848

[startup+1799.9 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26550816/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1799.43 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 268954 0 0 0 179839 104 0 0 20 0 2 0 332187401 1114980352 264344 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 264344 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1794.98 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 266938 0 0 0 179367 131 0 0 20 0 2 0 332187405 1114980352 264344 33554432000 4194304 5964478 140733799994928 139890770167848 4400069 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.43
Current children cumulated vsize (KiB) 1088848

[startup+1800 s]
/proc/loadavg: 2.00 2.00 2.24 3/182 25303
/proc/meminfo: memFree=26550816/32873844 swapFree=7124/7124
[pid=25279] ppid=25277 vsize=1088848 CPUtime=1799.53 cores=1,3,5,7
/proc/25279/stat : 25279 (pwbo2.02) S 25277 25279 22415 0 -1 4202496 269008 0 0 0 179849 104 0 0 20 0 2 0 332187401 1114980352 264398 33554432000 4194304 5964478 140733799994928 140733799994448 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25279/statm: 272212 264398 186 433 0 271776 0
[pid=25279/tid=25281] ppid=25277 vsize=1088848 CPUtime=1795.08 cores=1,3,5,7
/proc/25279/task/25281/stat : 25281 (pwbo2.02) R 25277 25279 22415 0 -1 4202560 266992 0 0 0 179377 131 0 0 20 0 2 0 332187405 1114980352 264398 33554432000 4194304 5964478 140733799994928 139890770167848 4399920 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.53
Current children cumulated vsize (KiB) 1088848

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25279 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=823297
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=338796
# CPU time returned by wait4() is 1795.16
# while last known CPU time is 1799.53
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.02
CPU time (s): 1799.53
CPU user time (s): 1798.49
CPU system time (s): 1.04
CPU usage (%): 99.9727
Max. virtual memory (cumulated for all children) (KiB): 1088848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 1.3388
maximum resident set size= 1057608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269012
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= 189
involuntary context switches= 2911

runsolver used 3.11852 second user time and 7.2579 second system time

The end

Launcher Data

Begin job on node134 at 2012-06-02 20:10:20
IDJOB=3726888
IDBENCH=48308
IDSOLVER=2312
FILE ID=node134/3726888-1338660620
RUNJOBID= node134-1338660619-25087
PBS_JOBID= 14636446
Free space on /tmp= 70352 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_5_80.opb
COMMAND LINE= pwbo2.02 -file-format=opb -verbosity=0 -thread=1 BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3726888-1338660620/watcher-3726888-1338660620 -o /tmp/evaluation-result-3726888-1338660620/solver-3726888-1338660620 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726888-1338660620.opb

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

MD5SUM BENCH= aef8bab64cc2dcfbe1beaaaf4a02d676
RANDOM SEED=1099739341

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:        28235716 kB
Buffers:          458084 kB
Cached:          3272940 kB
SwapCached:           76 kB
Active:          1723532 kB
Inactive:        2021648 kB
Active(anon):       5456 kB
Inactive(anon):    10508 kB
Active(file):    1718076 kB
Inactive(file):  2011140 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67107756 kB
Dirty:             11000 kB
Writeback:             0 kB
AnonPages:         20772 kB
Mapped:            12000 kB
Shmem:                96 kB
Slab:             754668 kB
SReclaimable:     195844 kB
SUnreclaim:       558824 kB
KernelStack:        1432 kB
PageTables:         4028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     142552 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-3726888-1338660620.opb

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