Trace number 3694903

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
pb2satCp2 2012-05-19? (TO) 1800.05 1800.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_12.opb
MD5SUMd262db503fd284bdfe2b43790fda8490
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark1783
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 91
Optimality of the best value was proved NO
Number of variables1807
Total number of constraints3444
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 constraints3443
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 66
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 193
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1320
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

24.78/24.80	c model valid
24.78/24.80	c current solution ok
30.60/30.84	o 192
111.88/112.16	c model valid
111.88/112.16	c current solution ok
111.93/112.37	o 141
119.98/120.24	c model valid
119.98/120.24	c current solution ok
120.02/120.46	o 131
136.87/137.11	c model valid
136.87/137.11	c current solution ok
136.88/137.32	o 130
153.96/154.21	c model valid
153.96/154.21	c current solution ok
153.98/154.43	o 129
181.65/181.99	c model valid
181.65/181.99	c current solution ok
181.76/182.21	o 126
366.69/367.09	c model valid
366.69/367.09	c current solution ok
366.99/367.31	o 116
380.37/380.76	c model valid
380.37/380.76	c current solution ok
380.46/380.98	o 114
422.56/422.96	c model valid
422.56/422.96	c current solution ok
422.66/423.17	o 112
503.46/503.82	c model valid
503.46/503.82	c current solution ok
503.48/504.04	o 111
1184.10/1184.78	c model valid
1184.10/1184.78	c current solution ok
1184.18/1185.00	o 110
1703.67/1704.48	c model valid
1703.67/1704.48	c current solution ok
1703.76/1704.70	o 109
1800.05/1800.81	c error: unexpected solver exit code
1800.05/1800.81	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-3694903-1338074585/watcher-3694903-1338074585 -o /tmp/evaluation-result-3694903-1338074585/solver-3694903-1338074585 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694903-1338074585.opb 1953256934 HOME HOME 

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.00 2.00 2.00 3/179 5132
/proc/meminfo: memFree=28372736/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0

[startup+0.074119 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5132
/proc/meminfo: memFree=28372736/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100222 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5132
/proc/meminfo: memFree=28372736/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300182 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5132
/proc/meminfo: memFree=28372736/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 5132
/proc/meminfo: memFree=28372736/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5134
/proc/meminfo: memFree=28355432/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=36852 CPUtime=1.49 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) R 5132 5132 1501 0 -1 4202496 3407 0 0 0 148 1 0 0 20 0 1 0 273584533 37736448 6431 33554432000 4194304 5873084 140735884341984 140735884337992 4328098 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5133/statm: 9213 6431 146 410 0 8795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46000

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5134
/proc/meminfo: memFree=28338676/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=69620 CPUtime=3.08 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) R 5132 5132 1501 0 -1 4202496 3952 0 0 0 307 1 0 0 20 0 1 0 273584533 71290880 13092 33554432000 4194304 5873084 140735884341984 140735884338056 4746752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5133/statm: 17405 13092 146 410 0 16987 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 78768

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 5134
/proc/meminfo: memFree=28282764/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=135156 CPUtime=6.29 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) R 5132 5132 1501 0 -1 4202496 4529 0 0 0 626 3 0 0 20 0 1 0 273584533 138399744 25901 33554432000 4194304 5873084 140735884341984 140735884339352 4393030 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/5133/statm: 33789 25901 146 410 0 33371 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 144304

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 5136
/proc/meminfo: memFree=27724476/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=299580 CPUtime=7.58 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 14511 0 0 0 732 26 0 0 20 0 1 0 273584533 306769920 42985 33554432000 4194304 5873084 140735884341984 140735884338408 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/5133/statm: 74895 42985 162 410 0 74477 0
[pid=5135] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5135/stat : 5135 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273585292 9367552 266 33554432000 4194304 5064252 140736840555328 140736840554240 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5135/statm: 2287 266 226 213 0 72 0
[pid=5136] ppid=5135 vsize=410504 CPUtime=5.09 cores=1,3,5,7
/proc/5136/stat : 5136 (glucose_static) R 5135 5132 1501 0 -1 4202496 47387 0 0 0 497 12 0 0 20 0 1 0 273585293 420356096 83567 33554432000 4194304 4896791 140737446848240 140737446845672 4224983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5136/statm: 102626 83567 76 172 0 102452 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 728380

[startup+25.5002 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 5136
/proc/meminfo: memFree=28033260/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=310452 CPUtime=25.46 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) R 5132 5132 1501 0 -1 4202496 16734 51418 0 0 752 81 1697 16 20 0 1 0 273584533 317902848 45703 33554432000 4194304 5873084 140735884341984 140735884337416 5127520 0 0 4096 0 0 0 0 17 5 0 0 2 0 0
/proc/5133/statm: 77613 45703 171 410 0 77195 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 319600

[startup+51.1003 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 5139
/proc/meminfo: memFree=27555320/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=310452 CPUtime=30.65 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 16759 51933 0 0 843 487 1697 38 20 0 1 0 273584533 317902848 45705 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 2 0 0
/proc/5133/statm: 77613 45705 173 410 0 77195 0
[pid=5138] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5138/stat : 5138 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273587617 9367552 267 33554432000 4194304 5064252 140734766514784 140734766513696 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5138/statm: 2287 267 226 213 0 72 0
[pid=5139] ppid=5138 vsize=430888 CPUtime=20.23 cores=1,3,5,7
/proc/5139/stat : 5139 (glucose_static) R 5138 5132 1501 0 -1 4202496 48849 0 0 0 2009 14 0 0 20 0 1 0 273587618 441229312 88216 33554432000 4194304 4896791 140734654059488 140734654056744 4225523 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5139/statm: 107722 88216 78 172 0 107548 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 759636

[startup+102.307 s]
/proc/loadavg: 2.04 2.02 2.00 3/183 5139
/proc/meminfo: memFree=27548380/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=310452 CPUtime=30.65 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 16759 51933 0 0 843 487 1697 38 20 0 1 0 273584533 317902848 45705 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 2 0 0
/proc/5133/statm: 77613 45705 173 410 0 77195 0
[pid=5138] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5138/stat : 5138 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273587617 9367552 267 33554432000 4194304 5064252 140734766514784 140734766513696 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/5138/statm: 2287 267 226 213 0 72 0
[pid=5139] ppid=5138 vsize=434412 CPUtime=71.42 cores=1,3,5,7
/proc/5139/stat : 5139 (glucose_static) R 5138 5132 1501 0 -1 4202496 49443 0 0 0 7128 14 0 0 20 0 1 0 273587618 444837888 88810 33554432000 4194304 4896791 140734654059488 140734654056920 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5139/statm: 108603 88810 78 172 0 108429 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 763160

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/182 5152
/proc/meminfo: memFree=27578036/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=312952 CPUtime=154.2 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 26137 257501 0 0 868 488 13873 191 20 0 1 0 273584533 320462848 46330 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/5133/statm: 78238 46330 173 410 0 77820 0
[pid=5151] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5151/stat : 5151 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273599976 9367552 267 33554432000 4194304 5064252 140737016496304 140737016495216 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5151/statm: 2287 267 226 213 0 72 0
[pid=5152] ppid=5151 vsize=402316 CPUtime=7.85 cores=1,3,5,7
/proc/5152/stat : 5152 (glucose_static) R 5151 5132 1501 0 -1 4202496 43313 0 0 0 772 13 0 0 20 0 1 0 273599976 411971584 81781 33554432000 4194304 4896791 140734839939136 140734839936568 4224684 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5152/statm: 100579 81781 76 172 0 100405 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 733564

[startup+222.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/184 5157
/proc/meminfo: memFree=27551508/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=312952 CPUtime=181.98 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 28380 307677 0 0 874 489 16606 229 20 0 1 0 273584533 320462848 46330 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 2 0 0
/proc/5133/statm: 78238 46330 173 410 0 77820 0
[pid=5154] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5154/stat : 5154 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 273602754 9367552 267 33554432000 4194304 5064252 140736771209008 140736771207920 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5154/statm: 2287 267 226 213 0 72 0
[pid=5155] ppid=5154 vsize=427364 CPUtime=40.07 cores=1,3,5,7
/proc/5155/stat : 5155 (glucose_static) R 5154 5132 1501 0 -1 4202496 51376 0 0 0 3993 14 0 0 20 0 1 0 273602754 437620736 87232 33554432000 4194304 4896791 140733325189312 140733325186744 4223862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5155/statm: 106841 87232 78 172 0 106667 0
Current children cumulated CPU time (s) 222.05

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

/proc/5460/statm: 110616 91553 78 172 0 110442 0
Current children cumulated CPU time (s) 1361.67
Current children cumulated vsize (KiB) 777356

[startup+1422.31 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 5461
/proc/meminfo: memFree=27567052/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1184.41 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 40972 571174 0 0 905 491 116622 423 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5459] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5459/stat : 5459 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273703033 9367552 267 33554432000 4194304 5064252 140735533455568 140735533454480 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5459/statm: 2287 267 226 213 0 72 0
[pid=5460] ppid=5459 vsize=443632 CPUtime=237.25 cores=1,3,5,7
/proc/5460/stat : 5460 (glucose_static) R 5459 5132 1501 0 -1 4202496 54368 0 0 0 23707 18 0 0 20 0 1 0 273703033 454279168 92410 33554432000 4194304 4896791 140733823773424 140733823770856 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5460/statm: 110908 92410 78 172 0 110734 0
Current children cumulated CPU time (s) 1421.66
Current children cumulated vsize (KiB) 778524

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 5461
/proc/meminfo: memFree=27543104/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1184.41 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 40972 571174 0 0 905 491 116622 423 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5459] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5459/stat : 5459 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273703033 9367552 267 33554432000 4194304 5064252 140735533455568 140735533454480 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5459/statm: 2287 267 226 213 0 72 0
[pid=5460] ppid=5459 vsize=443964 CPUtime=297.24 cores=1,3,5,7
/proc/5460/stat : 5460 (glucose_static) R 5459 5132 1501 0 -1 4202496 54437 0 0 0 29706 18 0 0 20 0 1 0 273703033 454619136 92990 33554432000 4194304 4896791 140733823773424 140733823770856 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5460/statm: 110991 92990 78 172 0 110817 0
Current children cumulated CPU time (s) 1481.65
Current children cumulated vsize (KiB) 778856

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 5461
/proc/meminfo: memFree=27556128/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1184.41 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 40972 571174 0 0 905 491 116622 423 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5459] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5459/stat : 5459 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273703033 9367552 267 33554432000 4194304 5064252 140735533455568 140735533454480 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5459/statm: 2287 267 226 213 0 72 0
[pid=5460] ppid=5459 vsize=445088 CPUtime=357.23 cores=1,3,5,7
/proc/5460/stat : 5460 (glucose_static) R 5459 5132 1501 0 -1 4202496 54614 0 0 0 35705 18 0 0 20 0 1 0 273703033 455770112 93677 33554432000 4194304 4896791 140733823773424 140733823769096 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5460/statm: 111272 93677 78 172 0 111098 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 779980

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 5461
/proc/meminfo: memFree=27532900/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1184.41 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 40972 571174 0 0 905 491 116622 423 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5459] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5459/stat : 5459 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273703033 9367552 267 33554432000 4194304 5064252 140735533455568 140735533454480 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5459/statm: 2287 267 226 213 0 72 0
[pid=5460] ppid=5459 vsize=445496 CPUtime=417.19 cores=1,3,5,7
/proc/5460/stat : 5460 (glucose_static) R 5459 5132 1501 0 -1 4202496 54742 0 0 0 41701 18 0 0 20 0 1 0 273703033 456187904 94602 33554432000 4194304 4896791 140733823773424 140733823770856 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5460/statm: 111374 94602 78 172 0 111200 0
Current children cumulated CPU time (s) 1601.6
Current children cumulated vsize (KiB) 780388

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 5465
/proc/meminfo: memFree=27584724/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1184.41 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 40972 571174 0 0 905 491 116622 423 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5459] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5459/stat : 5459 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 273703033 9367552 267 33554432000 4194304 5064252 140735533455568 140735533454480 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5459/statm: 2287 267 226 213 0 72 0
[pid=5460] ppid=5459 vsize=445912 CPUtime=477.17 cores=1,3,5,7
/proc/5460/stat : 5460 (glucose_static) R 5459 5132 1501 0 -1 4202496 55546 0 0 0 47696 21 0 0 20 0 1 0 273703033 456613888 86268 33554432000 4194304 4896791 140733823773424 140733823770856 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5460/statm: 111478 86268 78 172 0 111304 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 780804

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5468
/proc/meminfo: memFree=27564956/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1703.97 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 43205 628246 0 0 911 491 168528 467 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5467] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5467/stat : 5467 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273755003 9367552 266 33554432000 4194304 5064252 140736194034960 140736194033872 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5467/statm: 2287 266 226 213 0 72 0
[pid=5468] ppid=5467 vsize=421272 CPUtime=17.58 cores=1,3,5,7
/proc/5468/stat : 5468 (glucose_static) R 5467 5132 1501 0 -1 4202496 47884 0 0 0 1745 13 0 0 20 0 1 0 273755003 431382528 85796 33554432000 4194304 4896791 140734174851792 140734174849224 4224921 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5468/statm: 105318 85796 78 172 0 105144 0
Current children cumulated CPU time (s) 1721.55
Current children cumulated vsize (KiB) 756164

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5468
/proc/meminfo: memFree=27568756/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1703.97 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 43205 628246 0 0 911 491 168528 467 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5467] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5467/stat : 5467 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273755003 9367552 266 33554432000 4194304 5064252 140736194034960 140736194033872 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5467/statm: 2287 266 226 213 0 72 0
[pid=5468] ppid=5467 vsize=434728 CPUtime=77.58 cores=1,3,5,7
/proc/5468/stat : 5468 (glucose_static) R 5467 5132 1501 0 -1 4202496 51384 0 0 0 7743 15 0 0 20 0 1 0 273755003 445161472 89333 33554432000 4194304 4896791 140734174851792 140734174849224 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5468/statm: 108682 89333 78 172 0 108508 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 769620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 5468
/proc/meminfo: memFree=27561316/32873648 swapFree=7372/7372
[pid=5132] ppid=5130 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5132/stat : 5132 (runPb2satCp2.sh) S 5130 5132 1501 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 273584532 9367552 274 33554432000 4194304 5064252 140735163149216 140735163148128 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/5132/statm: 2287 274 233 213 0 72 0
[pid=5133] ppid=5132 vsize=316596 CPUtime=1703.97 cores=1,3,5,7
/proc/5133/stat : 5133 (pb2sat) S 5132 5132 1501 0 -1 4202496 43205 628246 0 0 911 491 168528 467 20 0 1 0 273584533 324194304 46917 33554432000 4194304 5873084 140735884341984 140735884335800 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 12 0 0
/proc/5133/statm: 79149 46917 173 410 0 78731 0
[pid=5467] ppid=5133 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/5467/stat : 5467 (satsolver.sh) S 5133 5132 1501 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273755003 9367552 266 33554432000 4194304 5064252 140736194034960 140736194033872 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/5467/statm: 2287 266 226 213 0 72 0
[pid=5468] ppid=5467 vsize=436500 CPUtime=96.08 cores=1,3,5,7
/proc/5468/stat : 5468 (glucose_static) R 5467 5132 1501 0 -1 4202496 51659 0 0 0 9593 15 0 0 20 0 1 0 273755003 446976000 89608 33554432000 4194304 4896791 140734174851792 140734174849224 4224983 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5468/statm: 109125 89608 78 172 0 108951 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 771392

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5132 and gives
#  childrusage.ru_utime.tv_sec=1694
#  childrusage.ru_utime.tv_usec=406411
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=602540
# CPU time returned by wait4() is 1704.01
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.82
CPU time (s): 1800.05
CPU user time (s): 1790.32
CPU system time (s): 9.73
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 992324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1694.41
system time used= 9.60254
maximum resident set size= 516672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 672425
page faults= 0
swaps= 0
block input operations= 16
block output operations= 3848232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 330
involuntary context switches= 1929

runsolver used 3.80042 second user time and 11.3133 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-27 01:23:05
IDJOB=3694903
IDBENCH=2946
IDSOLVER=2273
FILE ID=node122/3694903-1338074585
RUNJOBID= node122-1338050676-1518
PBS_JOBID= 14624380
Free space on /tmp= 71248 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_12.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694903-1338074585/watcher-3694903-1338074585 -o /tmp/evaluation-result-3694903-1338074585/solver-3694903-1338074585 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694903-1338074585.opb 1953256934 HOME HOME

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

MD5SUM BENCH= d262db503fd284bdfe2b43790fda8490
RANDOM SEED=1953256934

node122.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.533
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.06
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.533
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.533
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	: 5332.04
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.533
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.533
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.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28373164 kB
Buffers:          265036 kB
Cached:          3273120 kB
SwapCached:            0 kB
Active:          1613416 kB
Inactive:        2097940 kB
Active(anon):     164512 kB
Inactive(anon):    11052 kB
Active(file):    1448904 kB
Inactive(file):  2086888 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             45820 kB
Writeback:             0 kB
AnonPages:        182112 kB
Mapped:            14952 kB
Shmem:               200 kB
Slab:             650416 kB
SReclaimable:      94084 kB
SUnreclaim:       556332 kB
KernelStack:        1504 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     330740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71020 MiB
End job on node122 at 2012-05-27 01:53:06