Trace number 3726873

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.52 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 |  pwbo:                     2.02 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3726873-1338662818.opb.
0.00/0.00	c Instance file HOME/instance-3726873-1338662818.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.42/1800.00	c ===============================================================================
1799.42/1800.00	c Wall Clock Time: 1800.00 s
1799.42/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-3726873-1338662818/watcher-3726873-1338662818 -o /tmp/evaluation-result-3726873-1338662818/solver-3726873-1338662818 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726873-1338662818.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.30 1.79 2.07 3/177 19658
/proc/meminfo: memFree=27090052/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=4332 CPUtime=0 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) R 19656 19658 15996 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 332410333 4435968 491 33554432000 4194304 5964478 140737245257440 140736963085384 5133750 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 1083 491 171 433 0 584 0

[startup+0.028461 s]
/proc/loadavg: 1.30 1.79 2.07 3/177 19658
/proc/meminfo: memFree=27090052/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=85792 CPUtime=0.02 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 1862 0 0 0 2 0 0 0 20 0 2 0 332410333 87851008 1752 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21448 1752 177 433 0 21012 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 85792

[startup+0.100183 s]
/proc/loadavg: 1.30 1.79 2.07 3/177 19658
/proc/meminfo: memFree=27090052/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=85792 CPUtime=0.09 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 2081 0 0 0 9 0 0 0 20 0 2 0 332410333 87851008 1971 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21448 1971 186 433 0 21012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85792

[startup+0.300117 s]
/proc/loadavg: 1.30 1.79 2.07 3/177 19658
/proc/meminfo: memFree=27090052/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=85792 CPUtime=0.29 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 2548 0 0 0 29 0 0 0 20 0 2 0 332410333 87851008 2438 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21448 2438 186 433 0 21012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85792

[startup+0.700122 s]
/proc/loadavg: 1.30 1.79 2.07 3/177 19658
/proc/meminfo: memFree=27090052/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=85792 CPUtime=0.69 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 3633 0 0 0 69 0 0 0 20 0 2 0 332410333 87851008 3523 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21448 3523 186 433 0 21012 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85792

[startup+1.50023 s]
/proc/loadavg: 1.30 1.79 2.07 3/179 19660
/proc/meminfo: memFree=27071940/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=85936 CPUtime=1.49 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 4516 0 0 0 148 1 0 0 20 0 2 0 332410333 87998464 4406 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21484 4406 186 433 0 21048 0
[pid=19658/tid=19660] ppid=19656 vsize=85936 CPUtime=1.46 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 3211 0 0 0 146 0 0 0 20 0 2 0 332410335 87998464 4406 33554432000 4194304 5964478 140737245257440 139715929409336 4400422 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) 85936

[startup+3.10023 s]
/proc/loadavg: 1.36 1.79 2.07 3/179 19660
/proc/meminfo: memFree=27068932/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=85936 CPUtime=3.09 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 4912 0 0 0 308 1 0 0 20 0 2 0 332410333 87998464 4802 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21484 4802 186 433 0 21048 0
[pid=19658/tid=19660] ppid=19656 vsize=85936 CPUtime=3.05 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 3607 0 0 0 305 0 0 0 20 0 2 0 332410335 87998464 4802 33554432000 4194304 5964478 140737245257440 139715929409336 4400103 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) 85936

[startup+6.30033 s]
/proc/loadavg: 1.36 1.79 2.07 3/179 19660
/proc/meminfo: memFree=27058276/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=86008 CPUtime=6.28 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 6913 0 0 0 627 1 0 0 20 0 2 0 332410333 88072192 6803 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21502 6803 186 433 0 21066 0
[pid=19658/tid=19660] ppid=19656 vsize=86008 CPUtime=6.24 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 5608 0 0 0 623 1 0 0 20 0 2 0 332410335 88072192 6803 33554432000 4194304 5964478 140737245257440 139715929409336 4389584 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) 86008

[startup+12.7003 s]
/proc/loadavg: 1.46 1.80 2.07 3/179 19660
/proc/meminfo: memFree=27031372/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=86296 CPUtime=12.68 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 9193 0 0 0 1266 2 0 0 20 0 2 0 332410333 88367104 9083 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21574 9083 186 433 0 21138 0
[pid=19658/tid=19660] ppid=19656 vsize=86296 CPUtime=12.62 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 7888 0 0 0 1260 2 0 0 20 0 2 0 332410335 88367104 9083 33554432000 4194304 5964478 140737245257440 139715929409576 4400091 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 86296

[startup+25.5004 s]
/proc/loadavg: 1.54 1.80 2.07 3/179 19660
/proc/meminfo: memFree=26983112/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=87556 CPUtime=25.48 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 11841 0 0 0 2545 3 0 0 20 0 2 0 332410333 89657344 11731 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 21889 11731 186 433 0 21453 0
[pid=19658/tid=19660] ppid=19656 vsize=87556 CPUtime=25.39 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 10536 0 0 0 2536 3 0 0 20 0 2 0 332410335 89657344 11731 33554432000 4194304 5964478 140737245257440 139715929409528 4221120 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87556

[startup+51.1004 s]
/proc/loadavg: 1.76 1.83 2.07 3/179 19660
/proc/meminfo: memFree=26932116/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=89360 CPUtime=51.06 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 15210 0 0 0 5102 4 0 0 20 0 2 0 332410333 91504640 15100 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 22340 15100 186 433 0 21904 0
[pid=19658/tid=19660] ppid=19656 vsize=89360 CPUtime=50.91 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 13905 0 0 0 5087 4 0 0 20 0 2 0 332410335 91504640 15100 33554432000 4194304 5964478 140737245257440 139715929409336 4390030 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) 89360

[startup+102.3 s]
/proc/loadavg: 2.02 1.89 2.07 3/179 19711
/proc/meminfo: memFree=27018920/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=166308 CPUtime=102.25 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 29514 0 0 0 10214 11 0 0 20 0 2 0 332410333 170299392 29652 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 41577 29652 186 433 0 41141 0
[pid=19658/tid=19660] ppid=19656 vsize=166308 CPUtime=101.96 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 28209 0 0 0 10184 12 0 0 20 0 2 0 332410335 170299392 29652 33554432000 4194304 5964478 140737245257440 139715929409576 4221120 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) 166308

[startup+162.3 s]
/proc/loadavg: 2.00 1.90 2.07 3/179 19711
/proc/meminfo: memFree=26909860/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=237956 CPUtime=162.2 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 40822 0 0 0 16202 18 0 0 20 0 2 0 332410333 243666944 41900 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 59489 41900 186 433 0 59053 0
[pid=19658/tid=19660] ppid=19656 vsize=237956 CPUtime=161.78 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 39517 0 0 0 16158 20 0 0 20 0 2 0 332410335 243666944 41900 33554432000 4194304 5964478 140737245257440 139715929409576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 237956

[startup+222.307 s]
/proc/loadavg: 2.05 1.94 2.07 3/180 19714
/proc/meminfo: memFree=26866852/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=238448 CPUtime=222.19 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 41468 0 0 0 22200 19 0 0 20 0 2 0 332410333 244170752 42162 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 59612 42162 186 433 0 59176 0
[pid=19658/tid=19660] ppid=19656 vsize=238448 CPUtime=221.62 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 40163 0 0 0 22140 22 0 0 20 0 2 0 332410335 244170752 42162 33554432000 4194304 5964478 140737245257440 139715929409576 4379311 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 238448

[startup+282.3 s]
/proc/loadavg: 2.02 1.94 2.06 3/179 19715
/proc/meminfo: memFree=26801916/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=238952 CPUtime=282.17 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 49726 0 0 0 28193 24 0 0 20 0 2 0 332410333 244686848 50732 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 59738 50732 186 433 0 59302 0
[pid=19658/tid=19660] ppid=19656 vsize=238952 CPUtime=281.46 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 48421 0 0 0 28118 28 0 0 20 0 2 0 332410335 244686848 50732 33554432000 4194304 5964478 140737245257440 139715929409528 4399969 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 238952

[startup+342.3 s]
/proc/loadavg: 2.00 1.95 2.06 3/179 19715
/proc/meminfo: memFree=26725964/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=310428 CPUtime=342.16 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 57839 0 0 0 34187 29 0 0 20 0 2 0 332410333 317878272 58845 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 77607 58845 186 433 0 77171 0
[pid=19658/tid=19660] ppid=19656 vsize=310428 CPUtime=341.3 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 56534 0 0 0 34096 34 0 0 20 0 2 0 332410335 317878272 58845 33554432000 4194304 5964478 140737245257440 139715929409528 4399938 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 310428

[startup+402.3 s]
/proc/loadavg: 2.00 1.96 2.05 3/179 19715
/proc/meminfo: memFree=26678644/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=314808 CPUtime=402.15 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 64513 0 0 0 40179 36 0 0 20 0 2 0 332410333 322363392 65519 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 78702 65519 186 433 0 78266 0
[pid=19658/tid=19660] ppid=19656 vsize=314808 CPUtime=401.15 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 63208 0 0 0 40073 42 0 0 20 0 2 0 332410335 322363392 65519 33554432000 4194304 5964478 140737245257440 139715929409576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 314808

[startup+462.3 s]
/proc/loadavg: 2.00 1.96 2.04 3/179 19715
/proc/meminfo: memFree=26638932/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=317520 CPUtime=462.14 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 19744
/proc/meminfo: memFree=26261500/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=534076 CPUtime=1361.92 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 110978 0 0 0 136095 97 0 0 20 0 2 0 332410333 546893824 111905 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 133519 111905 186 433 0 133083 0
[pid=19658/tid=19660] ppid=19656 vsize=534076 CPUtime=1358.61 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 109673 0 0 0 135744 117 0 0 20 0 2 0 332410335 546893824 111905 33554432000 4194304 5964478 140737245257440 139715929409576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1361.92
Current children cumulated vsize (KiB) 534076

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 19747
/proc/meminfo: memFree=26222168/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=535484 CPUtime=1421.92 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 114333 0 0 0 142090 102 0 0 20 0 2 0 332410333 548335616 115260 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 133871 115260 186 433 0 133435 0
[pid=19658/tid=19660] ppid=19656 vsize=535484 CPUtime=1418.47 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 113028 0 0 0 141724 123 0 0 20 0 2 0 332410335 548335616 115260 33554432000 4194304 5964478 140737245257440 139715929409048 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.92
Current children cumulated vsize (KiB) 535484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19747
/proc/meminfo: memFree=26200284/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=535484 CPUtime=1481.91 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 117878 0 0 0 148082 109 0 0 20 0 2 0 332410333 548335616 118805 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 133871 118805 186 433 0 133435 0
[pid=19658/tid=19660] ppid=19656 vsize=535484 CPUtime=1478.31 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 116573 0 0 0 147700 131 0 0 20 0 2 0 332410335 548335616 118805 33554432000 4194304 5964478 140737245257440 139715929409528 4400091 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 535484

[startup+1542.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/179 19748
/proc/meminfo: memFree=26166060/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=536468 CPUtime=1541.91 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 121518 0 0 0 154075 116 0 0 20 0 2 0 332410333 549343232 122445 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 134117 122445 186 433 0 133681 0
[pid=19658/tid=19660] ppid=19656 vsize=536468 CPUtime=1538.16 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 120213 0 0 0 153677 139 0 0 20 0 2 0 332410335 549343232 122445 33554432000 4194304 5964478 140737245257440 139715929409048 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.91
Current children cumulated vsize (KiB) 536468

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19748
/proc/meminfo: memFree=26150048/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=536576 CPUtime=1601.89 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 125129 0 0 0 160067 122 0 0 20 0 2 0 332410333 549453824 126051 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 134144 126051 186 433 0 133708 0
[pid=19658/tid=19660] ppid=19656 vsize=536576 CPUtime=1597.99 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 123824 0 0 0 159654 145 0 0 20 0 2 0 332410335 549453824 126051 33554432000 4194304 5964478 140737245257440 139715929409576 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 536576

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 19748
/proc/meminfo: memFree=26125236/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=537808 CPUtime=1661.84 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 125495 0 0 0 166062 122 0 0 20 0 2 0 332410333 550715392 126386 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 134452 126386 186 433 0 134016 0
[pid=19658/tid=19660] ppid=19656 vsize=537808 CPUtime=1657.8 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 124190 0 0 0 165634 146 0 0 20 0 2 0 332410335 550715392 126386 33554432000 4194304 5964478 140737245257440 139715929409576 4389840 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 537808

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/179 19748
/proc/meminfo: memFree=26084564/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=604244 CPUtime=1721.82 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 132898 0 0 0 172049 133 0 0 20 0 2 0 332410333 618745856 133789 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 151061 133789 186 433 0 150625 0
[pid=19658/tid=19660] ppid=19656 vsize=604244 CPUtime=1717.65 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 131593 0 0 0 171606 159 0 0 20 0 2 0 332410335 618745856 133789 33554432000 4194304 5964478 140737245257440 139715929409048 4399926 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 604244

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19748
/proc/meminfo: memFree=26082208/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=604568 CPUtime=1781.82 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 133347 0 0 0 178048 134 0 0 20 0 2 0 332410333 619077632 134238 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 151142 134238 186 433 0 150706 0
[pid=19658/tid=19660] ppid=19656 vsize=604568 CPUtime=1777.5 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 132042 0 0 0 177590 160 0 0 20 0 2 0 332410335 619077632 134238 33554432000 4194304 5964478 140737245257440 139715929409336 4399938 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 604568

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

[startup+1792.01 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19748
/proc/meminfo: memFree=26082084/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=604568 CPUtime=1791.52 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 133348 0 0 0 179018 134 0 0 20 0 2 0 332410333 619077632 134239 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 151142 134239 186 433 0 150706 0
[pid=19658/tid=19660] ppid=19656 vsize=604568 CPUtime=1787.18 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 132043 0 0 0 178557 161 0 0 20 0 2 0 332410335 619077632 134239 33554432000 4194304 5964478 140737245257440 139715929409336 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.52
Current children cumulated vsize (KiB) 604568

[startup+1795.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 19748
/proc/meminfo: memFree=26082084/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=604568 CPUtime=1794.72 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 133348 0 0 0 179338 134 0 0 20 0 2 0 332410333 619077632 134239 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 151142 134239 186 433 0 150706 0
[pid=19658/tid=19660] ppid=19656 vsize=604568 CPUtime=1790.37 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 132043 0 0 0 178876 161 0 0 20 0 2 0 332410335 619077632 134239 33554432000 4194304 5964478 140737245257440 139715929409336 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.72
Current children cumulated vsize (KiB) 604568

[startup+1798.4 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 19748
/proc/meminfo: memFree=26082084/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=604568 CPUtime=1797.92 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 133348 0 0 0 179658 134 0 0 20 0 2 0 332410333 619077632 134239 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 151142 134239 186 433 0 150706 0
[pid=19658/tid=19660] ppid=19656 vsize=604568 CPUtime=1793.55 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 132043 0 0 0 179194 161 0 0 20 0 2 0 332410335 619077632 134239 33554432000 4194304 5964478 140737245257440 139715929409336 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.92
Current children cumulated vsize (KiB) 604568

[startup+1799.2 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19748
/proc/meminfo: memFree=26082084/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=604568 CPUtime=1798.72 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 133348 0 0 0 179738 134 0 0 20 0 2 0 332410333 619077632 134239 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 151142 134239 186 433 0 150706 0
[pid=19658/tid=19660] ppid=19656 vsize=604568 CPUtime=1794.35 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 132043 0 0 0 179274 161 0 0 20 0 2 0 332410335 619077632 134239 33554432000 4194304 5964478 140737245257440 139715929409336 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (KiB) 604568

[startup+1799.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19748
/proc/meminfo: memFree=26082092/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=604568 CPUtime=1799.12 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) S 19656 19658 15996 0 -1 4202496 133348 0 0 0 179778 134 0 0 20 0 2 0 332410333 619077632 134239 33554432000 4194304 5964478 140737245257440 140737245256960 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 151142 134239 186 433 0 150706 0
[pid=19658/tid=19660] ppid=19656 vsize=604568 CPUtime=1794.76 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202560 132043 0 0 0 179315 161 0 0 20 0 2 0 332410335 619077632 134239 33554432000 4194304 5964478 140737245257440 139715929409336 4222314 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.12
Current children cumulated vsize (KiB) 604568

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.00 3/178 19748
/proc/meminfo: memFree=26082092/32873844 swapFree=7628/7628
[pid=19658] ppid=19656 vsize=0 CPUtime=1799.52 cores=1,3,5,7
/proc/19658/stat : 19658 (pwbo2.02) Z 19656 19658 15996 0 -1 4203532 133351 0 0 0 179818 134 0 0 20 0 2 0 332410333 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19658/statm: 0 0 0 0 0 0 0
[pid=19658/tid=19660] ppid=19656 vsize=0 CPUtime=1795.15 cores=1,3,5,7
/proc/19658/task/19660/stat : 19660 (pwbo2.02) R 19656 19658 15996 0 -1 4202564 132046 0 0 0 179354 161 0 0 20 0 2 0 332410335 0 0 33554432000 0 0 0 0 0 0 0 4096 16387 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.52
Current children cumulated vsize (KiB) 0

Child status: 255

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

Real time (s): 1800.01
CPU time (s): 1799.52
CPU user time (s): 1798.18
CPU system time (s): 1.34
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 604568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 1.63075
maximum resident set size= 536968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133351
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= 186
involuntary context switches= 2085

runsolver used 2.69259 second user time and 7.2139 second system time

The end

Launcher Data

Begin job on node107 at 2012-06-02 20:46:58
IDJOB=3726873
IDBENCH=48376
IDSOLVER=2312
FILE ID=node107/3726873-1338662818
RUNJOBID= node107-1338662810-19408
PBS_JOBID= 14636473
Free space on /tmp= 70776 MiB

SOLVER NAME= pwbo 2.02
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_2_15.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-3726873-1338662818/watcher-3726873-1338662818 -o /tmp/evaluation-result-3726873-1338662818/solver-3726873-1338662818 -C 1800 -W 1900 -M 15500  pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726873-1338662818.opb

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

MD5SUM BENCH= b437bd5db918ab114396d43dfca73285
RANDOM SEED=315769727

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27091060 kB
Buffers:          465356 kB
Cached:          4378000 kB
SwapCached:           76 kB
Active:          1921556 kB
Inactive:        2984536 kB
Active(anon):      53716 kB
Inactive(anon):    11072 kB
Active(file):    1867840 kB
Inactive(file):  2973464 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108780 kB
Dirty:             11784 kB
Writeback:             0 kB
AnonPages:         69680 kB
Mapped:            14936 kB
Shmem:               184 kB
Slab:             735248 kB
SReclaimable:     176644 kB
SUnreclaim:       558604 kB
KernelStack:        1472 kB
PageTables:         4228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     147420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3726873-1338662818.opb

Free space on /tmp at the end= 70772 MiB
End job on node107 at 2012-06-02 21:16:58