Trace number 3727134

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_7-unsat.opb
MD5SUMdcebcc122dcddcac4192e5e5bf5bd3e3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.6313
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24684
Total number of constraints81656
Number of constraints which are clauses81252
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint1
Maximum length of a constraint120
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 49
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 745
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3727134-1339017753.opb.
0.00/0.00	c Instance file HOME/instance-3727134-1339017753.opb
0.00/0.00	c File size is 2695060 bytes.
0.19/0.20	c Highest Coefficient sum: 745
0.19/0.20	c ============================[ Problem Statistics ]=============================
0.19/0.20	c |                                                                             |
0.19/0.20	c |  Parsing time:          0.21         s                                      |
0.19/0.20	c |  Number Variables:      24684                                               |
0.19/0.20	c |  Number Clauses:        81252                                               |
0.19/0.20	c |  Number Cardinality:    0                                                   |
0.19/0.20	c |  Number PB Constraints: 404                                                 |
0.19/0.20	c |                                                                             |
0.19/0.24	c |  Problem Type:          Decision                                            |
0.19/0.24	c |  Objective Function:    None                                                |
0.19/0.24	c |                                                                             |
0.19/0.24	c ===============================================================================
1799.51/1800.00	c ===============================================================================
1799.51/1800.00	c Wall Clock Time: 1800.00 s
1799.51/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-3727134-1339017753/watcher-3727134-1339017753 -o /tmp/evaluation-result-3727134-1339017753/solver-3727134-1339017753 -C 1800 -W 1900 -M 15500 wbo1.72 -file-format=opb HOME/instance-3727134-1339017753.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: 0.00 0.00 0.00 4/177 6852
/proc/meminfo: memFree=31117060/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=6676 CPUtime=0 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) R 6848 6851 6809 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 11742105 6836224 471 33554432000 4194304 5964350 140734347811248 140734714449304 5179179 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 1669 481 172 433 0 575 0

[startup+0.0182739 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6852
/proc/meminfo: memFree=31117060/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=8844 CPUtime=0.01 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) R 6848 6851 6809 0 -1 4202496 1073 0 0 0 1 0 0 0 20 0 1 0 11742105 9056256 1025 33554432000 4194304 5964350 140734347811248 140734714449304 4318229 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 2211 1026 206 433 0 1117 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8844

[startup+0.100292 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6852
/proc/meminfo: memFree=31117060/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=13772 CPUtime=0.09 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) R 6848 6851 6809 0 -1 4202496 2539 0 0 0 9 0 0 0 20 0 1 0 11742105 14102528 2458 33554432000 4194304 5964350 140734347811248 140734714449304 5136410 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 3443 2458 498 433 0 2349 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13772

[startup+0.300168 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6852
/proc/meminfo: memFree=31117060/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=98416 CPUtime=0.29 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 8964 0 0 0 27 2 0 0 20 0 2 0 11742105 100777984 7326 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 24604 7326 186 433 0 24168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98416

[startup+0.70011 s]
/proc/loadavg: 0.00 0.00 0.00 4/177 6852
/proc/meminfo: memFree=31117060/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=98416 CPUtime=0.69 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 9048 0 0 0 67 2 0 0 20 0 2 0 11742105 100777984 7410 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 24604 7410 187 433 0 24168 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98416

[startup+1.50025 s]
/proc/loadavg: 0.00 0.00 0.00 4/181 6856
/proc/meminfo: memFree=31048820/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=98416 CPUtime=1.49 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 9567 0 0 0 147 2 0 0 20 0 2 0 11742105 100777984 7929 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 24604 7929 187 433 0 24168 0
[pid=6851/tid=6855] ppid=6848 vsize=98416 CPUtime=1.27 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 4551 0 0 0 126 1 0 0 20 0 2 0 11742126 100777984 7929 33554432000 4194304 5964350 140734347811248 140001566930984 5136340 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) 98416

[startup+3.10025 s]
/proc/loadavg: 0.00 0.00 0.00 4/181 6856
/proc/meminfo: memFree=31042580/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=98416 CPUtime=3.08 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 10524 0 0 0 306 2 0 0 20 0 2 0 11742105 100777984 8886 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 24604 8886 187 433 0 24168 0
[pid=6851/tid=6855] ppid=6848 vsize=98416 CPUtime=2.87 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 5508 0 0 0 286 1 0 0 20 0 2 0 11742126 100777984 8886 33554432000 4194304 5964350 140734347811248 140001566930936 5130914 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 98416

[startup+6.30026 s]
/proc/loadavg: 0.16 0.03 0.01 4/181 6856
/proc/meminfo: memFree=31029824/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=98416 CPUtime=6.29 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 12205 0 0 0 626 3 0 0 20 0 2 0 11742105 100777984 10567 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 24604 10567 187 433 0 24168 0
[pid=6851/tid=6855] ppid=6848 vsize=98416 CPUtime=6.06 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 7189 0 0 0 605 1 0 0 20 0 2 0 11742126 100777984 10567 33554432000 4194304 5964350 140734347811248 140001566930984 5136340 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98416

[startup+12.7003 s]
/proc/loadavg: 0.31 0.07 0.02 4/181 6856
/proc/meminfo: memFree=31013960/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=98416 CPUtime=12.68 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 13496 0 0 0 1265 3 0 0 20 0 2 0 11742105 100777984 12265 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 24604 12265 187 433 0 24168 0
[pid=6851/tid=6855] ppid=6848 vsize=98416 CPUtime=12.44 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 8480 0 0 0 1242 2 0 0 20 0 2 0 11742126 100777984 12265 33554432000 4194304 5964350 140734347811248 140001566930744 5136340 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) 98416

[startup+25.5003 s]
/proc/loadavg: 0.68 0.16 0.05 4/181 6856
/proc/meminfo: memFree=30981588/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=98416 CPUtime=25.47 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 17016 0 0 0 2543 4 0 0 20 0 2 0 11742105 100777984 15792 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 24604 15792 187 433 0 24168 0
[pid=6851/tid=6855] ppid=6848 vsize=98416 CPUtime=25.2 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 12000 0 0 0 2517 3 0 0 20 0 2 0 11742126 100777984 15792 33554432000 4194304 5964350 140734347811248 140001566930744 4400548 0 0 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 98416

[startup+51.1003 s]
/proc/loadavg: 1.13 0.31 0.10 4/180 6856
/proc/meminfo: memFree=30949444/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=165036 CPUtime=51.05 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 22931 0 0 0 5099 6 0 0 20 0 2 0 11742105 168996864 21724 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 41259 21724 187 433 0 40823 0
[pid=6851/tid=6855] ppid=6848 vsize=165036 CPUtime=50.71 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 17915 0 0 0 5066 5 0 0 20 0 2 0 11742126 168996864 21724 33554432000 4194304 5964350 140734347811248 140001566930744 4221120 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 165036

[startup+102.307 s]
/proc/loadavg: 1.62 0.56 0.20 4/181 6858
/proc/meminfo: memFree=30880168/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=165576 CPUtime=102.25 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 31199 0 0 0 10214 11 0 0 20 0 2 0 11742105 169549824 29992 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 41394 29992 187 433 0 40958 0
[pid=6851/tid=6855] ppid=6848 vsize=165576 CPUtime=101.79 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 26183 0 0 0 10168 11 0 0 20 0 2 0 11742126 169549824 29992 33554432000 4194304 5964350 140734347811248 140001566930936 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 165576

[startup+162.3 s]
/proc/loadavg: 1.86 0.82 0.31 4/181 6858
/proc/meminfo: memFree=30825736/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=231920 CPUtime=162.22 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 40814 0 0 0 16204 18 0 0 20 0 2 0 11742105 237486080 39629 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 57980 39629 187 433 0 57544 0
[pid=6851/tid=6855] ppid=6848 vsize=231920 CPUtime=161.61 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 35798 0 0 0 16142 19 0 0 20 0 2 0 11742126 237486080 39629 33554432000 4194304 5964350 140734347811248 140001566930744 4399835 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 231920

[startup+222.3 s]
/proc/loadavg: 1.95 1.04 0.41 4/181 6858
/proc/meminfo: memFree=30754168/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=231920 CPUtime=222.2 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 50050 0 0 0 22192 28 0 0 20 0 2 0 11742105 237486080 48868 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 57980 48868 187 433 0 57544 0
[pid=6851/tid=6855] ppid=6848 vsize=231920 CPUtime=221.45 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 45034 0 0 0 22115 30 0 0 20 0 2 0 11742126 237486080 48868 33554432000 4194304 5964350 140734347811248 140001566930936 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 231920

[startup+282.3 s]
/proc/loadavg: 1.98 1.21 0.51 4/181 6858
/proc/meminfo: memFree=30722044/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=297456 CPUtime=282.19 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 56434 0 0 0 28182 37 0 0 20 0 2 0 11742105 304594944 55252 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 74364 55252 187 433 0 73928 0
[pid=6851/tid=6855] ppid=6848 vsize=297456 CPUtime=281.29 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 51418 0 0 0 28089 40 0 0 20 0 2 0 11742126 304594944 55252 33554432000 4194304 5964350 140734347811248 140001566930744 4400017 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 297456

[startup+342.3 s]
/proc/loadavg: 1.99 1.35 0.60 4/181 6858
/proc/meminfo: memFree=30674124/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=297456 CPUtime=342.18 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 57012 0 0 0 34181 37 0 0 20 0 2 0 11742105 304594944 55838 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 74364 55838 187 433 0 73928 0
[pid=6851/tid=6855] ppid=6848 vsize=297456 CPUtime=341.14 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 51996 0 0 0 34073 41 0 0 20 0 2 0 11742126 304594944 55838 33554432000 4194304 5964350 140734347811248 140001566930744 4381473 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 297456

[startup+402.3 s]
/proc/loadavg: 2.06 1.49 0.69 4/181 6859
/proc/meminfo: memFree=30615776/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=297456 CPUtime=402.15 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 64534 0 0 0 40170 45 0 0 20 0 2 0 11742105 304594944 63405 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 74364 63405 187 433 0 73928 0
[pid=6851/tid=6855] ppid=6848 vsize=297456 CPUtime=400.96 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 59518 0 0 0 40046 50 0 0 20 0 2 0 11742126 304594944 63405 33554432000 4194304 5964350 140734347811248 140001566930984 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 297456

[startup+462.3 s]
/proc/loadavg: 2.02 1.58 0.77 4/182 6862
/proc/meminfo: memFree=30589232/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=298672 CPUtime=462.14 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.05 2.05 1.58 4/181 6868
/proc/meminfo: memFree=30177440/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=495280 CPUtime=1421.94 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 116897 0 0 0 142080 114 0 0 20 0 2 0 11742105 507166720 116163 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 123820 116163 187 433 0 123384 0
[pid=6851/tid=6855] ppid=6848 vsize=495280 CPUtime=1418.28 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 111881 0 0 0 141694 134 0 0 20 0 2 0 11742126 507166720 116163 33554432000 4194304 5964350 140734347811248 140001566930936 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.94
Current children cumulated vsize (KiB) 495280

[startup+1482.3 s]
/proc/loadavg: 2.05 2.05 1.61 4/182 6869
/proc/meminfo: memFree=30150272/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=560816 CPUtime=1481.92 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 122053 0 0 0 148070 122 0 0 20 0 2 0 11742105 574275584 121319 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140204 121319 187 433 0 139768 0
[pid=6851/tid=6855] ppid=6848 vsize=560816 CPUtime=1478.12 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 117037 0 0 0 147669 143 0 0 20 0 2 0 11742126 574275584 121319 33554432000 4194304 5964350 140734347811248 140001566930936 4400035 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 560816

[startup+1542.3 s]
/proc/loadavg: 2.05 2.06 1.64 4/181 6869
/proc/meminfo: memFree=30131060/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=560816 CPUtime=1541.9 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 126766 0 0 0 154062 128 0 0 20 0 2 0 11742105 574275584 126032 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140204 126032 187 433 0 139768 0
[pid=6851/tid=6855] ppid=6848 vsize=560816 CPUtime=1537.97 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 121750 0 0 0 153647 150 0 0 20 0 2 0 11742126 574275584 126032 33554432000 4194304 5964350 140734347811248 140001566930936 4373339 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 560816

[startup+1602.3 s]
/proc/loadavg: 2.05 2.06 1.66 4/181 6869
/proc/meminfo: memFree=30113424/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1601.88 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 130907 0 0 0 160054 134 0 0 20 0 2 0 11742105 576143360 130228 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 130228 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1597.8 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 125891 0 0 0 159623 157 0 0 20 0 2 0 11742126 576143360 130228 33554432000 4194304 5964350 140734347811248 140001566930744 5136340 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 562640

[startup+1662.3 s]
/proc/loadavg: 2.05 2.06 1.68 4/182 6873
/proc/meminfo: memFree=30096932/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1661.85 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 134296 0 0 0 166045 140 0 0 20 0 2 0 11742105 576143360 133923 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 133923 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1657.62 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 129280 0 0 0 165598 164 0 0 20 0 2 0 11742126 576143360 133923 33554432000 4194304 5964350 140734347811248 140001566930744 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 562640

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 1.70 4/181 6873
/proc/meminfo: memFree=30089888/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1721.82 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135676 0 0 0 172041 141 0 0 20 0 2 0 11742105 576143360 135295 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135295 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1717.45 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130660 0 0 0 171579 166 0 0 20 0 2 0 11742126 576143360 135295 33554432000 4194304 5964350 140734347811248 140001566930744 4392875 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 562640

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087904/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1781.81 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135841 0 0 0 178040 141 0 0 20 0 2 0 11742105 576143360 135460 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135460 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1777.3 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130825 0 0 0 177564 166 0 0 20 0 2 0 11742126 576143360 135460 33554432000 4194304 5964350 140734347811248 140001566930744 4399840 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 562640

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

[startup+1791.91 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087656/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1791.41 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135841 0 0 0 179000 141 0 0 20 0 2 0 11742105 576143360 135460 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135460 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1786.88 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130825 0 0 0 178521 167 0 0 20 0 2 0 11742126 576143360 135460 33554432000 4194304 5964350 140734347811248 140001566930744 4399858 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 562640

[startup+1795.1 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087656/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1794.61 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135841 0 0 0 179320 141 0 0 20 0 2 0 11742105 576143360 135460 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135460 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1790.07 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130825 0 0 0 178840 167 0 0 20 0 2 0 11742126 576143360 135460 33554432000 4194304 5964350 140734347811248 140001566930744 4400548 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.61
Current children cumulated vsize (KiB) 562640

[startup+1798.3 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087656/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1797.81 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135850 0 0 0 179640 141 0 0 20 0 2 0 11742105 576143360 135469 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135469 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1793.26 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130834 0 0 0 179159 167 0 0 20 0 2 0 11742126 576143360 135469 33554432000 4194304 5964350 140734347811248 140001566930744 4399774 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1797.81
Current children cumulated vsize (KiB) 562640

[startup+1799.1 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087656/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1798.61 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135850 0 0 0 179720 141 0 0 20 0 2 0 11742105 576143360 135469 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135469 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1794.06 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130834 0 0 0 179239 167 0 0 20 0 2 0 11742126 576143360 135469 33554432000 4194304 5964350 140734347811248 140001566930744 4400011 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.61
Current children cumulated vsize (KiB) 562640

[startup+1799.5 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087656/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1799.01 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135850 0 0 0 179760 141 0 0 20 0 2 0 11742105 576143360 135469 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135469 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1794.46 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130834 0 0 0 179279 167 0 0 20 0 2 0 11742126 576143360 135469 33554432000 4194304 5964350 140734347811248 140001566930744 4387871 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (KiB) 562640

[startup+1799.9 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087656/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1799.41 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135852 0 0 0 179800 141 0 0 20 0 2 0 11742105 576143360 135471 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135471 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1794.85 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130836 0 0 0 179318 167 0 0 20 0 2 0 11742126 576143360 135471 33554432000 4194304 5964350 140734347811248 140001566930744 4400477 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.41
Current children cumulated vsize (KiB) 562640

[startup+1800 s]
/proc/loadavg: 2.00 2.03 1.72 4/181 6873
/proc/meminfo: memFree=30087656/32873844 swapFree=6608/6608
[pid=6851] ppid=6848 vsize=562640 CPUtime=1799.51 cores=1,3,5,7
/proc/6851/stat : 6851 (wbo1.72) S 6848 6851 6809 0 -1 4202496 135852 0 0 0 179810 141 0 0 20 0 2 0 11742105 576143360 135471 33554432000 4194304 5964350 140734347811248 140734347810768 4546605 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6851/statm: 140660 135471 187 433 0 140224 0
[pid=6851/tid=6855] ppid=6848 vsize=562640 CPUtime=1794.95 cores=1,3,5,7
/proc/6851/task/6855/stat : 6855 (wbo1.72) R 6848 6851 6809 0 -1 4202560 130836 0 0 0 179328 167 0 0 20 0 2 0 11742126 576143360 135471 33554432000 4194304 5964350 140734347811248 140001566930744 4399926 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (KiB) 562640

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6851 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=492347
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=696742
# CPU time returned by wait4() is 1795.19
# while last known CPU time is 1799.51
#
# 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.51
CPU user time (s): 1798.1
CPU system time (s): 1.41
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 562640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.49
system time used= 1.69674
maximum resident set size= 541904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135857
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= 245
involuntary context switches= 2003

runsolver used 2.86656 second user time and 8.59669 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-06 23:22:34
IDJOB=3727134
IDBENCH=73968
IDSOLVER=2313
FILE ID=node135/3727134-1339017753
RUNJOBID= node135-1339017753-6826
PBS_JOBID= 14643280
Free space on /tmp= 70760 MiB

SOLVER NAME= wbo 1.72
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12038_7-unsat.opb
COMMAND LINE= wbo1.72 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3727134-1339017753/watcher-3727134-1339017753 -o /tmp/evaluation-result-3727134-1339017753/solver-3727134-1339017753 -C 1800 -W 1900 -M 15500  wbo1.72 -file-format=opb HOME/instance-3727134-1339017753.opb

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

MD5SUM BENCH= dcebcc122dcddcac4192e5e5bf5bd3e3
RANDOM SEED=167254375

node135.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.905
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.81
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.905
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	: 5274.12
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.905
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.90
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.905
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.905
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.93
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.905
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.905
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.905
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31119184 kB
Buffers:            9528 kB
Cached:          1028968 kB
SwapCached:         2876 kB
Active:           141640 kB
Inactive:         900196 kB
Active(anon):       4160 kB
Inactive(anon):     2108 kB
Active(file):     137480 kB
Inactive(file):   898088 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67098748 kB
Dirty:             17468 kB
Writeback:             0 kB
AnonPages:          9064 kB
Mapped:             7136 kB
Shmem:                 0 kB
Slab:             576760 kB
SReclaimable:      17820 kB
SUnreclaim:       558940 kB
KernelStack:        1424 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70744 MiB
End job on node135 at 2012-06-06 23:52:35