Trace number 3727931

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
wbo 1.72? 1799.42 1800.01

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
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)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.00/0.00	c ==============================[ Solver Version ]===============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |   wbo:                     1.72 beta - May, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3727931-1338667684.opb.
0.00/0.00	c Instance file HOME/instance-3727931-1338667684.opb
0.00/0.00	c File size is 1388292 bytes.
0.09/0.11	c Highest Coefficient sum: 1000
0.09/0.12	c ============================[ Problem Statistics ]=============================
0.09/0.12	c |                                                                             |
0.09/0.12	c |  Parsing time:          0.12         s                                      |
0.09/0.12	c |  Number Variables:      16722                                               |
0.09/0.12	c |  Number Clauses:        16222                                               |
0.09/0.12	c |  Number Cardinality:    1003                                                |
0.09/0.12	c |  Number PB Constraints: 15722                                               |
0.09/0.12	c |                                                                             |
0.09/0.13	c |  Problem Type:          Decision                                            |
0.09/0.13	c |  Objective Function:    None                                                |
0.09/0.13	c |                                                                             |
0.09/0.13	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-3727931-1338667684/watcher-3727931-1338667684 -o /tmp/evaluation-result-3727931-1338667684/solver-3727931-1338667684 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727931-1338667684.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3839
/proc/meminfo: memFree=28471168/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=5904 CPUtime=0 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) R 3837 3839 3617 0 -1 4202496 639 0 0 0 0 0 0 0 20 0 1 0 332892806 6045696 592 33554432000 4194304 5964350 140736435155536 140735521625208 4395326 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 1476 593 164 433 0 701 0

[startup+0.100006 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3839
/proc/meminfo: memFree=28471168/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=14572 CPUtime=0.09 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) R 3837 3839 3617 0 -1 4202496 3031 0 0 0 9 0 0 0 20 0 1 0 332892806 14921728 2951 33554432000 4194304 5964350 140736435155536 140735521625208 5136410 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 3643 2952 438 433 0 2868 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14572

[startup+0.200311 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3839
/proc/meminfo: memFree=28471168/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=95964 CPUtime=0.19 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 7358 0 0 0 18 1 0 0 20 0 2 0 332892806 98267136 6464 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 23991 6464 184 433 0 23555 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 95964

[startup+0.300307 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3839
/proc/meminfo: memFree=28471168/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=95964 CPUtime=0.29 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 7422 0 0 0 28 1 0 0 20 0 2 0 332892806 98267136 6528 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 23991 6528 184 433 0 23555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95964

[startup+0.700229 s]
/proc/loadavg: 1.08 1.60 1.85 3/177 3839
/proc/meminfo: memFree=28471168/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=95964 CPUtime=0.69 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 7529 0 0 0 68 1 0 0 20 0 2 0 332892806 98267136 6635 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 23991 6635 184 433 0 23555 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95964

[startup+1.50026 s]
/proc/loadavg: 1.08 1.60 1.85 3/179 3841
/proc/meminfo: memFree=28439400/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=95964 CPUtime=1.49 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 7627 0 0 0 148 1 0 0 20 0 2 0 332892806 98267136 6733 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 23991 6733 185 433 0 23555 0
[pid=3839/tid=3841] ppid=3837 vsize=95964 CPUtime=1.36 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 3787 0 0 0 136 0 0 0 20 0 2 0 332892818 98267136 6733 33554432000 4194304 5964350 140736435155536 139885214910456 4403633 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95964

[startup+3.10028 s]
/proc/loadavg: 1.08 1.60 1.85 3/179 3841
/proc/meminfo: memFree=28427620/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=95964 CPUtime=3.08 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 9014 0 0 0 307 1 0 0 20 0 2 0 332892806 98267136 8120 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 23991 8120 186 433 0 23555 0
[pid=3839/tid=3841] ppid=3837 vsize=95964 CPUtime=2.96 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 5174 0 0 0 295 1 0 0 20 0 2 0 332892818 98267136 8120 33554432000 4194304 5964350 140736435155536 139885214910264 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 95964

[startup+6.30026 s]
/proc/loadavg: 1.16 1.61 1.85 3/179 3841
/proc/meminfo: memFree=28405472/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=95964 CPUtime=6.29 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 12656 0 0 0 627 2 0 0 20 0 2 0 332892806 98267136 11762 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 23991 11762 186 433 0 23555 0
[pid=3839/tid=3841] ppid=3837 vsize=95964 CPUtime=6.15 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 8816 0 0 0 614 1 0 0 20 0 2 0 332892818 98267136 11762 33554432000 4194304 5964350 140736435155536 139885214910264 5136340 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95964

[startup+12.7003 s]
/proc/loadavg: 1.22 1.62 1.85 3/179 3841
/proc/meminfo: memFree=28378172/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=95964 CPUtime=12.69 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 17839 0 0 0 1265 4 0 0 20 0 2 0 332892806 98267136 16945 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 23991 16945 186 433 0 23555 0
[pid=3839/tid=3841] ppid=3837 vsize=95964 CPUtime=12.53 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 13999 0 0 0 1250 3 0 0 20 0 2 0 332892818 98267136 16945 33554432000 4194304 5964350 140736435155536 139885214910456 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95964

[startup+25.5004 s]
/proc/loadavg: 1.46 1.65 1.85 3/179 3841
/proc/meminfo: memFree=28319368/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=161500 CPUtime=25.49 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 29211 0 0 0 2541 8 0 0 20 0 2 0 332892806 165376000 28317 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 40375 28317 186 433 0 39939 0
[pid=3839/tid=3841] ppid=3837 vsize=161500 CPUtime=25.3 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 25371 0 0 0 2523 7 0 0 20 0 2 0 332892818 165376000 28317 33554432000 4194304 5964350 140736435155536 139885214910456 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 161500

[startup+51.1003 s]
/proc/loadavg: 1.65 1.68 1.86 3/179 3841
/proc/meminfo: memFree=28261620/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=161500 CPUtime=51.08 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 35708 0 0 0 5098 10 0 0 20 0 2 0 332892806 165376000 35064 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 40375 35064 186 433 0 39939 0
[pid=3839/tid=3841] ppid=3837 vsize=161500 CPUtime=50.83 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 31868 0 0 0 5074 9 0 0 20 0 2 0 332892818 165376000 35064 33554432000 4194304 5964350 140736435155536 139885214910456 4403628 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 161500

[startup+102.3 s]
/proc/loadavg: 1.89 1.74 1.87 3/179 3841
/proc/meminfo: memFree=28202888/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=227036 CPUtime=102.24 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 40972 0 0 0 10213 11 0 0 20 0 2 0 332892806 232484864 40432 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 56759 40432 186 433 0 56323 0
[pid=3839/tid=3841] ppid=3837 vsize=227036 CPUtime=101.87 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 37132 0 0 0 10176 11 0 0 20 0 2 0 332892818 232484864 40432 33554432000 4194304 5964350 140736435155536 139885214909976 4382191 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 227036

[startup+162.3 s]
/proc/loadavg: 1.99 1.80 1.88 3/180 3844
/proc/meminfo: memFree=28147552/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=227760 CPUtime=162.2 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 48984 0 0 0 16206 14 0 0 20 0 2 0 332892806 233226240 48955 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 56940 48955 186 433 0 56504 0
[pid=3839/tid=3841] ppid=3837 vsize=227760 CPUtime=161.69 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 45144 0 0 0 16154 15 0 0 20 0 2 0 332892818 233226240 48955 33554432000 4194304 5964350 140736435155536 139885214910456 4389313 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 227760

[startup+222.307 s]
/proc/loadavg: 2.03 1.85 1.89 3/179 3844
/proc/meminfo: memFree=28028344/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=293656 CPUtime=222.2 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 68892 0 0 0 22198 22 0 0 20 0 2 0 332892806 300703744 68863 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 73414 68863 186 433 0 72978 0
[pid=3839/tid=3841] ppid=3837 vsize=293656 CPUtime=221.54 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 65052 0 0 0 22130 24 0 0 20 0 2 0 332892818 300703744 68863 33554432000 4194304 5964350 140736435155536 139885214909976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 293656

[startup+282.3 s]
/proc/loadavg: 2.04 1.89 1.90 3/179 3845
/proc/meminfo: memFree=28000748/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=293656 CPUtime=282.16 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 68922 0 0 0 28194 22 0 0 20 0 2 0 332892806 300703744 68885 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 73414 68885 186 433 0 72978 0
[pid=3839/tid=3841] ppid=3837 vsize=293656 CPUtime=281.36 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 65082 0 0 0 28111 25 0 0 20 0 2 0 332892818 300703744 68885 33554432000 4194304 5964350 140736435155536 139885214909976 4400342 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 293656

[startup+342.3 s]
/proc/loadavg: 2.05 1.92 1.91 3/179 3845
/proc/meminfo: memFree=27899488/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=425268 CPUtime=342.14 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 87706 0 0 0 34180 34 0 0 20 0 2 0 332892806 435474432 87659 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 106317 87659 186 433 0 105881 0
[pid=3839/tid=3841] ppid=3837 vsize=425268 CPUtime=341.19 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 83866 0 0 0 34081 38 0 0 20 0 2 0 332892818 435474432 87659 33554432000 4194304 5964350 140736435155536 139885214909976 4379168 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 425268

[startup+402.3 s]
/proc/loadavg: 2.05 1.94 1.91 3/179 3845
/proc/meminfo: memFree=27881976/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=425268 CPUtime=402.12 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 87718 0 0 0 40178 34 0 0 20 0 2 0 332892806 435474432 87676 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 106317 87676 186 433 0 105881 0
[pid=3839/tid=3841] ppid=3837 vsize=425268 CPUtime=401.03 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 83878 0 0 0 40064 39 0 0 20 0 2 0 332892818 435474432 87676 33554432000 4194304 5964350 140736435155536 139885214910456 4392725 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 425268

[startup+462.3 s]
/proc/loadavg: 2.05 1.97 1.92 3/179 3845
/proc/meminfo: memFree=27839652/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=425268 CPUtime=462.11 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/180 3854
/proc/meminfo: memFree=27174428/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=819292 CPUtime=1361.79 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 189185 0 0 0 136086 93 0 0 20 0 2 0 332892806 838955008 189196 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 204823 189196 186 433 0 204387 0
[pid=3839/tid=3841] ppid=3837 vsize=819292 CPUtime=1358.41 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 185345 0 0 0 135728 113 0 0 20 0 2 0 332892818 838955008 189196 33554432000 4194304 5964350 140736435155536 139885214910456 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.79
Current children cumulated vsize (KiB) 819292

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 3854
/proc/meminfo: memFree=27127128/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1421.79 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196716 0 0 0 142079 100 0 0 20 0 2 0 332892806 840200192 196726 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196726 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1418.27 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192876 0 0 0 141707 120 0 0 20 0 2 0 332892818 840200192 196726 33554432000 4194304 5964350 140736435155536 139885214909976 4399987 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.79
Current children cumulated vsize (KiB) 820508

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 3854
/proc/meminfo: memFree=27127136/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1481.77 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196722 0 0 0 148077 100 0 0 20 0 2 0 332892806 840200192 196732 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196732 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1478.11 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192882 0 0 0 147690 121 0 0 20 0 2 0 332892818 840200192 196732 33554432000 4194304 5964350 140736435155536 139885214909976 4389851 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.77
Current children cumulated vsize (KiB) 820508

[startup+1542.31 s]
/proc/loadavg: 2.07 2.02 1.97 3/179 3855
/proc/meminfo: memFree=27127004/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1541.77 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196722 0 0 0 154077 100 0 0 20 0 2 0 332892806 840200192 196732 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196732 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1537.96 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192882 0 0 0 153674 122 0 0 20 0 2 0 332892818 840200192 196732 33554432000 4194304 5964350 140736435155536 139885214909976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.77
Current children cumulated vsize (KiB) 820508

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 3855
/proc/meminfo: memFree=27126372/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1601.75 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196726 0 0 0 160075 100 0 0 20 0 2 0 332892806 840200192 196736 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196736 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1597.8 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192886 0 0 0 159657 123 0 0 20 0 2 0 332892818 840200192 196736 33554432000 4194304 5964350 140736435155536 139885214909976 4403296 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.75
Current children cumulated vsize (KiB) 820508

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 1.97 3/179 3855
/proc/meminfo: memFree=27126104/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1661.74 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196726 0 0 0 166074 100 0 0 20 0 2 0 332892806 840200192 196736 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196736 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1657.65 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192886 0 0 0 165641 124 0 0 20 0 2 0 332892818 840200192 196736 33554432000 4194304 5964350 140736435155536 139885214909976 4403200 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.74
Current children cumulated vsize (KiB) 820508

[startup+1722.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/179 3855
/proc/meminfo: memFree=27121972/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1721.73 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196726 0 0 0 172073 100 0 0 20 0 2 0 332892806 840200192 196736 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196736 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1717.5 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192886 0 0 0 171625 125 0 0 20 0 2 0 332892818 840200192 196736 33554432000 4194304 5964350 140736435155536 139885214909976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 820508

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3855
/proc/meminfo: memFree=27119988/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1781.72 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196729 0 0 0 178072 100 0 0 20 0 2 0 332892806 840200192 196739 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196739 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1777.34 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192889 0 0 0 177608 126 0 0 20 0 2 0 332892818 840200192 196739 33554432000 4194304 5964350 140736435155536 139885214909976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 820508

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

[startup+1792.01 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27120112/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1791.43 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196729 0 0 0 179043 100 0 0 20 0 2 0 332892806 840200192 196739 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196739 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1787.03 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192889 0 0 0 178577 126 0 0 20 0 2 0 332892818 840200192 196739 33554432000 4194304 5964350 140736435155536 139885214909976 4221984 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1791.43
Current children cumulated vsize (KiB) 820508

[startup+1795.2 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27119988/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1794.63 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196729 0 0 0 179363 100 0 0 20 0 2 0 332892806 840200192 196739 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196739 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1790.22 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192889 0 0 0 178896 126 0 0 20 0 2 0 332892818 840200192 196739 33554432000 4194304 5964350 140736435155536 139885214909976 4389084 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.63
Current children cumulated vsize (KiB) 820508

[startup+1798.4 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27119120/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1797.82 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196729 0 0 0 179682 100 0 0 20 0 2 0 332892806 840200192 196739 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196739 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1793.4 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192889 0 0 0 179214 126 0 0 20 0 2 0 332892818 840200192 196739 33554432000 4194304 5964350 140736435155536 139885214909976 4381622 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1797.82
Current children cumulated vsize (KiB) 820508

[startup+1799.2 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27118128/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1798.62 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196729 0 0 0 179762 100 0 0 20 0 2 0 332892806 840200192 196739 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196739 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1794.2 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192889 0 0 0 179294 126 0 0 20 0 2 0 332892818 840200192 196739 33554432000 4194304 5964350 140736435155536 139885214909976 4221120 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.62
Current children cumulated vsize (KiB) 820508

[startup+1799.6 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27116764/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1799.03 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196729 0 0 0 179803 100 0 0 20 0 2 0 332892806 840200192 196739 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196739 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1794.61 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192889 0 0 0 179335 126 0 0 20 0 2 0 332892818 840200192 196739 33554432000 4194304 5964350 140736435155536 139885214909976 4399858 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.03
Current children cumulated vsize (KiB) 820508

[startup+1800 s]
/proc/loadavg: 2.01 2.01 1.97 3/179 3856
/proc/meminfo: memFree=27116764/32873844 swapFree=7632/7632
[pid=3839] ppid=3837 vsize=820508 CPUtime=1799.42 cores=0,2,4,6
/proc/3839/stat : 3839 (wbo1.72) S 3837 3839 3617 0 -1 4202496 196729 0 0 0 179842 100 0 0 20 0 2 0 332892806 840200192 196739 33554432000 4194304 5964350 140736435155536 140736435155056 4546605 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3839/statm: 205127 196739 186 433 0 204691 0
[pid=3839/tid=3841] ppid=3837 vsize=820508 CPUtime=1795 cores=0,2,4,6
/proc/3839/task/3841/stat : 3841 (wbo1.72) R 3837 3839 3617 0 -1 4202560 192889 0 0 0 179374 126 0 0 20 0 2 0 332892818 840200192 196739 33554432000 4194304 5964350 140736435155536 139885214909976 4399840 0 0 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1799.42
Current children cumulated vsize (KiB) 820508

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3839 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=860291
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=286804
# CPU time returned by wait4() is 1795.15
# while last known CPU time is 1799.42
#
# 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.42
CPU user time (s): 1798.42
CPU system time (s): 1
CPU usage (%): 99.9672
Max. virtual memory (cumulated for all children) (KiB): 820508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 1.2868
maximum resident set size= 786968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196732
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= 307
involuntary context switches= 1839

runsolver used 3.35149 second user time and 7.82481 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-02 22:08:04
IDJOB=3727931
IDBENCH=48350
IDSOLVER=2314
FILE ID=node141/3727931-1338667684
RUNJOBID= node141-1338667684-3792
PBS_JOBID= 14636518
Free space on /tmp= 70716 MiB

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

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=963019154

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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:        28484076 kB
Buffers:          382384 kB
Cached:          3114760 kB
SwapCached:          216 kB
Active:          1209352 kB
Inactive:        2299540 kB
Active(anon):       2296 kB
Inactive(anon):    11300 kB
Active(file):    1207056 kB
Inactive(file):  2288240 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             11340 kB
Writeback:             0 kB
AnonPages:         18332 kB
Mapped:             9876 kB
Shmem:               172 kB
Slab:             738740 kB
SReclaimable:     180976 kB
SUnreclaim:       557764 kB
KernelStack:        1376 kB
PageTables:         3932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105492 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-3727931-1338667684.opb

Free space on /tmp at the end= 70716 MiB
End job on node141 at 2012-06-02 22:38:05