Trace number 3726891

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.46 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

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-3726891-1338660572.opb.
0.00/0.00	c Instance file HOME/instance-3726891-1338660572.opb
0.00/0.00	c File size is 1386956 bytes.
0.09/0.11	c Highest Coefficient sum: 1000
0.09/0.11	c ============================[ Problem Statistics ]=============================
0.09/0.11	c |                                                                             |
0.09/0.11	c |  Parsing time:          0.12         s                                      |
0.09/0.11	c |  Number Variables:      16706                                               |
0.09/0.11	c |  Number Clauses:        16206                                               |
0.09/0.11	c |  Number Cardinality:    1003                                                |
0.09/0.11	c |  Number PB Constraints: 15706                                               |
0.09/0.11	c |                                                                             |
0.09/0.12	c |  Problem Type:          Decision                                            |
0.09/0.12	c |  Objective Function:    None                                                |
0.09/0.12	c |                                                                             |
0.09/0.12	c ===============================================================================
1799.46/1800.00	c ===============================================================================
1799.46/1800.00	c Wall Clock Time: 1800.00 s
1799.46/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-3726891-1338660572/watcher-3726891-1338660572 -o /tmp/evaluation-result-3726891-1338660572/solver-3726891-1338660572 -C 1800 -W 1900 -M 15500 pwbo2.02 -file-format=opb -verbosity=0 -thread=1 HOME/instance-3726891-1338660572.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.85 2.65 3.36 3/177 1497
/proc/meminfo: memFree=29099596/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=5908 CPUtime=0 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) R 1495 1497 30509 0 -1 4202496 630 0 0 0 0 0 0 0 20 0 1 0 332181667 6049792 582 33554432000 4194304 5964478 140737349995552 140735732239144 4395406 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 1477 582 164 433 0 702 0

[startup+0.0406279 s]
/proc/loadavg: 1.85 2.65 3.36 3/177 1497
/proc/meminfo: memFree=29099596/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=11032 CPUtime=0.03 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) R 1495 1497 30509 0 -1 4202496 1944 0 0 0 3 0 0 0 20 0 1 0 332181667 11296768 1896 33554432000 4194304 5964478 140737349995552 140737349994056 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 2758 1898 264 433 0 1983 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11032

[startup+0.100321 s]
/proc/loadavg: 1.85 2.65 3.36 3/177 1497
/proc/meminfo: memFree=29099596/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=14864 CPUtime=0.09 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) R 1495 1497 30509 0 -1 4202496 3064 0 0 0 9 0 0 0 20 0 1 0 332181667 15220736 3016 33554432000 4194304 5964478 140737349995552 140737349994056 5136490 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 3716 3017 448 433 0 2941 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14864

[startup+0.300188 s]
/proc/loadavg: 1.85 2.65 3.36 3/177 1497
/proc/meminfo: memFree=29099596/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=95860 CPUtime=0.29 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 7373 0 0 0 28 1 0 0 20 0 2 0 332181667 98160640 6517 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 23965 6517 184 433 0 23529 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95860

[startup+0.70011 s]
/proc/loadavg: 1.85 2.65 3.36 3/177 1497
/proc/meminfo: memFree=29099596/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=95860 CPUtime=0.69 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 7481 0 0 0 68 1 0 0 20 0 2 0 332181667 98160640 6625 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 23965 6625 184 433 0 23529 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95860

[startup+1.50027 s]
/proc/loadavg: 1.85 2.65 3.36 3/179 1499
/proc/meminfo: memFree=29064324/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=95860 CPUtime=1.49 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 7579 0 0 0 148 1 0 0 20 0 2 0 332181667 98160640 6723 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 23965 6723 185 433 0 23529 0
[pid=1497/tid=1499] ppid=1495 vsize=95860 CPUtime=1.36 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 3745 0 0 0 136 0 0 0 20 0 2 0 332181678 98160640 6723 33554432000 4194304 5964478 140737349995552 139974419080728 4222416 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) 95860

[startup+3.10031 s]
/proc/loadavg: 1.85 2.65 3.36 3/179 1499
/proc/meminfo: memFree=29055164/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=95860 CPUtime=3.09 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 9042 0 0 0 308 1 0 0 20 0 2 0 332181667 98160640 8186 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 23965 8186 186 433 0 23529 0
[pid=1497/tid=1499] ppid=1495 vsize=95860 CPUtime=2.96 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 5208 0 0 0 296 0 0 0 20 0 2 0 332181678 98160640 8186 33554432000 4194304 5964478 140737349995552 139974419081208 5136420 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) 95860

[startup+6.30027 s]
/proc/loadavg: 1.86 2.64 3.36 3/179 1499
/proc/meminfo: memFree=29031852/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=95860 CPUtime=6.29 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 11812 0 0 0 627 2 0 0 20 0 2 0 332181667 98160640 10956 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 23965 10956 186 433 0 23529 0
[pid=1497/tid=1499] ppid=1495 vsize=95860 CPUtime=6.15 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 7978 0 0 0 614 1 0 0 20 0 2 0 332181678 98160640 10956 33554432000 4194304 5964478 140737349995552 139974419081208 4373505 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) 95860

[startup+12.7003 s]
/proc/loadavg: 1.87 2.63 3.35 3/179 1499
/proc/meminfo: memFree=28982720/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=95860 CPUtime=12.69 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 16783 0 0 0 1264 5 0 0 20 0 2 0 332181667 98160640 15927 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 23965 15927 186 433 0 23529 0
[pid=1497/tid=1499] ppid=1495 vsize=95860 CPUtime=12.53 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 12949 0 0 0 1249 4 0 0 20 0 2 0 332181678 98160640 15927 33554432000 4194304 5964478 140737349995552 139974419081208 4400087 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) 95860

[startup+25.5003 s]
/proc/loadavg: 1.90 2.60 3.33 3/179 1499
/proc/meminfo: memFree=28920008/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=161396 CPUtime=25.49 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 28003 0 0 0 2540 9 0 0 20 0 2 0 332181667 165269504 27147 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 40349 27147 186 433 0 39913 0
[pid=1497/tid=1499] ppid=1495 vsize=161396 CPUtime=25.3 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 24169 0 0 0 2522 8 0 0 20 0 2 0 332181678 165269504 27147 33554432000 4194304 5964478 140737349995552 139974419081208 4389110 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161396

[startup+51.1003 s]
/proc/loadavg: 1.93 2.55 3.29 3/179 1502
/proc/meminfo: memFree=28824000/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=226932 CPUtime=51.08 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 41057 0 0 0 5094 14 0 0 20 0 2 0 332181667 232378368 40201 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 56733 40201 186 433 0 56297 0
[pid=1497/tid=1499] ppid=1495 vsize=226932 CPUtime=50.83 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 37223 0 0 0 5070 13 0 0 20 0 2 0 332181678 232378368 40201 33554432000 4194304 5964478 140737349995552 139974419081016 4403721 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 226932

[startup+102.307 s]
/proc/loadavg: 1.97 2.46 3.22 3/179 1503
/proc/meminfo: memFree=28757728/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=226932 CPUtime=102.26 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 49187 0 0 0 10209 17 0 0 20 0 2 0 332181667 232378368 47888 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 56733 47888 186 433 0 56297 0
[pid=1497/tid=1499] ppid=1495 vsize=226932 CPUtime=101.89 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 45353 0 0 0 10172 17 0 0 20 0 2 0 332181678 232378368 47888 33554432000 4194304 5964478 140737349995552 139974419081240 4400542 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 226932

[startup+162.3 s]
/proc/loadavg: 1.99 2.37 3.14 3/179 1503
/proc/meminfo: memFree=28666308/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=226932 CPUtime=162.21 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 49516 0 0 0 16204 17 0 0 20 0 2 0 332181667 232378368 48301 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 56733 48301 186 433 0 56297 0
[pid=1497/tid=1499] ppid=1495 vsize=226932 CPUtime=161.69 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 45682 0 0 0 16151 18 0 0 20 0 2 0 332181678 232378368 48301 33554432000 4194304 5964478 140737349995552 139974419081240 4399915 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 226932

[startup+222.3 s]
/proc/loadavg: 2.03 2.32 3.07 3/179 1503
/proc/meminfo: memFree=28605788/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=293552 CPUtime=222.19 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 63662 0 0 0 22192 27 0 0 20 0 2 0 332181667 300597248 62939 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 73388 62939 186 433 0 72952 0
[pid=1497/tid=1499] ppid=1495 vsize=293552 CPUtime=221.52 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 59828 0 0 0 22123 29 0 0 20 0 2 0 332181678 300597248 62939 33554432000 4194304 5964478 140737349995552 139974419081208 4399920 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) 293552

[startup+282.3 s]
/proc/loadavg: 2.01 2.26 3.00 3/179 1503
/proc/meminfo: memFree=28601848/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=293552 CPUtime=282.18 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 63662 0 0 0 28191 27 0 0 20 0 2 0 332181667 300597248 62939 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 73388 62939 186 433 0 72952 0
[pid=1497/tid=1499] ppid=1495 vsize=293552 CPUtime=281.37 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 59828 0 0 0 28107 30 0 0 20 0 2 0 332181678 300597248 62939 33554432000 4194304 5964478 140737349995552 139974419081208 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 293552

[startup+342.3 s]
/proc/loadavg: 2.00 2.21 2.94 3/179 1616
/proc/meminfo: memFree=28717076/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=359088 CPUtime=342.14 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 80490 0 0 0 34178 36 0 0 20 0 2 0 332181667 367706112 79763 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 89772 79763 186 433 0 89336 0
[pid=1497/tid=1499] ppid=1495 vsize=359088 CPUtime=341.19 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 76656 0 0 0 34078 41 0 0 20 0 2 0 332181678 367706112 79763 33554432000 4194304 5964478 140737349995552 139974419081208 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 359088

[startup+402.3 s]
/proc/loadavg: 2.00 2.17 2.88 3/179 1618
/proc/meminfo: memFree=28654384/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=425164 CPUtime=402.1 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 87518 0 0 0 40169 41 0 0 20 0 2 0 332181667 435367936 86795 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 106291 86795 186 433 0 105855 0
[pid=1497/tid=1499] ppid=1495 vsize=425164 CPUtime=401.01 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 83684 0 0 0 40054 47 0 0 20 0 2 0 332181678 435367936 86795 33554432000 4194304 5964478 140737349995552 139974419081208 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 425164

[startup+462.3 s]
/proc/loadavg: 2.00 2.13 2.82 3/179 1618
/proc/meminfo: memFree=28627340/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=425164 CPUtime=462.09 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.27 3/179 1627
/proc/meminfo: memFree=28036832/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=754376 CPUtime=1421.84 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 169644 0 0 0 142076 108 0 0 20 0 2 0 332181667 772481024 169288 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 188594 169288 186 433 0 188158 0
[pid=1497/tid=1499] ppid=1495 vsize=754376 CPUtime=1418.3 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 165810 0 0 0 141702 128 0 0 20 0 2 0 332181678 772481024 169288 33554432000 4194304 5964478 140737349995552 139974419080728 4221987 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1421.84
Current children cumulated vsize (KiB) 754376

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.25 3/179 1627
/proc/meminfo: memFree=27991820/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=754376 CPUtime=1481.82 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 179250 0 0 0 148068 114 0 0 20 0 2 0 332181667 772481024 178894 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 188594 178894 186 433 0 188158 0
[pid=1497/tid=1499] ppid=1495 vsize=754376 CPUtime=1478.14 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 175416 0 0 0 147679 135 0 0 20 0 2 0 332181678 772481024 178894 33554432000 4194304 5964478 140737349995552 139974419080728 4389076 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 754376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.23 3/180 1628
/proc/meminfo: memFree=27950804/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=819912 CPUtime=1541.82 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 186548 0 0 0 154058 124 0 0 20 0 2 0 332181667 839589888 186192 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 204978 186192 186 433 0 204542 0
[pid=1497/tid=1499] ppid=1495 vsize=819912 CPUtime=1537.98 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 182714 0 0 0 153652 146 0 0 20 0 2 0 332181678 839589888 186192 33554432000 4194304 5964478 140737349995552 139974419081208 5136420 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 819912

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.21 3/179 1629
/proc/meminfo: memFree=27898964/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1601.81 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193488 0 0 0 160051 130 0 0 20 0 2 0 332181667 840835072 193132 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193132 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1597.83 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189654 0 0 0 159630 153 0 0 20 0 2 0 332181678 840835072 193132 33554432000 4194304 5964478 140737349995552 139974419081256 4378816 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 821128

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 1629
/proc/meminfo: memFree=27880544/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1661.8 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193488 0 0 0 166050 130 0 0 20 0 2 0 332181667 840835072 193132 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193132 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1657.68 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189654 0 0 0 165614 154 0 0 20 0 2 0 332181678 840835072 193132 33554432000 4194304 5964478 140737349995552 139974419081256 4222240 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 821128

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 2.18 3/179 1629
/proc/meminfo: memFree=27870376/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1721.79 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193490 0 0 0 172049 130 0 0 20 0 2 0 332181667 840835072 193134 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193134 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1717.53 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189656 0 0 0 171598 155 0 0 20 0 2 0 332181678 840835072 193134 33554432000 4194304 5964478 140737349995552 139974419081256 4221984 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 821128

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27852644/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1781.78 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193491 0 0 0 178048 130 0 0 20 0 2 0 332181667 840835072 193135 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193135 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1777.37 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189657 0 0 0 177582 155 0 0 20 0 2 0 332181678 840835072 193135 33554432000 4194304 5964478 140737349995552 139974419081256 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 821128

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

[startup+1791.91 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27848724/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1791.38 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193498 0 0 0 179008 130 0 0 20 0 2 0 332181667 840835072 193150 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193150 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1786.95 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189664 0 0 0 178539 156 0 0 20 0 2 0 332181678 840835072 193150 33554432000 4194304 5964478 140737349995552 139974419081256 4403370 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1791.38
Current children cumulated vsize (KiB) 821128

[startup+1795.1 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27847408/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1794.57 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193505 0 0 0 179327 130 0 0 20 0 2 0 332181667 840835072 193161 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193161 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1790.13 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189671 0 0 0 178857 156 0 0 20 0 2 0 332181678 840835072 193161 33554432000 4194304 5964478 140737349995552 139974419081256 4381702 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1794.57
Current children cumulated vsize (KiB) 821128

[startup+1798.3 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27846788/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1797.76 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193505 0 0 0 179646 130 0 0 20 0 2 0 332181667 840835072 193161 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193161 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1793.32 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189671 0 0 0 179176 156 0 0 20 0 2 0 332181678 840835072 193161 33554432000 4194304 5964478 140737349995552 139974419081256 4389621 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1797.76
Current children cumulated vsize (KiB) 821128

[startup+1799.1 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27846540/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1798.56 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193505 0 0 0 179726 130 0 0 20 0 2 0 332181667 840835072 193161 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193161 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1794.12 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189671 0 0 0 179256 156 0 0 20 0 2 0 332181678 840835072 193161 33554432000 4194304 5964478 140737349995552 139974419081256 4400087 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.56
Current children cumulated vsize (KiB) 821128

[startup+1799.5 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27846168/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1798.97 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193505 0 0 0 179767 130 0 0 20 0 2 0 332181667 840835072 193161 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193161 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1794.52 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189671 0 0 0 179296 156 0 0 20 0 2 0 332181678 840835072 193161 33554432000 4194304 5964478 140737349995552 139974419081256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (KiB) 821128

[startup+1799.9 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27846168/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1799.36 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193505 0 0 0 179806 130 0 0 20 0 2 0 332181667 840835072 193161 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193161 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1794.91 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189671 0 0 0 179335 156 0 0 20 0 2 0 332181678 840835072 193161 33554432000 4194304 5964478 140737349995552 139974419081256 4382271 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (KiB) 821128

[startup+1800 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 1629
/proc/meminfo: memFree=27846168/32873844 swapFree=7644/7644
[pid=1497] ppid=1495 vsize=821128 CPUtime=1799.46 cores=1,3,5,7
/proc/1497/stat : 1497 (pwbo2.02) S 1495 1497 30509 0 -1 4202496 193505 0 0 0 179816 130 0 0 20 0 2 0 332181667 840835072 193161 33554432000 4194304 5964478 140737349995552 140737349995072 4546685 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1497/statm: 205282 193161 186 433 0 204846 0
[pid=1497/tid=1499] ppid=1495 vsize=821128 CPUtime=1795.01 cores=1,3,5,7
/proc/1497/task/1499/stat : 1499 (pwbo2.02) R 1495 1497 30509 0 -1 4202560 189671 0 0 0 179345 156 0 0 20 0 2 0 332181678 840835072 193161 33554432000 4194304 5964478 140737349995552 139974419081256 4399920 0 0 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.46
Current children cumulated vsize (KiB) 821128

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1497 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=566336
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=587758
# CPU time returned by wait4() is 1795.15
# while last known CPU time is 1799.46
#
# 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.46
CPU user time (s): 1798.16
CPU system time (s): 1.3
CPU usage (%): 99.9694
Max. virtual memory (cumulated for all children) (KiB): 821128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.57
system time used= 1.58776
maximum resident set size= 772656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193508
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= 285
involuntary context switches= 1865

runsolver used 3.10953 second user time and 9.28859 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-02 20:09:32
IDJOB=3726891
IDBENCH=48295
IDSOLVER=2312
FILE ID=node147/3726891-1338660572
RUNJOBID= node147-1338660572-1450
PBS_JOBID= 14636433
Free space on /tmp= 70780 MiB

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

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1388726509

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        29109800 kB
Buffers:          426048 kB
Cached:          2472168 kB
SwapCached:         3380 kB
Active:          1419492 kB
Inactive:        1485408 kB
Active(anon):       2316 kB
Inactive(anon):     5920 kB
Active(file):    1417176 kB
Inactive(file):  1479488 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:             11264 kB
Writeback:             0 kB
AnonPages:         11148 kB
Mapped:             8656 kB
Shmem:                 0 kB
Slab:             719904 kB
SReclaimable:     161112 kB
SUnreclaim:       558792 kB
KernelStack:        1376 kB
PageTables:         4208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     106400 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-3726891-1338660572.opb

Free space on /tmp at the end= 70772 MiB
End job on node147 at 2012-06-02 20:39:33