Trace number 3705192

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 NameAnswerobjective functionCPU timeWall clock time
wbo 1.7? 1799.67 1800

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
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.7 beta - March, 2012                            |
0.00/0.00	c |                                                                             |
0.00/0.00	c Parsing opb file format. File HOME/instance-3705192-1338102944.opb.
0.00/0.00	c Instance file HOME/instance-3705192-1338102944.opb
0.00/0.00	c File size is 6149829 bytes.
0.39/0.45	c Cost Offset: 0
0.39/0.45	c Highest Coefficient sum: 2868
0.39/0.45	c ============================[ Problem Statistics ]=============================
0.39/0.45	c |                                                                             |
0.39/0.45	c |  Parsing time:          0.45         s                                      |
0.39/0.45	c |  Number Variables:      10998                                               |
0.39/0.45	c |  Number Clauses:        1                                                   |
0.39/0.45	c |  Number Cardinality:    0                                                   |
0.39/0.45	c |  Number PB Constraints: 21678                                               |
0.39/0.45	c |                                                                             |
0.39/0.46	c |  Problem Type:          Optimization                                        |
0.39/0.46	c |  Objective Function:    Cardinality Constraint                              |
0.39/0.46	c |                                                                             |
0.39/0.46	c ============================[ Search Statistics ]==============================
0.39/0.46	c | Time (s)  | ID |      Bound      |               Shared Clauses             |
0.39/0.46	c |           |    | value      type |  expCls         impCls        Lit/impCl  |
0.39/0.46	c ===============================================================================
1799.67/1800.00	c ===============================================================================
1799.67/1800.00	c Wall Clock Time: 1800.00 s
1799.67/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-3705192-1338102944/watcher-3705192-1338102944 -o /tmp/evaluation-result-3705192-1338102944/solver-3705192-1338102944 -C 1800 -W 1900 -M 15500 wbo1.7 -file-format=opb HOME/instance-3705192-1338102944.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.10 2.05 2.00 2/177 26016
/proc/meminfo: memFree=31302640/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=9408 CPUtime=0 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) R 26014 26016 24863 0 -1 4202496 370 0 0 0 0 0 0 0 20 0 1 0 276420017 9633792 322 33554432000 4194304 5963574 140736036153632 140736036153216 5135572 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 2352 322 173 432 0 415 0

[startup+0.10082 s]
/proc/loadavg: 2.10 2.05 2.00 2/177 26016
/proc/meminfo: memFree=31302640/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=17708 CPUtime=0.09 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) R 26014 26016 24863 0 -1 4202496 2774 0 0 0 9 0 0 0 20 0 1 0 276420017 18132992 2726 33554432000 4194304 5963574 140736036153632 140736036153216 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 4427 2728 494 432 0 2490 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17708

[startup+0.2004 s]
/proc/loadavg: 2.10 2.05 2.00 2/177 26016
/proc/meminfo: memFree=31302640/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=27028 CPUtime=0.19 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) R 26014 26016 24863 0 -1 4202496 5408 0 0 0 19 0 0 0 20 0 1 0 276420017 27676672 5360 33554432000 4194304 5963574 140736036153632 140736036153216 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 6757 5361 830 432 0 4820 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27028

[startup+0.300403 s]
/proc/loadavg: 2.10 2.05 2.00 2/177 26016
/proc/meminfo: memFree=31302640/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=35156 CPUtime=0.29 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) R 26014 26016 24863 0 -1 4202496 7731 0 0 0 28 1 0 0 20 0 1 0 276420017 35999744 7683 33554432000 4194304 5963574 140736036153632 140736036153216 5135642 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 8789 7684 1146 432 0 6852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35156

[startup+0.700222 s]
/proc/loadavg: 2.10 2.05 2.00 2/177 26016
/proc/meminfo: memFree=31302640/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=125508 CPUtime=0.68 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 22456 0 0 0 65 3 0 0 20 0 2 0 276420017 128520192 20904 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31377 20904 187 432 0 30942 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 125508

[startup+1.50028 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 26018
/proc/meminfo: memFree=31216552/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=1.48 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 22555 0 0 0 145 3 0 0 20 0 2 0 276420017 127422464 20788 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 20788 192 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=1.03 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 10364 0 0 0 101 2 0 0 20 0 2 0 276420063 127422464 20788 33554432000 4194304 5963574 140736036153632 140669982971832 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 124436

[startup+3.10035 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 26018
/proc/meminfo: memFree=31215684/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=3.08 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 22582 0 0 0 305 3 0 0 20 0 2 0 276420017 127422464 20815 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 20815 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=2.63 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 10391 0 0 0 261 2 0 0 20 0 2 0 276420063 127422464 20815 33554432000 4194304 5963574 140736036153632 140669982971896 4403244 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 124436

[startup+6.30042 s]
/proc/loadavg: 2.10 2.05 2.00 3/179 26018
/proc/meminfo: memFree=31210212/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=6.28 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 22663 0 0 0 625 3 0 0 20 0 2 0 276420017 127422464 20896 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 20896 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=5.82 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 10472 0 0 0 580 2 0 0 20 0 2 0 276420063 127422464 20896 33554432000 4194304 5963574 140736036153632 140669982971704 5135572 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 124436

[startup+12.7003 s]
/proc/loadavg: 2.09 2.05 2.00 3/179 26018
/proc/meminfo: memFree=31201812/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=12.68 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 22849 0 0 0 1264 4 0 0 20 0 2 0 276420017 127422464 21082 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 21082 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=12.2 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 10658 0 0 0 1218 2 0 0 20 0 2 0 276420063 127422464 21082 33554432000 4194304 5963574 140736036153632 140669982971944 4400055 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 124436

[startup+25.5005 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 26018
/proc/meminfo: memFree=31186732/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=25.48 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 23307 0 0 0 2543 5 0 0 20 0 2 0 276420017 127422464 21540 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 21540 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=24.97 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 11116 0 0 0 2494 3 0 0 20 0 2 0 276420063 127422464 21540 33554432000 4194304 5963574 140736036153632 140669982971704 4222474 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 124436

[startup+51.1005 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 26018
/proc/meminfo: memFree=31158248/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=51.07 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 24083 0 0 0 5101 6 0 0 20 0 2 0 276420017 127422464 22316 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 22316 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=50.5 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 11892 0 0 0 5046 4 0 0 20 0 2 0 276420063 127422464 22316 33554432000 4194304 5963574 140736036153632 140669982971704 4392501 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 124436

[startup+102.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 26018
/proc/meminfo: memFree=31122284/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=102.25 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 24930 0 0 0 10217 8 0 0 20 0 2 0 276420017 127422464 23802 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 23802 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=101.56 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 12739 0 0 0 10149 7 0 0 20 0 2 0 276420063 127422464 23802 33554432000 4194304 5963574 140736036153632 140669982971704 4402912 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) 124436

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26018
/proc/meminfo: memFree=31085400/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=162.24 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 25841 0 0 0 16214 10 0 0 20 0 2 0 276420017 127422464 24713 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 24713 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=161.39 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 13650 0 0 0 16129 10 0 0 20 0 2 0 276420063 127422464 24713 33554432000 4194304 5963574 140736036153632 140669982971704 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 124436

[startup+222.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 26018
/proc/meminfo: memFree=31055808/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=222.23 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 27039 0 0 0 22212 11 0 0 20 0 2 0 276420017 127422464 25911 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 25911 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=221.25 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 14848 0 0 0 22113 12 0 0 20 0 2 0 276420063 127422464 25911 33554432000 4194304 5963574 140736036153632 140669982971944 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 124436

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/180 26022
/proc/meminfo: memFree=31028200/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124436 CPUtime=282.22 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 27715 0 0 0 28210 12 0 0 20 0 2 0 276420017 127422464 26595 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31109 26595 194 432 0 30674 0
[pid=26016/tid=26018] ppid=26014 vsize=124436 CPUtime=281.08 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 15524 0 0 0 28094 14 0 0 20 0 2 0 276420063 127422464 26595 33554432000 4194304 5963574 140736036153632 140669982971896 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 124436

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26022
/proc/meminfo: memFree=31007580/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=124920 CPUtime=342.2 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 28804 0 0 0 34207 13 0 0 20 0 2 0 276420017 127918080 27684 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 31230 27684 194 432 0 30795 0
[pid=26016/tid=26018] ppid=26014 vsize=124920 CPUtime=340.93 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 16613 0 0 0 34077 16 0 0 20 0 2 0 276420063 127918080 27684 33554432000 4194304 5963574 140736036153632 140669982971944 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 124920

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/179 26022
/proc/meminfo: memFree=30978104/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=190456 CPUtime=402.2 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 29122 0 0 0 40206 14 0 0 20 0 2 0 276420017 195026944 28002 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47614 28002 194 432 0 47179 0
[pid=26016/tid=26018] ppid=26014 vsize=190456 CPUtime=400.78 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 16931 0 0 0 40060 18 0 0 20 0 2 0 276420063 195026944 28002 33554432000 4194304 5963574 140736036153632 140669982971704 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 190456

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 26022
/proc/meminfo: memFree=30949148/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=190456 CPUtime=462.19 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/179 26028
/proc/meminfo: memFree=30698628/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191056 CPUtime=1362.03 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 40706 0 0 0 136173 30 0 0 20 0 2 0 276420017 195641344 39765 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47764 39765 194 432 0 47329 0
[pid=26016/tid=26018] ppid=26014 vsize=191056 CPUtime=1358.29 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 28515 0 0 0 135781 48 0 0 20 0 2 0 276420063 195641344 39765 33554432000 4194304 5963574 140736036153632 140669982971944 4402912 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 191056

[startup+1422.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 26028
/proc/meminfo: memFree=30674752/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191056 CPUtime=1422.03 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 41266 0 0 0 142172 31 0 0 20 0 2 0 276420017 195641344 40325 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47764 40325 194 432 0 47329 0
[pid=26016/tid=26018] ppid=26014 vsize=191056 CPUtime=1418.15 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 29075 0 0 0 141765 50 0 0 20 0 2 0 276420063 195641344 40325 33554432000 4194304 5963574 140736036153632 140669982971704 4402906 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 191056

[startup+1482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/180 26032
/proc/meminfo: memFree=30655528/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191056 CPUtime=1482.02 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 42893 0 0 0 148169 33 0 0 20 0 2 0 276420017 195641344 41952 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47764 41952 194 432 0 47329 0
[pid=26016/tid=26018] ppid=26014 vsize=191056 CPUtime=1477.98 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 30702 0 0 0 147745 53 0 0 20 0 2 0 276420063 195641344 41952 33554432000 4194304 5963574 140736036153632 140669982971896 4222308 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 191056

[startup+1542.31 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 26032
/proc/meminfo: memFree=30649380/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1542.02 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44442 0 0 0 154166 36 0 0 20 0 2 0 276420017 196194304 43501 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43501 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1537.84 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32251 0 0 0 153727 57 0 0 20 0 2 0 276420063 196194304 43501 33554432000 4194304 5963574 140736036153632 140669982971896 4403234 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 191596

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 26032
/proc/meminfo: memFree=30628176/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1602 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44442 0 0 0 160164 36 0 0 20 0 2 0 276420017 196194304 43501 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43501 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1597.68 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32251 0 0 0 159710 58 0 0 20 0 2 0 276420063 196194304 43501 33554432000 4194304 5963574 140736036153632 140669982971896 4400164 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 191596

[startup+1662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/179 26032
/proc/meminfo: memFree=30613420/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1661.99 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44454 0 0 0 166163 36 0 0 20 0 2 0 276420017 196194304 43513 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43513 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1657.52 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32263 0 0 0 165693 59 0 0 20 0 2 0 276420063 196194304 43513 33554432000 4194304 5963574 140736036153632 140669982971704 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 191596

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/179 26032
/proc/meminfo: memFree=30613048/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1721.98 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44489 0 0 0 172162 36 0 0 20 0 2 0 276420017 196194304 43548 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43548 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1717.37 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32298 0 0 0 171677 60 0 0 20 0 2 0 276420063 196194304 43548 33554432000 4194304 5963574 140736036153632 140669982971704 4392498 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 191596

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30607576/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1781.97 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44530 0 0 0 178161 36 0 0 20 0 2 0 276420017 196194304 43670 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43670 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1777.21 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32339 0 0 0 177660 61 0 0 20 0 2 0 276420063 196194304 43670 33554432000 4194304 5963574 140736036153632 140669982971704 4403234 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 191596

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

[startup+1792.01 s]
/proc/loadavg: 2.05 2.05 2.00 3/179 26033
/proc/meminfo: memFree=30604724/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1791.67 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44541 0 0 0 179131 36 0 0 20 0 2 0 276420017 196194304 43681 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43681 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1786.89 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32350 0 0 0 178628 61 0 0 20 0 2 0 276420063 196194304 43681 33554432000 4194304 5963574 140736036153632 140669982971704 4222314 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.67
Current children cumulated vsize (KiB) 191596

[startup+1795.2 s]
/proc/loadavg: 2.04 2.04 2.00 4/179 26111
/proc/meminfo: memFree=31043768/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1794.87 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44543 0 0 0 179451 36 0 0 20 0 2 0 276420017 196194304 43683 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43683 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1790.08 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32352 0 0 0 178947 61 0 0 20 0 2 0 276420063 196194304 43683 33554432000 4194304 5963574 140736036153632 140669982971704 4392504 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1794.87
Current children cumulated vsize (KiB) 191596

[startup+1798.4 s]
/proc/loadavg: 2.04 2.04 2.00 4/179 26111
/proc/meminfo: memFree=31038180/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1798.07 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44544 0 0 0 179771 36 0 0 20 0 2 0 276420017 196194304 43684 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43684 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1793.27 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32353 0 0 0 179266 61 0 0 20 0 2 0 276420063 196194304 43684 33554432000 4194304 5963574 140736036153632 140669982971704 4399456 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.07
Current children cumulated vsize (KiB) 191596

[startup+1799.2 s]
/proc/loadavg: 2.04 2.04 2.00 4/179 26111
/proc/meminfo: memFree=31037932/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1798.87 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44544 0 0 0 179851 36 0 0 20 0 2 0 276420017 196194304 43684 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43684 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1794.06 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32353 0 0 0 179345 61 0 0 20 0 2 0 276420063 196194304 43684 33554432000 4194304 5963574 140736036153632 140669982971704 4403257 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.87
Current children cumulated vsize (KiB) 191596

[startup+1799.6 s]
/proc/loadavg: 2.04 2.04 2.00 4/179 26111
/proc/meminfo: memFree=31037064/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1799.27 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44544 0 0 0 179891 36 0 0 20 0 2 0 276420017 196194304 43684 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43684 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1794.47 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32353 0 0 0 179386 61 0 0 20 0 2 0 276420063 196194304 43684 33554432000 4194304 5963574 140736036153632 140669982971704 4222416 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.27
Current children cumulated vsize (KiB) 191596

[startup+1800 s]
/proc/loadavg: 2.04 2.04 2.00 4/179 26111
/proc/meminfo: memFree=31037064/32873844 swapFree=7624/7624
[pid=26016] ppid=26014 vsize=191596 CPUtime=1799.67 cores=1,3,5,7
/proc/26016/stat : 26016 (wbo1.7) S 26014 26016 24863 0 -1 4202496 44545 0 0 0 179931 36 0 0 20 0 2 0 276420017 196194304 43685 33554432000 4194304 5963574 140736036153632 140736036153152 4545837 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26016/statm: 47899 43685 194 432 0 47464 0
[pid=26016/tid=26018] ppid=26014 vsize=191596 CPUtime=1794.86 cores=1,3,5,7
/proc/26016/task/26018/stat : 26018 (wbo1.7) R 26014 26016 24863 0 -1 4202560 32354 0 0 0 179425 61 0 0 20 0 2 0 276420063 196194304 43685 33554432000 4194304 5963574 140736036153632 140669982971704 4403213 0 0 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1799.67
Current children cumulated vsize (KiB) 191596

Child status: 255

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26016 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=689165
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=639902
# CPU time returned by wait4() is 1795.33
# while last known CPU time is 1799.67
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800
CPU time (s): 1799.67
CPU user time (s): 1799.31
CPU system time (s): 0.36
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 191596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 0.639902
maximum resident set size= 174752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44548
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= 62
involuntary context switches= 1977

runsolver used 7.62884 second user time and 9.14361 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-27 09:15:44
IDJOB=3705192
IDBENCH=2934
IDSOLVER=2283
FILE ID=node130/3705192-1338102944
RUNJOBID= node130-1338086734-24880
PBS_JOBID= 14624431
Free space on /tmp= 71468 MiB

SOLVER NAME= wbo 1.7
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= wbo1.7 -file-format=opb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3705192-1338102944/watcher-3705192-1338102944 -o /tmp/evaluation-result-3705192-1338102944/solver-3705192-1338102944 -C 1800 -W 1900 -M 15500  wbo1.7 -file-format=opb HOME/instance-3705192-1338102944.opb

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=2098184780

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31302648 kB
Buffers:          254564 kB
Cached:           481740 kB
SwapCached:         4508 kB
Active:           699640 kB
Inactive:          70088 kB
Active(anon):      23216 kB
Inactive(anon):     8952 kB
Active(file):     676424 kB
Inactive(file):    61136 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             17044 kB
Writeback:             0 kB
AnonPages:         34536 kB
Mapped:            12396 kB
Shmem:                 8 kB
Slab:             660776 kB
SReclaimable:     102184 kB
SUnreclaim:       558592 kB
KernelStack:        1472 kB
PageTables:         4132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     143532 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

Free space on /tmp at the end= 71456 MiB
End job on node130 at 2012-05-27 09:45:44